Home
last modified time | relevance | path

Searched refs:mode (Results 51 – 75 of 2447) sorted by path

12345678910>>...98

/plugin/addressbook/
H A Dsyntax.php44 * @param string $mode
46 …public function connectTo($mode) {$this->Lexer->addEntryPattern('\[ADDRESSBOOK.*?', $mode, 'plugin… argument
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if($mode == 'xhtml') {
/plugin/adfs/phpsaml/
H A DCHANGELOG53 * Escape error messages in debug mode
H A DREADME.md19 Version 2.17.0 sets strict mode active by default
307 // Enable debug mode (to print errors).
1338 * `setStrict` - Set the strict mode active/disable
1441 * `setStrict` - Activates or deactivates the strict mode.
1442 * `isStrict` - Returns if the 'strict' mode is active.
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt185 - Fix an interoperability issue with .NET when encrypting data in CBC mode.
H A Dxmlseclibs.php89 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
103 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
/plugin/adhoctags/
H A DLICENSE313 when it starts in an interactive mode:
H A DREADME.md102 - Search for `<html>`in default mode, replace with an empty string.
103 - Search for `</html>`in default mode, replace with an empty string.
107 - search for ` title="` (note the space in front!) in standard mode, replace with ` "` (space + quotation mark)
111 - Search for ` lang="([^\"]*)"` in *regex mode* (!), replace with ` :$1` (note: spaces in front of each!)
115 - Search for ` class="([^\"]*)"` in *regex mode* (!), replace with ` $1` (note the spaces again!)
H A Dhelper.php29 'mode (optional)' => 'string'
39 function buildAttributes($data, $myObj, $addClass='', $mode='xhtml') { argument
46 if ($mode=='xhtml') {
/plugin/adhoctags/syntax/
H A Dabstract.php36 function accepts($mode) { argument
37 if ($mode == substr(get_class($this), 7)) {
40 return parent::accepts($mode);
52 function connectTo($mode) { argument
57 if ($mode == 'plugin_adhoctags_pre')
61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/adminhomepage/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/adminperm/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/admnote/syntax/
H A Drenderer.php47 * @param string $mode Parser mode
49 public function connectTo($mode) { argument
50 $this->Lexer->addEntryPattern('<adm ?[^>]*>', $mode, 'plugin_admnote_renderer');
123 * @param string $mode renderer mode (supported modes: xhtml)
129 public function render($mode, Doku_renderer $renderer, $data) { argument
130 if($mode == 'xhtml') {
/plugin/advanced/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/advanced/lang/en/config/
H A Dstyleini.txt9 cssfile.css = mode
11 …le.css'' is your file name and ''mode'' is one of the supported output modes as described at [[CSS…
/plugin/advrack/
H A Dsyntax.php33 * @param string $mode Parser mode
35 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<advrack>(?=.*?</advrack>)',$mod… argument
60 * @param string $mode Renderer mode (supported modes: xhtml)
65 public function render($mode, Doku_Renderer &$renderer, $data) { argument
66 if($mode == 'xhtml') {
/plugin/aichat/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php
/plugin/aichat/script/
H A DAIChatButton.js8 this.#root = this.attachShadow({mode: 'open'});
H A DAIChatChat.js12 this.#root = this.attachShadow({mode: 'open'});
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md55 Safe mode does not necessarily yield safe results when using extensions to Parsedown. Extensions should be evaluated on their own to determine their specific safety against XSS.
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js494 mode: "abort",
/plugin/airtable/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A DREADME.md30 * `type: ` - This sets the display mode. Values:
H A Dsyntax.php85 function connectTo($mode) { argument
86 $this->Lexer->addEntryPattern('{{airtable>', $mode, 'plugin_airtable');
209 function render($mode, Doku_Renderer $renderer, $data): bool { argument
212 if($mode != 'xhtml') return false;
/plugin/ajaxedit/
H A DLICENSE313 when it starts in an interactive mode:

12345678910>>...98