Home
last modified time | relevance | path

Searched refs:state (Results 551 – 575 of 2205) sorted by relevance

1...<<21222324252627282930>>...89

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DWorkflow.php57 public $state; variable in Google\\Service\\Workflows\\Workflow
178 public function setState($state) argument
180 $this->state = $state;
187 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DInstance.php58 public $state; variable in Google\\Service\\Spanner\\Instance
179 public function setState($state) argument
181 $this->state = $state;
188 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DUpgradeHistoryEntry.php45 public $state; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry
136 public function setState($state) argument
138 $this->state = $state;
145 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalDeviceGrant.php47 public $state; variable in Google\\Service\\SASPortalTesting\\SasPortalDeviceGrant
148 public function setState($state) argument
150 $this->state = $state;
157 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Condition.php57 public $state; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Condition
178 public function setState($state) argument
180 $this->state = $state;
187 return $this->state;
H A DGoogleCloudRunV2Condition.php57 public $state; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Condition
178 public function setState($state) argument
180 $this->state = $state;
187 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DLun.php49 public $state; variable in Google\\Service\\Baremetalsolution\\Lun
150 public function setState($state) argument
152 $this->state = $state;
159 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DCutoverJob.php45 public $state; variable in Google\\Service\\VMMigrationService\\CutoverJob
142 public function setState($state) argument
144 $this->state = $state;
151 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKeyMetadata.php53 public $state; variable in Google\\Service\\Storage\\HmacKeyMetadata
164 public function setState($state) argument
166 $this->state = $state;
173 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DWorkerPool.php51 public $state; variable in Google\\Service\\CloudBuild\\WorkerPool
162 public function setState($state) argument
164 $this->state = $state;
171 return $this->state;
/plugin/combo/syntax/
H A Diteratordata.php13 * state of {@link syntax_plugin_combo_iterator::handle()}
119 * @param int $state
127 function handle($match, $state, $pos, Doku_Handler $handler) argument
130 switch ($state) {
135 PluginUtility::STATE => $state,
148 PluginUtility::STATE => $state,
H A Dvariable.php108 * @param int $state
113 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
115 if ($state == DOKU_LEXER_SPECIAL) {
130 PluginUtility::STATE => $state
145 $state = $data[PluginUtility::STATE];
146 if ($state === DOKU_LEXER_SPECIAL) {
/plugin/tabbox/
H A Dsyntax.php71 * @param int $state The state of the handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
78 if($state == DOKU_LEXER_SPECIAL) $state = DOKU_LEXER_ENTER;
80 return array($state, $match, $pos);
94 list($state, $match, $pos) = $data;
96 switch($state) {
/plugin/bez/tpl/
H A D8d.php7 return $task->state == 'done';
11 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected') $D++ ?>
80 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected'): ?>
105 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected'): ?>
/plugin/complex_lists/complex_lists/
H A Dsyntax.php50 function handle($match, $state, $pos, &$handler){ argument
51 switch ($state)
54 return array($state, $this->list_styles = explode('|', trim($match, "#\r\n")));
57 return array($state);
60 $handler->base($match, $state, $pos);
61 return array($state);
68 return array($state, 0);
71 return array($state, 1);
74 return array($state, 2);
77 return array($state, 3, substr(trim($match, '#'), 1));
[all …]
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1state","indentStack","popStack","binaryMatcher","RegExp","octalMatcher","hexMatcher","decimalMatch…
H A Dhaskell-literate.min.js.map1state","sol","eat","skipToEnd","innerMode","mode","defineMIME"],"mappings":"CAGA,SAAWA,GACT,SAAWC,…
H A Dverilog.min.js.map1state","ch","peek","style","test","next","eatWhile","tokenize","tokenString","eat","tokenComment",…
/plugin/markdowku/
H A Dblockquotes.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
56 if ($state == DOKU_LEXER_ENTER) {
60 } elseif ($state == DOKU_LEXER_EXIT) {
72 $plugin->handle($quoteinarg, $state, $pos, $handler);
78 $plugin->handle($quoteinarg, $state, $pos, $handler);
84 $plugin->handle($quoteinarg, $state, $pos, $handler);
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php32 public const MARKUP_STATE_DIAGRAM = 'state-diagram';
111 $state = $data [PluginUtility::STATE];
112 switch ($state) {
136 * @param $state
141 public static function handle($state, $match, &$handler): array argument
143 switch ($state) {
148 PluginUtility::STATE => $state,
160 PluginUtility::STATE => $state
/plugin/webcomponent/syntax/
H A Dcard.php129 * @param int $state
134 function handle($match, $state, $pos, Doku_Handler $handler) argument
137 switch ($state) {
149 return array($state, $parameters);
153 return array($state, $match);
174 return array($state, $parameters);
178 return array($state, '');
202 list($state, $parameters) = $data;
203 switch ($state) {
/plugin/annotate/
H A Danno.php70 function handle($match, $state, $pos, Doku_Handler $handler){ argument
72 switch($state) {
75 return array($state, $match);
91 return array($state, $match);
92 case DOKU_LEXER_EXIT : return array($state, '');
95 return array($state, $inner);
97 return array($state, "" );
107 list($state, $xhtml) = $data;
108 switch ($state) {
/plugin/workflow/syntax/
H A Dbox.php27 public function handle($match, $state, $pos, &$handler){ argument
28 $data = array($state, $match);
36 list($state, $data) = $indata;
38 switch ($state) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php41 function getStoredState(&$base_font_size, &$state, &$state_default_flags) { argument
43 $state = array_shift($this->_state);
47 function pushStoredState($base_font_size, $state, $state_default_flags) { argument
49 array_unshift($this->_state, $state);
82 $state = $this->getState();
90 $handler->inherit_text($state, $new_state);
156 $state =& $this->getState();
157 $state[$code] = $value;
/plugin/header3/
H A Dsyntax.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
40 switch ($state) {
45 $handler->addPluginCall('header3',array($state),$state,$pos,$match);
55 … $handler->addPluginCall('header3',array($state,$this->h_level,$this->h_pos),$state,$pos,$match);
67 list($state,$level,$pos) = $data;
68 switch ($state) {

1...<<21222324252627282930>>...89