Home
last modified time | relevance | path

Searched refs:mode (Results 1326 – 1350 of 2447) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/combo/syntax/
H A Dcode.php72 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
89 function connectTo($mode) argument
94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
232 // unsupported $mode
H A Diterator.php133 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
164 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
176 public function accepts($mode): bool argument
178 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
182 function connectTo($mode) argument
187 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
613 // unsupported $mode
/plugin/struct/syntax/
H A Doutput.php29 * @return string Syntax mode type
59 * @param string $mode Parser mode argument
61 public function connectTo($mode)
/plugin/editsections2/
H A Dsyntax.php52 function connectTo($mode) argument
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php473 * @param bool $mode Blocking mode.
476 public function setStreamBlocking($mode) argument
478 return stream_set_blocking($this->getStream(), (int) $mode);
/plugin/snap/
H A Dsyntax.php.ori33 …function connectTo($mode) { $this->Lexer->addEntryPattern('{{\[\[(?=.*?\]\]}})',$mode,'plugin_snap…
54 function render($mode, &$renderer, $data) {
98 if($mode == 'xhtml') {
/plugin/airtable/
H A Dsyntax.php85 function connectTo($mode) { argument
86 $this->Lexer->addEntryPattern('{{airtable>', $mode, 'plugin_airtable');
209 function render($mode, Doku_Renderer $renderer, $data): bool { argument
212 if($mode != 'xhtml') return false;
/plugin/btable2/
H A Dsyntax.php43 function connectTo($mode){ argument
44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
101 if ($mode == 'xhtml') {
/plugin/pycode/
H A Dsyntax.php80 * @param (str) $mode name for the format mode of the final output
83 public function connectTo($mode) { argument
84 $this->Lexer->addSpecialPattern("<pycode.*?>", $mode, "plugin_pycode");
191 * @param (str) $mode name for the format mode of the final output
215 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php174 * @param string $mode
178 public function __construct($mode) argument
180 parent::__construct($mode);
182 if ($this->mode == self::MODE_STREAM) {
293 $this->mode == self::MODE_GCM &&
302 return $this->mode == self::MODE_GCM &&
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc4 The client offers a mode called "future" or "async" mode. This allows batch
28 responsibility into your code. To enable future mode, set the `future` flag in
253 ==== Caveats to Future mode
255 There are a few caveats to using future mode. The biggest is also the most
273 When operated in future mode, the unwrapping of the future is left to your
/plugin/dblclickedit/
H A Dplugin.info.txt6 desc Enter edit mode by double click
/plugin/pwaoffline/
H A Dplugin.info.txt6 desc Add an offline mode to DokuWiki
/plugin/filelist/
H A Dsyntax.php35 public function connectTo($mode)
37 $this->Lexer->addSpecialPattern('\{\{filelist>.+?\}\}', $mode, 'plugin_filelist');
34 connectTo($mode) global() argument
108 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/orgapp/editor/
H A Dsample.txt2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
/plugin/abbrlist/
H A Daction.php18 if($cache->mode != "xhtml") return;
/plugin/literal_entities/
H A Dsyntax.php141 function render($mode, &$renderer, $data) { argument
/plugin/diffpreview/
H A Dplugin.info.txt6 desc Adds button for diff preview in edit mode.
/plugin/tagentry/
H A Dplugin.info.txt6 desc Assign tags using checkboxes in edit mode
/plugin/photogallery/
H A Dscript.js22 mode:"lg-fade",
/plugin/strata/types/
H A Dref.php18 function render($mode, &$R, &$T, $value, $hint) { argument
/plugin/panorama/syntax/
H A Dpanorama.php118 $mode = $data['mode'];
/plugin/visrep/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('<visrep.*?>\n.*?\n</visrep>', $mode, 'plugin_visrep');
/plugin/judge/
H A Dstyle.css75 -webkit-animation-fill-mode: both;
76 animation-fill-mode: both;
/plugin/tagfilter/syntax/
H A Dcompare.php42 function connectTo($mode) argument
44 $this->Lexer->addSpecialPattern("\{\{tagcompare>.*?\}\}", $mode, 'plugin_tagfilter_compare');

1...<<51525354555657585960>>...98