/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
H A D | copy-tex.min.js | 1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)("object"==typeof exports?exports:e)[r]=n[r]}}("undefined"!=typeof self?self:this,function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t,n){},function(e,t,n){"use strict";n.r(t);n(0);var r={inline:["$","$"],display:["$$","$$"]},o=function(e,t){void 0===t&&(t=r);for(var n=e.querySelectorAll(".katex-mathml + .katex-html"),o=0;o<n.length;o++){var l=n[o];l.remove?l.remove(null):l.parentNode.removeChild(l)}for(var i=e.querySelectorAll(".katex-mathml"),a=0;a<i.length;a++){var u=i[a],f=u.querySelector("annotation");f&&(u.replaceWith?u.replaceWith(f):u.parentNode.replaceChild(f,u),f.innerHTML=t.inline[0]+f.innerHTML+t.inline[1])}for(var c=e.querySelectorAll(".katex-display annotation"),d=0;d<c.length;d++){var p=c[d];p.innerHTML=t.display[0]+p.innerHTML.substr(t.inline[0].length,p.innerHTML.length-t.inline[0].length-t.inline[1].length)+t.display[1]}return e};document.addEventListener("copy",function(e){var t=window.getSelection();if(!t.isCollapsed){var n=t.getRangeAt(0).cloneContents();if(n.querySelector(".katex-mathml")){for(var r=[],l=0;l<n.childNodes.length;l++)r.push(n.childNodes[l].outerHTML);e.clipboardData.setData("text/html",r.join("")),e.clipboardData.setData("text/plain",o(n).textContent),e.preventDefault()}}})}]).default})
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | comment_convert.py | 12 # so you may want to "join line" on your def statements
|
H A D | interfacedocgenerator.py | 83 parentstring = parentmarkup + (', ' + markup).join(parent.split(','))
|
H A D | json_h_generator.py | 183 write('\n'.join(contents), file=self.outFile)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
H A D | htmldiff | 86 perlscript = os.path.join(scriptdir, 'htmldiff.pl')
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | check_language.py | 106 file_list.append(os.path.join(path, filename))
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_language_headers.py | 125 return '\n'.join(parts)
|
H A D | update_build_version.py | 88 changes_file = os.path.join(directory, 'CHANGES')
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanMultithreadingTest.cpp | 116 thread.join(); in runMultithreadedGLTest()
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTargetProxy.h | 87 fMSAADirtyRect.join(dirtyRect); in markMSAADirty()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader.h | 102 // miter limit and need to revert to a bevel join.
|
/third_party/skia/samplecode/ |
H A D | SampleStrokePath.cpp | 88 SkPaint::Join fJoin;
|
/third_party/skia/src/core/ |
H A D | SkRTree.cpp | 136 b.fBounds.join((*branches)[currentBranch].fBounds); in bulkLoad()
|
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/ |
H A D | main.go | 158 source = filepath.Join(filepath.Dir(path), source)
|
/third_party/openssl/doc/man1/ |
H A D | openssl-spkac.pod.in | 4 {- join("\n", @autowarntext) -}
|
H A D | openssl-storeutl.pod.in | 4 {- join("\n", @autowarntext) -}
|
/third_party/openssl/include/openssl/ |
H A D | safestack.h.in | 2 * {- join("\n * ", @autowarntext) -}
|
H A D | srp.h.in | 2 * {- join("\n * ", @autowarntext) -}
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_language_headers.py | 125 return '\n'.join(parts)
|
H A D | update_build_version.py | 88 changes_file = os.path.join(directory, 'CHANGES')
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | cpdtrans.h | 218 * join(';', map($_.getID(), transliterators).
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 79 with pyio.open(os.path.join(
|
/third_party/skia/tests/ |
H A D | PaintTest.cpp | 88 const SkPaint::Join joins[] = { in DEF_TEST()
|
H A D | StrokeTest.cpp | 64 static const SkPaint::Join joins[] = { in test_strokerect()
|
H A D | StreamBufferTest.cpp | 84 path = SkOSPath::Join(tmpDir.c_str(), subdir); in DEF_TEST()
|