Home
last modified time | relevance | path

Searched refs:mode (Results 801 – 825 of 2447) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/judge/
H A Dsyntax.php44 * @param string $mode Parser mode
46 public function connectTo($mode) argument
48 …$this->Lexer->addSpecialPattern('\{\{[judge|داوری|scoreboard][ ]*[^}]*\}\}', $mode, 'plugin_judge'…
271 * @param string $mode Renderer mode (supported modes: xhtml)
277 function render($mode, Doku_Renderer $renderer, $data) argument
279 if ($mode != 'xhtml') {
/plugin/ryubin/syntax/
H A Dryubin.php31 public function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('\{\{ryubin>[^}]*\}\}',$mode,'plugin_ryubin_ryubin');
87 foreach ($modes as $mode) {
88 if ($value == $mode) $data['playmode'] = $value;
131 public function render($mode, &$renderer, $data) { argument
133 if($mode != 'xhtml') return false;
/plugin/fedauth/Auth/OpenID/
H A DAX.php108 $mode = Auth_OpenID::arrayGet($ax_args, 'mode');
128 return array('mode' => $this->mode);
794 var $mode = 'fetch_response'; variable in Auth_OpenID_AX_FetchResponse
953 var $mode = 'store_request'; variable in Auth_OpenID_AX_StoreRequest
996 $this->mode = $this->SUCCESS_MODE;
998 $this->mode = $this->FAILURE_MODE;
1009 return $this->mode == $this->SUCCESS_MODE;
/plugin/rrdgraph/
H A Dsyntax.php69 * @param string $mode Parser mode
71 public function connectTo($mode) { argument
72 $this->Lexer->addEntryPattern('<rrd.*?>(?=.*?</rrd>)', $mode, 'plugin_rrdgraph');
281 * @param String $mode Renderer mode (supported modes: xhtml)
286 public function render($mode, Doku_Renderer $renderer, $data) { argument
295 if ($mode == 'metadata') {
300 } else if ($mode == 'xhtml') {
/plugin/codemirror/dist/modes/
H A Dhandlebars.min.js.map1mode/handlebars/handlebars.js"],"names":["mod","exports","module","require","define","amd","CodeMi…
/plugin/var/
H A Dsyntax.php17 …function connectTo($mode) { $this->Lexer->addSpecialPattern('@\w{2,6}['.$this->aliasSeps.']?@', $m… argument
34 function render($mode, Doku_Renderer $renderer, $data) { argument
47 $metadata = $mode == 'metadata';
/plugin/formatplus2/syntax/
H A Dblockdeleteplus.php50 function connectTo($mode) { argument
53 … $this->Lexer->addEntryPattern('<del>(?=.*</del>)', $mode, 'plugin_formatplus2_blockdeleteplus');
55 …$this->Lexer->addEntryPattern('<del [^>\r\n]+? @[^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplu…
56 …$this->Lexer->addEntryPattern('<del [^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplus2_blockdele…
/plugin/simplewikipagetree/
H A Dsyntax.php20 public function connectTo($mode) { argument
21 $this->Lexer->addSpecialPattern('<simplewiki-pagetree>',$mode,'plugin_simplewikipagetree');
28 public function render($mode, Doku_Renderer $renderer, $data) { argument
30 if($mode == 'xhtml'){
/plugin/miniblog/syntax/
H A Dentry.php27 public function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern('<miniblog.*>', $mode, 'plugin_miniblog_entry');
35 public function render($mode, Doku_Renderer $renderer, $data) { argument
39 if ($mode != 'xhtml') return false;
/plugin/osm/
H A Dsyntax.php52 function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('<osm ?[^>\n]*>.*?</osm>', $mode, 'plugin_osm');
95 function render($mode, Doku_Renderer $renderer, $data) { argument
96 if ($mode == 'xhtml') {
/plugin/wikipediasnippet/
H A Dsyntax.php19 function connectTo($mode) { argument
20 … $this->Lexer->addSpecialPattern('{{wp(?:\:[a-z-]+)?>[^}]+}}',$mode,'plugin_wikipediasnippet');
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode == 'xhtml') {
/plugin/workflow/syntax/
H A Ddecision.php37 public function connectTo($mode) { argument
38 … $this->Lexer->addEntryPattern('<decision.*?>(?=.*?</decision>)',$mode,'plugin_workflow_decision');
51 public function render($mode, &$renderer, $indata) { argument
52 if($mode != 'xhtml') return false;
/plugin/namespacesearch/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('{{namespacesearch>.*?}}', $mode, 'plugin_namespacesearch');
45 function render($mode, Doku_Renderer $renderer, $data) { argument
50 if ($mode == 'xhtml' && $state = DOKU_LEXER_SPECIAL ) {
/plugin/jplayer/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('\{\{jPlayerPlaylist>[^}]*\}\}',$mode,'plugin_jplayer');
181 function render($mode, Doku_Renderer $R, $data) { argument
182 $method = "render_$mode";
/plugin/formatplus/syntax/
H A Dblockdeleteplus.php50 function connectTo($mode) { argument
53 … $this->Lexer->addEntryPattern('<del>(?=.*</del>)', $mode, 'plugin_formatplus_blockdeleteplus');
55 …$this->Lexer->addEntryPattern('<del [^>\r\n]+? @[^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplu…
56 …$this->Lexer->addEntryPattern('<del [^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplus_blockdelet…
H A Dquoteplus.php39 function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('\x22\x22=[^\x22\r\n]+?\|(?=.*\x22\x22)', $mode, 'plugin_formatplus_…
42 $this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)', $mode, 'plugin_formatplus_quoteplus');
/plugin/pot/
H A Dsyntax.php45 public function connectTo($mode) { argument
46 …$this->Lexer->addEntryPattern('<[P|p][O|o][T|t]\b *[^>]*>(?=.*?<\/[P|p][O|o][T|t]>)', $mode, 'plug…
102 public function render($mode, Doku_Renderer $renderer, $data) { argument
103 if ($mode !== 'xhtml') {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php56 * @param string $mode Open mode, see the parent::MODE_*
65 $mode, argument
77 parent::__construct($streamName, $mode, $context, $wait);
/plugin/coinhive/
H A Daction.php101 $mode = $this->getConf('ch-appearance');
102 … if ($mode == $this::CH_APPEARANCE_OPTIN || ($mode == $this::CH_APPEARANCE_COMBINED && $adblock)) {
/plugin/creole/syntax/
H A Dlistblock.php26 function connectTo($mode) { argument
29 $mode,
77 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/survey/syntax/
H A Dsurvey.php49 public function connectTo($mode) argument
53 $mode,
83 if ($mode != "xhtml") {
/plugin/bbcodeextensions/
H A Dcommon.php48 function render($mode, Doku_Renderer $renderer, $data) { argument
51 if (in_array($mode, ['xhtml', 's5'], true) ) {
68 } else if (in_array($mode, ['text'], true) ) {
/plugin/combo/syntax/
H A Drelated.php46 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
73 * @param string $mode
76 function connectTo($mode) argument
83 $this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
/plugin/routeplaner/syntax/
H A Droutenplaner_lycosde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_lycosde>.*?\}\}",$mod… argument
H A Droutenplaner_webde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_webde>.*?\}\}",$mode,… argument

1...<<31323334353637383940>>...98