Home
last modified time | relevance | path

Searched refs:mode (Results 176 – 200 of 2447) sorted by relevance

12345678910>>...98

/plugin/webcomponent/syntax/
H A Dcardcolumns.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
137 * @param string $mode
142 function render($mode, Doku_Renderer $renderer, $data) argument
145 if ($mode == 'xhtml') {
H A Dgroup.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
131 * @param string $mode
136 function render($mode, Doku_Renderer $renderer, $data) argument
139 if ($mode == 'xhtml') {
/plugin/autogallery/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('\{\{NEWGALLERY[^\}]*\}\}',$mode,'plugin_autogallery');
72 * @param string $mode Renderer mode (supported modes: xhtml)
77 public function render($mode, Doku_Renderer $renderer, $data) { argument
79 if ($mode == 'xhtml') {
/plugin/tipoftheday/syntax/
H A Dtotns.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('{{totns>.+?}}', $mode, 'plugin_totd_totns');
32 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
44 function render($mode, Doku_Renderer $renderer, $data) { argument
47 if ( $mode == 'xhtml' ) {
54 $renderer->doc .= p_render($mode, $ins, $myINFO);
/plugin/styler/syntax/
H A Dstyler.php59 public function connectTo($mode) argument
61 … $this->Lexer->addEntryPattern('<style.*?>(?=.*?\x3C/style\x3E)', $mode, 'plugin_styler_styler');
62 … $this->Lexer->addEntryPattern('<quote.*?>(?=.*?\x3C/quote\x3E)', $mode, 'plugin_styler_styler');
63 …$this->Lexer->addEntryPattern('<epigraph.*?>(?=.*?\x3C/epigraph\x3E)', $mode, 'plugin_styler_style…
112 public function render($mode, Doku_Renderer $renderer, $data) argument
118 if ($mode == 'xhtml') {
/plugin/caption/syntax/
H A Dreference.php39 public function connectTo($mode) {
40 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_caption_reference');
50 public function render($mode, Doku_Renderer $renderer, $data) {
51 if ($mode == 'xhtml') {
70 if ($mode == 'latex') {
82 if ($mode == 'odt') {
101 // unsupported $mode
48 connectTo($mode) global() argument
59 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/codedoc/
H A Dblock.php24 function accepts($mode) { argument
25 if ($mode == substr(get_class($this), 7)) return true;
26 return parent::accepts($mode);
29 function connectTo($mode) { argument
30 $this->Lexer->addEntryPattern('<codedoc.*?>(?=.*?</codedoc>)',$mode,'plugin_codedoc_block');
31 … $this->Lexer->addEntryPattern('<codetoggle.*?>(?=.*?</codetoggle)',$mode,'plugin_codedoc_block');
63 function render($mode, Doku_Renderer $renderer, $data) { argument
65 if($mode == 'xhtml'){
/plugin/pagetitle/syntax/
H A Ddecorative.php40 protected $mode, $pattern;
51 $this->mode = substr(get_class($this), 7);
59 public function connectTo($mode) argument
61 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
62 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
67 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
/plugin/dirtylittlehelper/syntax/
H A Dtree.php48 * @param string $mode Parser mode
50 public function connectTo($mode) argument
52 …$this->Lexer->addSpecialPattern('\<dlh\.tree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlugin…
53 …$this->Lexer->addSpecialPattern('\<dlh\.notree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlug…
54 …$this->Lexer->addSpecialPattern('\<dlh\.forcetree\>',$mode,'plugin_dirtylittlehelper_'.$this->getP…
100 * @param string $mode Renderer mode (supported modes: xhtml)
106 public function render($mode, Doku_Renderer $renderer, $data) argument
108 if ($mode == 'xhtml') {
/plugin/mathpublish/
H A Dsyntax.php77 * @param string $mode
79 public function connectTo($mode) { argument
80 $this->Lexer->addSpecialPattern('<m.*?>.*?(?:</m>)', $mode, 'plugin_mathpublish');
126 * @param string $mode
131 function render($mode, Doku_Renderer $R, $data) { argument
133 if($mode != 'xhtml' && $mode != 'odt') return false;
166 if($mode == 'odt') {
/plugin/colorbox/
H A Dsyntax.php40 function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('<colorbox>.*?</colorbox>',$mode,'plugin_colorbox');
59 function render($mode, &$R, $data) { argument
63 if($mode == 'metadata'){
68 if($mode != 'xhtml') return false;
/plugin/tabinclude/syntax/
H A Dembed.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabembed.+?[^}]*\}\}',$mode,'plugin… argument
29 function render($mode, Doku_Renderer $renderer, $data) { argument
31 if ($mode=='xhtml'){
34 }else if($mode=='odt'){
H A Dinline.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabinclude.+?[^}]*\}\}',$mode,'plug… argument
31 function render($mode, Doku_Renderer $renderer, $data) { argument
33 if ($mode=='xhtml'){
36 }else if($mode=='odt'){
H A Dlink.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tablink.+?[^}]*\}\}',$mode,'plugin_… argument
29 function render($mode, Doku_Renderer $renderer, $data) { argument
31 if ($mode=='xhtml'){
34 }else if($mode=='odt'){
/plugin/mediasyntax/syntax/
H A Dredirect.php15 function connectTo($mode)
19 $mode,
24 $mode,
29 $mode,
50 function render($mode, Doku_Renderer $renderer, $data)
26 connectTo($mode) global() argument
61 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicy.php38 public $mode; variable in Google\\Service\\OSConfig\\OSPolicy
87 public function setMode($mode) argument
89 $this->mode = $mode;
96 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1SchemaSchemaField.php32 public $mode; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1SchemaSchemaField
73 public function setMode($mode) argument
75 $this->mode = $mode;
82 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTableFieldSchema.php26 public $mode; variable in Google\\Service\\Logging\\TableFieldSchema
52 public function setMode($mode) argument
54 $this->mode = $mode;
58 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1ColumnSchema.php34 public $mode; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ColumnSchema
73 public function setMode($mode) argument
75 $this->mode = $mode;
82 return $this->mode;
H A DGoogleCloudDatacatalogV1beta1ColumnSchema.php25 public $mode; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1ColumnSchema
46 public function setMode($mode) argument
48 $this->mode = $mode;
52 return $this->mode;
/plugin/folded/syntax/
H A Dheader.php20 function connectTo($mode) { argument
21 if ($mode != 'plugin_folded_div') return;
26 $mode,
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode != 'xhtml') return;
/plugin/combo/syntax/
H A Dtogglecollapse.php19 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
60 function accepts($mode): bool argument
62 return syntax_plugin_combo_preformatted::disablePreformatted($mode)
63 && Toggle::disableEntity($mode);
70 * @param string $mode
73 function connectTo($mode) argument
79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) {
81 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
160 // unsupported $mode
H A Dtoggleexpand.php19 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
60 function accepts($mode): bool argument
62 return syntax_plugin_combo_preformatted::disablePreformatted($mode)
63 && Toggle::disableEntity($mode);
70 * @param string $mode
73 function connectTo($mode) argument
79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) {
81 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
160 // unsupported $mode
/plugin/htmlok/
H A DBaseSyntaxPlugin.php26 protected $mode; variable in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin
45 public function connectTo($mode) argument
47 $this->Lexer->addEntryPattern("<{$this->tag}>(?=.*?</{$this->tag}>)", $mode, $this->mode);
52 $this->Lexer->addExitPattern("</{$this->tag}>", $this->mode);
69 public function render($mode, Doku_Renderer $renderer, $data): bool argument
71 if ($mode !== 'xhtml') {
/plugin/codeprettify/syntax/
H A Dcode.php28 protected $mode, $pattern;
38 $this->mode = substr(get_class($this), 7);
53 public function connectTo($mode) argument
55 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
57 $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
63 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[14], $this->mode);

12345678910>>...98