Home
last modified time | relevance | path

Searched refs:mode (Results 2276 – 2300 of 2447) sorted by last modified time

1...<<9192939495969798

/plugin/rssticker/
H A Dsyntax.php23 function connectTo($mode) { argument
24 $this->Lexer->addSpecialPattern('\{\{rssticker>[^}]*\}\}',$mode,'plugin_rssticker');
46 function render($mode, &$renderer, $data) { argument
47 if($mode == 'xhtml'){
/plugin/googlepagerank/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('\{\{pagerank>[^}]*\}\}',$mode,'plugin_googlepagerank');
49 function render($mode, &$renderer, $data) { argument
50 if($mode == 'xhtml'){
/plugin/icalendar/
H A Dsyntax.php150 function render($mode, &$renderer, $data) { argument
154 if ($mode == 'xhtml') {
247 $html = p_render($mode, p_get_instructions( $ret ), $info );
/plugin/mantisreporter/
H A Dsyntax.php43 * @param string $mode
45 public function connectTo($mode) { argument
46 …$this->Lexer->addSpecialPattern('\{\{ mantisReport\?mantisProjectId=\d* }}', $mode, 'plugin_mantis…
/plugin/autolink2/syntax/
H A Dadd.php42 function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('\{\{autolink>.*?\}\}',$mode,'plugin_autolink2_add');
67 function render($mode, &$renderer, $data) { argument
71 if ($mode == 'xhtml'){
74 } elseif ($mode == 'metadata'){
H A Dshow.php40 function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('<autolink>(?=.*?\x3C/autolink\x3E)',$mode,'plugin_autolink2_show');
55 function render($mode, &$renderer, $data) { argument
56 if($mode == 'xhtml'){
/plugin/mindmap/
H A Dsyntax.php115 function render($mode, &$renderer, $data) { argument
119 if ($mode == 'xhtml') {
/plugin/autotweet/syntax/
H A Dautotweet.php45 * @param mode Rendering mode.
47 public function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('~~AUTOTWEET:.*?~~', $mode, 'plugin_autotweet_autotweet');
95 * @param mode rendering mode.
100 public function render($mode, &$renderer, $data) { argument
107 if ( $mode == 'metadata') {
114 else if ( $mode == 'xhtml')
/plugin/slideshare/slideshare/
H A Dsyntax.php41 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{\s?slide>[^}]*\s?\}\}',$mode,'plu… argument
60 function render($mode, &$renderer, $data){ argument
61 if($mode != 'xhtml'){return false;}
/plugin/fbsp/
H A Dfbcomment.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('<fbc>',$mode,'plugin_fbsp_fbcomment');
47 function render($mode, &$renderer, $data) { argument
48 if($mode != 'xhtml') return false;
H A Dfblike.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('<fbl>',$mode,'plugin_fbsp_fblike');
47 function render($mode, &$renderer, $data) { argument
48 if($mode != 'xhtml') return false;
/plugin/jsmath/
H A Ddiff7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
9 > $renderer->doc .= '<script type="math/tex; mode=display">';
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js374 mode: 'relative'
382 if (this.options.mode == 'absolute') {
H A Dprototype.js3164 this.mode = 'selectorsAPI';
3166 this.mode = 'xpath';
3169 this.mode = "normal";
3291 switch (this.mode) {
4769 overlap: function(mode, element) { argument
4770 if (!mode) return 0;
4771 if (mode == 'vertical')
4774 if (mode == 'horizontal')
H A Dcontrols.js514 createControl: function(mode, handler, extraClasses) { argument
515 var control = this.options[mode + 'Control'];
516 var text = this.options[mode + 'Text'];
521 btn.className = 'editor_' + mode + '_button';
522 if ('cancel' == mode)
525 this._controls[mode] = btn;
530 link.onclick = 'cancel' == mode ? this._boundCancelHandler : this._boundSubmitHandler;
531 link.className = 'editor_' + mode + '_link';
535 this._controls[mode] = link;
563 function addText(mode, condition) { argument
[all …]
/plugin/s5reloaded/
H A Dsyntax.php45 function connectTo($mode) { argument
46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5reloaded');
/plugin/latex/
H A DREADME9 PHP safe mode will almost always break the plugin.
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
H A Dadmin.php120 if($mode == 'all' || (is_numeric($days) && $days >= 0)) {
121 $res = $this->latexpurge($mode, $days*86400);
/plugin/latex/syntax/
H A Dddollar.php18 function connectTo($mode) { argument
19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
H A Deqnarray.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarray');
H A Deqnarraystar.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarraystar');
H A Dequation.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equation');
H A Dequationstar.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equationstar');
H A Dlatex.php23 function connectTo($mode) { argument
24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
H A Ddisplaymath.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_displaymath');

1...<<9192939495969798