Home
last modified time | relevance | path

Searched refs:arg (Results 126 – 150 of 176) sorted by last modified time

12345678

/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php22 foreach ($args as $arg) {
23 switch ($arg[0]) {
25 if($arg == '==1') {
27 }elseif($arg == '==0') {
30 $this->opt['true_value'] = substr($arg, 1);
34 $this->opt['false_value'] = substr($arg, 1);
37 $newargs[] = $arg;
H A Dfield.php94 foreach($args as $arg){
95 if ($arg[0] == '=') {
96 $this->setVal(substr($arg,1));
97 } elseif ($arg == '!') {
99 } elseif ($arg == '^') {
104 } elseif($arg == '@') {
106 } elseif($arg == '@@') {
110 } elseif($arg[0] == '.') {
114 } elseif($arg[0].$arg[1] == '**') {
117 $t = $arg[0];
[all …]
/plugin/bureaucracy-au/
H A Dsyntax.php400 $arg = '';
407 $arg .= '"';
415 array_push($args, $arg);
417 $arg = '';
425 $arg .= ' ';
428 if(strlen($arg) < 1) continue;
429 array_push($args, $arg);
430 $arg = '';
434 $arg .= $line{$i};
438 $arg .= "\n";
[all …]
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php36 foreach ($standardArgs as $arg => $pqSelector) {
37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
42 foreach ($standardArgs as $arg => $pqSelector) {
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
48 foreach ($standardArgs as $arg => $pqSelector) {
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DOneTestCase.php8 public function testCase($arg = '') argument
H A DOverrideTestCase.php4 public function testCase($arg = '') argument
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1142 foreach ($filterArgs as $arg) {
1143 if ($arg instanceof ConstantExpression) {
1144 return [$arg->getAttribute('value')];
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php420 $arg = new ConstantExpression($token->getValue(), $lineno);
433 if (!$arg instanceof ConstantExpression) {
437 $name = $arg->getAttribute('value');
455 $arg = new ConstantExpression(0, $token->getLine());
457 $arg = $this->parseExpression();
472 $arguments = new Node([$arg, $length]);
483 return new GetAttrExpression($node, $arg, $arguments, $type, $lineno);
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php63 * @param array $arg RaiseError string arguments.
67 public function __construct($message, $code, $arg, $line, $column) argument
69 parent::__construct($message, $code, $arg);
H A DUnrecognizedToken.php63 * @param array $arg RaiseError string arguments.
67 public function __construct($message, $code, $arg, $line, $column) argument
69 parent::__construct($message, $code, $arg);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php188 private function generateArgument(ArgumentNode $arg) argument
190 $argument = '$'.$arg->getName();
192 if ($arg->isVariadic()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php37 while (false !== $arg = current($args)) {
40 if ($arg == '') {
44 if ($arg == '--') {
50 if ($arg[0] != '-' || (strlen($arg) > 1 && $arg[1] == '-' && !$long_options)) {
54 } elseif (strlen($arg) > 1 && $arg[1] == '-') {
56 substr($arg, 2),
63 substr($arg, 1),
76 $argLen = strlen($arg);
79 $opt = $arg[$i];
90 $opts[] = [$opt, substr($arg, $i + 1)];
[all …]
/plugin/metaeditor/
H A Djstree.js219 $.fn.jstree = function (arg) { argument
221 var is_method = (typeof arg === 'string'),
224 if(arg === true && !this.length) { return false; }
228 method = is_method && instance ? instance[arg] : null;
234 if(!instance && !is_method && (arg === undefined || $.isPlainObject(arg))) {
235 $.jstree.create(this, arg);
238 if( (instance && !is_method) || arg === true ) {
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown31 foreach($argv as $k => $arg) {
35 if ($arg[0] == '-') {
36 $arg = explode('=', $arg); variable
37 switch($arg[0]) {
39 if (isset($arg[1])) {
40 if (isset($flavors[$arg[1]])) {
41 require($flavors[$arg[1]][1]);
42 $flavor = $flavors[$arg[1]][0];
44 error("Unknown flavor: " . $arg[1], "usage");
61 error("Unknown argument " . $arg[0], "usage");
[all …]
/plugin/callflow/
H A Draphael.js1211 var arg = Array.prototype.slice.call(arguments, 0),
1212 args = arg.join("\u2400"),
1221 cache[args] = f[apply](scope, arg);
5234 var arg = arguments;
5236 el[methodname][apply](el, arg);
7116 var arg = arguments;
7118 el[methodname].apply(el, arg);
8096 var arg = arguments;
8098 el[methodname].apply(el, arg);
/plugin/glossary/syntax/
H A Ddiv.php46 $arg = "";
70 $arg = $dumy['word'][0];
86 $glossary->$cmd ($arg);
/plugin/fetchmedia/lib/
H A Dbundle.js1arg:t.call(n,r)}}catch(t){return{type:"throw",arg:t}}}function o(){}function u(){}function c(){}fu…
/plugin/database2/
H A Dsyntax.php79 $arg = Database2::parseAssignment($temp, $pos);
80 if ($arg === false) {
83 if (is_array($arg)) {
84 list($name, $value) = $arg;
H A Ddatabase2.php4898 $arg = trim( strtok( '' ) );
4904 return ( $arg !== '' ) ? date( $arg ) : '';
4913 if ( isset( $this->__replaceMarkupVarspace[$group][$arg] ) )
4914 $this->__replaceMarkupVarspace[$group][$arg];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php448 $arg = $this->_cliArgs[$i];
449 if ($arg === '') {
453 if ($arg{0} === '-') {
454 if ($arg === '-' || $arg === '--') {
459 if ($arg{1} === '-') {
462 $switches = str_split($arg);
489 switch ($arg) {
552 $this->values[$arg] = $arg;
571 switch ($arg) {
874 if ($arg{0} === '-') {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DCreateWidgetTypeCallbackSniff.php84 …$arg = $phpcsFile->findNext(T_WHITESPACE, ($tokens[$function]['parenthesis_opener'] + 1), null, tr…
85 if ($tokens[$arg]['content'] !== 'callback') {
87 $phpcsFile->addError($error, $arg, 'FirstArgNotCallback');
176 $arg = $phpcsFile->findNext(T_WHITESPACE, ($i + 4), null, true);
177 if ($tokens[$arg]['content'] !== 'this'
178 && $tokens[$arg]['content'] !== 'self'
181 $phpcsFile->addError($error, $arg, 'FirstArgNotSelf');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationArgumentSpacingSniff.php217 $arg = $tokens[$nextParam]['content'];
239 $arg,
279 $data = array($arg);
289 $arg,
306 $arg = $tokens[$nextParam]['content'];
323 $arg,
362 $arg,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php817 foreach ($ruleset->{'arg'} as $arg) {
822 if (isset($arg['name']) === true) {
823 $argString = '--'.(string) $arg['name'];
824 if (isset($arg['value']) === true) {
825 $argString .= '='.(string) $arg['value'];
828 $argString = '-'.(string) $arg['value'];
840 foreach ($ruleset->{'ini'} as $arg) {
845 if (isset($arg['name']) === false) {
849 $name = (string) $arg['name'];
851 if (isset($arg['value']) === true) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit62 * @param string $arg The command line argument.
67 public function processUnknownArgument($arg, $pos)
69 $this->values['svnArgs'][] = escapeshellarg($arg);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js278 function Buffer (arg) {
282 return new Buffer(arg)
17708 return typeof arg === 'object' && arg !== null;
18858 function isNull(arg) {
18859 return arg === null;
18864 return arg == null;
18894 return typeof arg === 'object' && arg !== null;
27112 function isNull(arg) {
27118 return arg == null;
27148 return typeof arg === 'object' && arg !== null;
[all …]

12345678