Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php25 * @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 DCodeExporter.php58 * @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 DSnapshot.php399 * @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 DBuffer.php191 ->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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php106 * @param array $data Associative array where key is the name of the @data variable and value is the value.
206 * @param string $variableName name of variable or a callable on current context
221 * variable , ../variable , variable.variable , .
226 * @throws InvalidArgumentException in strict mode and variable not found
247 'can not find variable in context'
262 'can not find variable in context'
281 * Given a data variable, retrieve
360 findVariableInContext($variable, $inside, $strict = false) global() argument
[all...]
/plugin/strata/helper/
H A Dsyntax.php21 'variable' => '(?:\?[^\s:\(\)\[\]\{\}\<\>\|\~\!\@\#\$\%\^\&\*\?\="]+)',
35 'variable' => array('\?(.*)', array('name')),
172 * @param var string the name of the variable
173 * @param type string the type of the variable
174 * @param hint string the type hint of the variable
193 * Constructs a variable with the given name.
195 function variable($var) { function in helper_plugin_strata_syntax
197 return array('type'=>'variable', 'text'=>$var);
271 if(preg_match("/^({$p->variable})\s*(?:\((asc|desc)(?:ending)?\))?$/S",utf8_trim($line['text']),$match)) {
272 $var = $p->variable(
1007 _setPropertyValue($properties, $group, $region, $variable, $isMulti, $value, & $propertyValues) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php185 $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 DGlobalState.php179 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 DChildLink.php33 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 Dliteral.test12 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 DRevertVariableResponse.php28 public function setVariable(Variable $variable) argument
30 $this->variable = $variable;
37 return $this->variable;
H A DListVariablesResponse.php47 public function setVariable($variable) argument
49 $this->variable = $variable;
56 return $this->variable;
H A DFolderEntities.php79 public function setVariable($variable) argument
81 $this->variable = $variable;
88 return $this->variable;
H A DEntity.php110 public function setVariable(Variable $variable) argument
112 $this->variable = $variable;
119 return $this->variable;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php114 $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/codemirror/dist/modes/
H A Dgas.min.js.map1variable\";\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 DFunctionDuplicateArgumentSniff.php65 $variable = $tokens[$i]['content'];
66 if (in_array($variable, $foundVariables) === true) {
68 $data = array($variable);
71 $foundVariables[] = $variable;
/plugin/combo/ComboStrap/
H A DTemplate.php23 const CANONICAL = "variable-template";
74 $variable = $matches[1];
76 $variable = trim(substr($part, 1));
78 if (array_key_exists($variable, $this->_data)) {
79 $value = $this->_data[$variable];
81 LogUtility::warning("The variable ($variable) was not found in the data and has not been replaced", self::CANONICAL);
82 $value = $variable;
108 * @return array - an array of variable name
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php247 $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 D58.58.js.map1variable.predefined'],\n [/\\$\\w+/, 'variable'],\n [/\\$[*@#?\\-$!0_]/, 'va…
H A D18.18.js.map1variable: /\\${?[\\w]+}?/,\n tokenizer: {\n root: [\n { include: '@whitespace…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php453 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 Dslice.rst47 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 DLlk.php221 ->variable($result)
256 ->variable($result)
289 ->variable($result)
340 ->variable($result)
364 ->variable($result)
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt148 variable переменная, начинающаяся с "$", "%", "@"
159 variable переменная, начинающаяся с "$"
207 variable шаблонная переменная {{ .. }}
300 variable переменная
328 variable переменная
368 variable переменная
419 variable переменная, начинающаяся с "$"

12345678910>>...19