Home
last modified time | relevance | path

Searched refs:exec (Results 151 – 175 of 466) sorted by relevance

12345678910>>...19

/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …ace(/>/g,">");var tagregexp=(/\{\{tag>.*?\}\}/g);var matches=tagregexp.exec(content);var ele=[]…
H A Dtags.js.unc12 var matches = tagregexp.exec(content);
/plugin/bez/mdl/
H A DModel.php93 $this->db->exec("PRAGMA busy_timeout = $busy_timeout");
/plugin/jquery/
H A Djquery-1.4.2.js102 match = quickExpr.exec( selector );
113 ret = rsingleTag.exec( selector );
709 var match = /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
711 /(msie) ([\w.]+)/.exec( ua ) ||
801 access( elems, k, key[k], exec, fn, value );
809 exec = !pass && exec && jQuery.isFunction(value);
2488 match = rnamespaces.exec( type );
2663 while ( (chunker.exec(""), m = chunker.exec(soFar)) !== null ) {
3057 var test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec(
5057 var parts = rurl.exec( s.url ),
[all …]
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc13 var matches = tagregexp.exec(content);
146 var matches = tagregexp.exec(content);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js22 if ((match = XRegExp.exec(list[i], regex)) != null)
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js38 if ((match = XRegExp.exec(list[i], regex)) != null)
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js37 var s = /([\s\S]+) as (\S+)$/im.exec(input);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php48 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php42 $this->server->exec();
H A DServerPropsTest.php40 $this->server->exec();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php55 public function exec(ElasticaRequest $elasticaRequest, array $params): Response function in Elastica\\Transport\\HttpAdapter
H A DGuzzle.php50 public function exec(Request $request, array $params): Response function in Elastica\\Transport\\Guzzle
H A DHttp.php48 public function exec(Request $request, array $params): Response function in Elastica\\Transport\\Http
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js258 while((match = regex.exec(this.code)) != null)
463 var matches = regex.exec(lines[i]);
607 if((matches = regex.exec(list[i])) != null)
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js49 {var index=0;var match=null;while((match=regex.exec(this.code))!=null)
103 continue;var matches=regex.exec(lines[i]);if(matches!=null&&matches.length>0)
141 if((matches=regex.exec(list[i]))!=null)
/plugin/visrep/
H A Dsyntax.php189 exec($cmd, $output, $error);
/plugin/gitlog/
H A Dsyntax.php200 exec($c, $output, $ret);
/plugin/highlightjs/highlight/
H A Dhighlight.js105 var match = mode.terminators.exec(value);
139 var match = mode.lexemsRe.exec(buffer);
150 match = mode.lexemsRe.exec(buffer);
/plugin/dokutexit/
H A Dconfig.php595 @exec($cmdline, $output, $ret);
604 $log = @exec($cmdline, $output, $ret);
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js52 …[)]\s*$/,k;return(k=/^\s*["]([^"]*)["]\s*$/.exec(b))||(k=d.exec(b))||(k=f.exec(b))||(k=g.exec(b))|…
82 …\!--|<[!?]|[&<>])/g;f=b+"";if(G)f=f.split(H);else{for(var e=[],h=0,j;(j=H.exec(f))!==s;)e.push(f.s…
83exec(l))if(h[0].length===l.length&&">"===d[p+1])p+=2,j=h[1].toLowerCase(),a.t&&a.t(j,t,A,b(a,d,p,e…
86 …j,h));else throw Error("bug");return l}function f(a,b){var d=/^([-\w:]+)/.exec(a[b]),f={};f.name=d…
87 e;)if(d=ja.exec(e))if(d[4]&&!d[5]||d[6]&&!d[7]){for(var d=d[4]||d[6],i=C,e=[e,a[h++]];h<j;h++){if(i…
/plugin/flexpaper/
H A Dsyntax.php101 $lastline = exec(escapeshellcmd($command),$output,$status);
/plugin/xslfo/
H A Daction.php123 exec($command, $out);
/plugin/toolbox/
H A DToolboxFindAndReplace.js163 while (m = re.exec(text)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12exec(a);return{width:+b[1],height:+b[2]}}},fluid:{regex:/^([0-9]+%?)x([0-9]+%?)$/,output:function(…

12345678910>>...19