Home
last modified time | relevance | path

Searched refs:mode (Results 376 – 400 of 2447) sorted by relevance

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

/plugin/revealjs/syntax/
H A Dnotes.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('<\/?notes>', $mode, 'plugin_revealjs_notes');
59 public function render($mode, Doku_Renderer $renderer, $data) { argument
60 if($mode == 'xhtml') {
/plugin/syntaxmantis/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('~~Mantis:[0-9]+~~',$mode,'plugin_syntaxmantis');
39 function render($mode, Doku_Renderer $renderer, $data) { argument
40 if($mode == 'xhtml'){
/plugin/mediasyntax/syntax/
H A Dunderline.php18 function connectTo($mode)
22 $mode,
42 function render($mode, Doku_Renderer $renderer, $data)
47 if ($mode == 'xhtml')
29 connectTo($mode) global() argument
53 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/pagehere/
H A Dsyntax.php22 public function connectTo($mode) {
23 $this->Lexer->addSpecialPattern('{{pagehere}}',$mode,'plugin_pagehere');
32 connectTo($mode) global() argument
41 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/guestbook/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addSpecialPattern('\{\{guestbook\}\}',$mode, 'plugin_guestbook');
72 function render($mode, &$renderer, $data) { argument
75 if($mode == 'xhtml'){
/plugin/flowchartjs/
H A Dsyntax.php24 function connectTo($mode) { argument
25 $this->Lexer->addEntryPattern('<flowchartjs.*?>(?=.*?</flowchartjs>)', $mode, 'plugin_flowchartjs');
41 function render($mode, Doku_Renderer $renderer, $data) { argument
42 if($mode == 'xhtml'){
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php229 * @param string $mode The mode used to open the file, as
249 public function stream_open($path, $mode, $options, &$openedPath) argument
251 $path = static::realPath($path, 'r' === $mode[0]);
258 $openedPath = fopen($path, $mode, $options & STREAM_USE_PATH);
262 $mode,
434 * @param int $mode The value passed to mkdir().
438 public function mkdir($path, $mode, $options) argument
443 $mode,
450 $mode,
/plugin/netlogo/syntax/
H A Dapplet.php58 public function connectTo($mode) { argument
60 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]*do=download[^\} ]* ?\}\}',$mode,'medi…
61 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\}\}',$mode,'plugin_netlogo_applet'); …
62 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]+ ?\}\}',$mode,'plugin_netlogo_applet'…
63 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\|\}\}',$mode,'plugin_netlogo_applet'); …
176 public function render($mode, Doku_Renderer $renderer, $data) { argument
179 if($mode != 'xhtml') return false;
/plugin/webcomponent/syntax/
H A Drelated.php75 * @param string $mode
77 function connectTo($mode) argument
80 …$this->Lexer->addSpecialPattern('<' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomp…
85 …$this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
135 * @param string $mode
140 function render($mode, Doku_Renderer $renderer, $data) argument
152 if ($mode == 'xhtml') {
H A Dconsole.php64 public function connectTo($mode) argument
68 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
112 public function render($mode, Doku_Renderer $renderer, $data) argument
118 if ($mode == 'xhtml') {
/plugin/syntaxhighlighter4/
H A Dsyntax.php54 * @param string $mode Parser mode
56 public function connectTo($mode) { argument
57 … $this->Lexer->addEntryPattern('<sxh(?=[^\r\n]*?>.*?</sxh>)', $mode, 'plugin_syntaxhighlighter4');
60 …$this->Lexer->addEntryPattern('<' . $tag . '(?=[^\r\n]*?>.*?</' . $tag . '>)', $mode, 'plugin_synt…
110 * @param string $mode Renderer mode (supported modes: xhtml)
116 public function render($mode, Doku_Renderer $renderer, $data) { argument
117 if ($mode != 'xhtml') {
/plugin/discussion/syntax/
H A Dthreads.php37 * @param string $mode
39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
96 function render($mode, Doku_Renderer $renderer, $data) { argument
118 if ((auth_quickaclcheck($ns.':*') >= AUTH_CREATE) && ($mode == 'xhtml')) {
127 if ($mode == 'xhtml') {
169 } elseif ($mode == 'metadata') {
/plugin/sqlquery/
H A Dsyntax.php22 public function connectTo($mode) argument
24 $this->Lexer->addEntryPattern('<sql>', $mode, 'plugin_sqlquery');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) argument
75 if ( $mode != 'xhtml' ) return false;
/plugin/phosphor/
H A Dphblock.php38 function connectTo($mode) { argument
39 $this->Lexer->addEntryPattern('<phosphor>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
40 … $this->Lexer->addEntryPattern('<phosphor .+?>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
89 function render($mode, Doku_Renderer $renderer, $input) { argument
91 if($mode == 'xhtml'){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DLocalDisk.php58 public $mode; variable in Google\\Service\\AIPlatformNotebooks\\LocalDisk
197 public function setMode($mode) argument
199 $this->mode = $mode;
206 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableFieldSchema.php42 public $mode; variable in Google\\Service\\Bigquery\\TableFieldSchema
135 public function setMode($mode) argument
137 $this->mode = $mode;
144 return $this->mode;
/plugin/bpmnio/syntax/
H A Dbpmnio.php41 public function connectTo($mode) argument
43 $this->Lexer->addEntryPattern('<bpmnio.*?>(?=.*?</bpmnio>)', $mode, 'plugin_bpmnio_bpmnio');
73 public function render($mode, Doku_Renderer $renderer, $data) argument
88 if ($mode == 'xhtml' || $mode == 'odt') {
/plugin/structodt/meta/
H A DAggregationTableOdt.php27 * @param string $mode
31 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig) { argument
32 parent::__construct($id, $mode, $renderer, $searchConfig);
40 * Adds additional info to document and renderer in XHTML mode
49 if ($this->mode != 'xhtml') return;
68 if($this->mode != 'xhtml') return;
/plugin/combo/syntax/
H A Dtab.php29 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
61 public function accepts($mode) argument
63 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
70 * the mode with the lowest sort number will win out
81 * @param string $mode
84 function connectTo($mode) argument
89 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dtabpanels.php34 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
52 public function accepts($mode) argument
54 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
75 * the mode with the lowest sort number will win out
86 * @param string $mode
89 function connectTo($mode) argument
93 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/xkcd/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addSpecialPattern('\[xkcd\]', $mode, 'plugin_xkcd');
68 function render($mode, Doku_Renderer $renderer, $data) { argument
70 if ($mode == 'xhtml') {
/plugin/bbcode/
H A Dulist.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[list\]\s*?\[\*\](?=.*?\x5B/list\x5D)'… argument
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode == 'xhtml'){
H A Dversalitas.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[c\](?=.*?\x5B/c\x5D)',$mode,'plugin_b… argument
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode == 'xhtml') {
/plugin/ebnf/
H A Dsyntax.php24 function connectTo($mode) {
25 $this->Lexer->addSpecialPattern('<ebnf>.*?</ebnf>',$mode,'plugin_ebnf');
44 function render($mode, Doku_Renderer $renderer, $data) {
45 if($mode == 'xhtml'){
26 connectTo($mode) global() argument
46 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/youtracklinks/
H A Dsyntax.php50 function connectTo($mode) { argument
51 $this->Lexer->addSpecialPattern('\b[A-Z]+[\-][0-9]+\b', $mode, 'plugin_youtracklinks');
121 function render($mode, &$renderer, $data) { argument
122 if ($mode == 'xhtml') {

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