Home
last modified time | relevance | path

Searched full:join (Results 6026 - 6050 of 8586) sorted by relevance

1...<<241242243244245246247248249250>>...344

/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dcopy-tex.min.js1 !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 Dcomment_convert.py12 # so you may want to "join line" on your def statements
H A Dinterfacedocgenerator.py83 parentstring = parentmarkup + (', ' + markup).join(parent.split(','))
H A Djson_h_generator.py183 write('\n'.join(contents), file=self.outFile)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff86 perlscript = os.path.join(scriptdir, 'htmldiff.pl')
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language.py106 file_list.append(os.path.join(path, filename))
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_language_headers.py125 return '\n'.join(parts)
H A Dupdate_build_version.py88 changes_file = os.path.join(directory, 'CHANGES')
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanMultithreadingTest.cpp116 thread.join(); in runMultithreadedGLTest()
/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.h87 fMSAADirtyRect.join(dirtyRect); in markMSAADirty()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.h102 // miter limit and need to revert to a bevel join.
/third_party/skia/samplecode/
H A DSampleStrokePath.cpp88 SkPaint::Join fJoin;
/third_party/skia/src/core/
H A DSkRTree.cpp136 b.fBounds.join((*branches)[currentBranch].fBounds); in bulkLoad()
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/
H A Dmain.go158 source = filepath.Join(filepath.Dir(path), source)
/third_party/openssl/doc/man1/
H A Dopenssl-spkac.pod.in4 {- join("\n", @autowarntext) -}
H A Dopenssl-storeutl.pod.in4 {- join("\n", @autowarntext) -}
/third_party/openssl/include/openssl/
H A Dsafestack.h.in2 * {- join("\n * ", @autowarntext) -}
H A Dsrp.h.in2 * {- join("\n * ", @autowarntext) -}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_language_headers.py125 return '\n'.join(parts)
H A Dupdate_build_version.py88 changes_file = os.path.join(directory, 'CHANGES')
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcpdtrans.h218 * join(';', map($_.getID(), transliterators).
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
H A Dfiltration_test.py79 with pyio.open(os.path.join(
/third_party/skia/tests/
H A DPaintTest.cpp88 const SkPaint::Join joins[] = { in DEF_TEST()
H A DStrokeTest.cpp64 static const SkPaint::Join joins[] = { in test_strokerect()
H A DStreamBufferTest.cpp84 path = SkOSPath::Join(tmpDir.c_str(), subdir); in DEF_TEST()

Completed in 14 milliseconds

1...<<241242243244245246247248249250>>...344