Home
last modified time | relevance | path

Searched refs:state (Results 776 – 800 of 2205) sorted by relevance

1...<<31323334353637383940>>...89

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DInstance.php74 public $state; variable in Google\\Service\\CloudMemorystoreforMemcached\\Instance
297 public function setState($state) argument
299 $this->state = $state;
306 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DNode.php82 public $state; variable in Google\\Service\\TPU\\Node
307 public function setState($state) argument
309 $this->state = $state;
316 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DProposal.php82 public $state; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Proposal
319 public function setState($state) argument
321 $this->state = $state;
328 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php76 public $state; variable in Google\\Service\\CloudDebugger\\Breakpoint
285 public function setState($state) argument
287 $this->state = $state;
294 return $this->state;
/plugin/bootswrapper/syntax/
H A Dcollapse.php45 list($state, $match, $pos, $attributes) = $data;
47 if ($state == DOKU_LEXER_ENTER) {
57 if ($state == DOKU_LEXER_EXIT) {
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
47 if ($state == DOKU_LEXER_ENTER) {
62 if ($state == DOKU_LEXER_EXIT) {
H A Dlabel.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
49 if ($state == DOKU_LEXER_ENTER) {
64 if ($state == DOKU_LEXER_EXIT) {
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
49 if ($state == DOKU_LEXER_ENTER) {
61 if ($state == DOKU_LEXER_EXIT) {
H A Dcarousel.php57 list($state, $match, $pos, $attributes) = $data;
59 if ($state == DOKU_LEXER_ENTER) {
72 if ($state == DOKU_LEXER_EXIT) {
/plugin/semantic/
H A Dsyntax.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
34 return array($match, $state, $pos);
42 list($match, $state, $pos) = $data;
/plugin/codemirror/dist/modes/
H A Dtiki.min.js.map1state","eol","match","tokenize","inText","next","inLine","chain","parser","sol","ch","eat","eatSpa…
/plugin/dw2pdf/syntax/
H A Dpagesetting.php61 * @param int $state The lexer state for the match
66 public function handle($match, $state, $pos, Doku_Handler $handler)
68 return [$match, $state, $pos];
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/move/helper/
H A Dhandler.php200 * @param string $state The starte of the parser
204 public function camelcaselink($match, $state, $pos) {
228 * @param string $state The starte of the parser
232 public function internallink($match, $state, $pos) {
315 * @param string $state The starte of the parser
319 public function media($match, $state, $pos) {
351 * @param string $state The starte of the parser argument
356 public function plugin($match, $state, $pos, $pluginname) {
358 $this->calls .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname, $this);
199 camelcaselink($match, $state, $pos) global() argument
227 internallink($match, $state, $pos) global() argument
314 media($match, $state, $pos) global() argument
/plugin/odt/ODT/css/
H A Dcssdocument.php244 * @param array $state Returned state information
246 public function getState (array &$state) { argument
247 $state ['index'] = $this->size-1;
248 $state ['level'] = $this->level;
255 * @param array $state State information
257 public function restoreState (array $state) { argument
258 for ($index = $this->size-1 ; $index > $state ['index'] ; $index--) {
261 $this->size = $state ['index'] + 1;
262 $this->level = $state ['level'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DFeature.php168 public function setState(CommonFeatureState $state) argument
170 $this->state = $state;
177 return $this->state;
/plugin/register/
H A Dsyntax.php38 public function handle($match, $state, $pos, &$handler) argument
40 switch ($state) {
41 /*1*/case DOKU_LEXER_ENTER: return array($state, $match);
43 /*3*/case DOKU_LEXER_UNMATCHED: return array($state, $match);
44 /*4*/case DOKU_LEXER_EXIT: return array($state, $match);
235 list($state, $match) = $data;
236 $this->dbg($renderer, "state: $state match: $match");
237 if ($state != DOKU_LEXER_UNMATCHED)
/plugin/approve/syntax/
H A Dtable.php25 function handle($match, $state, $pos, Doku_Handler $handler){
49 foreach ($value as $state) {
50 if (!in_array($state, $this->states)) {
51 msg('approve plugin: unknown state "'.$state.'" should be: ' .
173 $state = $this->getLang('approved');
180 $state = $this->getLang('marked_approve_ready');
187 $state = $this->getLang('draft');
208 $renderer->doc .= '<strong>'.$state. '</strong> ';
27 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.reset.php21 function readCSS(&$state) { argument
22 parent::readCSS($state);
24 $this->_readCSS($state,
/plugin/medialist/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
44 return array($state, $match);
53 list($state, $match) = $data;
/plugin/hide/
H A Dsyntax.php70 $data['state']= $state;
81 $state= $data['state'];
88 switch ($state) {
/plugin/markdowku/
H A Dimagesinline.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
27 if ($state == DOKU_LEXER_SPECIAL) {
34 $handler->media($target.'|'.$title, $state, $pos);
/plugin/combo/syntax/
H A Danalytics.php85 function handle($match, $state, $pos, Doku_Handler $handler) argument
111 $state = $data[PluginUtility::STATE];
112 if ($state == DOKU_LEXER_SPECIAL) {
H A Dcontentlist.php189 * @param int $state
196 function handle($match, $state, $pos, Doku_Handler $handler): array argument
199 switch ($state) {
220 PluginUtility::STATE => $state,
269 PluginUtility::STATE => $state,
294 $state = $data[PluginUtility::STATE];
295 switch ($state) {
/plugin/diagramsnet/lib/shapes/
H A DmxCiscoSafe.js37 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', 'none');
38 var bgColor = mxUtils.getValue(this.state.style, 'bgColor', '#C2E0AE');
39 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', 'none');
40 var shadow = mxUtils.getValue(this.state.style, 'shadow', false);
41 var opacity = parseFloat(mxUtils.getValue(this.state.style, 'opacity', false));
45 var bgIcon = mxUtils.getValue(this.state.style, 'bgIcon', '');
46 var prIcon = mxUtils.getValue(this.state.style, 'resIcon', '');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DBatch.php60 public $state; variable in Google\\Service\\Dataproc\\Batch
247 public function setState($state) argument
249 $this->state = $state;
256 return $this->state;

1...<<31323334353637383940>>...89