Home
last modified time | relevance | path

Searched refs:argument (Results 76 – 100 of 219) sorted by last modified time

123456789

/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php35 * @param string $argument The argument that will be escaped
41 public static function escapeArgument($argument) argument
50 if ('' === $argument) {
51 return escapeshellarg($argument);
56 …foreach (preg_split('/(")/', $argument, -1, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE) as $…
78 return "'".str_replace("'", "'\\''", $argument)."'";
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt51 that uses the facility (other than as an argument passed when the
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
/plugin/adfs/phpsaml/
H A DCHANGELOG99 …//github.com/onelogin/php-saml/pull/177) Add error message for bad OneLogin_Saml2_Settings argument
/plugin/codemirror/dist/
H A Dscripts.min.js.map1argument, or undefined if there are no such lines.\n function visualLineContinued(line) {\n va…
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1 …or argument context.\n\n // Examine each character and update a mode variable whose interpret…
H A Dstex.min.js.map1argument","openBracket","plugins","setState","f","normal","source","match","cmdName","current","sl…
H A Djavascript.min.js.map1 … a crude lookahead trick to try and notice that we're\n // parsing the argument patterns for a fa…
H A Dsas.min.js.map1 …ted by spaces and adds them as\n // keys with the value of the first argument 'style'\n func…
H A Dstex.min.js1argument=null;this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null};this.ope…
H A Dpuppet.min.js.map1 …rated by spaces and adds them as\n // keys with the value of the first argument 'style'\n functi…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1argument: ' + name + '=' + value);\n } else if (value !== false) {\n // Boolean op…
/plugin/monthcal/
H A Dsyntax.php80 foreach ($arguments as $argument) {
81 list($key, $value) = explode('=', $argument);
/plugin/latexport/implementation/
H A Ddecorator.php143 * @param argument If specified, to be included in square brackets. Depending
147 function appendCommand($command, $scope, $argument = '') { argument
149 $this->decorator->appendCommand($command, $scope, $argument);
157 * @param argument If specified, to be included in square brackets. Depending
161 function appendInlineCommand($command, $scope, $argument = '') { argument
163 $this->decorator->appendInlineCommand($command, $scope, $argument);
H A Ddecorator_persister.php61 * @param argument If specified, to be included in square brackets. Depending
65 function appendCommand($command, $scope = null, $argument = '') { argument
66 $this->appendInlineCommand($command, $scope, $argument);
75 * @param argument If specified, to be included in square brackets. Depending
79 function appendInlineCommand($command, $scope = null, $argument = '') { argument
80 if ($argument) {
87 $text = '\\'.$command.'{'.$scope.'}{'.$argument.'}';
91 $text = '\\'.$command.'{'.$scope.'}['.$argument.']';
98 $text = '\\'.$command.'['.$argument.']{'.$scope.'}';
/plugin/latexport/_test/
H A Dcommand.php138 public $argument; variable in CommandAppendCommand
140 function __construct($command, $scope, $argument = '') { argument
144 $this->argument = $argument;
H A Ddecorator_mock.php142 function appendCommand($command, $scope, $argument = '') { argument
143 $this->listOfCommands->enqueue(new CommandAppendCommand($command, $scope, $argument));
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js5379 function IsPropertyKey(argument) {
5380 …return typeof argument === 'string' || (typeof argument === 'undefined' ? 'undefined' : _typeof(ar…
H A Dpdf.js.map1argument for removeNullCharacters must be a string.');\n return str;\n }\n return str.replace…
H A Dpdf.worker.js6548 function IsPropertyKey(argument) {
6549 …return typeof argument === 'string' || (typeof argument === 'undefined' ? 'undefined' : _typeof(ar…
31317 function closePendingRestoreOPS(argument) {
H A Dpdf.worker.js.map1argument, since that happens to be true\n // in every case, so we don't have to touch the argumen…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1argument, since that happens to be true\n // in every case, so we don't have to touch the argumen…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1argument behavior of `RegExp`\n pattern = pattern === undefined ? '' : String(pattern);\n …
/plugin/syntaxhighlighter4/
H A DREADME.md108 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1argument for getWorkHours method\");\n\t\t\t\tthrow new Error(\"Invalid date argument for getWorkH…

123456789