Home
last modified time | relevance | path

Searched refs:syntax (Results 126 – 150 of 636) sorted by last modified time

12345678910>>...26

/plugin/pot/
H A DREADME.md24 type : syntax
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
289 pasteText(sel, syntax, {startofs: 12, endofs: eo});
298 let sel, selnum, syntax, number;
310 syntax = '{{indexmenu_n>' + number + '}}';
312 pasteText(sel, syntax, {startofs: 14, endofs: 2});
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DType.php40 public $syntax; variable in Google\\Service\\ServiceManagement\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
H A DApi.php38 public $syntax; variable in Google\\Service\\ServiceManagement\\Api
117 public function setSyntax($syntax) argument
119 $this->syntax = $syntax;
126 return $this->syntax;
H A DEnum.php36 public $syntax; variable in Google\\Service\\ServiceManagement\\Enum
97 public function setSyntax($syntax) argument
99 $this->syntax = $syntax;
106 return $this->syntax;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DMethod.php48 public $syntax; variable in Google\\Service\\ServiceNetworking\\Method
137 public function setSyntax($syntax) argument
139 $this->syntax = $syntax;
146 return $this->syntax;
H A DEnum.php36 public $syntax; variable in Google\\Service\\ServiceNetworking\\Enum
97 public function setSyntax($syntax) argument
99 $this->syntax = $syntax;
106 return $this->syntax;
H A DType.php40 public $syntax; variable in Google\\Service\\ServiceNetworking\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
H A DApi.php38 public $syntax; variable in Google\\Service\\ServiceNetworking\\Api
117 public function setSyntax($syntax) argument
119 $this->syntax = $syntax;
126 return $this->syntax;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING185 comment syntax for the file format. We also recommend that a
H A DLICENSE184 comment syntax for the file format. We also recommend that a
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md4 * Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApi.php38 public $syntax; variable in Google\\Service\\ServiceConsumerManagement\\Api
117 public function setSyntax($syntax) argument
119 $this->syntax = $syntax;
126 return $this->syntax;
H A DMethod.php48 public $syntax; variable in Google\\Service\\ServiceConsumerManagement\\Method
137 public function setSyntax($syntax) argument
139 $this->syntax = $syntax;
146 return $this->syntax;
H A DEnum.php36 public $syntax; variable in Google\\Service\\ServiceConsumerManagement\\Enum
97 public function setSyntax($syntax) argument
99 $this->syntax = $syntax;
106 return $this->syntax;
H A DType.php40 public $syntax; variable in Google\\Service\\ServiceConsumerManagement\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DApi.php38 public $syntax; variable in Google\\Service\\ServiceUsage\\Api
117 public function setSyntax($syntax) argument
119 $this->syntax = $syntax;
126 return $this->syntax;
H A DEnum.php36 public $syntax; variable in Google\\Service\\ServiceUsage\\Enum
97 public function setSyntax($syntax) argument
99 $this->syntax = $syntax;
106 return $this->syntax;
H A DMethod.php48 public $syntax; variable in Google\\Service\\ServiceUsage\\Method
137 public function setSyntax($syntax) argument
139 $this->syntax = $syntax;
146 return $this->syntax;
H A DType.php40 public $syntax; variable in Google\\Service\\ServiceUsage\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs7 'array_syntax' => ['syntax' => 'short'],
H A DCHANGELOG.md892 * Added support for PHP 5.5's CurlFile to prevent warnings with the deprecated @ syntax
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md318 … very difficult to use this library without first understanding the JSON syntax for the API*, so i…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DProto2FileDescriptorProto.php38 public $syntax; variable in Google\\Service\\ChromePolicy\\Proto2FileDescriptorProto
99 public function setSyntax($syntax) argument
101 $this->syntax = $syntax;
108 return $this->syntax;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist7 'array_syntax' => ['syntax' => 'short'],
14 'list_syntax' => ['syntax' => 'long'],

12345678910>>...26