Home
last modified time | relevance | path

Searched refs:exec (Results 101 – 125 of 466) sorted by relevance

12345678910>>...19

/plugin/bez/mdl/
H A DFactory.php94 $exec = ":${filter}_$k";
95 $where_array[] = "$field = $exec";
96 $execute[$exec] = $v;
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php49 exec(__DIR__ . '/sabre-cs-fixer fix ' . escapeshellarg($outputFile));
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …ertSignature",{numbersToTwoDigits:function(c){if(c<10){c="0"+c}return(c)},exec:function(g){var h=o…
/plugin/oauthdoorkeeper/
H A DDockerfile10 bundle exec rake db:setup | tail -n4 > public/secrets.txt
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …ertSignature",{numbersToTwoDigits:function(c){if(c<10){c="0"+c}return(c)},exec:function(g){var h=o…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php77 $msg = exec($cmd, $output, $retval);
H A DClosureLinterSniff.php88 $msg = exec($cmd, $output, $retval);
H A DESLintSniff.php92 exec($cmd, $stdout, $code);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php72 $exitCode = exec($cmd, $output, $retval);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php60 exec(
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php75 $msg = exec($cmd, $output, $retval);
H A DJavaScriptLintSniff.php70 $msg = exec($cmd, $output, $retval);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js140 while( matches = separatorRegex.exec( markdown ) ) {
312 if( matches = mardownClassesInElementsRegex.exec( nodeValue ) ) {
317 while( matchesClass = mardownClassRegex.exec( classes ) ) {
/plugin/indexnumber/
H A Dscript.js11 while ((result = rx.exec(editor.value)) !== null) {
/plugin/webdav/_test/lib/
H A DDAVServerTest.php63 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php19 $this->server->exec();
/plugin/goto/
H A Dscript.js25 var value = re.exec(document.cookie);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js39 var match = /^([a-z]{2})_([A-Z]{2})$/.exec(options.language);
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php39 if ($php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) {
/plugin/runcommand/
H A Dpostaction.php52 $lastLine = exec($command, $outputValue, $retVal);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php25 $pdo->exec($query);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php60 $this->server->exec();
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js1exec(c[2])[1]:""}function g(a,b){return new RegExp((b?"^":"")+"</s*"+a+"s*>","i")}function h(a,b){…
/plugin/plantuml/
H A Dsyntax.php211 $encoded = exec($command, $output, $return_value);
260 exec($command, $output, $return_value);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php100 $server->exec();

12345678910>>...19