Home
last modified time | relevance | path

Searched refs:mode (Results 826 – 850 of 2447) sorted by relevance

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

/plugin/doi/syntax/
H A Disbn.php13 public function connectTo($mode) argument
15 $this->Lexer->addSpecialPattern('\[\[isbn>[^\]]+\]\]', $mode, 'plugin_doi_isbn');
/plugin/struct/types/
H A DText.php19 * @param string $mode The mode the output is rendered in (eg. XHTML)
20 * @return bool true if $mode could be satisfied
22 public function renderValue($value, \Doku_Renderer $R, $mode) argument
/plugin/include/syntax/
H A Dcloselastsecedit.php26 function render($mode, Doku_Renderer $renderer, $data) { argument
27 if ($mode == 'xhtml') {
/plugin/data/syntax/
H A Dtaglist.php19 public function connectTo($mode)
23 $mode,
18 connectTo($mode) global() argument
/plugin/calendoku/syntax/
H A Dshowicalendar.php21 function connectTo($mode) { argument
24 $mode,
88 function render($mode, &$renderer, $data) { argument
/plugin/formatplus/syntax/
H A Dblockquoteplus.php47 function connectTo($mode) { argument
49 … $this->Lexer->addEntryPattern('<quote>(?=.*</quote>)', $mode, 'plugin_formatplus_blockquoteplus');
50 …$this->Lexer->addEntryPattern('<quote [^>\r\n]+?>(?=.*</quote>)', $mode, 'plugin_formatplus_blockq…
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php47 function connectTo($mode) { argument
49 …$this->Lexer->addEntryPattern('<quote>(?=.*</quote>)', $mode, 'plugin_formatplus2_blockquoteplus');
50 …$this->Lexer->addEntryPattern('<quote [^>\r\n]+?>(?=.*</quote>)', $mode, 'plugin_formatplus2_block…
H A Dquoteplus.php39 function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('\x22\x22=[^\x22\r\n]+?\|(?=.*\x22\x22)', $mode, 'plugin_formatplus2…
42 … $this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)', $mode, 'plugin_formatplus2_quoteplus');
/plugin/markdowku/
H A Dolists.php22 function connectTo($mode) { argument
25 $mode,
62 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dulists.php22 function connectTo($mode) { argument
26 $mode,
63 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php7 * Random mode flags
49 * @param integer $mode Client::MODE_NORMAL|Client::MODE_DYNAMIC
52 public function generateId($size = 0, $mode = self::MODE_NORMAL) argument
55 switch ($mode) {
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php48 $mode = $result->getMode();
75 if ($mode === FetcherMarkup::XHTML_MODE) {
86 $htmlDataBlock[$sourcePath->toAbsoluteId()][$mode] = $data;
/plugin/data-au/syntax/
H A Dtaglist.php20 function connectTo($mode) { argument
21 …ddSpecialPattern('----+ *datataglist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_dataau_tag…
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbedFile.js10 this.mode = App.MODE_EMBED;
18 return this.mode;
/plugin/bbcodeextensions/syntax/
H A Dkbd.php13 function connectTo($mode){ argument
14 …$this->Lexer->addEntryPattern($this->makepatterns('kbd')[0], $mode, 'plugin_bbcodeextensions_kbd');
H A Dsamp.php13 function connectTo($mode){ argument
14 …$this->Lexer->addEntryPattern($this->makepatterns('samp')[0], $mode, 'plugin_bbcodeextensions_samp…
/plugin/poll/
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('<poll.*?>.+?</poll>', $mode, 'plugin_poll');
53 function render($mode, Doku_Renderer $renderer, $data) { argument
55 if ($mode == 'xhtml') {
/plugin/ffindr/
H A Dffindr.php50 function connectTo($mode) { argument
51 $this->Lexer->addSpecialPattern('{{ffindr>.*?}}',$mode,'plugin_ffindr_ffindr');
77 function render($mode, &$renderer, $data) { argument
78 if($mode != 'xhtml') return false;
/plugin/nssize/
H A Dsyntax.php8 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{nssize>[^}]*\}\}',$mode,'plugin_n… argument
17 function render($mode, Doku_Renderer $renderer, $data) { argument
19 if($mode!='xhtml') return false;
/plugin/ipmap/
H A Drendertables.php22 function connectTo($mode) { argument
25 $this->Lexer->addEntryPattern('<ipmap.*>.*',$mode,'plugin_ipmap_rendertables');
42 function render($mode, Doku_Renderer $renderer, $data) { argument
44 if($mode == 'xhtml'){
/plugin/codemirror/dist/modes/
H A Dcobol.min.js1mode:false}},token:function(j,p){if(p.indentStack==null&&j.sol()){p.indentation=6}if(j.eatSpace())…
/plugin/pgn4web/
H A Dsyntax.php77 function connectTo($mode) { argument
78 $this->Lexer->addSpecialPattern('<pgn>.+?</pgn>',$mode,'plugin_pgn4web');
92 function render($mode, Doku_Renderer $renderer,$data) argument
94 if($mode == 'xhtml')
/plugin/geogebrembed/syntax/
H A Dggb.php40 public function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('< ?ggb(?!ref|caption).*?>(?=.*?</ggb>)', $mode, 'plugin_geogebrembe…
195 public function render($mode, Doku_Renderer $renderer, $data) { argument
196 if ($mode !== 'xhtml') {
/plugin/html5video2/syntax/
H A Dvideo.php28 public function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('\{\{[^\}]+\.mp4[^\}]*\}\}',$mode,'plugin_html5video_video');
136 public function render($mode, Doku_Renderer $renderer, $data) { argument
141 if($mode != 'xhtml') {
/plugin/publish/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern($this->pattern(),$mode,'plugin_publish');
51 function render($mode, Doku_Renderer $renderer, $data) { argument
54 if($mode != 'xhtml') {

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