Home
last modified time | relevance | path

Searched refs:state (Results 801 – 825 of 2205) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DMigratingVm.php70 public $state; variable in Google\\Service\\VMMigrationService\\MigratingVm
293 public function setState($state) argument
295 $this->state = $state;
302 return $this->state;
/plugin/pot/
H A Dsyntax.php58 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
63 switch ($state) {
96 return array($state, $pot, $mycargo);
109 list($state, $pot, $mycargo) = $data;
112 switch ($state) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php37 function readCSS(&$state) { argument
38 parent::readCSS($state);
46 $this->_readCSS($state,
49 $this->_readCSSLengths($state,
H A Dcss.ruleset.class.php239 function apply(&$root, &$state, &$pipeline) { argument
264 … $handler->replace($handler->get($state->getState()) | CSS_HTML2PS_PSEUDOELEMENTS_BEFORE, $state);
268 … $handler->replace($handler->get($state->getState()) | CSS_HTML2PS_PSEUDOELEMENTS_AFTER, $state);
271 $rule->apply($root, $state, $pipeline);
277 function apply_pseudoelement($element_type, &$root, &$state, &$pipeline) { argument
304 $rule->apply($root, $state, $pipeline);
/plugin/fksnewsfeed/syntax/
H A Dfeed.php39 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
45 return [$state, $parameters];
53 [$state, $param] = $data;
54 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembership.php194 public function setState(MembershipState $state) argument
196 $this->state = $state;
203 return $this->state;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php23 ?ATNState $state, argument
28 parent::__construct($oldConfig, $state, $context, null, $alt);
32 self::checkNonGreedyDecision($oldConfig, $this->state) :
49 $this->state->stateNumber,
/plugin/markdowku/
H A Danchorsinline.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
28 if ($state == DOKU_LEXER_SPECIAL) {
37 $handler->internallink($target.'|'.$title, $state, $pos);
/plugin/bootswrapper/syntax/
H A Djumbotron.php44 list($state, $match, $pos, $attributes, $is_block) = $data;
46 if ($state == DOKU_LEXER_ENTER) {
66 if ($state == DOKU_LEXER_EXIT) {
H A Dnav.php58 list($state, $match, $pos, $attributes) = $data;
60 if ($state == DOKU_LEXER_ENTER) {
77 if ($state == DOKU_LEXER_EXIT) {
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
52 if ($state == DOKU_LEXER_ENTER) {
67 if ($state == DOKU_LEXER_EXIT) {
H A Dalert.php50 list($state, $match, $pos, $attributes) = $data;
52 if ($state == DOKU_LEXER_ENTER) {
78 if ($state == DOKU_LEXER_EXIT) {
/plugin/struct/syntax/
H A Dglobal.php35 * @param int $state The state of the handler
40 public function handle($match, $state, $pos, Doku_Handler $handler)
43 $config = parent::handle($match, $state, $pos, $handler);
39 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1state","ch","next","cur","bracketed","skipToEnd","string","test","peek","eatWhile","style","curlev…
H A Dntriples.min.js.map1state","ch","next","parsedURI","eatWhile","push","match","parsedAnchor","parsedBNode","peek","pars…
H A Djavascript.min.js.map1state","ch","tokenize","tokenString","match","test","eat","tokenComment","skipToEnd","expressionAl…
H A Dwebidl.min.js.map1state","eatSpace","inComment","match","skipToEnd","startDef","endDef","lastToken","nextToken","nex…
/plugin/farmer/
H A Dhelper.php242 * Return the default state plugins would have in animals
260 $plugins[$one] = true; // default state is enabled
270 * Return a structure giving detailed info about the state of all plugins in an animal
298 * Set the state of a plugin in an animal
302 * @param int $state -1 = default, 1 = enabled, 0 = disabled
304 public function setPluginState($plugin, $animal, $state)
306 $state = (int) $state;
309 if ($state < 0) {
312 $plugins[$plugin] = $state;
295 setPluginState($plugin, $animal, $state) global() argument
[all...]
/plugin/webcode/syntax/
H A Dbasis.php196 * @param int $state
204 public function handle($match, $state, $pos, Doku_Handler $handler) argument
206 switch ($state) {
248 return array($state, $attributes);
319 return array($state, $matchedTextToRender, $codes, $useConsole);
329 return array($state, $match);
334 return array($state);
361 $state = $data[0];
362 switch ($state) {
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js35 var state = this.GetState() ;
37 if ( state == FCK_TRISTATE_DISABLED )
42 if ( state == FCK_TRISTATE_ON )
/plugin/pagetitle/syntax/
H A Dshorter.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
62 return $data = [$state, $short_title, $ID];
72 list($state, $short_title, $id) = $data;
/plugin/sequencediagram/
H A Dsyntax.php48 * @param int $state The state of the handler
53 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
55 if ($state==DOKU_LEXER_SPECIAL){
/plugin/geogebrembed/syntax/
H A Dggb.php50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
51 switch ($state) {
121 return array($state, array('center' => $this->center,
143 return array($state, array('center' => $this->center,
186 return array($state, array('center' => $this->center,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DService.php73 public $state; variable in Google\\Service\\DataprocMetastore\\Service
304 public function setState($state) argument
306 $this->state = $state;
313 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php98 public $state; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
377 public function setState($state) argument
379 $this->state = $state;
386 return $this->state;

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