Home
last modified time | relevance | path

Searched refs:mode (Results 51 – 75 of 2447) sorted by relevance

12345678910>>...98

/plugin/latexit/syntax/
H A Dbase.php45 * @param string $mode Parser mode
47 public function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('~~~*RECURSIVE~*~~', $mode, 'plugin_latexit_base');
49 $this->Lexer->addSpecialPattern('\\\cite.*?\}', $mode, 'plugin_latexit_base');
90 * @param string $mode Renderer mode (supported modes: xhtml)
95 public function render($mode, Doku_Renderer $renderer, $data) { argument
121 if($mode == 'xhtml') {
126 } elseif($mode == 'latex') {
H A Dconfig.php36 * @param string $mode Parser mode
38 public function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('{{latexit[:>].+?}}', $mode, 'plugin_latexit_config');
62 * @param string $mode Renderer mode (supported modes: xhtml)
67 public function render($mode, Doku_Renderer $renderer, $data) { argument
68 if($mode != 'metadata') return false;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php21 private $mode; variable in GuzzleHttp\\Psr7\\StreamWrapper
37 $mode = $stream->isWritable() ? 'r+' : 'r';
39 $mode = 'w';
45 return fopen('guzzle://stream', $mode, null, self::createStreamContext($stream));
72 public function stream_open($path, $mode, $options, &$opened_path) argument
80 $this->mode = $mode;
133 'mode' => $modeMap[$this->mode],
/plugin/dokuprism/syntax/
H A Dcode.php25 $this->mode = substr(get_class($this), 7); // syntax mode, drop 'syntax_' from class name
34 public function connectTo($mode) argument
36 if ($this->getConf('override_file')) $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
37 if ($this->getConf('override_code')) $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
42 if ($this->getConf('override_file')) $this->Lexer->addExitPattern($this->pattern[2], $this->mode);
43 if ($this->getConf('override_code')) $this->Lexer->addExitPattern($this->pattern[12], $this->mode);
/plugin/filelisting/
H A Dsyntax.php13 * @return string Syntax mode type
36 * @param string $mode Parser mode
38 public function connectTo($mode) {
39 $this->Lexer->addSpecialPattern('{{filelisting>?.*?}}',$mode,'plugin_filelisting');
62 * @param string $mode Renderer mode (supported modes: xhtml)
67 public function render($mode, Doku_Renderer $renderer, $data) {
70 if ($mode == 'metadata') {
75 } elseif ($mode
37 connectTo($mode) global() argument
66 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/booking/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) argument
39 $this->Lexer->addSpecialPattern('{{booking}}', $mode, 'plugin_booking');
62 * @param string $mode Renderer mode (supported modes: xhtml)
68 public function render($mode, Doku_Renderer $renderer, $data) argument
70 if ($mode !== 'xhtml') {
/plugin/allowindentation/
H A Dsyntax.php67 * @param string $mode Parser mode
69 public function connectTo($mode) argument
71 $this->Lexer->addSpecialPattern('\n (?![\*\-])', $mode, 'plugin_allowindentation');
72 $this->Lexer->addSpecialPattern('\n\t(?![\*\-])', $mode, 'plugin_allowindentation');
102 * @param string $mode Renderer mode (supported modes: xhtml)
108 public function render($mode, Doku_Renderer $renderer, $data) argument
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern(self::DUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
41 $this->Lexer->addSpecialPattern(self::NODUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
61 * @param string $mode Renderer mode (supported modes: xhtml)
66 public function render($mode, &$renderer, $data) { argument
67 if($mode != 'xhtml') return false;
/plugin/wst/syntax/
H A Dnoinclude.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('<noinclude>|</noinclude>', $mode, 'plugin_wst_noinclude');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
H A Dincludeonly.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 …$this->Lexer->addSpecialPattern('<includeonly>.*?</includeonly>', $mode, 'plugin_wst_includeonly');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
/plugin/feedback/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('{{FEEDBACK}}',$mode,'plugin_feedback');
59 * @param string $mode Renderer mode (supported modes: xhtml)
64 public function render($mode, Doku_Renderer $renderer, $data) { argument
65 if($mode !== 'xhtml') return false;
/plugin/randomquote/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<randomquote>',$mode,'plugin_randomquote');
57 * @param string $mode Renderer mode (supported modes: xhtml)
62 public function render($mode, Doku_Renderer $renderer, $data) { argument
63 if($mode != 'xhtml') return false;
/plugin/structsection/
H A Dsyntax.php53 * @param string $mode Parser mode
55 public function connectTo($mode) argument
79 * @param string $mode Renderer mode
84 public function render($mode, \Doku_Renderer $R, $handlerData) argument
112 if ($mode == 'xhtml') {
140 if ($mode === 'xhtml') {
144 $field->render($R, $mode);
149 if ($mode == 'xhtml') {
155 if ($mode == 'xhtml' && !$hasdata) {
/plugin/jiralinks/
H A Dsyntax.php43 * @param string $mode
45 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('[A-Z]+?-[0-9]+', $mode, 'plugin_jiralinks');
67 * @param string $mode
72 public function render($mode, &$renderer, $data) { argument
74 if($mode != 'xhtml') return false;
/plugin/dw2pdf/syntax/
H A Dpagesetting.php18 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
28 * Sort for applying this mode
50 * @param string $mode
52 public function connectTo($mode) argument
54 $this->Lexer->addSpecialPattern('~~PDF:(?:LANDSCAPE|PORTRAIT)~~', $mode, 'plugin_dw2pdf_pagesetting');
74 * @param string $mode output format being rendered
79 public function render($mode, Doku_Renderer $renderer, $data)
81 if ($mode == 'xhtml') {
77 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/blockquote/syntax/
H A Dcite.php34 function accepts($mode) { argument
35 if ($mode == substr(get_class($this), 7))
37 return parent :: accepts($mode);
40 function connectTo($mode) { argument
41 $this->Lexer->addEntryPattern('<cite.*?>(?=.*?</cite>)', $mode, 'plugin_blockquote_cite');
73 function render($mode, Doku_Renderer $renderer, $indata) { argument
74 if ($mode == 'xhtml') {
/plugin/symbols4odt/
H A Dsyntax.php47 * @param string $mode Parser mode
49 public function connectTo($mode) argument
53 $this->Lexer->addSpecialPattern($substitionString, $mode, substr(get_class($this), 7));
57 $this->Lexer->addSpecialPattern("{{utf8symbol>.+?}}", $mode, substr(get_class($this), 7));
116 * @param string $mode Renderer mode (supported modes: xhtml)
122 public function render($mode, Doku_Renderer $renderer, $data) argument
124 if ($mode == 'xhtml') {
129 } elseif ($mode == 'odt') {
/plugin/struct/syntax/
H A Dcloud.php19 * @return string Syntax mode type
45 * @param string $mode Parser mode
47 public function connectTo($mode)
49 $this->Lexer->addSpecialPattern('----+ *struct cloud *-+\n.*?\n----+', $mode, 'plugin_struct_cloud');
82 * @param string $mode Renderer mode (supported modes: xhtml)
87 public function render($mode, Doku_Renderer $renderer, $data)
89 if ($mode != 'xhtml') return false;
97 $cloud = new AggregationCloud($INFO['id'], $mode,
46 connectTo($mode) global() argument
86 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/bugzillalinks/
H A Dsyntax.php44 * @param string $mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
69 * @param string $mode
74 public function render($mode, &$renderer, $data) { argument
76 if($mode != 'xhtml') return false;
/plugin/mediathumbnails/
H A Dsyntax.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 $this->Lexer->addSpecialPattern("{{thumbnail>.+?}}", $mode, substr(get_class($this), 7));
78 * @param string $mode Renderer mode (supported modes: xhtml)
84 public function render($mode, Doku_Renderer $renderer, $data) argument
88 if ($mode == 'xhtml') {
114 } elseif ($mode == 'odt') {
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php16 * @return string Syntax mode type
39 * @param string $mode Parser mode
41 public function connectTo($mode) { argument
42 $this->Lexer->addEntryPattern('<pwd>(?=.*?</pwd>)', $mode, 'plugin_passwordgrey_passwordgrey');
78 * @param string $mode Renderer mode (supported modes: xhtml)
84 public function render($mode, Doku_Renderer $renderer, $data) { argument
85 if ($mode == 'xhtml') {
107 if ($mode
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DWorkloadMetadataConfig.php25 public $mode; variable in Google\\Service\\Container\\WorkloadMetadataConfig
30 public function setMode($mode) argument
32 $this->mode = $mode;
39 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchRequestPersonalizationSpec.php25 public $mode; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestPersonalizationSpec
30 public function setMode($mode) argument
32 $this->mode = $mode;
39 return $this->mode;
H A DGoogleCloudRetailV2SearchRequestDynamicFacetSpec.php25 public $mode; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestDynamicFacetSpec
30 public function setMode($mode) argument
32 $this->mode = $mode;
39 return $this->mode;
/plugin/textrotate/
H A Dsyntax.php19 function connectTo($mode) { argument
22 $mode,
53 function render($mode, Doku_Renderer $renderer, $data) argument
57 if($mode != 'xhtml') return false;
60 if($mode === 'xhtml') {
69 if($mode === 'xhtml') {

12345678910>>...98