Home
last modified time | relevance | path

Searched refs:Variable (Results 1 – 25 of 69) sorted by path

123

/plugin/adhoctags/
H A DREADME.md64 - `<var>` – “[Variable](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var)”
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php39 protected $evaluatedExpressionsType = Variable::class;
83 protected $variableTableType = Variable::class;
143 * @param Variable[]
150 * @return Variable[]
325 * @param Variable[]
332 * @return Variable[]
H A DStackFrame.php23 protected $argumentsType = Variable::class;
29 protected $localsType = Variable::class;
35 * @param Variable[]
42 * @return Variable[]
63 * @param Variable[]
70 * @return Variable[]
H A DVariable.php20 class Variable extends \Google\Collection class
23 protected $membersType = Variable::class;
45 * @param Variable[]
52 * @return Variable[]
131 class_alias(Variable::class, 'Google_Service_CloudDebugger_Variable');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php73 protected $variableType = Variable::class;
303 * @param Variable[]
310 * @return Variable[]
H A DEntity.php34 protected $variableType = Variable::class;
108 * @param Variable
110 public function setVariable(Variable $variable)
115 * @return Variable
H A DFolderEntities.php31 protected $variableType = Variable::class;
77 * @param Variable[]
84 * @return Variable[]
H A DListVariablesResponse.php27 protected $variableType = Variable::class;
45 * @param Variable[]
52 * @return Variable[]
H A DRevertVariableResponse.php22 protected $variableType = Variable::class;
26 * @param Variable
28 public function setVariable(Variable $variable)
33 * @return Variable
H A DVariable.php20 class Variable extends \Google\Collection class
329 class_alias(Variable::class, 'Google_Service_TagManager_Variable');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersWorkspacesVariables.php22 use Google\Service\TagManager\Variable; alias
39 * @param Variable $postBody
41 * @return Variable
43 public function create($parent, Variable $postBody, $optParams = [])
47 return $this->call('create', [$params], Variable::class);
70 * @return Variable
76 return $this->call('get', [$params], Variable::class);
120 * @param Variable $postBody
125 * @return Variable
127 public function update($path, Variable $postBody, $optParams = [])
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md543 * [PR#192](https://github.com/ckeditor/ckeditor-dev/pull/192): Fixed: Variable name typo in the [Di…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md963 * [PR#192](https://github.com/ckeditor/ckeditor-dev/pull/192): Fixed: Variable name typo in the [Di…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …e: \"linewise\"}\n *\n * Code structure:\n * 1. Default keymap\n * 2. Variable declarations and …
/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1 … Operator\n {regex: /[-+\\/*=<>!]+/, token: \"operator\"},\n\n // Variable\n {regex: /\\$…
H A Dpowershell.min.js1Variable)/,/Compare-Object/,/Complete-Transaction/,/Connect-PSSession/,/ConvertFrom-(Csv|Json|Secu…
H A Dpowershell.min.js.map1Variable)/,\n /Compare-Object/,\n /Complete-Transaction/,\n /Connect-PSSession/,\n /Co…
H A Dstylus.min.js.map1Variable\n if (stream.match(/^(\\.|\\[)[\\w-\\'\\\"\\]]+/i, false)) {\n if (!wordI…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3821 ++i){if(child.parts[i] instanceof Variable){var name=child.parts[i].name;
4019 function Variable(name,format){this.name=name; class
4029 parts.push(new Variable(expr[0],expr.slice(1)));
4044 if(part instanceof Variable){vars.push(part.name)
4049 if(part instanceof Variable){var varName="d"+path.renderIndex++;
4062 if(part instanceof Variable){var partName=part.name;
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md590 Variable and blocks can still be used
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73Variable(o)}else{if(g.digit.test(o)){this.Number(o)}else{this.Other(o)}}}}},Push:function(){this.s…
H A DAccessible.js70Variable(o)}else{if(g.digit.test(o)){this.Number(o)}else{this.Other(o)}}}}},Push:function(){this.s…
H A DTeX-MML-AM_HTMLorMML-full.js70Variable(o)}else{if(g.digit.test(o)){this.Number(o)}else{this.Other(o)}}}}},Push:function(){this.s…
H A DTeX-MML-AM_HTMLorMML.js67Variable(o)}else{if(g.digit.test(o)){this.Number(o)}else{this.Other(o)}}}}},Push:function(){this.s…
H A DTeX-MML-AM_SVG-full.js63Variable(o)}else{if(g.digit.test(o)){this.Number(o)}else{this.Other(o)}}}}},Push:function(){this.s…

123