Home
last modified time | relevance | path

Searched refs:mode (Results 276 – 300 of 2447) sorted by last modified time

1...<<11121314151617181920>>...98

/plugin/combo/syntax/
H A Dtoggleexpand.php19 * Needs to return one of the mode types defined in $PARSER_MODES in parser.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 . '_' . $this->getPluginComponent());
160 // unsupported $mode
H A Dtooltip.php58 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
92 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
99 public function accepts($mode): bool argument
101 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
110 function connectTo($mode) argument
114 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
269 // unsupported $mode
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 . '_' . $this->getPluginComponent());
152 // $mode = 'xhtml' means that we output html
153 // There is other mode such as metadata, odt
H A Dvariable.php83 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
91 public function connectTo($mode) argument
94 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_SHORT, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_LONG, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dwebcode.php51 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
80 public function accepts($mode) argument
83 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
89 * The mode (plugin) with the lowest sort number will win out
109 * @param string $mode
111 * All dokuwiki mode can be seen in the parser.php file
114 public function connectTo($mode) argument
118 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
191 * @param string $mode
200 public function render($mode, Doku_Rendere argument
[all...]
H A Dxmlblockemptytag.php61 function connectTo($mode) argument
66 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dxmlblocktag.php27 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
36 * Icon had 'substition' and can still have other mode inside (ie tooltip)
48 * @param string $mode
52 public function accepts($mode): bool argument
55 * header mode is disable to take over
58 if ($mode == "header") {
62 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
102 * <a href="https://www.dokuwiki.org/devel:syntax_plugins#syntax_types">mode type</a>
105 * * array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
122 function connectTo($mode) argument
[all...]
H A Dxmlinlinetag.php60 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
80 public function accepts($mode): bool argument
83 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
103 * the mode with the lowest sort number will win out
116 * @param string $mode
119 function connectTo($mode) argument
125 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dxmlprotectedtag.php58 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
88 function connectTo($mode) argument
94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbackgrounds.php25 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
56 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.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->getPluginComponent()));
165 // unsupported $mode
H A Dbadge.php34 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
65 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
74 * the mode with the lowest sort number will win out
82 function connectTo($mode) argument
86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
267 // unsupported $mode
H A Dbrand.php49 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
89 function accepts($mode): bool argument
91 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
98 * @param string $mode
101 function connectTo($mode) argument
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
110 $this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
255 // unsupported $mode
H A Daccordion.php41 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
54 * 'baseonly' will run only in the base mode
57 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
64 public function accepts($mode): bool argument
67 * header mode is disable to take over
70 if ($mode == "header") {
76 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
97 * because the mode with the lowest sort number will win out
107 * @param string $mode
110 function connectTo($mode) argument
[all...]
H A Danalytics.php63 * @param string $mode
66 function connectTo($mode) argument
H A Dcell.php50 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
68 public function accepts($mode): bool argument
72 * header mode is disable to take over
75 if ($mode == "header") {
80 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
101 * the mode with the lowest sort number will win out
112 * @param string $mode
115 function connectTo($mode) argument
121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcite.php47 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
63 function connectTo($mode) argument
67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
156 // unsupported $mode
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php38 if ($mode = $this->getParameterMode($name)) {
39 if ($mode === self::PARAMETER_NONE) {
44 switch ($mode) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp256 mode names:
/plugin/combo/ComboStrap/
H A DFile.php118 return mkdir($this->getAbsoluteFileSystemPath(), $mode = 0770, $recursive = true);
H A DParser.php34 foreach ($modes as $mode) {
35 $parser->addMode($mode['mode'], $mode['obj']);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md87 several machines in grid mode (where one Selenium server acts as a hub, and others connect to it as nodes).
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php101 public $mode = self::DEFAULT_MODE; variable in Antlr\\Antlr4\\Runtime\\Lexer
142 $this->mode = self::DEFAULT_MODE;
187 $ttype = $this->interp->match($this->input, $this->mode);
246 public function mode(int $m) : void function in Antlr\\Antlr4\\Runtime\\Lexer
248 $this->mode = $m;
253 $this->modeStack[] = $this->mode;
255 $this->mode($m);
264 $this->mode(\array_pop($this->modeStack));
266 return $this->mode;
/plugin/combo/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerModeAction.php13 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction
16 * Constructs a new `mode` action with the specified mode value.
18 * @param int $mode The mode value to pass to {@see Lexer::mode()}.
20 public function __construct(int $mode) argument
22 $this->mode = $mode;
26 * Get the lexer mode thi
[all...]
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md83 * added support for PTY mode
100 * added support for a TTY mode

1...<<11121314151617181920>>...98