Home
last modified time | relevance | path

Searched refs:exec (Results 51 – 75 of 466) sorted by relevance

12345678910>>...19

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php28 $this->server->exec();
45 $this->server->exec();
/plugin/editsections/
H A Dscript.js26 tgtlvl = class_regexp.exec(tgt.tagName)[1];
38 … if((class_regexp.test(tgt.tagName) == true)&&(class_regexp.exec(tgt.tagName)[1] <= tgtlvl)) {
/plugin/mimetex/
H A Dmimetexrender.php85 $executeable = exec('which mimetex');
125 $status_code = exec($command);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DMultiGetTest.php35 $this->server->exec();
78 $this->server->exec();
/plugin/sqlite/
H A DQuerySaver.php38 $this->db->exec($sql, [$this->upstream, $name, $query]);
70 $this->db->exec($sql, [$this->upstream, $name]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js28 tag = XRegExp.exec(code, XRegExp('(&lt;|<)[\\s\\/\\?!]*(?<name>[:\\w-\\.]+)', 'xg')),
41 while ((attributes = XRegExp.exec(code, regex, pos)) != null)
H A DshCore.js54 exec: RegExp.prototype.exec, property in AnonymousFunction5b121b410100.nativ
279 RegExp.prototype.exec = (on ? fixed : nativ).exec; method in RegExp
912 fixed.exec = function (str) { function
917 match = nativ.exec.apply(this, arguments);
963 return !!fixed.exec.call(this, str);
983 return fixed.exec.call(regex, this);
1457 match = r.exec(className)
2035 var m = XRegExp.exec(value, arrayRegex);
2230 var matches = regex.exec(line);
2330 if (match = gt.exec(m))
[all …]
H A DshCore.min.js17exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),match:i};break}}catch(o){t… method in exec
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js12 tag = XRegExp.exec(code, XRegExp('(&lt;|<)[\\s\\/\\?!]*(?<name>[:\\w-\\.]+)', 'xg')),
25 while ((attributes = XRegExp.exec(code, regex, pos)) != null)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginAdminTest.php41 $fakeServer->exec();
80 $fakeServer->exec();
/plugin/sequencediagram/bower_components/lodash/perf/asset/
H A Dperf-ui.js8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]);
11 var other = (other = /other=([^&]+)/.exec(location.search)) && decodeURIComponent(other[1]);
/plugin/chordsheets/
H A Dscript.js71 while ((chordMatch = chordRegEx.exec(lineText)) != null) {
84 var chordRootMatch = chordRootRegEx.exec(subchords[i2]);
97 var match = sectionRegex.exec(lineText);
/plugin/dwcommits/
H A Dhelper.php188 exec("$this->git fetch origin",$retv,$exit_code);
193 exec("$this->git merge origin",$retv, $exit_code);
198 exec("git commit -mdbupgrade",$retv, $exit_code);
204 exec("$this->git add .",$retv_add, $exit_code);
209 exec("$this->git pull",$retv, $exit_code);
215 exec("$this->git checkout $branch",$retv, $exit_code);
221 exec("$this->git config --get remote.origin.url",$retv, $exit_code);
285 exec("$this->git branch",$retv, $exit_code);
327 exec("$this->git status",$retv, $exit_code);
/plugin/webdav/core/
H A DServer.php128 public function exec() function in dokuwiki\\plugin\\webdav\\core\\Server
135 $this->server->exec();
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]);
11 var loader = (loader = /loader=([^&]+)/.exec(location.search)) && decodeURIComponent(loader[1]);
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19exec(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreC…
/plugin/ac/actions/
H A Daction.php9 public function exec() { function in syntax_plugin_ac_action
/plugin/starred/
H A Dhelper.php61 $db->exec($sql, [$pageid, $user]);
65 $db->exec($sql, [$pageid, $user, time()]);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js217 var oPopupMatch = oRegex.PopupUri.exec( sHRef ) ;
235 oPopupMatch = oRegex.OnClickPopup.exec( onclick ) ;
246 var sProtocol = oRegex.UriProtocol.exec( sHRef ) ;
381 var sProtocol = oRegex.UrlOnChangeProtocol.exec( sUrl ) ;
440 while( ( oFeaturesMatch = oRegex.PopupFeatures.exec( features ) ) != null )
534 var asLinkPath = oLinkPathRegEx.exec( sUri ) ;
/plugin/sqlite/_test/
H A DSQLiteDBTest.php74 $insid = $db->exec($sql, ['test', 'test']);
78 $affected = $db->exec($sql, ['test2', 'music']);
/plugin/diagramsnet/lib/js/
H A Dexport-init.js6 var result = (new RegExp(param + '=([^&]*)')).exec(window.location.search);
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js25 exec: function( editor ) {
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js25 exec: function( editor ) {
/plugin/ckgedit/ckeditor/plugins/truetype/
H A Dplugin.js24 exec : function( editor )
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php29 $pdo->exec($query);

12345678910>>...19