Home
last modified time | relevance | path

Searched refs:mode (Results 226 – 250 of 2447) sorted by relevance

12345678910>>...98

/plugin/changemarks/
H A Dinserted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<ins[^\r\n]*?>(?=.*?</ins>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\+\+[^\r\n]*?>(?=.*?\+\+)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {
H A Ddeleted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<del[^\r\n]*?>(?=.*?</del>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\-\-[^\r\n]*?>(?=.*?\-\-)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {
/plugin/plantumlparser/syntax/
H A Dinjector.php11 * @return string Syntax mode type
26 * @param string $mode Parser mode
28 public function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('<'.$this->TAG.'>\n*.*?\n*</'.$this->TAG.'>',$mode,'plugin_plantumlparser_injector');
71 * @param string $mode Renderer mode (supported modes: xhtml)
76 public function render($mode, Doku_Renderer $renderer, $data) { argument
77 if($mode != 'xhtml') return false;
/plugin/newsticker/syntax/
H A Dticker.php36 * @param string $mode Parser mode
38 public function connectTo($mode) { argument
39 $this->Lexer->addEntryPattern('<newsticker>',$mode,'plugin_newsticker_ticker');
88 * @param string $mode Renderer mode (supported modes: xhtml)
93 public function render($mode, Doku_Renderer $renderer, $data) { argument
94 if($mode != 'xhtml') return false;
/plugin/amcharts/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<amchart.+?</amchart>',$mode,'plugin_amcharts');
81 * @param string $mode Renderer mode (supported modes: xhtml)
86 public function render($mode, Doku_Renderer $renderer, $data) { argument
87 if($mode != 'xhtml') return false;
/plugin/latexcaption/syntax/
H A Dreference.php37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_latexcaption_reference');
48 public function render($mode, Doku_Renderer $renderer, $data) { argument
65 if ($mode == 'xhtml') {
94 if ($mode == 'latex') {
99 if ($mode == 'odt') {
/plugin/structacl/
H A Daction.php18 $mode = $this->getConf('run');
19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode);
29 * @param string $mode BEFORE|AFTER
32 public function handleAclCheck(Doku_Event $event, $mode) argument
81 if ($mode === 'BEFORE' && !auth_isadmin()) {
/plugin/rrdgraph/
H A Dhelper.php386 …* @param string $mode Mode to use for generating the graph (MODE_GRAPH_EMBEDDED, MODE_GRAPH_FULLSC…
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE… argument
402 …if (($mode != helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN) && ($mode != helper_plugin_rrdgraph::…
405 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) {
411 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
428 … $rpncomp->addConst("fullscreen", $mode == helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN);
436 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) $svgBinding = new SvgBinding();
540 if ($mode != helper_plugin_rrdgraph::MODE_BINDSVG)
567 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
573 switch ($mode) {
[all …]
/plugin/structodt/syntax/
H A Dtable.php22 * @param string $mode Parser mode
24 public function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('----+ *struct odt *-+\n.*?\n----+', $mode, 'plugin_structodt_table');
26 $this->Lexer->addSpecialPattern('----+ *struct odt table *-+\n.*?\n----+', $mode, 'plugin_structodt_table');
/plugin/popupviewer/syntax/
H A Dviewer.php31 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
34 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
35 … $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
36 $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
72 function render($mode, Doku_Renderer $renderer, $data) { argument
75 if ( $mode != 'xhtml' && $mode != 'metadata' ) { return true; }
79 if($mode === 'metadata') {
109 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
130 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
/plugin/unformattedcode/
H A Dsyntax.php32 function connectTo($mode) { argument
33 …$this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)',$mode,'plugin_unformattedcode'); // ""code""
35 …$this->Lexer->addEntryPattern('\x27\x27(?=.*\x27\x27)',$mode,'plugin_unformattedcode'); // ''code''
66 function render($mode, Doku_Renderer $renderer, $indata) { argument
71 if($mode == 'xhtml'){
/plugin/prespan/
H A Dsyntax.php51 function connectTo($mode) { argument
52 $this->Lexer->addEntryPattern('<prespan>(?=.*</prespan>)', $mode, 'plugin_prespan');
53 $this->Lexer->addEntryPattern('\!\[(?=.*\]\!)', $mode, 'plugin_prespan');
83 function render($mode, Doku_Renderer $renderer, $data) { argument
84 if($mode == 'xhtml'){
/plugin/mediasyntax/syntax/
H A Dmedia.php22 function connectTo($mode)
24 $this->Lexer->addSpecialPattern("\[\[Image:.+?\]\]", $mode, 'plugin_mediasyntax_media');
25 $this->Lexer->addSpecialPattern("\[\[File:.+?\]\]", $mode, 'plugin_mediasyntax_media');
38 function render($mode, Doku_Renderer $renderer, $data)
53 if($mode == 'xhtml')
33 connectTo($mode) global() argument
49 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dteletyper.php16 function connectTo($mode)
20 $mode,
41 function render($mode, Doku_Renderer $renderer, $data)
45 dbglog("entering function ".__FUNCTION__.", mode is $mode, data is $data, data's type is ".gettype($data));
48 if ($mode == 'xhtml')
27 connectTo($mode) global() argument
52 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DIndexItemRequest.php35 public $mode; variable in Google\\Service\\CloudSearch\\IndexItemRequest
96 public function setMode($mode) argument
98 $this->mode = $mode;
105 return $this->mode;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php229 * @param $mode
233 private function processModeColor($mode, array $cores)
237 $cores = $this->convertPercentCoreValues($mode, $cores);
239 switch ($mode) {
280 * @param string $mode
285 private function convertPercentCoreValues($mode, array $cores)
291 if ($mode === 'rgb' || $mode === 'rgba') {
298 if ($mode === 'rgb' || $mode
217 processModeColor($mode, array $cores) global() argument
269 convertPercentCoreValues($mode, array $cores) global() argument
[all...]
/plugin/tocselect/
H A Dsyntax.php36 function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('~~SELECTTOC~~',$mode,'plugin_tocselect');
38 $this->Lexer->addSpecialPattern('~~SELECTTOC>curID~~',$mode,'plugin_tocselect');
52 function render($mode, Doku_Renderer $renderer, $data) { argument
53 if($mode == 'xhtml'){
/plugin/socialshareprivacy/
H A Dsyntax.php32 public function connectTo($mode) { argument
33 … $this->Lexer->addSpecialPattern('\{\{socialshareprivacy\}\}',$mode,'plugin_socialshareprivacy');
34 …$this->Lexer->addSpecialPattern('\{\{socialshareprivacy>.+?\}\}',$mode,'plugin_socialshareprivacy'…
63 public function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode != 'xhtml') return false;
/plugin/ireadit/syntax/
H A Direadit.php26 function connectTo($mode) argument
28 $this->Lexer->addSpecialPattern('~~IREADIT.*?~~', $mode, 'plugin_ireadit_ireadit');
52 * @param string $mode Renderer mode (supported modes: xhtml)
59 public function render($mode, Doku_Renderer $renderer, $data) argument
65 $method = "render_$mode";
/plugin/structgroupby/syntax/
H A Done.php24 * @param string $mode Parser mode
26 public function connectTo($mode) argument
28 …$this->Lexer->addSpecialPattern('----+ *struct one *-+\n.*?\n----+', $mode, 'plugin_structgroupby_…
34 * @param string $mode Renderer mode (supported modes: xhtml)
39 public function render($mode, Doku_Renderer $renderer, $data) argument
82 if ($mode == 'metadata') {
/plugin/simplechat/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('~~simplechat~~',$mode,'plugin_simplechat');
75 * @param string $mode Renderer mode (supported modes: xhtml)
80 public function render($mode, &$renderer, $data) { argument
84 if($mode != 'xhtml') return false;
/plugin/datepicker/
H A Dscript.js47 mode = 'datepicker';
70 mode:mode,
78 mode = 'weekpicker';
96 mode:mode,
/plugin/top/
H A Dsyntax.php30 * @param string $mode Parser mode
32 public function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\\{\\{top(?:\|.+?)?\\}\\}', $mode, 'plugin_top');
67 * @param string $mode Renderer mode (supported modes: xhtml)
72 public function render($mode, Doku_Renderer $renderer, $data) { argument
73 if($mode == 'metadata') return false;
/plugin/c3chart/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<c3.+?</c3>',$mode,'plugin_c3chart');
82 * @param string $mode Renderer mode (supported modes: xhtml)
87 public function render($mode, Doku_Renderer $renderer, $data) { argument
88 if($mode != 'xhtml') return false;
/plugin/tipoftheday/syntax/
H A Dtotd.php24 function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('{{totd>.+?}}', $mode, 'plugin_totd_totd');
34 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
40 function render($mode, Doku_Renderer $renderer, $data) { argument
43 if ( $mode == 'xhtml' ) {
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
73 $renderer->doc .= p_render($mode, $ins, $myINFO);

12345678910>>...98