Home
last modified time | relevance | path

Searched refs:reserved (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
DSchedulingConfig.php29 public $reserved; variable in Google\\Service\\TPU\\SchedulingConfig
48 public function setReserved($reserved) argument
50 $this->reserved = $reserved;
57 return $this->reserved;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
DUriTemplate.php47 * @var reserved array
51 private $reserved = array( variable in Google\\Utils\\UriTemplate
155 $reserved = false, argument
166 $reserved,
180 $reserved,
192 $reserved, argument
263 if ($reserved) {
264 $value = str_replace($this->reservedEncoded, $this->reserved, $value);
301 $reserved, argument
312 $reserved,
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dpropmangle.js125 function reserve_quoted_keys(ast, reserved) { argument
143 push_uniq(reserved, name);
166 reserved: null, property
169 var reserved = options.builtins ? new Dictionary() : get_builtins();
171 reserved.set(name, true);
173 if (Array.isArray(options.reserved)) options.reserved.forEach(function(name) {
174 reserved.set(name, true);
182 reserved.set(name, true);
198 var unmangleable = reserved.clone();
279 if (reserved.has(name)) {
Dscope.js572 if (in_use.has(name) || RESERVED_WORDS[name] || options.reserved.has[name]) continue;
598 reserved : [], property
603 if (!Array.isArray(options.reserved)) options.reserved = [];
605 push_uniq(options.reserved, "arguments");
606 options.reserved.has = makePredicate(options.reserved);
691 if (options.reserved.has[def.name]) return;
735 options.reserved.forEach(to_avoid);
776 if (options.reserved.has[def.name]) return;
/plugin/asciidocjs/node_modules/acorn/src/
Dstate.js18 let reserved = ""
21 if (reserved = reservedWords[v]) break
22 if (options.sourceType == "module") reserved += " await"
24 this.reservedWords = keywordRegexp(reserved)
25 let reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php31 public $reserved; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
105 public function setReserved($reserved) argument
107 $this->reserved = $reserved;
111 return $this->reserved;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js78 reserved: null, property
81 var reserved = options.reserved;
82 if (reserved == null)
83 reserved = find_builtins();
161 if (reserved.indexOf(name) >= 0) return false;
172 if (reserved.indexOf(name) >= 0) return false;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstate.js18 let reserved = options.allowReserved ? "" :
20 this.reservedWords = keywordRegexp(reserved)
21 let reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js231 function readReservedFile(filename, reserved) { argument
232 if (!reserved) {
233 reserved = { vars: [], props: [] }; variable
239 UglifyJS.push_uniq(reserved.vars, name);
244 UglifyJS.push_uniq(reserved.props, name);
247 return reserved;
252 UglifyJS.readDefaultReservedFile = function(reserved) { argument
253 return readReservedFile(require.resolve("./domprops.json"), reserved);
/plugin/authgoogle/google/external/
DURITemplateParser.php41 public static $reserved; variable in URI_Template_Parser
45 self::$reserved = array_merge(self::$gen_delims, self::$sub_delims);
90 $exp->reserved = false;
95 $exp->reserved = 'true';
198 $val = str_replace(self::$reserved_pct, self::$reserved, $val);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
Dreserved_name.test2 "macro" tag with reserved name
10 Twig\Error\SyntaxError: "parent" cannot be used as a macro name as it is a reserved keyword in "ind…
Dfrom_with_reserved_name.test2 "from" tag with reserved name
9 Twig\Error\SyntaxError: "templateName" cannot be an imported macro as it is a reserved keyword in "…
Dimport_with_reserved_nam.test2 "from" tag with reserved name
11 Twig\Error\SyntaxError: "parent" cannot be called as macro as it is a reserved keyword in "index.tw…
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
DREADME.md19 - [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
20 - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
/plugin/rst/
DLicense.text4 All rights reserved.
9 All rights reserved.
14 All rights reserved.
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.css3 * Copyright (c) Microsoft Corporation. All rights reserved.
13 * Copyright (c) Microsoft Corporation. All rights reserved.
22 * Copyright (c) Microsoft Corporation. All rights reserved.
32 * Copyright (c) Microsoft Corporation. All rights reserved.
41 * Copyright (c) Microsoft Corporation. All rights reserved.
81 * Copyright (c) Microsoft Corporation. All rights reserved.
102 * Copyright (c) Microsoft Corporation. All rights reserved.
148 * Copyright (c) Microsoft Corporation. All rights reserved.
247 * Copyright (c) Microsoft Corporation. All rights reserved.
275 * Copyright (c) Microsoft Corporation. All rights reserved.
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.css3 * Copyright (c) Microsoft Corporation. All rights reserved.
13 * Copyright (c) Microsoft Corporation. All rights reserved.
22 * Copyright (c) Microsoft Corporation. All rights reserved.
32 * Copyright (c) Microsoft Corporation. All rights reserved.
41 * Copyright (c) Microsoft Corporation. All rights reserved.
81 * Copyright (c) Microsoft Corporation. All rights reserved.
102 * Copyright (c) Microsoft Corporation. All rights reserved.
148 * Copyright (c) Microsoft Corporation. All rights reserved.
247 * Copyright (c) Microsoft Corporation. All rights reserved.
275 * Copyright (c) Microsoft Corporation. All rights reserved.
[all …]
/plugin/authradius/
Dauth.php99 $reserved = str_repeat ("\0", 8);
101 $resp = pack('CCa16a8a24', 1 , 1, $peer_Challenge, $reserved, $ntresp);
/plugin/combo/vendor/salesforce/handlebars-php/
DCODEOWNERS1 # Comment line immediately above ownership line is reserved for related gus information. Please be …
/plugin/ckgedit/ckeditor/plugins/timestamp/
DLICENSE.md4 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
24 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
/plugin/ckgdoku/ckeditor/plugins/timestamp/
DLICENSE.md4 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
24 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
/plugin/markdownextra/
DLicense.text4 All rights reserved.
9 All rights reserved.
/plugin/ckgdoku/ckeditor/plugins/geshi/
DLICENSE.md4 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
24 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md59 Fix bug that accidentally made `undefined` a reserved word when
102 Raise an error when an import name is a reserved word.
124 Add `await` as a reserved word in module sources.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
Dvarargs_argument.test7 …gs" in macro "test" cannot be defined because the variable "varargs" is reserved for arbitrary arg…

12345678910>>...16