Home
last modified time | relevance | path

Searched refs:state (Results 751 – 775 of 2205) sorted by relevance

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

/plugin/rating/
H A Dsyntax.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 if ($state==DOKU_LEXER_SPECIAL) {
51 return array($state, $options);
53 return array($state, '');
/plugin/codemirror/dist/modes/
H A Dmathematica.min.js.map1state","ch","next","tokenize","tokenString","eat","commentLevel","tokenComment","backUp","match","…
H A Dmumps.min.js.map1state","sol","label","commandMode","ch","peek","skipToEnd","match","skipTo","next","test","eatWhil…
H A Dvbscript.min.js.map1state","currentIndent","dedent","tokenBase","stream","eatSpace","ch","peek","skipToEnd","match","f…
/plugin/bez/mdl/
H A DTask.php20 protected $state, $type;
43 'state', 'type',
110 $this->state = 'opened';
204 $this->acl->grant('state', BEZ_PERMISSION_CHANGE);
229 $this->acl->grant('state', BEZ_PERMISSION_CHANGE);
235 if ($this->state == 'done') {
281 public function set_state($state) {
282 if ($this->acl_of('state') < BEZ_PERMISSION_CHANGE) {
286 if (!in_array($state, array('opened', 'done'))) {
291 if ($state
280 set_state($state) global() argument
[all...]
/plugin/divalign2/syntax/
H A Dcenter.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Djustify.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Dleft.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
H A Dright.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
37 return array($align,$state,$pos);
/plugin/bootswrapper/syntax/
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
41 if ($state == DOKU_LEXER_ENTER) {
49 if ($state == DOKU_LEXER_EXIT) {
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
210 switch ($state) {
255 return array($state, $match, $pos, $checked_attributes, $is_block);
262 return array($state, $match, $pos, null);
280 list($state, $match) = $data;
282 if ($state == DOKU_LEXER_ENTER) {
288 if ($state == DOKU_LEXER_EXIT) {
H A Dmacros.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
44 return array($match, $state, $pos);
57 list($match, $state, $pos) = $data;
H A Dimage.php37 list($state, $match, $pos, $attributes) = $data;
39 if ($state == DOKU_LEXER_ENTER) {
54 if ($state == DOKU_LEXER_EXIT) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php110 * unless we see a state that only has one alternative associated with it.
111 * The single-alt-state thing lets prediction continue upon rules like
116 * When the ATN simulation reaches the state before `';'`, it has a
117 * DFA state that looks like: `[12|1|[], 6|2|[], 12|2|[]]`. Naturally
123 * After matching input A, we reach the stop state for rule A, state 1.
124 * State 8 is the state right before B. Clearly alternatives 1 and 2
127 * working on this state. In the previous example, we're concerned with
130 * looking for input reasonably, don't declare the state done.
143 * during start state computatio
[all...]
/plugin/combo/syntax/
H A Dbrand.php121 function handle($match, $state, $pos, Doku_Handler $handler) argument
125 switch ($state) {
145 $returnedArray[PluginUtility::STATE] = $state;
214 PluginUtility::STATE => $state
237 $state = $data[PluginUtility::STATE];
238 switch ($state) {
242 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);;
/plugin/mobiletable/
H A Dsyntax.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 if ($state == DOKU_LEXER_ENTER) {
33 } elseif ($state == DOKU_LEXER_EXIT) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null) argument
24 if ($state !== null) {
25 $this->setOffendingState($state);
/plugin/dirtylittlehelper/syntax/
H A Dtablewiki.php72 * @param int $state The state of the handler
78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
82 return array($state, 'BEGIN',$match);
85 return array($state, '/END',$match);
/plugin/crypto/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { argument
48 return array($state, trim($match));
53 list($state, $match) = $data;
54 switch ($state) {
/plugin/latexcaption/syntax/
H A Dreference.php41 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
45 return array($state, substr($match,6,-2));
53 list($state,$match) = $data;
60 if ($state !== DOKU_LEXER_SPECIAL) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificateAuthority.php66 public $state; variable in Google\\Service\\CertificateAuthorityService\\CertificateAuthority
253 public function setState($state) argument
255 $this->state = $state;
262 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RatePlan.php90 public $state; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RatePlan
347 public function setState($state) argument
349 $this->state = $state;
356 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php72 public $state; variable in Google\\Service\\CloudFilestore\\GoogleCloudSaasacceleratorManagementProvidersV1Instance
281 public function setState($state) argument
283 $this->state = $state;
290 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DStep.php54 public $state; variable in Google\\Service\\ToolResults\\Step
221 public function setState($state) argument
223 $this->state = $state;
230 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php72 public $state; variable in Google\\Service\\CloudMemorystoreforMemcached\\GoogleCloudSaasacceleratorManagementProvidersV1Instance
281 public function setState($state) argument
283 $this->state = $state;
290 return $this->state;

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