Home
last modified time | relevance | path

Searched refs:syntax (Results 26 – 50 of 636) sorted by relevance

12345678910>>...26

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
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 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 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/apiclient-services/src/ServiceConsumerManagement/
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 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 DType.php40 public $syntax; variable in Google\\Service\\ServiceConsumerManagement\\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\\ServiceConsumerManagement\\Api
117 public function setSyntax($syntax) argument
119 $this->syntax = $syntax;
126 return $this->syntax;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
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;
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 DMethod.php48 public $syntax; variable in Google\\Service\\ServiceManagement\\Method
137 public function setSyntax($syntax) argument
139 $this->syntax = $syntax;
146 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;
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php40 $syntax = $this->getConf('syntax');
41 $special_pattern = '<'.$syntax.'\b[^>\r\n]*?/>';
42 $entry_pattern = '<'.$syntax.'\b.*?>\s*(?=.*?</'.$syntax.'>)';
57 $syntax = $this->getConf('syntax');
58 $exit_pattern = '</'.$syntax.'>';
/plugin/odt/
H A Dexample.css54 * DokuWiki syntax: Just text
64 * DokuWiki syntax: //Italic text//
71 * DokuWiki syntax: **Bold text**
78 * DokuWiki syntax: __Underlined text__
108 * DokuWiki syntax: > Quotation1
146 * DokuWiki syntax: normal table syntax
157 * DokuWiki syntax: normal table syntax
165 * DokuWiki syntax: normal table syntax
172 * DokuWiki syntax: ----
191 * DokuWiki syntax: * list item text
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.applescript.css1 .syntax-theme-base .syntax .applescript {
3 .syntax-theme-base .syntax .applescript .keyword {
H A Djquery.syntax.brush.python.css1 .syntax-theme-base .syntax .python .decorator {
4 .syntax-theme-base .syntax .python .builtin {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DType.php40 public $syntax; variable in Google\\Service\\Monitoring\\Type
115 public function setSyntax($syntax) argument
117 $this->syntax = $syntax;
124 return $this->syntax;
/plugin/columns/
H A Daction.php353 static $syntax = array(
362 foreach ($syntax as $pattern => $name) {
392 private function parseAlignAttribute($syntax) { argument
394 $align1 = $this->getAlignStyle($syntax[0]);
395 if (strlen($syntax) == 2) {
420 if ($syntax[2] != '-') {
421 $result['column-width'] = $syntax[2];
423 $align = $syntax[1] . '-' . $syntax[3];
433 private function getAlignment($syntax) { argument
443 if (array_key_exists($syntax, $align)) {
[all …]
/plugin/progrecss/
H A DChangeLog6 * syntax.php: reindented.
7 * syntax.php: Added support for configuration options: fraction separator
10 * syntax.php: empty caption no longer generates a caption <span>, thanks to
12 * syntax.php: Override i18n'd description in preparation for potential
31 * syntax.php: Support for x/y progress syntax (eg.: 2/5).
32 * syntax.php: Partially improved the regex.
40 * syntax.php: Add limited support for the text renderer.
41 * syntax.php: Add limited support for parsing wikitext in caption.
/plugin/include/
H A Ddeleted.files6 syntax/close_last_secedit.php
7 syntax/div.php
8 syntax/meta.php
10 syntax.php
/plugin/yearbox/_test/
H A DSyntaxTest.php23 $syntax = '{{yearbox>year=2018;months=1}}';
24 $ins = p_get_instructions($syntax);
37 $syntax = '{{yearbox>year=2018;months=4,5,6;weekdays=0,2,3,4,5,6}}';
38 $ins = p_get_instructions($syntax);

12345678910>>...26