Home
last modified time | relevance | path

Searched refs:command (Results 26 – 50 of 431) sorted by relevance

12345678910>>...18

/plugin/vshare/syntax/
H A Dvideo.php67 $command = substr($match, 2, -2);
70 [$command, $title] = sexplode('|', $command, 2, '');
75 if (substr($command, 0, 1) == ' ') ++$align;
76 if (substr($command, -1) == ' ') $align += 2;
77 $command = trim($command);
80 [$site, $vid] = explode('>', $command);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
65 public function setCommand($command) argument
67 $this->command = $command;
74 return $this->command;
H A DGoogleCloudRunV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
65 public function setCommand($command) argument
67 $this->command = $command;
74 return $this->command;
H A DContainer.php30 public $command; variable in Google\\Service\\CloudRun\\Container
91 public function setCommand($command) argument
93 $this->command = $command;
100 return $this->command;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php209 $command = $this->runtime->getBinary();
210 $command .= $this->settingsToParameters($settings);
213 $command .= ' -qrr ';
216 $command .= '-e ' . escapeshellarg($file);
218 $command .= escapeshellarg(__DIR__ . '/PHP/eval-stdin.php');
221 $command .= ' -f ' . escapeshellarg($file);
225 $command .= ' -- ' . $this->args;
229 $command .= ' 2>&1';
232 return $command;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit92 $command = PHP_CODESNIFFER_SVNLOOK.' changed '.implode(' ', $values['svnArgs']);
93 $handle = popen($command, 'r');
95 echo 'ERROR: Could not execute "'.$command.'"'.PHP_EOL.PHP_EOL;
175 …$command = PHP_CODESNIFFER_SVNLOOK.' cat '.implode(' ', $values['svnArgs']).' '.escapeshellarg($pa…
176 $handle = popen($command, 'r');
178 echo 'ERROR: Could not execute "'.$command.'"'.PHP_EOL.PHP_EOL;
/plugin/latexport/_test/
H A Dcommand.php5 public $command; variable in TexCommand
11 function __construct($command) { argument
12 $this->command = $command;
136 public $command; variable in CommandAppendCommand
140 function __construct($command, $scope, $argument = '') { argument
142 $this->command = $command;
/plugin/projects/plugins/file/
H A Dlatex_dependency.php41 function match_command($command, $content) { argument
43 $pattern = "/\\\\$command *$parameters *\{ *(?P<content>.*?) *\}/";
49 function find_command($command, $content, $file_extension = ".tex") { argument
51 $matches = match_command($command, $content);
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js.unc14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );
15 command.modes = { wysiwyg: 1, source: 1 };
16 command.canUndo = false;
17 command.readOnly = 1;
21 command: 'about',
/plugin/swiftmail/Swift/Authenticator/
H A DLOGIN.php32 $swift->command("AUTH LOGIN", 334);
33 $swift->command(base64_encode($user), 334);
34 $swift->command(base64_encode($pass), 235);
/plugin/latexit/classes/
H A DPackage.php55 * @param string $command Command.
57 public function addCommand($command) { argument
58 if (!in_array($command, $this->commands)) {
59 $this->commands[] = $command;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php30 * Executes a Chrome DevTools command
32 * @param string $command The DevTools command to execute
33 * @param array $parameters Optional parameters to the command
34 * @return array The result of the command
36 public function execute($command, array $parameters = []) argument
38 $params = ['cmd' => $command, 'params' => (object) $parameters];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSvnblame.php73 $command = 'svn blame "'.$filename.'" 2>&1';
74 $handle = popen($command, 'r');
76 echo 'ERROR: Could not execute "'.$command.'"'.PHP_EOL.PHP_EOL;
H A DGitblame.php87 $command = 'git blame --date=short "'.$filename.'" 2>&1';
88 $handle = popen($command, 'r');
90 echo 'ERROR: Could not execute "'.$command.'"'.PHP_EOL.PHP_EOL;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder, $command ) ) . '" />' ;
/plugin/ac/
H A Daction.php43 $command = ajax_loader::handleLoad();
44 $action_classname = 'syntax_plugin_ac_action_' . $command[0];
45 $action = new $action_classname($this->ac, array_slice($command, 1));
/plugin/complex_lists/complex_lists/
H A Dsyntax.php327 $command = explode('#', substr($listtext, 0, $pos));
330 switch ($command[0])
333 $bookmark = $this->bookmarks[$command[2]];
336 if ($command[1] == 2)
370 if ($command[1] > $level)
371 $level = $command[1];
372 $lcounters[$level] = $command[2];
376 $renderer->doc .= 'Bad command: ' . $command[0] . '!';
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder, $command ) ) . '" />' ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder, $command ) ) . '" />' ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder, $command ) ) . '" />' ;
/plugin/gitbacked/lib/
H A DGit.php298 protected function run_command($command) { argument
325 $resource = proc_open($command, $descriptorspec, $pipes, $cwd, $env);
340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
342 $this->handle_command_success($this->repo_path, $cwd, $command);
357 public function run($command) { argument
358 return $this->run_command(Git::get_bin()." ".$command);
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
404 $this->plugin->notify_command_error($repo_path, $cwd, $command, $status, $error_message);
418 protected function handle_command_success($repo_path, $cwd, $command) { argument
420 $this->plugin->notify_command_success($repo_path, $cwd, $command);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt94 [%clk 1:05:23] is the embedded command string.
97 The command string is structured as follows.
100 A command name consisting of one or more alphanumeric characters.
154 [%command 1:45:12,Nf6,"very interesting, but wrong"]
164 they terminate both the last operand and the command.
173 [%command "very tense start to the
180 The command is terminated by a single ] character.
202 4.2 The clk command.
216 4.3 Elapsed Game Time : the egt command
224 4.4 Elapsed Move Time : the emt command
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13command,i=0;i<n.commands.length;i++){var s=o.commands[i]=a.invert(o.commands[i]);s.type!==a.type.u… class in AnonymousFunction70481f410400.a.t
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js61 command: 'same_header',
67 command: 'lower_header',
73 command: 'higher_header',
79 command: 'none_header',
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js61 command: 'same_header',
67 command: 'lower_header',
73 command: 'higher_header',
79 command: 'none_header',

12345678910>>...18