Home
last modified time | relevance | path

Searched refs:state (Results 976 – 1000 of 2205) sorted by relevance

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

/plugin/mediasyntax/syntax/
H A Dbold.php19 function handle($match, $state, $pos, Doku_Handler $handler)
21 return array($match, $state, $pos);
30 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dlink.php32 function handle($match, $state, $pos, Doku_Handler $handler)
34 if ($state == DOKU_LEXER_UNMATCHED)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/markdowku/
H A Dreferences.php24 function handle($match, $state, $pos, Doku_Handler $handler) { argument
25 return array($state, $match);
H A Dboldasterisk.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
31 return array($state, $match);
H A Ditalicasterisk.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 return array($state, $match);
/plugin/popupviewer/syntax/
H A Dpopupscript.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
31 if ( $state == DOKU_LEXER_UNMATCHED ) {
/plugin/htmlokalt/syntax/
H A Dhtml.php22 list ($state, $match) = $data;
23 switch ($state) {
H A Dhtmlblock.php22 list ($state, $match) = $data;
24 switch ($state) {
/plugin/confightmlok/syntax/
H A Dhtml.php22 list ($state, $match) = $data;
23 switch ($state) {
H A Dhtmlblock.php22 list ($state, $match) = $data;
24 switch ($state) {
/plugin/wst/syntax/
H A Dnoinclude.php54 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dincludeonly.php54 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/feedback/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/yuriigantt/src/Driver/Embedded/
H A DRenderer.php64 * @param string $state matched state if any
67 public function plugin($name, $data, $state = '', $match = '') argument
/plugin/randomquote/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/tablewidth/
H A Dsyntax.php34 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
35 if ($state == DOKU_LEXER_SPECIAL) {
/plugin/evesso/classes/
H A DoAuthStorage.php117 * @param string $state
121 public function storeAuthorizationState($service, $state) { argument
123 $data['state'] = $state;
/plugin/pagebreak/
H A Dsyntax.php46 function handle($match, $state, $pos, Doku_Handler $handler){ argument
47 switch ($state) {
/plugin/heat/
H A Dsyntax.php155 function handle($match, $state, $pos, &$handler){ argument
156 switch ($state) {
/plugin/jiralinks/
H A Dsyntax.php54 * @param string $state
59 public function handle($match, $state, $pos, &$handler){ argument
/plugin/bez/tpl/
H A Dtask_comment_form.php35 <?php if ($tpl->get('task')->state == 'opened'): ?>
40 <?php if ($tpl->param('zkid') == '' && $tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
41 <?php if ($tpl->get('task')->state == 'opened'): ?>
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php35 public $state; variable in Google_OAuth2
148 if (isset($this->state)) {
149 $params[] = 'state=' . urlencode($this->state);
178 public function setState($state) { argument
179 $this->state = $state;
/plugin/gitlabapi/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 switch ($state) {
51 'state' => $state
92 return array('state' => $state, 'text' => $match);
95 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
134 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/combo/syntax/
H A Dlink.php256 * @param int $state
261 function handle($match, $state, $pos, Doku_Handler $handler) argument
264 switch ($state) {
322 $returnedArray[PluginUtility::STATE] = $state;
379 PluginUtility::STATE => $state,
403 $state = $data[PluginUtility::STATE];
419 switch ($state) {
529 switch ($state) {
594 if ($state === DOKU_LEXER_ENTER) {
/plugin/bugzillalinks/
H A Dsyntax.php54 * @param string $state
59 public function handle($match, $state, $pos, &$handler){ argument

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