Home
last modified time | relevance | path

Searched refs:mode (Results 751 – 775 of 2447) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/timer/
H A Dsyntax.php37 function connectTo($mode) { argument
38 $this->Lexer->addEntryPattern('<timer.*?>(?=.*?\x3C/timer\x3E)',$mode,'plugin_timer');
70 function render($mode,Doku_Renderer $renderer, $data) { argument
75 if($mode == 'xhtml'){
/plugin/schedule/syntax/
H A Ddisplay.php27 function connectTo ($mode) { argument
28 $this->Lexer->addEntryPattern ('<schedule[^>]*>', $mode, 'plugin_schedule_display');
48 function render ($mode, Doku_Renderer $renderer, $indata) { argument
51 if ($mode != 'xhtml')
/plugin/jukebox/
H A Dsyntax.php40 function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('\{\{jukebox>[^}]*\}\}',$mode,'plugin_jukebox');
107 function render($mode, Doku_Renderer $R, $data) { argument
108 if($mode != 'xhtml') return false;
/plugin/structrowcolor/
H A Dstruct.php71 $mode = $event->data['mode'];
75 if ($mode != 'xhtml') return;
117 $mode = $event->data['mode'];
118 if ($mode != 'xhtml') return;
/plugin/dokugitviewer/
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<dokugitviewer:.+?>',$mode,'plugin_dokugitviewer');
56 function render($mode, &$renderer, $data) { argument
59 if($mode == 'xhtml'){
/plugin/htvid/syntax/
H A Dvideo.php39 public function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('{{htvid>.*?}}',$mode,'plugin_htvid_video');
66 public function render($mode, &$renderer, $data) { argument
67 if($mode != 'xhtml') return false;
/plugin/quizlib/
H A Dsyntax.php29 public function connectTo($mode) { argument
30 $this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_quizlib');
67 public function render($mode, Doku_Renderer $renderer, $data) { argument
69 if($mode == 'xhtml'){
/plugin/alphalist/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('\[alphalist.*?\]',$mode,'plugin_alphalist');
126 function render($mode, Doku_Renderer $renderer, $data) { argument
128 if($mode == 'xhtml') {
/plugin/avtaskbox/
H A Dsyntax.php66 public function connectTo($mode) argument
68 $this->Lexer->addEntryPattern('\<task\>', $mode, 'plugin_avtaskbox');
146 public function render($mode, Doku_Renderer $renderer, $data) argument
148 if ($mode == 'xhtml') {
/plugin/tag/syntax/
H A Dtopic.php30 * @param string $mode Parser mode
32 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('\{\{topic>}\}',$mode,'plugin_tag_topic');
35 $this->Lexer->addSpecialPattern('\{\{topic>.+?\}\}',$mode,'plugin_tag_topic');
73 * @param string $format Renderer mode (supported modes: xhtml and metadata)
/plugin/odp/
H A Dsyntax.php47 function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('~~ODP~~',$mode,'plugin_odp');
49 $this->Lexer->addSpecialPattern('{{odp>.+?}}',$mode,'plugin_odp');
/plugin/mediasyntax/syntax/
H A Dlistblock.php20 function connectTo($mode)
25 $mode,
68 function render($mode, Doku_Renderer $renderer, $data)
31 connectTo($mode) global() argument
80 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php38 * @param string $mode see SUGGEST_MODE_* constants for options
42 public function setSuggestMode(string $mode): self argument
44 return $this->setParam('suggest_mode', $mode);
/plugin/combo/syntax/
H A Dmath.php68 * @param string $mode
70 public function connectTo($mode) argument
77 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js.map1mode/htmlembedded/htmlembedded.js"],"names":["mod","exports","module","require","define","amd","Co…
/plugin/do/syntax/
H A Ddo.php55 public function connectTo($mode) argument
57 $this->Lexer->addEntryPattern('<do.*?>(?=.*?</do>)', $mode, 'plugin_do_do');
183 public function render($mode, Doku_Renderer $R, $data) argument
188 if ($mode == 'qc') {
201 if ($mode === 'metadata') {
207 if ($mode != 'xhtml') {
/plugin/structgantt/meta/
H A DGantt.php57 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
59 parent::__construct($id, $mode, $renderer, $searchConfig);
60 if ($this->mode !== 'xhtml') {
218 if ($this->mode !== 'xhtml') {
326 $row[$this->labelRef]->render($this->renderer, $this->mode);
338 $row[$this->titleRef]->render($this->renderer, $this->mode);
343 $value->render($this->renderer, $this->mode);
17 protected $mode; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
87 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
/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/dwspecialist/
H A Dsyntax.php45 function connectTo($mode) { argument
46 …$this->Lexer->addEntryPattern('<specialist>(?=.*?</specialist>)', $mode, 'plugin_dwspecialist' ); …
166 function render($mode, &$renderer, $data) { argument
169 if($mode == 'xhtml'){
218 $renderer->doc .= p_render($mode, p_get_instructions($this->dwspecialist_content), $info);
/plugin/yql/
H A Dsyntax.php51 * @param string $mode The current mode
53 public function connectTo($mode) { argument
54 $this->Lexer->addSpecialPattern('<YQL.*?>.*?<\/YQL>',$mode,'plugin_yql');
118 public function render($mode, Doku_Renderer $renderer, $data) { argument
126 if ($mode == 'metadata') {
/plugin/meta/
H A Dsyntax.php28 function connectTo($mode) argument
30 $this->Lexer->addSpecialPattern('~~META:.*?~~',$mode,'plugin_meta');
60 public function render($mode, Doku_Renderer $renderer, $data) argument
62 if ($mode == 'xthml') {
65 } elseif ($mode == 'metadata') {
/plugin/instructions/
H A Dsyntax.php26 function connectTo($mode) { argument
27 …$this->Lexer->addSpecialPattern('~~INSTR~~.*?~~END~~',$mode,'plugin_instructions'); // Syntax fu…
28 …$this->Lexer->addSpecialPattern('{{INSTR<.*?}}',$mode,'plugin_instructions'); // veraltet …
164 function render($mode, Doku_Renderer $renderer, $data) { argument
165 if($mode == 'xhtml'){
/plugin/icons/syntax/
H A Dicon.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 …$this->Lexer->addSpecialPattern($this->pattern, $mode, 'plugin_icons_'.$this->getPluginComponent()…
46 …$this->Lexer->addSpecialPattern(sprintf($this->linkPattern, $this->pattern), $mode, 'plugin_icons_…
116 * @param string $mode output format being rendered
121 public function render($mode, Doku_Renderer $renderer, $data) { argument
123 if ($mode !== 'xhtml') return false;
/plugin/topbarsyntax/
H A Dsyntax.php38 function connectTo($mode){ argument
39 $this->Lexer->addSpecialPattern('\{\{topbarsyntax>[^}]*\}\}',$mode,'plugin_topbarsyntax');
59 function render($mode, Doku_Renderer &$renderer, $data) { argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php51 * @param string $mode see SUGGEST_MODE_* constants for options
55 public function setSuggestMode(string $mode) argument
57 return $this->setParam('suggest_mode', $mode);

1...<<31323334353637383940>>...98