Home
last modified time | relevance | path

Searched refs:mode (Results 26 – 50 of 2447) sorted by relevance

12345678910>>...98

/plugin/combo/ComboStrap/
H A DCall.php25 * the mode, the data
269 $mode = $this->call[0];
270 if ($mode != "plugin") {
333 $mode = $this->call[0];
334 if ($mode !== "plugin") {
342 $mode = $this->call[0];
343 $lastPositionSepName = strrpos($mode, "_");
344 $closeOrOpen = substr($mode, $lastPositionSepName + 1);
496 $mode = $this->getMode();
497 if ($mode
[all...]
H A DCacheResults.php44 if (!isset($this->cacheResults[$cacheParser->mode])) {
45 $this->cacheResults[$cacheParser->mode] = (new CacheResult($cacheParser))
50 if ($cacheParser->mode === FetcherMarkup::XHTML_MODE) {
67 $this->cacheResults[$cacheStore->mode] = (new CacheResult($cacheStore))
84 public function hasResultForMode($mode): bool argument
86 return isset($this->cacheResults[$mode]);
90 * @param string $mode
93 public function getResultForMode(string $mode): ?CacheResult argument
95 return $this->cacheResults[$mode];
/plugin/imageflow/syntax/
H A Dimageflow.php39 function connectTo($mode) { argument
107 function render($mode, Doku_Renderer $renderer, $input) { argument
112 if( $mode == 'xhtml' || $mode == 'metadata' ) {
114 if ( !is_array($this->header[$mode]) ) {
115 $this->header[$mode] = array();
125 if ($mode == 'xhtml') $renderer->doc .= <<<OUTPUT
148 $this->_image($imgData, $renderer, $mode);
154 $this->_image($data, $renderer, $mode);
161 if ($mode == 'xhtml') {
179 function _image($data, &$renderer=null, $mode='xhtml'){ argument
[all …]
/plugin/dokuwiki-webcomics/
H A Dsyntax.php67 function connectTo ($mode) argument
69 $this->Lexer->addSpecialPattern('\[XKCD\]', $mode, 'plugin_webcomics');
70 $this->Lexer->addSpecialPattern('\[GARFIELD\]', $mode, 'plugin_webcomics');
71 $this->Lexer->addSpecialPattern('\[DILBERT\]', $mode, 'plugin_webcomics');
72 $this->Lexer->addSpecialPattern('\[SHACKLES\]', $mode, 'plugin_webcomics');
73 $this->Lexer->addSpecialPattern('\[CYANIDE\]', $mode, 'plugin_webcomics');
92 function render ($mode, &$renderer, $data) argument
94 if ($mode == 'xhtml')
/plugin/odtsupport/
H A Dsyntax.php49 * @param string $mode Parser mode
51 public function connectTo($mode) argument
53 $this->Lexer->addSpecialPattern('{{hash>[-.:\d\w]+?}}', $mode, 'plugin_odtsupport');
54 $this->Lexer->addSpecialPattern('{{hash4>[-.:\d\w]+?}}', $mode, 'plugin_odtsupport');
55 $this->Lexer->addSpecialPattern('{{pagehash}}', $mode, 'plugin_odtsupport');
56 $this->Lexer->addSpecialPattern('{{pagehash4}}', $mode, 'plugin_odtsupport');
138 * @param string $mode Renderer mode (supported modes: xhtml)
144 public function render($mode, Doku_Renderer $renderer, $data) argument
148 if ($mode == 'xhtml') {
158 } elseif ($mode == 'text') {
[all …]
/plugin/imagereference/syntax/
H A Dtabcaption.php43 * @param string $mode Parser mode
44 * @return bool true if $mode is accepted
46 public function accepts($mode) { argument
51 if(in_array($mode, $allowedsinglemodes)) return true;
53 return parent::accepts($mode);
59 * @param string $mode Parser mode
61 public function connectTo($mode) { argument
62 $this->Lexer->addEntryPattern('<tabcaption.*?>(?=.*?</tabcaption>)', $mode, 'plugin_imagereference_tabcaptio
[all...]
/plugin/struct/meta/
H A DAggregationList.php16 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
18 parent::__construct($id, $mode, $renderer, $searchConfig);
108 if ($this->mode === 'xhtml') {
139 $value->render($this->renderer, $this->mode);
158 $value->render($this->renderer, $this->mode);
19 protected $mode; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationList
54 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
H A DAggregationValue.php20 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
26 parent::__construct($id, $mode, $renderer, $searchConfig);
56 if ($this->mode == 'xhtml') {
60 $value->render($this->renderer, $this->mode);
61 if ($this->mode == 'xhtml') {
21 protected $mode; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationValue
62 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
/plugin/qna/syntax/
H A Dheader.php12 private $mode; variable in syntax_plugin_qna_header
18 $this->mode = substr(get_class($this), 7);
42 public function connectTo($mode) { argument
43 …this->Lexer->addSpecialPattern('[ \t]*=\?={1,4}[^=\n][^\n]+={3,}[ \t]*(?=\n)', $mode, $this->mode);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
68 if ($mode == 'xhtml') {
81 elseif ($mode == 'metadata') {
H A Dblock.php12 private $mode; variable in syntax_plugin_qna_block
20 $this->mode = substr(get_class($this), 7);
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('\n\?{3}.*?(?=\n)', $mode, $this->mode);
48 $this->Lexer->addSpecialPattern('\n!{3}', $mode, $this->mode);
82 public function render($mode, Doku_Renderer $renderer, $data) { argument
83 if ($mode == 'xhtml') {
101 elseif ($mode == 'metadata') {
/plugin/tablewidth/
H A Dsyntax.php12 private $mode; variable in syntax_plugin_tablewidth
15 $this->mode = substr(get_class($this), 7);
30 public function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('[\t ]*\n\|<[^\n]+?>\|(?=\s*?\n[|^])', $mode, $this->mode);
46 public function render($mode, Doku_Renderer $renderer, $data) { argument
47 if ($mode == 'xhtml') {
/plugin/ckgdoku/syntax/
H A Dspecials.php54 function connectTo($mode) { argument
56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgdoku_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgdoku_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgdoku_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgdoku_specials');
60 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgdoku_specials');
62 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckgd…
100 function render($mode, Doku_Renderer $renderer, $data) { argument
101 if($mode == 'xhtml'){
/plugin/ckgedit/syntax/
H A Dspecials.php54 function connectTo($mode) { argument
56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgedit_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgedit_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgedit_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgedit_specials');
60 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckge…
61 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgedit_specials');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if($mode == 'xhtml'){
/plugin/fontcolor/
H A Dsyntax.php60 * @param string $mode
62 public function connectTo($mode) { argument
63 $this->Lexer->addEntryPattern('<fc.*?>(?=.*?</fc>)', $mode, 'plugin_fontcolor');
76 * @param string $mode
79 public function accepts($mode) { argument
80 if($mode == 'plugin_fontcolor') return true;
81 return parent::accepts($mode);
119 public function render($mode, Doku_Renderer $renderer, $data) { argument
120 if($mode == 'xhtml') {
133 if($mode == 'odt') {
/plugin/typography/syntax/
H A Dbase.php24 protected $mode, $pattern;
29 $this->mode = substr(get_class($this), 7);
36 public function connectTo($mode) argument
38 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
43 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
52 public function accepts($mode) argument
54 if ($mode == $this->mode) return true;
55 return parent::accepts($mode);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php16 private $mode; variable in GuzzleHttp\\Stream\\GuzzleStreamWrapper
31 $mode = $stream->isWritable() ? 'r+' : 'r';
33 $mode = 'w';
39 return fopen('guzzle://stream', $mode, false, stream_context_create([
54 public function stream_open($path, $mode, $options, &$opened_path) argument
62 $this->mode = $mode;
104 'mode' => $modeMap[$this->mode],
H A DLazyOpenStream.php15 /** @var string $mode */
16 private $mode; variable in GuzzleHttp\\Stream\\LazyOpenStream
20 * @param string $mode fopen mode to use when opening the stream
22 public function __construct($filename, $mode) argument
25 $this->mode = $mode;
35 return Stream::factory(Utils::open($this->filename, $this->mode));
/plugin/dirtylittlehelper/syntax/
H A Dsidebar.php62 * @param string $mode Parser mode
64 public function connectTo($mode) argument
66 …$this->Lexer->addSpecialPattern('\<dlh\.togglesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPl…
67 …$this->Lexer->addSpecialPattern('\<dlh\.nosb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlugin…
68 …$this->Lexer->addSpecialPattern('\<dlh\.hidesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlug…
112 * @param string $mode Renderer mode (supported modes: xhtml)
118 public function render($mode, Doku_Renderer $renderer, $data) argument
120 if ($mode == 'xhtml') {
H A Ddivwiki.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 …$this->Lexer->addSpecialPattern('\<dlh\.div\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this…
50 …$this->Lexer->addSpecialPattern('\<\/dlh\.div\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->ge…
84 * @param string $mode Renderer mode (supported modes: xhtml)
90 public function render($mode, Doku_Renderer $renderer, $data) argument
92 if ($mode == 'xhtml') {
/plugin/dwtimeline/syntax/
H A Dmilestone.php17 function accepts($mode) { argument
18 if ($mode == "plugin_dwtimeline_timeline") return true;
19 return parent::accepts($mode);
31 * @param string $mode
33 public function connectTo($mode) argument
35 …$this->Lexer->addEntryPattern('<milestone\b.*?>(?=.*?</milestone>)',$mode,'plugin_dwtimeline_miles…
73 * @param string $mode string output format being rendered
78 public function render($mode, Doku_Renderer $renderer, $data) argument
80 if ($mode == 'xhtml') {
/plugin/strata/syntax/
H A Dentry.php35 function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('<data(?: +[^#>]+?)?(?: *#[^>]*?)?>\s*?\n(?:.*?\n)*?\s*?</data>',$mode, 'plugin_strata_entry');
245 function render($mode, Doku_Renderer $R, $data) {
252 if($mode == 'xhtml' || $mode == 'odt') {
255 if($mode == 'xhtml') { $R->doc .= '<div class="strata-entry" '.(isset($currentPosition)?'id="'.$currentPosition.'"':'').'>'; }
256 if($mode == 'odt' && isset($currentPosition) && method_exists ($R, 'insertBookmark')) {
289 $this->util->openField($mode, $R, $this->util->getIsaKey());
294 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $triple['hint']);
296 $this->util->closeField($mode,
242 render($mode, Doku_Renderer $R, $data) global() argument
[all...]
/plugin/blockquote/syntax/
H A Dblockquote.php37 function accepts($mode) { argument
38 if ($mode == substr(get_class($this), 7))
40 return parent :: accepts($mode);
43 function connectTo($mode) { argument
44 …$this->Lexer->addEntryPattern('<blockquote.*?>(?=.*?</blockquote>)', $mode, 'plugin_blockquote_blo…
45 … $this->Lexer->addEntryPattern('<QUOTE.*?>(?=.*?</QUOTE>)', $mode, 'plugin_blockquote_blockquote');
78 function render($mode, Doku_Renderer $renderer, $indata) { argument
79 if ($mode == 'xhtml') {
H A Dq.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('<q.*?>(?=.*?</q>)', $mode, 'plugin_blockquote_q');
42 $this->Lexer->addEntryPattern('<quote.*?>(?=.*?</quote>)', $mode, 'plugin_blockquote_q');
75 function render($mode, Doku_Renderer $renderer, $indata) { argument
76 if ($mode == 'xhtml') {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLazyOpenStream.php21 private $mode; variable in GuzzleHttp\\Psr7\\LazyOpenStream
25 * @param string $mode fopen mode to use when opening the stream
27 public function __construct($filename, $mode) argument
30 $this->mode = $mode;
40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
/plugin/numberedheadings/
H A Dsyntax.php41 protected $mode, $pattern;
45 // syntax mode, drop 'syntax_' from class name
46 $this->mode = substr(get_class($this), 7); argument
53 public function connectTo($mode)
55 $this->Lexer->addSpecialPattern($this->pattern[0], $mode, $this->mode);
56 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
60 '{{header>[1-5]}}', $mode, $this->mode);
[all...]

12345678910>>...98