Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerModeAction.php13 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 DLexerPushModeAction.php19 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 DCall.php275 $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 DCacheResults.php44 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 DParser.php34 foreach ($modes as $mode) {
35 $parser->addMode($mode['mode'], $mode['obj']);
/template/strap/syntax/
H A Dxmlblocktag.php48 * @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 Dwebcode.php80 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 Dtogglecollapse.php60 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 Dtoggleexpand.php60 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 Dnavbarcollapse.php58 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 Daccordion.php64 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 Dnavbargroup.php67 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 Dtabpanels.php52 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 Dtab.php61 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 Dxmlinlinetag.php80 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 Dcell.php68 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 Diteratordata.php79 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 Dtoggle.php67 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 Dmenubar.php79 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 Dbackgrounds.php63 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 Dunit.php65 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 Dnote.php73 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 Dpreformatted.php98 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 Dtext.php68 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 Dbasic.css18 #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 {

12345678910>>...13