Home
last modified time | relevance | path

Searched refs:argument (Results 176 – 200 of 219) sorted by path

123456789

/plugin/jplayer/vendor/symfony/process/
H A DProcessBuilder.php59 * @param string $argument A command argument
63 public function add($argument) argument
65 $this->arguments[] = $argument;
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/symfony/process/Tests/
H A DProcessUtilsTest.php25 public function testEscapeArgument($result, $argument) argument
27 $this->assertSame($result, ProcessUtils::escapeArgument($argument));
/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/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/mdpage/vendor/cebe/markdown/
H A DREADME.md300 The method will then be called when a marker is found in the text. As an argument it takes the text…
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php20 echo "The source file is given as an argument, the target file is the same plus the suffix \".mod\"\n";
25 for ($argument=1;$argument<$argc;$argument++) variable
27 $filename=$argv[$argument];
/plugin/monthcal/
H A Dsyntax.php80 foreach ($arguments as $argument) {
81 list($key, $value) = explode('=', $argument);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt51 that uses the facility (other than as an argument passed when the
/plugin/processing/
H A Dscript.js12639 function AstForStatement(argument, misc) { argument
12640 this.argument = argument;
12644 return this.misc.prefix + this.argument.toString();
12646 function AstCatchStatement(argument, misc) { argument
12647 this.argument = argument;
12651 return this.misc.prefix + this.argument.toString();
12653 function AstPrefixStatement(name, argument, misc) { argument
12655 this.argument = argument;
12660 if(this.argument !== undef) {
12661 result += this.argument.toString();
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md112 # Optionally pass an array of attributes to select as the second argument.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md100 the path to the database file as the first argument to the constructor. You
/plugin/quizlib/
H A DREADME.md41 … callback function for the onlick-event in the submit-button. Its first argument is the id of the …
/plugin/remotescript/lib/
H A Dlicense.txt177 the facility, other than as an argument passed when the facility
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2321 argument: *(value)*.
2502 iteratee is invoked with one argument: *(value)*.
2988 iteratee is invoked with one argument: *(value)*.
3120 invoked with one argument: *(value)*.
4225 provided as the first argument, the argument value at the second index is
4226 provided as the second argument, and so on.
6580 The iteratee is invoked with one argument: *(value)*.
7702 with one argument: *(value)*.
8386 is invoked with one argument: *(value)*.
10350 This method returns the first argument it receives.
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst55 // The `lodash/fp/map` iteratee is capped at one argument:
61 Methods that cap iteratees to one argument:<br>
67 The iteratee of `mapKeys` is capped to one argument: `(key)`
115 A fixed arity of two has an argument order of:<br>
118 A fixed arity of three has an argument order of:<br>
121 A fixed arity of four has an argument order of:<br>
126 Methods that accept an array as their last, second to last, or only argument:<br>
129 Methods with unchanged argument orders:<br>
132 Methods with custom argument orders:<br>
138 The iteratee of `reduceRight` has an argument order of: `(b, a)`
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1542 var argument = settings.variable || 'obj';
1543 template.source = 'function(' + argument + '){\n' + source + '}';

123456789