Home
last modified time | relevance | path

Searched refs:mode (Results 1226 – 1250 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/patchpanel/
H A Dsyntax.php52 function connectTo($mode) { argument
53 …$this->Lexer->addSpecialPattern("<patchpanel[^>]*>.*?(?:<\/patchpanel>)",$mode,'plugin_patchpanel'…
181 function render($mode, &$renderer, $opt) { argument
182 if($mode == 'metadata') return false;
/plugin/eclipseupdateurl/
H A Dsyntax.php22 function connectTo($mode) { argument
23 … $this->Lexer->addSpecialPattern("\[\[eclipseUpdate>.*?\]\]", $mode, 'plugin_eclipseupdateurl');
60 function render($mode, Doku_Renderer $renderer, $data) { argument
63 if ( $mode == 'xhtml' ) {
/plugin/masciimath/
H A Dsyntax.php19 … function connectTo($mode) { $this->Lexer->addSpecialPattern('`.*?`',$mode,'plugin_masciimath'); } argument
517 function render($mode, &$renderer, $data) { argument
518 if ($mode!='xhtml') return false;
/plugin/cumulus/
H A Dsyntax.php28 function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('~~\w*?CUMULUS.*?~~',$mode,'plugin_cumulus');
42 function render($mode, &$renderer, $data) { argument
43 if($mode != 'xhtml') return false;
/plugin/include/
H A Daction.php217 if(!isset($cache->mode) || $cache->mode == 'i') return;
349 list($mode, $page, $sect) = array_pad(preg_split('/>|#/u', $syntax, 3), 3, "");
361 $result = '{{'.$mode.'>'.$newpage;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php271 * @param string $mode
275 public function __construct($mode) argument
277 parent::__construct($mode);
279 if ($this->mode == self::MODE_STREAM) {
/plugin/switchpanel/
H A Dsyntax.php28 function connectTo($mode){ argument
29 …$this->Lexer->addSpecialPattern( "<switchpanel[^>]*>.*?(?:<\/switchpanel>)", $mode, 'plugin_switch…
253 function render($mode, Doku_Renderer $renderer, $opt) { argument
254 if( $mode == 'metadata' ){ return false; }
460 if ($mode != 'odt') {
/plugin/imapmarkers/syntax/
H A Dmap.php62 public function connectTo($mode) { argument
63 if ($mode == "base") {
64 $this->Lexer->addEntryPattern('\{{2}(?i)IMAPMARKERS>[^\}]+\}{2}', $mode, $this->component);
197 public function render($mode, Doku_Renderer $renderer, $data) { argument
198 if ($mode == 'xhtml') {
/plugin/googlemap3/
H A Dsyntax.php99 function render($mode, &$renderer, $data) { argument
101 if ($mode == 'xhtml') {
/plugin/webcomponent/_test/
H A DREADME.md29 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/pdfjs/
H A Dsyntax.php32 public function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('{{pdfjs.*?>.*?}}', $mode, 'plugin_pdfjs');
/plugin/dwedit/
H A Daction.php61 $mode = $INPUT->str('mode', 'fckg');
62 if($mode == 'dwiki') return;
/plugin/combo/syntax/
H A Dheadingatx.php55 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
72 function connectTo($mode) argument
76 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcodemarkdown.php74 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
92 function connectTo($mode) argument
108 $this->Lexer->addEntryPattern($gitHubMarkdownPattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
223 // unsupported $mode
/plugin/diagrams/syntax/
H A Dmediafile.php30 public function connectTo($mode) argument
32 // only register if mediafile mode is enabled
33 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;
36 $this->Lexer->addSpecialPattern('\{\{[^\}]+(?:\.svg)[^\}]*?\}\}', $mode, 'plugin_diagrams_mediafile');
/plugin/fckg/action/
H A Dedit.php2565 $mode = 'fckg';
2605 $file = DOKU_INC."inc/parser/$mode.php";
2610 $rclass = "Doku_Renderer_$mode";
2614 msg("Renderer for $mode not valid",-1);
2621 $Renderer = plugin_load('renderer',$mode);
2623 msg("No renderer for $mode found",-1);
2706 $data = array($mode,& $Renderer->doc);
/plugin/codemirror/dist/modes/
H A Dtextile.min.js.map1mode/textile/textile.js"],"names":["mod","exports","module","require","define","amd","CodeMirror",…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4824 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
5190 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
8367 state.mode = HEAD;
8592 if (state.mode === TYPE) { state.mode = TYPEDO; } /* skip check */
8712 state.mode = TIME;
8739 state.mode = OS;
9279 state.mode = LEN;
9533 state.mode = LEN;
9629 state.mode = MEM;
9644 (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);
[all …]
/plugin/nsrelation/
H A Dsyntax.php62 function connectTo($mode) { argument
63 $this->Lexer->addSpecialPattern('~~NO_NSREL~~',$mode,'plugin_nsrelation');
/plugin/noiewarning/
H A DChangeLog25 * Added: notify mode (uses DokuWiki's notify() features)
27 * action.php: reorganized by display mode
/plugin/xref/
H A Dsyntax.php31 public function connectTo($mode)
33 $this->Lexer->addSpecialPattern('\[\[xref>.+?\]\]', $mode, 'plugin_xref');
47 connectTo($mode) global() argument
/plugin/googlemaps/syntax/
H A Dgooglemap.php95 function render($mode, &$renderer, $data) { argument
99 if ($mode == 'xhtml') {
/plugin/explain/
H A Dsyntax.php92 function connectTo($mode) { argument
100 $this->Lexer->addSpecialPattern($re, $mode, 'plugin_explain');
/plugin/pagetitle/
H A Daction.php126 if ($cache->mode == 'xhtml') {
148 switch ($cache->mode) {
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php73 * @param string $mode string output format being rendered
78 public function render($mode, Doku_Renderer $renderer, $data) argument

1...<<41424344454647484950>>...98