Home
last modified time | relevance | path

Searched refs:state (Results 126 – 150 of 2205) sorted by relevance

12345678910>>...89

/plugin/konsole/
H A Dsyntax.php86 public function handle($match, $state, $pos, Doku_Handler $handler) argument
88 switch ($state)
99 return array($state,$retour);
102 return array($state,$this->type_defaut);
117 return array($state,$divreturn);
122 return array($state);
132 list($state, $data) = $indata;
136 switch ($state)
/plugin/bpmnio/syntax/
H A Dbpmnio.php51 public function handle($match, $state, $pos, Doku_Handler $handler) argument
53 switch ($state) {
58 return array($state, $this->type, '', $pos, '');
64 return array($state, $this->type, $match, $posStart, $posEnd);
68 return array($state, '', '', '', '');
75 list($state, $type, $match, $posStart, $posEnd) = $data;
78 if ($state == DOKU_LEXER_EXIT) {
89 switch ($state) {
/plugin/dwtimeline/syntax/
H A Dmilestone.php49 * @param int $state The state of the handler
54 public function handle($match, $state, $pos, Doku_Handler $handler) argument
56 switch ($state) {
61 return array($state,$data);
63 return array($state,$match);
65 return array($state,'');
82 list($state,$indata) = $data;
83 switch ($state) {
/plugin/combo/syntax/
H A Dhighlightmd.php101 * @param int $state
106 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
108 switch ($state) {
115 PluginUtility::STATE => $state,
134 $state = $data[PluginUtility::STATE];
135 switch ($state) {
153 $state = $data[PluginUtility::STATE];
154 switch ($state) {
/plugin/definitionlist/
H A Dsyntax.php84 switch ( $state ) {
127 $handler->addPluginCall('definitionlist', array($tag, $state, ''), $state, $pos, $match);
147 switch ( $state ) {
170 list($tag,$state,$match) = $data;
172 switch ( $state ) {
196 list ($tag, $state, $match) = $data;
198 switch ( $state ) {
233 switch ( $state ) {
344 $state = array();
345 $stack->getState ($state);
[all …]
/plugin/codemirror/dist/modes/
H A Druby.min.js.map1state","tokenize","push","tokenBase","sol","match","eol","readBlockComment","eatSpace","ch","next"…
/plugin/webcomponent/syntax/
H A Dcontainer.php99 * @param int $state
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
107 switch ($state) {
114 return array($state, $parameters);
118 return array($state, '');
142 $state = $data[0];
143 switch ($state) {
H A Dcite.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
45 switch ($state) {
50 return array($state, $parameters);
53 return array ($state, $match);
58 return array($state, '');
71 list($state, $parameters) = $data;
72 switch ($state) {
/plugin/bbcode/
H A Dcolor.php173 function handle($match, $state, $pos, Doku_Handler $handler) { argument
174 switch ($state) {
178 return array($state, $match);
181 return array($state, $match);
184 return array($state, '');
195 list($state, $match) = $data;
196 switch ($state) {
/plugin/datatables/
H A Dsyntax.php53 public function handle($match, $state, $pos, Doku_Handler $handler)
56 switch ($state) {
60 return [$state, $match];
75 list($state, $match) = $data;
77 switch ($state) {
29 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/chem/
H A Dsyntax.php12 function handle($match, $state, $pos, Doku_Handler $handler){ argument
13 switch ($state) {
14 case DOKU_LEXER_ENTER :return array($state, '');
15 case DOKU_LEXER_UNMATCHED :return array($state, $match);
16 case DOKU_LEXER_EXIT :return array($state, '');
23 list($state, $match) = $data;
24 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DStartEnvironmentMetadata.php25 public $state; variable in Google\\Service\\CloudShell\\StartEnvironmentMetadata
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.php25 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
H A DGoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata.php25 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
H A DGoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata.php25 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DRestrictionEvaluation.php25 public $state; variable in Google\\Service\\CloudIdentity\\RestrictionEvaluation
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
H A DMembershipRoleRestrictionEvaluation.php25 public $state; variable in Google\\Service\\CloudIdentity\\MembershipRoleRestrictionEvaluation
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1MigrationStateEvent.php25 public $state; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1MigrationStateEvent
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DFeatureResourceState.php25 public $state; variable in Google\\Service\\GKEHub\\FeatureResourceState
30 public function setState($state) argument
32 $this->state = $state;
39 return $this->state;
/plugin/plaintext/
H A Dblock.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
35 switch ($state) {
37 return array($state);
42 return array($state);
52 list($state) = $data;
53 switch ($state) {
/plugin/latexport/implementation/
H A Ddecorator_headings.php50 private $state; variable in DecoratorHeadings
58 $this->state = DecoratorHeadings::FRONT_MATTER;
98 switch($this->state) {
100 $this->state = DecoratorHeadings::MAIN_MATTER;
105 $this->state = DecoratorHeadings::APPENDIX;
114 trigger_error("h1 unexpected $this->state");
127 switch($this->state) {
141 trigger_error("h2 unexpected $this->state");
/plugin/outliner/
H A Dsyntax.php69 public function handle($match, $state, $pos, Doku_Handler $handler)
73 switch ($state) {
86 return array($state, $title, $outline_id, $opened, $nopopup, $link);
89 return array($state);
92 return array($state, $match);
105 $state = $data[0];
106 switch ($state) {
108 list($state, $title, $outline_id, $opened, $nopopup, $link) = $data;
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/wrap/syntax/
H A Dspan.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
40 switch ($state) {
44 return array($state, $data);
51 return array($state, '');
64 list($state, $data) = $indata;
67 switch ($state) {
74 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</span>';
84 switch ($state) {
/plugin/fksnewsfeed/syntax/
H A Dstream.php15 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
16 switch ($state) {
23 return [$state, [$parameters]];
25 return [$state, null];
33 [$state, $match] = $data;
34 switch ($state) {
/plugin/htmlokalt/
H A Dcommon.php31 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
32 switch ($state) {
34 return array($state, $match);
38 return array($state, $match);
41 return array($state, $match);
44 return array($state, $match);

12345678910>>...89