Home
last modified time | relevance | path

Searched refs:exec (Results 126 – 150 of 466) sorted by relevance

12345678910>>...19

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js474 var m = XRegExp.exec(value, arrayRegex);
553 exec: RegExp.prototype.exec,
993 RegExp.prototype.exec = (on ? fixed : nativ).exec;
1346 match = fixed.exec.call(r2, str);
1880 fixed.exec = function (str) {
1882 match = nativ.exec.apply(this, arguments),
1945 return !!fixed.exec.call(this, str);
1972 return fixed.exec.call(regex, toObject(this));
2660 if (match = gt.exec(m)) {
2747 indent = /^( |\s)+/.exec(line),
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js176 match = r.exec(className)
745 while ((match = XRegExp.exec(str, regex, pos)) != null)
754 var m = XRegExp.exec(value, arrayRegex);
949 var matches = regex.exec(line);
1016 while((match = XRegExp.exec(code, regexInfo.regex, pos)) != null)
1049 if (match = gt.exec(m))
1461 indent = /^( |\s)+/.exec(line),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php83 ->exec();
/plugin/davcal/
H A Dcalendarserver.php95 $server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php52 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php68 $server->exec();
/plugin/epub/scripts/
H A Dscript.js20 result = regex.exec(dom.innerHTML);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php59 abstract public function exec(Request $request, array $params): Response; function in Elastica\\Transport\\AbstractTransport
/plugin/odt/renderer/
H A Dpagepdf.php95 exec ($command, $output, $result);
/plugin/aceeditor/
H A Dbuild.js1exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.… function
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php129 $this->rawResponse = $this->facebookCurl->exec();
/plugin/amazon_heavy/
H A Dsyntax.php127 $retval = exec('/usr/bin/lynx --dump "'.$xmlurl.'" > '.$filename);
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js219 var aMatch = rFunc.exec( aLinkInfo[2] ) ;
528 var oPopupMatch = oRegex.PopupUri.exec( sHRef ) ;
546 oPopupMatch = oRegex.OnClickPopup.exec( onclick ) ;
557 var sProtocol = oRegex.UriProtocol.exec( sHRef ) ;
763 var sProtocol = oRegex.UrlOnChangeProtocol.exec( sUrl ) ;
822 while( ( oFeaturesMatch = oRegex.PopupFeatures.exec( features ) ) != null )
1010 var asLinkPath = oLinkPathRegEx.exec( sUri ) ;
/plugin/strata/
H A Dscript.js72 var n1 = n.exec(s1);
73 var n2 = n.exec(s2);
99 var n1 = n.exec(s1);
100 var n2 = n.exec(s2);
/plugin/docimporter/
H A Daction.php42 $result = exec("export HOME=/tmp && cd ".$tempDir." && convert_to_mediawiki ".$fileName);
/plugin/epub/
H A Dscript.js26 result = regex.exec(dom.innerHTML);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php182 // Refactor: Not full toArray needed in exec?
183 return $transport->exec($this, $this->getConnection()->toArray());
/plugin/elasticsearch/helper/
H A Ddocparser.php133 exec(str_replace('%in%', escapeshellarg($file), $parser), $output, $ok);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js73 for(;;){res=re.exec(page)
93 while(1){res=re_stop.exec(page)
/plugin/structodt/
H A Dhelper.php112 exec($cmd, $output, $result_code);
131 exec($cmd, $output, $result_code);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php25 $this->server->exec();
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1exec:function(f){var e=f.getSelection(),d=e.createBookmarks(),a=e.getRanges(),g,c;for(var b=0;b<a.… method in CKEDITOR.unlinkCommand
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1exec:function(f){var e=f.getSelection(),d=e.createBookmarks(),a=e.getRanges(),g,c;for(var b=0;b<a.… method in CKEDITOR.unlinkCommand
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js22 var match = /^(.*)\s\S*$/.exec(abbrev);
/plugin/geonav/js/
H A Dearth_a.js83 var matchll=/\(([-.\d]*), ([-.\d]*)/.exec(point);

12345678910>>...19