Home
last modified time | relevance | path

Searched refs:state (Results 151 – 175 of 2205) sorted by relevance

12345678910>>...89

/plugin/imapmarkers/syntax/
H A Dreference.php56 function handle($match, $state, $pos, Doku_Handler $handler) { argument
57 $args = array($state);
58 switch ($state) {
72 … $args = array($state, self::MATCH_IS_LOCATION, $is_correct, $err_msg, $loc_id, $loc_title);
75 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg);
93 $state = $data[0];
95 switch ($state) {
103 list($state, $match_type, $is_correct, $err_msg) = $data;
107 list($state, $match_type, $is_correct, $err_msg, $loc_id, $loc_title) = $data;
/plugin/pagestat/syntax/
H A Dedit.php28 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
29 switch ($state) {
34 return array($state, $arg_list,$this->pg_count-1);
36 case DOKU_LEXER_UNMATCHED : return array($state, $match);
37 case DOKU_LEXER_EXIT : return array($state, '');
46 list($state,$match,$count) = $data;
47 switch ($state) {
H A Deditpt.php29 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 switch ($state) {
35 return array($state, $arg_list,$this->pg_count-1);
37 case DOKU_LEXER_UNMATCHED : return array($state, $match);
38 case DOKU_LEXER_EXIT : return array($state, '');
47 list($state,$match,$count) = $data;
48 switch ($state) {
/plugin/fckg/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
38 switch ($state) {
50 return array($state, array($size, $face));
52 case DOKU_LEXER_UNMATCHED : return array($state, $match);
53 case DOKU_LEXER_EXIT : return array($state, '');
63 list($state, $match) = $data;
65 switch ($state) {
/plugin/webcomponent/syntax/
H A Dcardcolumns.php101 * @param int $state
106 function handle($match, $state, $pos, Doku_Handler $handler) argument
109 switch ($state) {
120 return array($state, $parameters);
124 return array($state, '');
148 list($state, $parameters) = $data;
149 switch ($state) {
H A Dgroup.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 list($state,$parameters) = $data;
143 switch ($state) {
/plugin/pixelyear/
H A Dsyntax.php28 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
29 switch ($state) {
31 return array($state, '');
33 return array($state, $match);
35 return array($state, '');
47 list($state,$match) = $data;
48 switch ($state) {
/plugin/blockquote/syntax/
H A Dblockquote.php53 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 switch ($state) {
60 $state,
66 $state,
72 $state,
81 list ($state, $data) = $indata;
83 switch ($state) {
H A Dq.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
52 switch ($state) {
57 $state,
63 $state,
69 $state,
78 list ($state, $data) = $indata;
80 switch ($state) {
/plugin/dirtylittlehelper/syntax/
H A Dcomment.php63 * @param int $state The state of the handler
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
72 switch ($state) {
76 return array($state, 'BEGIN');
80 return array($state, 'UNMATCHED');
84 return array($state, '/END');
/plugin/struct/meta/
H A DFilterValueListHandler.php24 * @param int state - the type of match made (see below)
27 public function row($match, $state, $pos) argument
29 switch ($state) {
50 * @param int state - the type of match made (see below)
53 public function singleQuoteString($match, $state, $pos) argument
55 if ($state === DOKU_LEXER_UNMATCHED) {
63 * @param int state - the type of match made (see below)
66 public function escapeSequence($match, $state, $pos)
75 * @param int state - the type of match made (see below)
78 public function number($match, $state,
68 escapeSequence($match, $state, $pos) global() argument
80 number($match, $state, $pos) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Dproperties.min.js.map1state","sol","afterSection","eol","nextMultiline","inMultiline","position","eatSpace","ch","next",…
H A Dpython.min.js.map1state","scopes","length","defineMode","conf","parserConf","ERRORCLASS","delimiters","singleDelimit…
H A Dhttp.min.js.map1state","skipToEnd","cur","header","start","match","responseStatusCode","test","peek","requestPath"…
H A Dd.min.js.map1state","ch","next","result","tokenize","tokenString","test","eatWhile","eat","tokenNestedComment",…
/plugin/creole/syntax/
H A Dmonospace.php46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
50 $state = DOKU_LEXER_ENTER;
52 $state = DOKU_LEXER_EXIT;
55 switch ($state) {
62 return array($state);
74 return array($state);
82 list($state) = $data;
83 switch ($state) {
/plugin/emphasis/syntax/
H A Dfont.php70 * @param int $state The state of the handler
75 function handle($match, $state, $pos, Doku_Handler $handler) { argument
78 switch($state) {
108 return array($state, $data);
116 return array($state, $data);
131 list($state, $data) = $data;
135 switch($state) {
147 switch ($state) {
/plugin/bibtex4dw/syntax/
H A Dbibtex.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 if ($state == DOKU_LEXER_UNMATCHED) {
60 return array($state, $matches[0], $matches[1], $pos);
62 return array($state, '', $match, $pos);
69 list($state, $substate, $match, $pos) = $data;
71 switch ($state) {
139 list($state, $substate, $match, $pos) = $data;
141 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1RunAssetDiscoveryResponse.php29 public $state; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
H A DSetFindingStateRequest.php29 public $state; variable in Google\\Service\\SecurityCommandCenter\\SetFindingStateRequest
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
H A DGoogleCloudSecuritycenterV1p1beta1RunAssetDiscoveryResponse.php29 public $state; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1RunAssetDiscoveryResponse
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.php25 public $state; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DAccelerator.php29 public $state; variable in Google\\Service\\DataFusion\\Accelerator
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnGatewayStatusHighAvailabilityRequirementState.php25 public $state; variable in Google\\Service\\Compute\\VpnGatewayStatusHighAvailabilityRequirementState
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DDatabaseEncryption.php29 public $state; variable in Google\\Service\\Container\\DatabaseEncryption
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;

12345678910>>...89