Home
last modified time | relevance | path

Searched refs:mode (Results 2251 – 2275 of 2447) sorted by path

1...<<9192939495969798

/plugin/typography/syntax/
H A Dsmallcaps.php20 $this->mode = substr(get_class($this), 7);
H A Dwebfont.php20 $this->mode = substr(get_class($this), 7);
/plugin/unblink/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\[\[user>.+?\]\]',$mode,'plugin_unblink');
45 function render($mode, Doku_Renderer $R, $data) { argument
50 if($mode != 'xhtml' || is_null($auth)){
/plugin/uncmap/
H A Dsyntax.php91 function connectTo($mode) { argument
94 … . strtolower($letters) . strtoupper($letters) . ']{1}\:[\\\/]{1}.+?\]\]', $mode, 'plugin_uncmap');
146 function render($mode, Doku_Renderer $renderer, $data) { argument
147 if($mode == 'xhtml'){
/plugin/unformattedcode/
H A Dsyntax.php32 function connectTo($mode) { argument
33 …$this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)',$mode,'plugin_unformattedcode'); // ""code""
35 …$this->Lexer->addEntryPattern('\x27\x27(?=.*\x27\x27)',$mode,'plugin_unformattedcode'); // ''code''
66 function render($mode, Doku_Renderer $renderer, $indata) { argument
71 if($mode == 'xhtml'){
/plugin/unsplashdoku/
H A DLICENSE313 when it starts in an interactive mode:
H A Daction.php43 $background_blend = 'background-blend-mode: ' . $this->getConf('background_blend') . ';';
/plugin/uparrow/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/upgrade/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php22 protected $mode = 0664; variable in splitbrain\\PHPArchive\\FileInfo
220 // default mode for directories
221 if ($isdir && $this->mode === 0664) {
222 $this->mode = 0775;
232 return $this->mode;
236 * @param int $mode
238 public function setMode($mode) argument
240 $this->mode = $mode;
/plugin/usecounter/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/usermanagerextended/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/usersubscriptions/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php36 function connectTo($mode){ argument
37 $this->Lexer->addSpecialPattern('<usersubscriptions [^/]*/>', $mode, 'plugin_usersubscriptions');
73 function render($mode, &$renderer, $data) { argument
79 if(($mode == 'xhtml') && isset($INFO['userinfo'])) {
/plugin/vamr/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('{vamr.*?}',$mode,'plugin_vamr');
/plugin/var/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php17 …function connectTo($mode) { $this->Lexer->addSpecialPattern('@\w{2,6}['.$this->aliasSeps.']?@', $m… argument
34 function render($mode, Doku_Renderer $renderer, $data) { argument
47 $metadata = $mode == 'metadata';
/plugin/variants/
H A Dvariants.php45 * @param string $mode The mode that shall be tested
48 public function accepts($mode) { argument
50 if ($mode == substr(get_class($this), 7)) return true;
51 return parent::accepts($mode);
57 * @param int $mode The current mode
59 public function connectTo($mode) { argument
60 $this->Lexer->addEntryPattern('<ifvar [^=>]+=[^>]+>',$mode,'plugin_variants_variants');
111 * @param string $mode The output mode
116 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/vcard/
H A Dsyntax.php35 …function connectTo($mode) { $this->Lexer->addSpecialPattern("{{vcard>.*?}}", $mode, 'plugin_vcard'… argument
116 function render($mode, Doku_Renderer $renderer, $data) { argument
117 if ($mode != 'xhtml') {
/plugin/vimeo/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php38 * @param string $mode Parser mode
40 public function connectTo($mode) argument
42 $this->Lexer->addSpecialPattern('{{vimeoAlbum>.+?}}', $mode, 'plugin_vimeo');
70 * @param string $mode Renderer mode (supported modes: xhtml)
76 public function render($mode, Doku_Renderer $renderer, $data) argument
78 if ($mode !== 'xhtml') {
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js67 var mode = 0 variable
383 mode = mode ^ a2;
386 mode = mode | a2;
509 …if (((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))) chr = chr.toUpperCase(…
602 if (e.ctrlKey) mode = mode | VK_CTRL;
616 mode = mode | VK_CAPS;
651 if (!e.ctrlKey && (mode & VK_CTRL)) mode = mode ^ VK_CTRL;
660 mode = mode ^ VK_CAPS;
690 if ((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))
746 if (VK_CAPS & (mode = mode ^ VK_CAPS))
[all …]
/plugin/visrep/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('<visrep.*?>\n.*?\n</visrep>', $mode, 'plugin_visrep');
/plugin/vkeyboard/
H A Dvkeyboard.js.unc108 …RI = DOKU_BASE+'lib/plugins/vkeyboard/images/keyboard.png'; // If empty string, use imageless mode
/plugin/vote/
H A DCOPYING314 when it starts in an interactive mode:

1...<<9192939495969798