Home
last modified time | relevance | path

Searched refs:exec (Results 26 – 50 of 466) sorted by relevance

12345678910>>...19

/plugin/darcs/
H A Ddarcs.php38 exec($this->last_cmd,&$this->stdout,&$this->retval);
66 exec($this->last_cmd,&$this->stdout,&$this->retval);
74 exec($this->last_cmd,&$this->stdout,&$this->retval);
82 exec($this->last_cmd,&$this->stdout,&$this->retval);
/plugin/formatplus2/
H A Dscript.js9 var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
10 /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
11 /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
12 /(msie) ([\w.]+)/.exec( ua ) ||
13 ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) || [];
/plugin/syntaxhighlightjs/
H A Dgulpfile.js39 var exec = require('child_process').exec; variable
48 exec(cmd, function (err, stdout, stderr) {
/plugin/poldek/
H A Dhelper.php59 $lines = $this->exec("--up");
130 return $this->exec('-q -Q --shcmd='.escapeshellarg($cmd), $rc);
137 private function exec($cmd, &$rc = null) { function in helper_plugin_poldek
166 exec($poldek, $lines, $rc);
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js13 exec: function( editor ) {
21 exec: function( editor ) {
37 exec: function( editor ) {
53 exec: function( editor ) {
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js13 exec: function( editor ) {
21 exec: function( editor ) {
37 exec: function( editor ) {
53 exec: function( editor ) {
/plugin/interwikipaste/
H A Dscript.js30 let matched = regex.exec(url);
67 const matches = idMatch.exec(href);
84 const matches = mediaIdMatch.exec(path);
92 const matches = mediaIdMatch.exec(href);
158 const linkOpened = regBefore.exec(allInput.substring(caretPos, caretPos - 5));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php47 $this->server->exec();
68 $this->server->exec();
93 $this->server->exec();
117 $this->server->exec();
373 $this->server->exec();
399 $this->server->exec();
423 $this->server->exec();
H A DServerEventsTest.php43 $this->server->exec();
59 $this->server->exec();
80 $this->server->exec();
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.memory_get_usage.inc.php10 exec(HTML2PS_DIR.'utils/pslist.exe -m ' . getmypid() , $output);
21 exec("ps -eo%mem,rss,pid | grep $pid", $output);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php63 $server->exec();
102 $server->exec();
142 $server->exec();
215 $server->exec();
287 $server->exec();
352 $server->exec();
H A DPrincipalSearchPropertySetTest.php49 $server->exec();
76 $server->exec();
103 $server->exec();
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6exec(e))e=e.substring(i[0].length),o+=u(i[1]);else if(i=this.rules.tag.exec(e))!this.inLink&&/^<a …
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php29 $server->exec();
41 $server->exec();
51 $server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php216 $s->exec();
265 $s->exec();
301 $s->exec();
337 $s->exec();
377 $s->exec();
413 $s->exec();
454 $s->exec();
491 $s->exec();
529 $s->exec();
569 $s->exec();
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php101 exec($this->path.' --version')
219 exec($cmd);
237 exec($cmd);
/plugin/aichat/Storage/
H A DSQLiteStorage.php66 $this->db->exec('DELETE FROM embeddings');
68 $this->db->exec('DELETE FROM clusters');
81 $this->db->exec('DELETE FROM embeddings WHERE page = ?', [$page]);
107 $this->db->exec('VACUUM');
263 $this->db->exec($query);
265 $this->db->exec($query);
306 $this->db->exec($query, [$lang, json_encode($centroid, JSON_THROW_ON_ERROR)]);
332 $this->db->exec($query, [$cluster, $record['id']]);
/plugin/offline/
H A Dwhich_binaries.php22 exec('which ' . $packerNameStr, $outputArr);
50 exec('which wget', $outputArr);
/plugin/judge/
H A Daction.php215 $db->exec($query);
217 $db->exec($query);
260 $db->exec($query);
275 $db->exec($test_case_query);
318 $id = $db->exec($query);
/plugin/maintenance/
H A Dhelper.php57 exec($cmd, $output, $result);
78 exec($cmd, $output, $result);
81 exec($cmd, $output, $result);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php130 $r = $this->connection->exec(
200 $r = $this->connection->exec(
306 return $this->connection->exec(
313 return $this->connection->exec(
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php130 $r = $this->connection->exec(
200 $r = $this->connection->exec(
306 return $this->connection->exec(
313 return $this->connection->exec(
/plugin/sqlite/
H A DSQLiteDB.php75 $this->exec('PRAGMA journal_mode=WAL');
96 $this->exec("PRAGMA analysis_limit=400");
97 $this->exec('PRAGMA optimize;');
187 public function exec($sql, ...$parameters)
345 $this->exec('REPLACE INTO opts (opt,val) VALUES (?,?)', [$opt, $value]);
445 $this->pdo->exec($query);
462 $this->pdo->exec('VACUUM');
496 $this->exec($sql);
158 public function exec($sql, ...$parameters) global() function in dokuwiki\\plugin\\sqlite\\SQLiteDB
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js43 while((match = regex.exec(this.code)) != null)
66 while((match = regex.exec(this.code)) != null)
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js13 …([:\\w-\.]+)\\s*=\\s*(".*?"|\'.*?\'|\\w+)*|(\\w+)','gm');while((match=regex.exec(this.code))!=null)
18 …gex=new RegExp('(?:\&lt;|<)/*\\?*\\s*([:\\w-\.]+)','gm');while((match=regex.exec(this.code))!=null)

12345678910>>...19