Home
last modified time | relevance | path

Searched refs:state (Results 426 – 450 of 2205) sorted by path

1...<<11121314151617181920>>...89

/plugin/authorlist/
H A Dsyntax.php73 * @return Integer The current lexer state for the match.
75 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/authorstats/
H A Dsyntax.php49 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/authsplit/
H A DREADME35 As authsplit has to orchestrate two auth plugins and the user's state in
/plugin/authvk/
H A Daction.php42 $vk_state = $_GET['state'];
/plugin/autogallery/
H A Dsyntax.php46 * @param int $state The state of the handler
51 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autogroup/
H A DLICENSE631 state the exclusion of warranty; and each file should have at least
/plugin/autoindex/
H A Dsyntax.php39 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/autolink2/syntax/
H A Dadd.php52 function handle($match, $state, $pos, &$handler){ argument
H A Dshow.php48 function handle($match, $state, $pos, &$handler){ argument
49 return array($match, $state);
63 function _renderautolink(&$renderer, $match, $state) { argument
66 switch ($state) {
/plugin/autolink4/syntax/
H A Dallwords.php94 * @param int $state - The DokuWiki event state.
99 function handle($match, $state, $pos, Doku_Handler $handler) {
103 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dregex.php80 * @param int $state - The DokuWiki event state.
85 function handle($match, $state, $pos, Doku_Handler $handler) {
93 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/autonumbering/
H A Dsyntax.php77 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
81 switch ($state) {
/plugin/autotabber/
H A DLICENSE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/plugin/autotooltip/
H A Dsyntax.php55 * @param int $state - The DokuWiki event state.
60 function handle($match, $state, $pos, Doku_Handler $handler) {
61 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/autotranslation/syntax/
H A Dnotrans.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtrans.php36 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autotweet/syntax/
H A Dautotweet.php55 * @param state State.
60 public function handle($match, $state, $pos, &$handler){ argument
/plugin/avatar/
H A Dsyntax.php28 function handle($match, $state, $pos, Doku_Handler $handler) {
29 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/avbarchart/
H A Dsyntax.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
73 switch ($state) {
75 return array($state, '');
111 return array($state, $match);
114 return array($state, '');
128 list($state, $match) = $data;
130 switch ($state) {
/plugin/avtaskbox/
H A Dsyntax.php80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
82 switch ($state) {
84 return array($state, '');
131 return array($state, $match);
135 return array($state, '');
149 list($state, $match) = $data;
151 switch ($state) {
/plugin/backlinks/
H A Dsyntax.php61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/backlinks2/
H A Dsyntax.php65 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/barcode/
H A DCOPYING631 state the exclusion of warranty; and each file should have at least
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/barcodes/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
714 "sebastian/global-state": "^5.0.1",
1284 "name": "sebastian/global-state",
1288 "url": "https://github.com/sebastianbergmann/global-state.git",
1293 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e6…
1330 "description": "Snapshotting of global state",
1331 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1333 "global state"
1336 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1337 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"

1...<<11121314151617181920>>...89