Home
last modified time | relevance | path

Searched refs:spread (Results 1 – 25 of 72) sorted by last modified time

123

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt360 "cache_directory_depth") to spread cache files across many
/plugin/dokuprism/prism/
H A Dprism.js90 !function(a){function e(a,e){return RegExp(a.replace(/<ID>/g,(function(){return"(?!\\s)[_$a-zA-Z\\xA0-\\uFFFF](?:(?!\\s)[$\\w\\xA0-\\uFFFF])*"})),e)}a.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+a.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),a.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+a.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),a.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),a.languages.insertBefore("javascript","keyword",{imports:{pattern:e("(\\bimport\\b\\s*)(?:<ID>(?:\\s*,\\s*(?:\\*\\s*as\\s+<ID>|\\{[^{}]*\\}))?|\\*\\s*as\\s+<ID>|\\{[^{}]*\\})(?=\\s*\\bfrom\\b)"),lookbehind:!0,inside:a.languages.javascript},exports:{pattern:e("(\\bexport\\b\\s*)(?:\\*(?:\\s*as\\s+<ID>)?(?=\\s*\\bfrom\\b)|\\{[^{}]*\\})"),lookbehind:!0,inside:a.languages.javascript}}),a.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),a.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),a.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:e("(\\.\\s*)#?<ID>"),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var t=["function","function-variable","method","method-variable","property-access"],r=0;r<t.length;r++){var n=t[r],s=a.languages.javascript[n];"RegExp"===a.util.type(s)&&(s=a.languages.javascript[n]={pattern:s});var o=s.inside||{};s.inside=o,o["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Prism);
142 !function(t){var n=t.util.clone(t.languages.javascript),e="(?:\\{<S>*\\.{3}(?:[^{}]|<BRACES>)*\\})";function a(t,n){return t=t.replace(/<S>/g,(function(){return"(?:\\s|//.*(?!.)|/\\*(?:[^*]|\\*(?!/))\\*/)"})).replace(/<BRACES>/g,(function(){return"(?:\\{(?:\\{(?:\\{[^{}]*\\}|[^{}])*\\}|[^{}])*\\})"})).replace(/<SPREAD>/g,(function(){return e})),RegExp(t,n)}e=a(e).source,t.languages.jsx=t.languages.extend("markup",n),t.languages.jsx.tag.pattern=a("</?(?:[\\w.:-]+(?:<S>+(?:[\\w.:$-]+(?:=(?:\"(?:\\\\[^]|[^\\\\\"])*\"|'(?:\\\\[^]|[^\\\\'])*'|[^\\s{'\"/>=]+|<BRACES>))?|<SPREAD>))*<S>*/?)?>"),t.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,t.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,t.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,t.languages.jsx.tag.inside.comment=n.comment,t.languages.insertBefore("inside","attr-name",{spread:{pattern:a("<SPREAD>"),inside:t.languages.jsx}},t.languages.jsx.tag),t.languages.insertBefore("inside","special-attr",{script:{pattern:a("=<BRACES>"),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:t.languages.jsx}}},t.languages.jsx.tag);var s=function(t){return t?"string"==typeof t?t:"string"==typeof t.content?t.content:t.content.map(s).join(""):""},g=function(n){for(var e=[],a=0;a<n.length;a++){var o=n[a],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?e.length>0&&e[e.length-1].tagName===s(o.content[0].content[1])&&e.pop():"/>"===o.content[o.content.length-1].content||e.push({tagName:s(o.content[0].content[1]),openedBraces:0}):e.length>0&&"punctuation"===o.type&&"{"===o.content?e[e.length-1].openedBraces++:e.length>0&&e[e.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?e[e.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&e.length>0&&0===e[e.length-1].openedBraces){var r=s(o);a<n.length-1&&("string"==typeof n[a+1]||"plain-text"===n[a+1].type)&&(r+=s(n[a+1]),n.splice(a+1,1)),a>0&&("string"==typeof n[a-1]||"plain-text"===n[a-1].type)&&(r=s(n[a-1])+r,n.splice(a-1,1),a--),n[a]=new t.Token("plain-text",r,null,r)}o.content&&"string"!=typeof o.content&&g(o.content)}};t.hooks.add("after-tokenize",(function(t){"jsx"!==t.language&&"tsx"!==t.language||g(t.tokens)}))}(Prism);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php527 $spread = 'P'; // pad
528 if (isset($gradient_info['spread'])) {
529 if (strtolower($gradient_info['spread']) == 'reflect') {
530 $spread = 'F';
532 elseif (strtolower($gradient_info['spread']) == 'repeat') {
533 $spread = 'R';
663 if ($spread == 'R' || $spread == 'F') { // Repeat / Reflect
676 if ($spread == 'F' && ($gp % 2) == 1) { // Reflect
713 if ($spread
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md633 typically be spread across several function calls, or even several levels of
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc163 used for internal purposes, when you can securely spread the root certificate
/plugin/passpolicy/
H A D10k-common-passwords.txt2705 spread
H A Dwords.txt3387 spread
/plugin/csv/_test/
H A Davengers.csv18 …"Dies in Silver_Surfer_Vol_3_3. Actually ""fragments of her essence were spread out all across the…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified48 function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instanc…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1spread non-iterable instance\"); }\n\nfunction _iterableToArray(iter) { if (Symbol.iterator in Obj…
H A D2.2.js.map1 … 'radial-gradient()': 'Colors emerge from a single point and smoothly spread outward in a circu…
H A Dbundle.js149 …rn Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable insta…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js149 …rn Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable insta…
/plugin/structsection/
H A Dyarn.lock859 babel-plugin-transform-es2015-spread@^6.22.0:
861 …://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-sprea…
947 babel-plugin-transform-es2015-spread "^6.22.0"
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1spread\", \"meta\");\n } else if (/[\\[\\]{}\\(\\),;\\:\\.]/.test(ch)) {\n return ret(ch);…
H A Dfortran.min.js.map1 … \"sin\", \"sleep\",\n \"sngl\", \"spacing\", \"spread\", \"sqrt\", \"sra…
H A Djavascript.min.js1 …n b.tokenize==q&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1507 var setViewerModes = function setViewerModes(scroll, spread) {
1512 if ((0, _ui_utils.isValidSpreadMode)(spread)) {
1513 _this6.pdfViewer.spreadMode = spread;
11218 var spread = null;
11221 if (spread === null) {
11222 spread = document.createElement('div');
11223 spread.className = 'spread';
11224 viewer.appendChild(spread);
11226 spread = spread.cloneNode(false);
11227 viewer.appendChild(spread);
[all …]
H A Dviewer.css312 .pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
318 .pdfViewer.scrollHorizontal, .spread {
323 .pdfViewer.scrollHorizontal .spread,
324 .pdfViewer.scrollWrapped .spread {
329 .spread .page,
332 .pdfViewer.scrollHorizontal .spread,
333 .pdfViewer.scrollWrapped .spread {
338 .spread .page,
345 .pdfViewer.removePageBorders .spread .page,
377 .pdfPresentationMode .pdfViewer .spread {
H A Dviewer.js.map1spread","firstPageView","intent","annotations","dontFlip","AnnotationLayer","MAX_CANVAS_PIXELS","r…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13spread(t):r}}},{"./util":36}],18:[function(t,e,i){"use strict";e.exports=function(e,i,n,r,a,o){var…
H A Ddhtmlxgantt.js.map1spread","18","MappingPromiseArray","limit","constructor$","_callback","_preservedValues","_limit",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2356 return fn !== undefined ? ret.spread(fn) : ret;
2686 if (options !== undefined && Object(options).spread) {
2835 Promise.prototype.spread = function (fn) { method in Promise

123