Home
last modified time | relevance | path

Searched refs:mode (Results 76 – 100 of 2447) sorted by last modified time

12345678910>>...98

/plugin/openlayersmap/
H A DStaticMap.php493 * @param int $mode
494 * File access mode. For more information on modes, read the details on the chmod manpage.
496 public function mkdirRecursive(string $pathname, int $mode): bool
499 $this->mkdirRecursive(dirname($pathname), $mode);
501 return is_dir($pathname) || mkdir($pathname, $mode) || is_dir($pathname);
566 mkdirRecursive(string $pathname, int $mode) global() argument
H A Dstyle.less363 .layer-switcher.shown.layer-switcher-activation-mode-click > button {
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dol-layerswitcher.css
/plugin/openlayersmap/syntax/
H A Dagslayer.php65 public function connectTo($mode): void
74 $mode,
73 connectTo($mode) global() argument
H A Dolmap.php68 public function connectTo($mode)
72 $mode,
77 connectTo($mode) global() argument
H A Dosmlayer.php65 public function connectTo($mode): void
71 $mode, argument
H A Dwmslayer.php65 public function connectTo($mode): void
71 $mode,
74 connectTo($mode) global() argument
/plugin/openlayersmap/lang/fr/
H A Dhelp.txt1 ==== mode d'emploi ====
18 * **récupération d'informations** la carte peut contenir des éléments qui contiennent plus d'informations, à l'aide de la touche i vous pouvez activer un curseur qui peut être déplacé à l'aide des touches fléchées, en appuyant sur la touche entrée, une récupération d'informations s'exécutera. Appuyez sur la touche i ou la touche Échap pour retourner au mode de navigation
/plugin/openlayersmap/lang/en/
H A Dhelp.txt18 * **retrieving information** the map may contain elements that contain more information, using the i key you can activate a cursor that may be moved using the arrow keys, pressing the enter will execute an information retrieval. press the i or the escape key to return to navigation mode
/plugin/shell/
H A DLICENSE313 when it starts in an interactive mode:
H A DP0wnyShell.js28 this.eRoot = this.attachShadow({mode: 'open'});
/plugin/geotag/syntax/
H A Dgeotag.php61 final public function connectTo($mode): void
63 $this->Lexer->addSpecialPattern('\{\{geotag>.*?\}\}', $mode, 'plugin_geotag_geotag');
57 connectTo($mode) global() argument
130 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE344 when it starts in an interactive mode:
/plugin/webmaster/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/yalist/
H A Dsyntax.php48 public function connectTo($mode) { argument
49 $this->Lexer->addEntryPattern('\n {2,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
50 $this->Lexer->addEntryPattern('\n\t{1,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
231 public function render($mode, Doku_Renderer $renderer, $data) { argument
232 if($mode != 'xhtml' && $mode != 'latex' && $mode != 'odt') {
236 if($mode != 'odt') {
244 switch($mode) {
257 if($mode != 'odt') {
H A DLICENSE313 when it starts in an interactive mode:
/plugin/spatialhelper/syntax/
H A Dfindnearby.php62 final public function connectTo($mode): void
64 $this->Lexer->addSpecialPattern('\{\{findnearby>.*?\}\}', $mode, 'plugin_spatialhelper_findnearby');
55 connectTo($mode) global() argument
/plugin/acknowledge/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/acknowledge/syntax/
H A Dassign.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
46 public function render($mode, Doku_Renderer $renderer, $data)
50 if ($mode === 'metadata') {
57 if ($mode !== 'xhtml') {
30 connectTo($mode) global() argument
44 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dlisting.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
46 public function render($mode, Doku_Renderer $renderer, $data)
48 if ($mode !== 'xhtml') {
30 connectTo($mode) global() argument
41 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/backlinks/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php52 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
79 public function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml') {
/plugin/dokusioc/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js26 mode: 'lg-slide', property in AnonymousFunction91f19f9c0200.defaults
324 this.s.mode = 'lg-slide';
350 this.$outer.addClass(this.s.mode);
1068 if (_this.s.mode !== 'lg-slide') {
1092 if (!_this.$outer.hasClass('lg-dragging') && _this.s.mode !== 'lg-slide') {

12345678910>>...98