Home
last modified time | relevance | path

Searched refs:state (Results 2051 – 2075 of 2205) sorted by path

1...<<818283848586878889

/plugin/targetlink/
H A Dsyntax.php31 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/task/syntax/
H A Dtask.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtaskform.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtasks.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tcycle/
H A DLICENSE631 state the exclusion of warranty; and each file should have at least
H A Dsyntax.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 switch($state) {
52 …return array($state, array($dataspeed, $datafx, $datatimeout, $width, $height, $namespace, $metada…
61 return array($state, array($addimgs));
63 return array($state, $match);
65 return array($state, '');
75 list($state,$match) = $data;
76 switch ($state) {
/plugin/text/
H A Drenderer.php36 function plugin($name, $data, $state = '', $match = '') { argument
/plugin/textinsert/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ argument
141 return array($state,$match);
150 list($state, $word) = $data;
/plugin/textrotate/
H A Dsyntax.php37 function handle($match, $state, $pos, Doku_Handler $handler){ argument
39 switch ($state) {
41 return [$state, ''];
43 return [$state, $match];
45 return [$state, ''];
55 list($state, $opt) = $data;
58 switch ($state) {
/plugin/tfslink/syntax/
H A Dworkitemlink.php21 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tgnotify/
H A DLICENSE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/plugin/tile/
H A Dsyntax.php30 function handle ($match, $state, $pos, Doku_Handler $handler){ argument
31 switch ($state) {
33 return array ($state, trim (substr ($match, 5, -1))); // "<title" => 5 ">" => 1
35 return array ($state, $match);
37 return array ($state);
/plugin/tiledblog/
H A Dsyntax.php29 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
30 switch ($state) {
/plugin/timer/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 switch ($state) {
60 return array($state, array($prt,$starttime,$endtime));
61 case DOKU_LEXER_UNMATCHED : return array($state, $match);
62 case DOKU_LEXER_EXIT : return array($state, '');
76 list($state, $match) = $data;
77 switch ($state) {
/plugin/timetrack/
H A DLICENSE631 state the exclusion of warranty; and each file should have at least
H A Dsyntax.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tipoftheday/syntax/
H A Dtotd.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtotns.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tline/
H A DCHANGES.txt87 enable a single listener to retrieve state from the id. Added support functions
/plugin/toc/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
/plugin/tocselect/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
49 return array($state,$match);
58 list($state,$wikid) = $data;
/plugin/toctweak/syntax/
H A Dautotoc.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dclosetoc.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dmetatoc.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsidetoc.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
32 $data = parent::handle($match, $state, $pos, $handler);

1...<<818283848586878889