Home
last modified time | relevance | path

Searched refs:variableName (Results 1 – 19 of 19) sorted by relevance

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php206 * @param string $variableName name of variable or a callable on current context
210 public function with($variableName) argument
212 $value = $this->get($variableName);
223 * @param string $variableName variavle name to get from current context
229 public function get($variableName, $strict = false) argument
232 $variableName = trim($variableName);
235 if ($this->enableDataVariables && substr($variableName, 0, 1) == '@') {
236 return $this->getDataVariable($variableName, $strict);
240 while (substr($variableName,
288 getDataVariable($variableName, $strict = false) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php34 private $variableName = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Param
40 * @param string $variableName
47 Assert::string($variableName);
50 $this->variableName = $variableName;
70 $variableName = '';
81 $variableName = array_shift($parts);
86 $variableName = substr($variableName, 3);
89 if (substr($variableName, 0, 1) === '$') {
90 $variableName = substr($variableName, 1);
106 return $this->variableName;
[all …]
H A DVar_.php34 protected $variableName = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_
37 * @param string $variableName
43 Assert::string($variableName);
45 $this->variableName = $variableName;
64 $variableName = '';
74 $variableName = array_shift($parts);
77 if (substr($variableName, 0, 1) === '$') {
78 $variableName = substr($variableName, 1);
84 return new static($variableName, $type, $description);
94 return $this->variableName;
[all …]
H A DPropertyRead.php34 protected $variableName = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyRead
37 * @param string $variableName
43 Assert::string($variableName);
45 $this->variableName = $variableName;
64 $variableName = '';
74 $variableName = array_shift($parts);
77 if (substr($variableName, 0, 1) === '$') {
78 $variableName = substr($variableName, 1);
84 return new static($variableName, $type, $description);
94 return $this->variableName;
[all …]
H A DPropertyWrite.php34 protected $variableName = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyWrite
37 * @param string $variableName
43 Assert::string($variableName);
45 $this->variableName = $variableName;
64 $variableName = '';
74 $variableName = array_shift($parts);
77 if (substr($variableName, 0, 1) === '$') {
78 $variableName = substr($variableName, 1);
84 return new static($variableName, $type, $description);
94 return $this->variableName;
[all …]
H A DProperty.php34 protected $variableName = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Property
37 * @param string $variableName
43 Assert::string($variableName);
45 $this->variableName = $variableName;
64 $variableName = '';
74 $variableName = array_shift($parts);
77 if (substr($variableName, 0, 1) === '$') {
78 $variableName = substr($variableName, 1);
84 return new static($variableName, $type, $description);
94 return $this->variableName;
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php109 $variableName = 'unknown_variable'
112 ->object($compiler->parse($variableName . ' * 2'))
114 ->exception(function () use ($variableName, $compiler, $visitor) {
115 $visitor->visit($compiler->parse($variableName . ' * 2'));
126 $variableName = 'a_variable',
129 ->when($visitor->addVariable($variableName, function () use ($variableValue) {
133 ->float($visitor->visit($compiler->parse($variableName . ' * 2')))
210 $variableName = 'a_variable',
213 …->when($context->addVariable($variableName, function () use ($variableValue) { return $variableVal…
219 ->float($visitor->visit($compiler->parse('abs(' . $variableName . ' - PI)')))
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php51 * @param string $variableName
53 public function addGlobalVariable($variableName) argument
55 $this->globalVariables[$variableName] = true;
104 * @param string $variableName
107 public function isGlobalVariableBlacklisted($variableName) argument
109 return isset($this->globalVariables[$variableName]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DListPopulationTerm.php53 public $variableName; variable in Google\\Service\\Dfareporting\\ListPopulationTerm
156 public function setVariableName($variableName) argument
158 $this->variableName = $variableName;
165 return $this->variableName;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFileloader.php60 foreach ($newVariableNames as $variableName) {
61 if ($variableName != 'oldVariableNames') {
62 $GLOBALS[$variableName] = $newVariables[$variableName];
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php145 $variableName = strtolower($text);
146 if ($variableName === DatabasePageRow::IS_HOME_COLUMN) {
150 $variableName = DatabasePageRow::IS_INDEX_COLUMN;
152 $this->actualPredicateColumn = $variableName;
154 $variableName = "p." . $variableName;
156 if ($variableName === self::DEPTH) {
157 $variableName = "level";
159 $this->physicalSql .= "{$variableName} ";
162 $variableName
[all...]
/plugin/combo/action/
H A Dqualitymutation.php107 $variableName = $data["name"];
108 if (!(in_array($variableName, self::getQualityMetas()))) {
119 self::DESC => "The variable ($variableName) has the new value ($newValue) overriding ($oldValue)"
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1variableName","startState","base","token","eatSpace","textAfter","cx","lineFirstWord","lineIndent"…
H A Dstylus.min.js1 …urn U(c);if(a=="word"){N=_(b.current());return"extend"}return U(c)};J.variableName=function(a,b,c)…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jmol2/jmol/
H A DCHANGES.txt5893 # adds @variableName in any command
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1variableName ':'] expression | variableName '...'\n var node = this.create(nodes.FunctionAr…
/plugin/openlayersmap/ol7/
H A Dol.js.map