Home
last modified time | relevance | path

Searched refs:mode (Results 951 – 975 of 2447) sorted by relevance

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

/plugin/sql/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addEntryPattern('<sql [^>]*>',$mode,'plugin_sql');
97 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if($mode == 'xhtml'){
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19mode:"",end:b.inlineMath[c][1],pattern:this.endPattern(b.inlineMath[c][1])}}for(c=0,a=b.displayMat… property in MathJax.Extension.tex2jax.createPatterns.match
/plugin/ghissues/action/
H A DcacheHandler.php42 if( !isset($pageCache->mode) || $pageCache->mode != 'xhtml' ) return;
/plugin/offline/
H A Dsyntax.php52 function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('~~SLIDESHOW~~',$mode,'plugin_s5');
/plugin/bootswrapper/syntax/
H A Dimage.php25 public function render($mode, Doku_Renderer $renderer, $data) argument
32 if ($mode !== 'xhtml') {
H A Dcollapse.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
H A Daccordion.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
H A Dlabel.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
H A Dwrapper.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
/plugin/include/syntax/
H A Dlocallink.php28 function render($mode, Doku_Renderer $renderer, $data) { argument
30 if ($mode == 'xhtml') {
/plugin/struct/types/
H A DMail.php19 * @param string $mode The mode the output is rendered in (eg. XHTML)
20 * @return bool true if $mode could be satisfied
22 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DLookup.php146 * @param string $mode
149 public function renderValue($value, \Doku_Renderer $R, $mode)
154 return $column->getType()->renderValue($value, $R, $mode);
162 * @param string $mode
165 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
176 return $column->getType()->renderMultiValue($values, $R, $mode);
152 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
168 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/accscounter/lang/en/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|Show the log of existing pages]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
18 …* [[?do=admin&page=accscounter&action=mng&mode=all|Show the log of all pages (including non-existi…
/plugin/accscounter/syntax/
H A Dpopularity.php39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('\{\{POPULAR[^}]*\}\}',$mode,'plugin_accscounter_popularity');
50 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/markdowku/
H A Dblockquotes.php20 function connectTo($mode) { argument
26 $mode,
92 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/accscounter/lang/de/
H A Dmngintro.txt14 …* [[?do=admin&page=accscounter&action=mng&mode=existent | Protokoll der vorhandenen Seiten anzeige…
16 …* [[?do=admin&page=accscounter&action=mng&mode=deleted | Protokoll nicht vorhandener Seiten anzeig…
18 …* [[?do=admin&page=accscounter&action=mng&mode=all | Zeigt das Protokoll aller Seiten (einschließl…
/plugin/combo/syntax/
H A Ddisqus.php32 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
43 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
56 * the mode with the lowest sort number will win out
66 * @param string $mode
69 function connectTo($mode) argument
72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dvariable.php83 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
91 public function connectTo($mode) argument
94 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_SHORT, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_LONG, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/s5reloaded/
H A Dsyntax.php45 function connectTo($mode) { argument
46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5reloaded');
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php135 * @param int $mode Mode (in octal!).
138 public function changeMode($mode); argument
/plugin/structstatus/
H A DStatus.php29 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
32 if($mode == 'xhtml') {
89 public function renderMultiValue($values, \Doku_Renderer $R, $mode) { argument
91 $this->renderValue($value, $R, $mode);
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php131 * @param string $mode The mode used to open the file, as
151 public function stream_open($path, $mode, $options, &$openedPath); argument
/plugin/command/syntax/
H A Dblock.php59 $mode, 'plugin_command_block');
62 $mode, 'plugin_command_block');
/plugin/s5/
H A Dsyntax.php45 function connectTo($mode) { argument
46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5');

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