Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A 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/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A 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/authgoogle/google/external/
H A 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/
H A 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 "…
H A 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…
H A 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/
H A 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/
H A DLicense.text4 All rights reserved.
9 All rights reserved.
14 All rights reserved.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A 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/
H A 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/
H A Dauth.php99 $reserved = str_repeat ("\0", 8);
101 $resp = pack('CCa16a8a24', 1 , 1, $peer_Challenge, $reserved, $ntresp);
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODEOWNERS1 # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A 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/
H A DLicense.text4 All rights reserved.
9 All rights reserved.
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A DLICENSE.md4 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
24 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md4 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
24 Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dvarargs_argument.test7 …gs" in macro "test" cannot be defined because the variable "varargs" is reserved for arbitrary arg…
/plugin/codehighlight/cp/languages/
H A Djava.css5 b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
H A Djavascript.css5 b {color:#7F0055;font-weight:bold;} /* reserved words */
H A Dcsharp.css6 b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
H A Dgeneric.css5 b {color:#7F0055;font-weight:bold;} /* reserved words */
H A Dhtml.css13 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
H A Dxsl.css14 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
H A Druby.css5 b {color:#7F0055;font-weight:bold;} /* reserved words */

12345678910>>...14