/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/ |
H A D | Enumerator.php | 25 * @param array|object $variable 29 public function enumerate($variable) argument 31 if (!is_array($variable) && !is_object($variable)) { 47 if ($processed->contains($variable)) { 51 $array = $variable; 52 $processed->add($variable); 54 if (is_array($variable)) { 66 $objects[] = $variable; 67 $reflector = new \ReflectionObject($variable); 73 $value = $attribute->getValue($variable);
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | CodeExporter.php | 58 * @param mixed $variable 61 private function exportVariable($variable) argument 63 if (is_scalar($variable) || is_null($variable) || 64 (is_array($variable) && $this->arrayOnlyContainsScalars($variable))) { 65 return var_export($variable, true); 68 return 'unserialize(' . var_export(serialize($variable), true) . ')';
|
H A D | Snapshot.php | 399 * @param mixed $variable 403 private function canBeSerialized($variable) argument 405 if (!is_object($variable)) { 406 return !is_resource($variable); 409 if ($variable instanceof \stdClass) { 413 $class = new ReflectionClass($variable); 417 return $variable instanceof Serializable;
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Buffer.php | 191 ->variable($result->next()) 200 ->variable($result->next()) 209 ->variable($result->next()) 214 ->variable($result->key()) 241 ->variable($result->next()) 261 ->variable($result->next()) 333 ->variable($result->next()) 357 ->variable($result->next()) 381 ->variable($result->next()) 401 ->variable($result->key()) [all …]
|
/plugin/strata/helper/ |
H A D | syntax.php | 195 function variable($var) { function in helper_plugin_strata_syntax 272 $var = $p->variable($match[1]); 299 $var = $p->variable($match[1]); 570 $lhs = $this->variable($lhs); 571 $rhs = $this->variable($rhs); 606 $lhs = $this->variable($lhs); 643 $rhs = $this->variable($rhs); 719 $variable = $p->variable($var)->name; 746 $variable = $p->variable($var)->name; 1008 if (!isset($properties[$variable])) { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | XML.php | 185 $variable = null; 189 $variable = []; 204 $variable[(string) $entry->getAttribute('key')] = $value; 206 $variable[] = $value; 225 $variable = $class->newInstanceArgs($constructorArgs); 227 $variable = new $className; 232 $variable = $element->textContent == 'true' ? true : false; 238 $variable = $element->textContent; 240 settype($variable, $element->tagName); 244 return $variable;
|
H A D | GlobalState.php | 179 protected static function exportVariable($variable) argument 181 if (is_scalar($variable) || is_null($variable) || 182 (is_array($variable) && self::arrayOnlyContainsScalars($variable))) { 183 return var_export($variable, true); 187 var_export(serialize($variable), true) .
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
H A D | ChildLink.php | 33 public $variable; variable in Google\\Service\\Spanner\\ChildLink 66 public function setVariable($variable) argument 68 $this->variable = $variable; 75 return $this->variable;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
H A D | literal.test | 12 3. Conditional expression with a variable 18 5. Nested conditionals with a variable 21 6. Nested conditionals with a variable marked safe 35 3. Conditional expression with a variable 41 5. Nested conditionals with a variable 44 6. Nested conditionals with a variable marked safe
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | RevertVariableResponse.php | 28 public function setVariable(Variable $variable) argument 30 $this->variable = $variable; 37 return $this->variable;
|
H A D | ListVariablesResponse.php | 47 public function setVariable($variable) argument 49 $this->variable = $variable; 56 return $this->variable;
|
H A D | FolderEntities.php | 79 public function setVariable($variable) argument 81 $this->variable = $variable; 88 return $this->variable;
|
H A D | Entity.php | 110 public function setVariable(Variable $variable) argument 112 $this->variable = $variable; 119 return $this->variable;
|
H A D | ContainerVersion.php | 305 public function setVariable($variable) argument 307 $this->variable = $variable; 314 return $this->variable;
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | UriTemplate.php | 114 $variable = $this->variables[$value['value']]; 118 if (is_array($variable)) { 119 $isAssoc = $this->isAssoc($variable); 121 foreach ($variable as $key => $var) { 158 if (empty($variable)) { 181 $variable = substr($variable, 0, $value['position']); 183 $expanded = rawurlencode($variable);
|
/plugin/combo/ComboStrap/ |
H A D | Template.php | 52 $variable = trim(substr($part, 1)); 53 if(isset($this->_data[$variable])) { 54 $value = $this->_data[$variable]; 56 …LogUtility::msg("The variable ($variable) was not found in the data and has not been replaced", Lo… 57 $value = $variable;
|
/plugin/codemirror/dist/modes/ |
H A D | gas.min.js.map | 1 …variable\";\n registers.eax = \"variable-2\";\n registers.rax = \"variable-3\";\n\n regis…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
H A D | FunctionDuplicateArgumentSniff.php | 65 $variable = $tokens[$i]['content']; 66 if (in_array($variable, $foundVariables) === true) { 68 $data = array($variable); 71 $foundVariables[] = $variable;
|
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/ |
H A D | sharedapi.php | 247 $variable = ''; 254 $variable = $_SERVER['HTTP_REFERER']; 259 $variable = $_SESSION[$name]; 263 if (empty($variable) && isset($_COOKIE[$name])) { 268 if (empty($variable) && isset($_GET[$gname])) { 273 if (empty($variable) && isset($_GET[$gname])) { 284 if (strpos($variable, $event . ':') !== false) { 285 $variable = substr($variable, strlen($event . ':')); 287 if (preg_match('/^\d+:(.*)/', $variable, $matches)) { 288 $variable = $matches[1]; [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 58.58.js.map | 1 …variable.predefined'],\n [/\\$\\w+/, 'variable'],\n [/\\$[*@#?\\-$!0_]/, 'va…
|
H A D | 18.18.js.map | 1 …variable: /\\${?[\\w]+}?/,\n tokenizer: {\n root: [\n { include: '@whitespace…
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 453 function string_var_dump($variable) { argument 455 return print_r($variable, true); 458 var_dump($variable); 464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') { argument 468 switch (gettype($variable)) { 472 foreach ($variable as $key => $value) { 481 if (($key == 'data') && isset($variable['image_mime'])) { 501 …$returnstring .= ($wrap_in_td ? '<td class="dump_integer">' : '').$variable.($wrap_in_td ? '</td>'… 506 …$returnstring .= ($wrap_in_td ? '<td class="dump_double">' : '').$variable.($wrap_in_td ? '</td>'.… 511 …$returnstring .= ($wrap_in_td ? '<td>' : '').string_var_dump($variable).($wrap_in_td ? '</td>'."\n… [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | slice.rst | 47 variable. If start is negative, the sequence will start that far from the end 48 of the variable. 51 many elements in it. If the variable is shorter than the length, then only the 52 available variable elements will be present. If length is given and is 54 variable. If it is omitted, then the sequence will have everything from offset 55 up until the end of the variable.
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
H A D | Llk.php | 221 ->variable($result) 256 ->variable($result) 289 ->variable($result) 340 ->variable($result) 364 ->variable($result)
|
/plugin/highlightjs/highlight/ |
H A D | readme.rus.txt | 148 variable переменная, начинающаяся с "$", "%", "@" 159 variable переменная, начинающаяся с "$" 207 variable шаблонная переменная {{ .. }} 300 variable переменная 328 variable переменная 368 variable переменная 419 variable переменная, начинающаяся с "$"
|