Home
last modified time | relevance | path

Searched refs:mode (Results 976 – 1000 of 2447) sorted by relevance

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

/plugin/dokutexit/
H A Dtexitrender.php176 foreach($this->_p_get_parsermodes as $mode){
177 $this->_Parser->addMode($mode['mode'],$mode['obj']);
258 function p_render($mode,$instructions, &$info){ argument
262 $rclass = "Doku_Renderer_$mode";
/plugin/acmenu/
H A Dsyntax.php47 * added: the mode with the lowest sort number will win.
65 * @param string $mode
66 * name for the format mode of the final output
68 public function connectTo($mode)
70 $this->Lexer->addSpecialPattern("<acmenu.*?>", $mode, "plugin_acmenu"); argument
102 * @param string $mode
103 * name for the format mode of the final output
109 public function render($mode, Doku_Renderer $renderer, $data)
111 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/plaintext/
H A Dblock.php23 function connectTo($mode) { argument
24 $this->Lexer->addEntryPattern('<TEXT>(?=.*?</TEXT>)',$mode,'plugin_plaintext_block');
/plugin/medialist/
H A Dsyntax.php36 function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'plugin_medialist');
/plugin/bootswrapper/syntax/
H A Dcarousel.php45 public function render($mode, Doku_Renderer $renderer, $data) argument
52 if ($mode !== 'xhtml') {
H A Dpane.php27 public function render($mode, Doku_Renderer $renderer, $data) argument
34 if ($mode !== 'xhtml') {
H A Dcolumn.php53 public function render($mode, Doku_Renderer $renderer, $data) argument
60 if ($mode !== 'xhtml') {
H A Djumbotron.php32 public function render($mode, Doku_Renderer $renderer, $data) argument
39 if ($mode !== 'xhtml') {
H A Dnav.php46 public function render($mode, Doku_Renderer $renderer, $data) argument
53 if ($mode !== 'xhtml') {
H A Dtooltip.php38 public function render($mode, Doku_Renderer $renderer, $data) argument
45 if ($mode !== 'xhtml') {
/plugin/combo/syntax/
H A Danalytics.php63 * @param string $mode
66 function connectTo($mode) argument
/plugin/nspages/printers/
H A DprinterSimpleList.php14 function __construct($plugin, $mode, $renderer, $data, $useNumberedList = false){ argument
15 parent::__construct($plugin, $mode, $renderer, $data);
/plugin/icalevents/
H A Dsyntax-impl.php137 function render($mode, Doku_Renderer $renderer, $data) { argument
184 if ($mode == 'icalevents') {
255 … = $this->renderEvent($mode, $renderer, $event, $template, $dateFormat, $timeFormat);
289 if ($mode == 'xhtml') {
302 * @param string $mode rendering mode, e.g., 'xhtml'
311 …function renderEvent($mode, Doku_Renderer $renderer, $event, $template, $dateFormat, $timeFormat) { argument
352 if ($mode == 'xhtml') {
/plugin/odt/helper/
H A Dconfig.php20 protected $mode = null; variable in helper_plugin_odt_config
549 if ( !isset($this->mode) ) {
550 $this->mode = 'scratch';
591 $this->mode = 'ODT template';
606 $this->mode = 'ODT template';
608 $this->mode = 'CSS template';
644 return $this->mode;
/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/datatemplate/
H A Daction.php50 if (!isset($cache->mode) || $cache->mode != 'metadata') return;
/plugin/mellelexport/
H A Dsyntax.php47 function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('~~MELLEL~~', $mode, 'plugin_mellelexport');
/plugin/reproduce/
H A Dsyntax.php106 public function render($mode, &$renderer, $data) { argument
107 if(($mode == 'xhtml') && (!empty($data))) {
/plugin/changes/
H A Daction.php37 if (isset($cache->mode) && ($cache->mode == 'xhtml')) {
/plugin/htmlokalt/
H A Dcommon.php25 function html_sanitize ($html, $mode, $wrapper='code') { argument
49 function render ($mode, Doku_Renderer $renderer, $data) { } argument
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php56 * @param string $mode Open mode, see the parent::MODE_* constants.
63 $mode = parent::MODE_APPEND_WRITE, argument
67 parent::__construct($streamName, $mode, $context, $wait);
/plugin/rrdgraph/
H A Daction.php99 if (! (isset ( $cache->page ) && isset ( $cache->mode )))
133 $mode = $INPUT->str('mode', helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, true);
137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php134 * @param string $mode Open mode, see the self::MODE_*
143 $mode, argument
147 $this->setMode($mode);
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php81 $mode = isset($stat[2]) ? $stat[2] : 0x8000;
94 $time, $uid, $gid, $mode, $currentSize);
99 $time, $uid, $gid, $mode, $size);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php55 * @param string $mode Open mode, see the parent::MODE_* constants.
62 $mode = parent::MODE_APPEND_WRITE, argument
66 parent::__construct($streamName, $mode, $context, $wait);

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