Searched refs:escape (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | html_printer.py | 163 …""".format(id=self.makeIdentifierFromFilename(fileChecker.filename), relativefn=html.escape(self.g… 218 self.f.write(html.escape(line)) 246 self.f.write(html.escape(msg.context.line[:highlightStart])) 253 self.f.write(html.escape( 256 self.f.write(html.escape(msg.context.line[highlightEnd:])) 361 title=html.escape(link.tooltip, False), t=link.message_type)) 366 self.f.write(html.escape(char))
|
D | macro_checker.py | 58 macros_pattern = '|'.join((re.escape(macro)
|
D | main.py | 220 re.escape(search),
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | vkconventions.py | 41 '|'.join('(%s)' % re.escape(w) for w in SPECIAL_WORDS))
|
D | genvk.py | 68 strings = (re.escape(s) for s in strings)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_pipeline_creation_cache_control.adoc | 86 stext:Vk*PipelineCreateInfo::pname:flags can be used as an escape hatch for
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.mjs | 390 '1st-level escape': /^(&|\\\\|\\hline)\s*/, 1125 '1st-level escape': { 1129 option: '1st-level escape' 1135 option: '1st-level escape' 2661 if (inputi.type_ === '1st-level escape') { 2865 case '1st-level escape':
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_module_identifier.adoc | 97 …nize an identifier, a layer might not, and therefore they might need the escape hatch where they c…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.js | 1 …escape:function(t){return String(t).replace(l,function(t){return h[t]})},hyphenate:function(t){ret… method
|
D | katex.js | 377 escape: utils_escape, property 1088 markup += " class=\"" + utils.escape(createClass(this.classes)) + "\""; 1100 markup += " style=\"" + utils.escape(styles) + "\""; 1106 markup += " " + attr + "=\"" + utils.escape(this.attributes[attr]) + "\""; 1274 markup += " style=\"" + utils.escape(styles) + "\""; 1391 markup += utils.escape(createClass(this.classes)); 1409 markup += " style=\"" + utils.escape(styles) + "\""; 1412 var escaped = utils.escape(this.text); 6818 markup += utils.escape(this.attributes[attr]); 6873 return utils.escape(this.toText());
|
D | katex.mjs | 169 }; // hyphenate and escape adapted from Facebook's React under Apache 2 license 190 function escape(text) { function 251 escape, property 1149 markup += ` class="${utils.escape(createClass(this.classes))}"`; 1161 markup += ` style="${utils.escape(styles)}"`; 1167 markup += ` ${attr}="${utils.escape(this.attributes[attr])}"`; 1321 markup += ` style="${utils.escape(styles)}"`; 1433 markup += utils.escape(createClass(this.classes)); 1451 markup += " style=\"" + utils.escape(styles) + "\""; 1454 const escaped = utils.escape(this.text); [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 140 * 2020-02-22 - Document that it is no longer needed to escape C arrows in
|
D | markup.adoc | 814 Using a backslash to escape the apostrophe works in body text, but not
|
D | writing.adoc | 1283 quotes), and escape single quotes in e.g. the *desc* attribute value with
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var i=u(r(n(2586)).default),s=h(i);t.e… function
|