Home
last modified time | relevance | path

Searched refs:mode (Results 276 – 300 of 2447) sorted by relevance

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

/plugin/struct/types/
H A DWiki.php10 * @param string $mode
13 public function renderValue($value, \Doku_Renderer $R, $mode) argument
15 if ($mode === 'struct_csv') {
21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/qna/syntax/
H A Dtoc.php12 private $mode; variable in syntax_plugin_qna_toc
18 $this->mode = substr(get_class($this), 7);
42 public function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('~~(?:QNA|FAQ)(?:\s[^\n]*?)?~~', $mode, $this->mode);
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if ($mode == 'xhtml') {
90 elseif ($mode == 'metadata') {
/plugin/croissant/
H A Dsyntax.php25 function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('~~bc:.*?~~',$mode,'plugin_croissant');
27 $this->Lexer->addSpecialPattern('~~nobc~~',$mode,'plugin_croissant');
37 function render($mode, Doku_Renderer $renderer, $data) { argument
38 if($mode === 'metadata') {
/plugin/chordsheets/
H A Dsyntax.php19 public function connectTo($mode) argument
21 … $this->Lexer->addEntryPattern('<chordSheet.*?>(?=.*?</chordSheet>)',$mode,'plugin_chordsheets');
22 $this->Lexer->addSpecialPattern('%.*?\[\w+\]', $mode,'plugin_chordsheets');
50 public function render($mode, Doku_Renderer $renderer, $data) { argument
52 if($mode == 'xhtml'){
/plugin/qrcodescanner/
H A Dsyntax.php24 public function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('\{\{QRCODESCANNER\}\}',$mode,'plugin_qrcodescanner');
32 public function render($mode, Doku_Renderer $renderer, $data) { argument
34 if($mode == 'xhtml'){
/plugin/lightweightcss/
H A Daction.php230 foreach( $styleini['lightweightcss'] as $file => $mode ) {
232 switch( $mode ) {
241 if ( !array_key_exists($mode, $this->templateStyles) ) {
242 $this->templateStyles[$mode] = array();
245 array_push( $this->templateStyles[$mode], $file);
246 $this->templateStyles[$mode] = array_unique( $this->templateStyles[$mode] );
/plugin/lastpages/
H A Dsyntax.php53 function connectTo($mode) { argument
54 $this->Lexer->addSpecialPattern('~~LASTPAGES~~', $mode, 'plugin_lastpages');
55 $this->Lexer->addSpecialPattern('~~LAST10~~', $mode, 'plugin_lastpages');
56 $this->Lexer->addSpecialPattern('~~LAST5~~', $mode, 'plugin_lastpages');
57 $this->Lexer->addSpecialPattern('~~LIST10~~', $mode, 'plugin_lastpages');
58 $this->Lexer->addSpecialPattern('~~LIST5~~', $mode, 'plugin_lastpages');
71 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/inlinetoc/
H A Dsyntax.php40 function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('{{INLINETOC}}', $mode, 'plugin_inlinetoc');
54 function render($mode, &$renderer, $data) { argument
56 if ($mode == 'metadata') {
/plugin/nosidebar/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('~~NOSIDEBAR~~', $mode, 'plugin_nosidebar');
30 function render($mode, Doku_Renderer $renderer, $data) { argument
31 if($mode == "metadata") {
/plugin/subjectindex/syntax/
H A Dignore.php40 function connectTo($mode) { argument
41 …$this->Lexer->addSpecialPattern('~~(?i)NOSUBJECTINDEX(?-i)~~', $mode, 'plugin_subjectindex_ignore'…
51 function render($mode, Doku_Renderer $renderer, $data) { argument
52 if ($mode == 'xhtml') {
/plugin/indexmenu/syntax/
H A Dtag.php37 * @param string $mode
39 public function connectTo($mode)
41 $this->Lexer->addSpecialPattern('{{indexmenu_n>.+?}}', $mode, 'plugin_indexmenu_tag');
36 connectTo($mode) global() argument
52 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/clock/
H A Dsyntax.php35 function connectTo($mode) {
37 '^\{\{clock\}\}$', $mode, 'plugin_clock');
55 function render($mode, Doku_Renderer $renderer, $data) {
58 if ($mode == 'xhtml') {
69 } else if ($mode == 'odt') {
72 else if ($mode == 'text') {
79 connectTo($mode) global() argument
106 render($mode, & $renderer, $data) global() argument
/plugin/foldablelist/
H A Dsyntax.php47 * @param string $mode Parser mode
49 public function connectTo($mode) { argument
51 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_foldablelist');
109 * @param string $mode Renderer mode (supported modes: xhtml)
114 public function render($mode, Doku_Renderer $renderer, $data) { argument
116 if($mode != 'xhtml') return false;
/plugin/color/
H A Dsyntax.php21 …function connectTo($mode) { $this->Lexer->addEntryPattern('<color.*?>(?=.*?</color>)',$mode,'plugi… argument
51 function render($mode, Doku_Renderer $renderer, $data) { argument
52 if($mode == 'xhtml'){
65 if($mode == 'odt'){
87 if($mode == 'metadata'){
/plugin/exttab3/
H A Dsyntax.php42 protected $mode; variable in syntax_plugin_exttab3
47 $this->mode = substr(get_class($this), 7);
50 public function connectTo($mode) argument
53 $this->Lexer->addEntryPattern('\n\{\|[^\n]*',$mode, $this->mode);
59 $this->Lexer->addExitPattern('[ \t]*\n\|\}', $this->mode);
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
67 $this->Lexer->addPattern(' *?\n\|\-+[^\n]*', $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
74 public function accepts($mode) argument
76 if ($mode == $this->mode) return true;
[all …]
/plugin/fbsp/
H A Dfbcomment.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('<fbc>',$mode,'plugin_fbsp_fbcomment');
47 function render($mode, &$renderer, $data) { argument
48 if($mode != 'xhtml') return false;
H A Dfblike.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('<fbl>',$mode,'plugin_fbsp_fblike');
47 function render($mode, &$renderer, $data) { argument
48 if($mode != 'xhtml') return false;
/plugin/reflect/
H A Dsyntax.php26 function connectTo($mode){ argument
27 $this->Lexer->addSpecialPattern('\{\{reflect>[^}]*\}\}',$mode,'plugin_reflect');
53 function render($mode, Doku_Renderer $renderer, $data){ argument
56 if ($mode == 'xhtml'){
70 if ( $mode == 'meta' ) {
/plugin/diagram/syntax/
H A Dsplitter.php103 * @param string $mode
105 function connectTo ($mode) argument
108 $mode, 'plugin_diagram_splitter');
173 * @param string $mode render mode; only 'xhtml' supported
178 function render ($mode, Doku_Renderer $renderer, $data) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DMetadataOptions.php37 public $mode; variable in Google\\Service\\Storagetransfer\\MetadataOptions
104 public function setMode($mode) argument
106 $this->mode = $mode;
113 return $this->mode;
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php12 function connectTo($mode) { argument
13 …$this->Lexer->addEntryPattern('\[cs\=.*?\](?=.*?\x5B/cs\x5D)',$mode,'plugin_bbcodeextensions_class…
34 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if(in_array($mode, ['xhtml', 's5'], true)) {
58 if(in_array($mode, ['text'], true)) {
H A Dclassdiv.php12 function connectTo($mode) { argument
13 …$this->Lexer->addEntryPattern('\[cd\=.*?\](?=.*?\x5B/cd\x5D)',$mode,'plugin_bbcodeextensions_class…
31 function render($mode, Doku_Renderer $renderer, $data) { argument
32 if(in_array($mode, ['xhtml', 's5'], true)) {
53 if(in_array($mode, ['text'], true)) {
/plugin/layeranimation/syntax/
H A Dlayer.php29 function connectTo($mode) { argument
30 $this->Lexer->addEntryPattern('<layer>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
31 … $this->Lexer->addEntryPattern('<layer .+?>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
61 function render($mode, Doku_Renderer $renderer, $input) { argument
63 if($mode == 'xhtml'){
/plugin/codemirror/dist/modes/
H A Dtextile.min.js1mode=m.newLayout;b.tableHeading=false;if(b.layoutType==="definitionList"&&b.spanningLayout&&a.matc…
/plugin/icalevents/
H A Dsyntax.php62 function connectTo($mode) { argument
65 $this->Lexer->addSpecialPattern('(?i:\{\{iCalEvents>.*?\}\})', $mode, 'plugin_icalevents');
66 $this->Lexer->addSpecialPattern('(?i:\{\{iCalendar>.*?\}\})', $mode, 'plugin_icalevents');
72 function render($mode, Doku_Renderer $renderer, $data) { argument

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