| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
| H A D | LexerModeAction.php | 13 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction 18 * @param int $mode The mode value to pass to {@see Lexer::mode()}. 20 public function __construct(int $mode) argument 22 $this->mode = $mode; 32 return $this->mode; 63 $lexer->mode($this->mode); 68 return Hasher::hash($this->getActionType(), $this->mode); 81 return $this->mode === $other->mode; 86 return \sprintf('mode(%d)', $this->mode);
|
| H A D | LexerPushModeAction.php | 19 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPushModeAction 21 public function __construct(int $mode) argument 23 $this->mode = $mode; 33 return $this->mode; 64 $lexer->pushMode($this->mode); 69 return Hasher::hash($this->getActionType(), $this->mode); 82 return $this->mode === $other->mode; 87 return \sprintf('pushMode(%d)', $this->mode);
|
| /template/strap/ComboStrap/ |
| H A D | Call.php | 275 $mode = $this->call[0]; 276 if ($mode != "plugin") { 339 $mode = $this->call[0]; 340 if ($mode !== "plugin") { 348 $mode = $this->call[0]; 349 $lastPositionSepName = strrpos($mode, "_"); 350 $closeOrOpen = substr($mode, $lastPositionSepName + 1); 504 $mode = $this->getMode(); 505 if ($mode == "plugin") { 518 $mode = $this->call[0]; [all …]
|
| H A D | CacheResults.php | 44 if (!isset($this->cacheResults[$cacheParser->mode])) { 45 $this->cacheResults[$cacheParser->mode] = (new CacheResult($cacheParser)) 50 if ($cacheParser->mode === FetcherMarkup::XHTML_MODE) { 67 $this->cacheResults[$cacheStore->mode] = (new CacheResult($cacheStore)) 84 public function hasResultForMode($mode): bool argument 86 return isset($this->cacheResults[$mode]); 90 * @param string $mode 93 public function getResultForMode(string $mode): ?CacheResult argument 95 return $this->cacheResults[$mode];
|
| H A D | Parser.php | 34 foreach ($modes as $mode) { 35 $parser->addMode($mode['mode'], $mode['obj']);
|
| /template/strap/syntax/ |
| H A D | xmlblocktag.php | 48 * @param string $mode 52 public function accepts($mode): bool argument 58 if ($mode == "header") { 62 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 122 function connectTo($mode) argument 131 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | webcode.php | 80 public function accepts($mode) argument 83 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 109 * @param string $mode 114 public function connectTo($mode) argument 118 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo… 191 * @param string $mode 200 public function render($mode, Doku_Renderer $renderer, $data): bool argument 206 if ($mode == 'xhtml') {
|
| H A D | togglecollapse.php | 60 function accepts($mode): bool argument 62 return syntax_plugin_combo_preformatted::disablePreformatted($mode) 63 && Toggle::disableEntity($mode); 70 * @param string $mode 73 function connectTo($mode) argument 79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) { 81 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | toggleexpand.php | 60 function accepts($mode): bool argument 62 return syntax_plugin_combo_preformatted::disablePreformatted($mode) 63 && Toggle::disableEntity($mode); 70 * @param string $mode 73 function connectTo($mode) argument 79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) { 81 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | navbarcollapse.php | 58 public function accepts($mode) argument 61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode); 64 if ($mode == "eol") { 101 * @param string $mode 104 function connectTo($mode) argument 107 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_menubar::TAG)) { 109 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | accordion.php | 64 public function accepts($mode): bool argument 70 if ($mode == "header") { 76 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 107 * @param string $mode 110 function connectTo($mode) argument 115 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | navbargroup.php | 67 public function accepts($mode): bool argument 69 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 86 * @param string $mode 89 function connectTo($mode) argument 100 if (in_array($mode, $authorizedMode)) { 103 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | tabpanels.php | 52 public function accepts($mode) argument 54 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 86 * @param string $mode 89 function connectTo($mode) argument 93 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | tab.php | 61 public function accepts($mode) argument 63 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 81 * @param string $mode 84 function connectTo($mode) argument 89 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | xmlinlinetag.php | 80 public function accepts($mode): bool argument 83 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 116 * @param string $mode 119 function connectTo($mode) argument 125 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | cell.php | 68 public function accepts($mode): bool argument 75 if ($mode == "header") { 80 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 112 * @param string $mode 115 function connectTo($mode) argument 121 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | iteratordata.php | 79 public function accepts($mode) argument 89 function connectTo($mode) argument 94 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_iterator::TAG)) { 97 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | toggle.php | 67 function accepts($mode): bool argument 69 return syntax_plugin_combo_preformatted::disablePreformatted($mode) 70 && Toggle::disableEntity($mode); 77 * @param string $mode 80 function connectTo($mode) argument 84 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | menubar.php | 79 public function accepts($mode) argument 82 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode); 86 if ($mode == "eol") { 122 * @param string $mode 125 function connectTo($mode) argument 130 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | backgrounds.php | 63 public function accepts($mode) argument 66 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 76 function connectTo($mode) argument 80 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | unit.php | 65 public function accepts($mode) argument 68 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 84 public function connectTo($mode) argument 88 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
|
| H A D | note.php | 73 public function accepts($mode): bool argument 79 if ($mode == "header") { 82 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 87 function connectTo($mode) argument 91 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| H A D | preformatted.php | 98 function connectTo($mode) argument 108 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo… 236 static function disablePreformatted($mode): bool argument 243 $mode == 'preformatted' 245 $mode == PluginUtility::getModeFromTag(syntax_plugin_combo_preformatted::TAG)
|
| H A D | text.php | 68 public function accepts($mode): bool argument 71 return syntax_plugin_combo_preformatted::disablePreformatted($mode); 85 function connectTo($mode) argument 90 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
|
| /template/kiwiki/css/ |
| H A D | basic.css | 18 #theme-mode svg#themeicon #dark { 39 #theme-mode svg#themeicon #light { 42 #theme-mode svg#themeicon #dark { 81 body.darkmode #theme-mode svg#themeicon #light, 82 body.lightmode #theme-mode svg#themeicon #dark { 85 body.darkmode #theme-mode svg#themeicon #dark, 86 body.lightmode #theme-mode svg#themeicon #light {
|