Home
last modified time | relevance | path

Searched refs:mode (Results 1101 – 1125 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/diagram/syntax/
H A Dmain.php118 * @param string $mode
120 function connectTo ($mode) argument
124 $mode, 'plugin_diagram_main');
160 * @param string $mode render mode; only 'xhtml' supported
165 function render ($mode, Doku_Renderer $renderer, $data) argument
167 if ($mode != 'xhtml')
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php38 * @param string $mode
41 public function connectTo($mode) { argument
42 …$this->Lexer->addSpecialPattern ( '\{\{simplemysqlclient\}\}', $mode, 'plugin_simplemysqlclient_si…
71 * @param string $mode
79 public function render($mode, Doku_Renderer &$renderer, $data) { argument
81 if ($mode != 'xhtml')
/plugin/todo/syntax/
H A Dlist.php17 * @return string Syntax mode type
40 * @param string $mode Parser mode
42 public function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('~~TODOLIST[^~]*~~', $mode, 'plugin_todo_list');
163 * @param string $mode Renderer mode (supported modes: xhtml)
168 public function render($mode, Doku_Renderer $renderer, $data) { argument
171 if($mode != 'xhtml') return false;
/plugin/button/
H A Dsyntax.php92 function connectTo($mode)
94 $this->Lexer->addSpecialPattern('\[\[{conf[^}]*}[^\]]*\]\]', $mode, 'plugin_button');
95 $this->Lexer->addEntryPattern('\[\[{[^}]*}[^\]\|]*\|?', $mode, 'plugin_button');
232 function render($mode, Doku_Renderer $renderer, $data)
239 if ($mode == 'xhtml') {
322 } elseif ($mode == 'metadata') {
70 connectTo($mode) global() argument
202 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/qrcode/syntax/
H A Dqrcode.php199 function render($mode, & $renderer, $data) argument
201 if ($mode == 'xhtml')
/plugin/webcomponent/
H A Dwebcomponent.php126 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
132 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/bootswrapper/syntax/
H A Dtext.php51 public function render($mode, Doku_Renderer $renderer, $data) argument
58 if ($mode !== 'xhtml') {
/plugin/combo/syntax/
H A Dtoc.php38 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
69 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
82 function connectTo($mode) argument
86 $this->Lexer->addSpecialPattern($specialPattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
150 // unsupported $mode
/plugin/struct/types/
H A DUrl.php41 * @param string $mode
44 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DUser.php44 * @param string $mode
47 public function renderValue($value, \Doku_Renderer $R, $mode)
49 if ($mode == 'xhtml') {
46 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
/plugin/diagrams/syntax/
H A Dembed.php17 public function connectTo($mode) argument
19 // only register if embed mode is enabled
20 if (!($this->getConf('mode') & Diagrams::MODE_EMBED)) return;
21 $this->Lexer->addSpecialPattern('<diagram(?: .*?)?>.*?(?:</diagram>)', $mode, 'plugin_diagrams_embed');
/plugin/nspages/printers/
H A DprinterPictures.php15 function __construct($plugin, $mode, $renderer, $data){
16 parent::__construct($plugin, $mode, $renderer, $data);
26 // TODO: implement support for non-HTML mode
28 // because non xhtml mode (eg: "metadata" mode) isn't plugged on this xhtml specific code
14 __construct($plugin, $mode, $renderer, $data) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc61 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
83 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
101 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
120 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
139 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
177 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
198 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
219 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
240 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
262 $params['v'] = (boolean) Verbose mode
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(!ME… argument
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php58 * @param string $mode Open mode, see the self::MODE_* constants.
65 $mode = parent::MODE_APPEND_READ_WRITE, argument
69 parent::__construct($streamName, $mode, $context, $wait);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php120 * @param string $mode The open-mode ("r" or "w") or the file - affects lock-mode
124 function obtainMutex($filename, $mode) { argument
130 if ($mode == "r") {
/plugin/davcal/syntax/
H A Dcalendar.php43 function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('\{\{davcal>[^}]*\}\}',$mode,'plugin_davcal_calendar');
45 … $this->Lexer->addSpecialPattern('\{\{davcalclient>[^}]*\}\}',$mode,'plugin_davcal_calendar');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc11 executing in synchronous mode, the handler uses `CurlHandler`, which executes
13 (future) mode is enabled, the handler switches to `CurlMultiHandler`, which uses
37 with async future mode. You may consider using just the `singleHandler` if you
/plugin/dokutranslate/
H A Dsyntax.php145 public function connectTo($mode) { argument
155 …$this->Lexer->addEntryPattern('~~DOKUTRANSLATE_START~~(?=.*~~DOKUTRANSLATE_END~~)',$mode,'plugin_d…
183 public function render($mode, Doku_Renderer $renderer, $data) { argument
191 if($mode == 'metadata') {
205 } else if ($mode != 'xhtml') {
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19mode:"",end:b.delimiters[c][1],pattern:this.endPattern(b.delimiters[c][1])}}this.start=new RegExp(… property in MathJax.Extension.asciimath2jax.createPatterns.match
/plugin/abbr/syntax/
H A Dabbreviation.php25 public function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
/plugin/authorlist/
H A Dsyntax.php93 function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml' && !$data['off']){
/plugin/fields/
H A Dsyntax.php40 function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('{{fields>.+?}}',$mode,'plugin_fields');
/plugin/rating/
H A Dsyntax.php31 function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('\\{\\{rating(?:.*?)\\}\\}', $mode, 'plugin_rating');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php79 $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1;
80 $this->redisClient->multi($mode)

1...<<41424344454647484950>>...98