Home
last modified time | relevance | path

Searched refs:mode (Results 676 – 700 of 2447) sorted by relevance

1...<<21222324252627282930>>...98

/plugin/bbcode/
H A Dimage.php21 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\[img.+?\[/img\]',$mode,'plugin_bbcod… argument
51 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/htmlsafe/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('<html>.*?</html>', $mode, 'plugin_htmlsafe');
24 $this->Lexer->addSpecialPattern('<HTML>.*?</HTML>', $mode, 'plugin_htmlsafe');
/plugin/gitlink/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('GIT\?[0-9a-fA-F]{6,40}',$mode,'plugin_gitlink');
73 function render($mode, &$renderer, $data) { argument
76 if($mode == 'xhtml'){
/plugin/flyspraylink/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('FlySpray\?\d+',$mode,'plugin_flyspraylink');
73 function render($mode, &$renderer, $data) { argument
76 if($mode == 'xhtml'){
/plugin/hcalendar/syntax/
H A Dhcal.php39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{hcal>[^}]*?}}',$mode,'plugin_hcalendar_hcal');
63 function render($mode, &$renderer, $data) { argument
74 if($mode == 'xhtml'){
H A Dhcali.php39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{hcali>[^}]*?}}',$mode,'plugin_hcalendar_hcali');
63 function render($mode, &$renderer, $data) { argument
74 if($mode == 'xhtml'){
/plugin/barcode/api/inigma/
H A Dbarcode.inc17 if ($p['mode'] == 1) {
18 $mode = 'DMtrx';
21 $mode = 'QRCode';
26 $resultStr = 'http://encode.i-nigma.com/' . $mode . '/img.php?';
/plugin/datatemplate/syntax/
H A Dfilterform.php48 function connectTo($mode) { argument
49 …$this->Lexer->addSpecialPattern('----+ *filterform(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugi…
75 function render($mode, Doku_Renderer $R, $data) { argument
76 if($mode == 'xhtml'){
/plugin/dig/
H A Dsyntax.php32 public function connectTo($mode) argument
34 $this->Lexer->addSpecialPattern('<dig>\n.*?\n</dig>', $mode, 'plugin_dig');
48 public function render($mode, Doku_Renderer $R, $data)
50 if ($mode == 'metadata') return false;
46 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/dokucrypt2/
H A Dsyntax.php54 public function connectTo($mode) argument
58 $mode,
104 public function render($mode, Doku_Renderer $renderer, $data) argument
106 if ($mode == 'xhtml') {
/plugin/randomtables/syntax/
H A Dsource.php29 public function connectTo($mode): void argument
31 $this->Lexer->addEntryPattern('\<RANDOMTABLE\s+[A-Za-z0-9_]+>', $mode, 'plugin_randomtables_source');
75 public function render($mode, Doku_Renderer $renderer, $data): bool argument
77 if ($mode !== 'xhtml') {
/plugin/combo/syntax/
H A Dtext.php32 * Needs to return one of the mode types defined in {@link $PARSER_MODES} in parser.php
61 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
68 public function accepts($mode): bool argument
71 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
85 function connectTo($mode) argument
90 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
179 // unsupported $mode
/plugin/backlinks/
H A Dsyntax.php52 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
79 public function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml') {
/plugin/twitter/
H A Dsyntax.php170 function connectTo($mode) { argument
171 $this->Lexer->addSpecialPattern('\[TWITTER\:USER\:.*?\]', $mode, 'plugin_twitter');
172 $this->Lexer->addSpecialPattern('{{twitter>user\:.*?}}', $mode, 'plugin_twitter');
174 $this->Lexer->addSpecialPattern('\[TWITTER\:SEARCH\:.*?\]', $mode, 'plugin_twitter');
175 $this->Lexer->addSpecialPattern('{{twitter>search\:.*?}}', $mode, 'plugin_twitter');
319 function render($mode, Doku_Renderer $renderer, $data) { argument
320 if ($mode == 'xhtml') {
325 } elseif ($mode == 'metadata') {
/plugin/nextday/
H A Dsyntax.php21 function connectTo($mode) { argument
22 $this->Lexer->addSpecialPattern('~~NEXTDAY:[^~]*~~', $mode, 'plugin_nextday');
44 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php66 * @param string $mode Open mode, see the parent::MODE_*
74 $mode, argument
82 parent::__construct($streamName, $mode, $context, $wait);
/plugin/markdowku/
H A Dimagesreference.php20 function connectTo($mode) { argument
26 $mode,
34 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_cn.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/do/syntax/
H A Ddolist.php33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('{{dolist>.*?}}', $mode, 'plugin_do_dolist');
93 * @param string $mode output format being rendered
99 public function render($mode, Doku_Renderer $R, $data) argument
101 if ($mode != 'xhtml') {
/plugin/ireadit/syntax/
H A Dlist.php21 function connectTo($mode) { argument
22 $this->Lexer->addSpecialPattern('----+ *ireadit list *-+\n.*?----+', $mode,'plugin_ireadit_list');
93 * @param string $mode Renderer mode (supported modes: xhtml)
100 public function render($mode, Doku_Renderer $renderer, $data) argument
102 $method = "render_$mode";
/plugin/structprogress/types/
H A DProgress.php57 public function renderValue($value, \Doku_Renderer $R, $mode) argument
59 if ($mode == 'xhtml') {
81 public function renderMultiValue($values, \Doku_Renderer $R, $mode) argument
83 if ($mode == 'xhtml') {
86 $this->renderValue($value, $R, $mode);
/plugin/struct/types/
H A DMedia.php47 * @param string $mode The mode the output is rendered in (eg. XHTML)
48 * @return bool true if $mode could be satisfied
50 public function renderValue($value, \Doku_Renderer $R, $mode) argument
78 if ($mode == 'xhtml') {
124 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
127 if ($mode == 'xhtml' && $this->getConfig()['mime'] == 'image/') {
129 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
/plugin/creole/syntax/
H A Dtable.php24 function connectTo($mode) { argument
25 $this->Lexer->addEntryPattern('\n\|=',$mode,'plugin_creole_table');
26 $this->Lexer->addEntryPattern('\n\|',$mode,'plugin_creole_table');
97 function render($mode, Doku_Renderer $renderer, $data){ argument
/plugin/html5video/
H A Dvideo.php38 public function connectTo($mode) { argument
43 …\|(?:\d{2,4}x\d{2,4})?(?:\|(?:loop)?,?(?:autoplay)?(?:,loop)?)?)? ?\}\}',$mode,'plugin_html5video_…
68 public function render($mode, &$renderer, $data) { argument
69 if($mode != 'xhtml') return false;
/plugin/tfslink/syntax/
H A Dworkitemlink.php17 function connectTo($mode) { argument
18 $this->Lexer->addSpecialPattern('\[\[wi>.+?\]\]', $mode,'plugin_tfslink_workitemlink');
60 function render($mode, Doku_Renderer $renderer, $data) { argument
61 if($mode != 'xhtml') return false;

1...<<21222324252627282930>>...98