Home
last modified time | relevance | path

Searched refs:s (Results 676 – 700 of 3948) sorted by relevance

1...<<21222324252627282930>>...158

/plugin/codemirror/dist/modes/
H A Dclojure.min.js1s(a,k)});return[null,"error"]}if(d==="comment"&&b.lastToken==="(")return(b.tokenize=q)(a,b);if(s(d… function
H A Ddockerfile.min.js.map1s*)\\\\b(\" + from + \")\\\\b\", \"i\");\n\n var shells = [\"run\", \"cmd\", \"entrypoint\", \"sh…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php104 * restricted to tokens reachable staying within `state`'s rule.
146 public function defineDecisionState(DecisionState $s) : int argument
148 $this->decisionToState[] = $s;
150 $s->decision = \count($this->decisionToState) - 1;
152 return $s->decision;
194 $s = $this->states[$stateNumber];
195 $following = $this->nextTokens($s);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19s=r[5].orig;if(!s){s=r[5].orig=[r[0],r[1],r[2],r[3],r[4]]}var m=this.imgZoom;if(!t.scale){t.scale=…
/plugin/jquery/
H A Djquery-1.4.2.js4983 if ( s.data && s.processData && typeof s.data !== "string" ) {
4984 s.data = jQuery.param( s.data, s.traditional );
4994 s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
5000 if ( s.dataType === "json" && (s.data && jsre.test(s.data) || jsre.test(s.url)) ) {
5048 s.url += (rquery.test(s.url) ? "&" : "?") + s.data;
5111 xhr.open(type, s.url, s.async, s.username, s.password);
5113 xhr.open(type, s.url, s.async);
5141 xhr.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ?
5241 if ( s.async && s.timeout > 0 ) {
5304 s.error.call( s.context || s, xhr, status, e );
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2158.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
17 Time: %s, Memory: %s
H A D1330.phpt16 PHPUnit %s by Sebastian Bergmann and contributors.
22 Time: %s, Memory: %s
H A D797.phpt16 PHPUnit %s by Sebastian Bergmann and contributors.
20 Time: %s, Memory: %s
H A D1570.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
17 Time: %s, Memory: %s
H A D1468.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
17 Time: %s, Memory: %s
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt12 PHPUnit %s by Sebastian Bergmann and contributors.
16 Time: %s, Memory: %s
H A Dexclude-group.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Dfilter-dataprovider-by-regexp.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Doutput-isolation.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Dfilter-method-case-insensitive.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Dfilter-dataprovider-by-only-string.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Dempty-testcase.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
17 Time: %s, Memory: %s
H A Dfilter-dataprovider-by-string.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
18 Time: %s, Memory: %s
H A Dfilter-dataprovider-by-only-range-isolation.phpt15 PHPUnit %s by Sebastian Bergmann and contributors.
19 Time: %s, Memory: %s
/plugin/codehighlight/cp/languages/
H A Dcsharp.css8 i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
9 s, s b {color:#2A00FF;font-weight:normal;} /* strings */ selector
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D13.13.js.map1s]+)/g,\n comments: {\n blockComment: ['###', '###'],\n lineComment: '#'\n },\…
/plugin/siteexport/inc/
H A DreadCSS.patch25 $sub = preg_replace('/(<\!\-\-|\-\->)/s',' ',$m[1][$i]);
26 $sub = '>'.preg_replace('|/\*.*?\*/|s',' ',$sub).'</style>';
34 $html = preg_replace('/<\!\-\-.*?\-\->/s',' ',$html);
100 $regexpem = '/(background[^;]*url\s*\(\s*[\'\"]{0,1})([^\)\'\"]*)([\'\"]{0,1}\s*\))/si';
124 $regexpem = '/(background[^;]*url\s*\(\s*[\'\"]{0,1})([^\)\'\"]*)([\'\"]{0,1}\s*\))/si';
138 $CSSstr = preg_replace('|/\*.*?\*/|s',' ',$CSSstr);
139 $CSSstr = preg_replace('/[\s\n\r\t\f]/s',' ',$CSSstr);
166 $CSSstr = preg_replace('/(<\!\-\-|\-\->)/s',' ',$CSSstr);
209 $value = preg_replace('/\s*!important/i','',$value);
226 …if (preg_match('/NTH-CHILD\((\s*(([\-+]?\d*)N(\s*[\-+]\s*\d+)?|[\-+]?\d+|ODD|EVEN)\s*)\)/',$tg,$m)…
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe10 Ġ s
17 i s
20 e s
38 a s
47 s t
71 s e
84 ' s
101 Ġa s
110 er s
131 u s
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php136 $s = '';
138 $s .= '&& ' . $o;
141 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAppServiceConnectivity.svg1s.8.3 1.2 0l7.1-7zm-32.6 0c-.3-.3-.3-.8 0-1.2l1.6-1.6 7.1-7c.3-.3.8-.3 1.2 0a.75.75 0 0 1 0 1.2l-7…

1...<<21222324252627282930>>...158