Home
last modified time | relevance | path

Searched refs:mode (Results 101 – 125 of 2447) sorted by last modified time

12345678910>>...98

/plugin/photogallery/lightGallery/js/
H A Dlightgallery.min.js4mode:"lg-slide",cssEasing:"ease",easing:"linear",speed:600,height:"100%",width:"100%",addClass:"",… property in AnonymousFunction7137b5ee0200.c
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt125 ¤ 'file' paramter removed (use object mode instead)
126 ¤ 'goto' paramter removed (use object mode instead)
403 fsockopen mode
407 in object mode (thanks infoØdoepud*co*uk)
477 running in "cli" mode (thanks flobeeØgmail*com)
521 prevent object-mode errors dying in an error image
650 * Bugfix: 'hash' warning in high_security mode
755 * Bugfix: 'aoe' was ignored in object mode
842 config_output_format in object mode
910 * Bugfix: several PHP safe mode fixes
[all …]
H A Dphpthumb.faq.txt129 use for the object mode. Also, phpThumb.config.php is only
209 for how to call images in HighSecurity mode)
274 and I checked php.ini and it's already set off. How do I disable safe mode?
H A Dphpthumb.readme.txt130 display resized images, please just use phpThumb.php, not the object mode.
184 Note: High-Security mode is VERY STRONGLY recommended enabled in all cases.
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-10.txt227 when it starts in an interactive mode:
H A Dlicense.gpl-20.txt313 when it starts in an interactive mode:
H A Dlicense.gpl-30.txt308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A Dlicense.lgpl-30.txt24 Defining a subclass of a class defined by the Library is deemed a mode
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default43 …led) then debug mode will be FORCED -- ONLY debug output will be presented, no actual thumbnail (t…
130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
/plugin/photogallery/
H A Dscript.js22 mode:"lg-fade",
H A Dsyntax.php48 function connectTo($mode) { argument
49 …$this->Lexer->addSpecialPattern('----+ *photogallery(?: [ a-zA-Z0-9_]*)?-+\n.*?\n?----+', $mode, '…
224 function render($mode, Doku_Renderer $R, $data){ argument
231 if($mode == 'xhtml'){
240 }elseif($mode == 'metadata'){ // NOM da rivedere
/plugin/dokuprism/syntax/
H A Dcode.php25 $this->mode = substr(get_class($this), 7); // syntax mode, drop 'syntax_' from class name
34 public function connectTo($mode) argument
36 if ($this->getConf('override_file')) $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
37 if ($this->getConf('override_code')) $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
42 if ($this->getConf('override_file')) $this->Lexer->addExitPattern($this->pattern[2], $this->mode);
43 if ($this->getConf('override_code')) $this->Lexer->addExitPattern($this->pattern[12], $this->mode);
/plugin/sqlite/
H A Dhelper.php257 $mode = $assoc ? PDO::FETCH_ASSOC : PDO::FETCH_NUM;
258 $this->data = $res->fetchAll($mode);
/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);
H A Dsyntax.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{struct-status>.*?}}', $mode, 'plugin_structstatus');
61 * @param string $mode Renderer mode (supported modes: xhtml)
66 public function render($mode, Doku_Renderer $renderer, $data) { argument
67 if($mode != 'xhtml') return false;
/plugin/starred/
H A Dsyntax.php30 public function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('{{starred(?:>min)?(?:\|\d+)?}}', $mode, 'plugin_starred');
44 public function render($mode, Doku_Renderer $R, $data) argument
46 if ($mode != 'xhtml') return false;
/plugin/structprogress/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/structprogress/types/
H A DProgress.php57 public function renderValue($value, \Doku_Renderer $R, $mode) argument
59 if ($mode == 'xhtml') {
81 public function renderMultiValue($values, \Doku_Renderer $R, $mode) argument
83 if ($mode == 'xhtml') {
86 $this->renderValue($value, $R, $mode);
/plugin/encryptedpasswords/
H A Dsyntax.php25 public function connectTo($mode)
27 $this->Lexer->addSpecialPattern('<decrypt>(?:.*?<\/decrypt>)', $mode, 'plugin_encryptedpasswords');
38 public function render($mode, Doku_Renderer $renderer, $data)
40 if ($mode !== 'xhtml') {
23 connectTo($mode) global() argument
36 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('~~forceTOC~~', $mode, 'plugin_nodetailsxhtml_forcetoc');
41 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dacronym.php58 function connectTo($mode){ argument
62 $this->Lexer->addSpecialPattern($this->pattern,$mode,'acronym');
70 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dscripting.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('~~isScripting~~', $mode, 'plugin_nodetailsxhtml_scripting');
41 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/keywords/syntax/
H A Dkeywords.php30 function connectTo($mode){ argument
31 if ($mode == 'base'){
32 $this->Lexer->addSpecialPattern('{{keywords>.+?}}',$mode,'plugin_keywords_keywords');
45 function render($mode, Doku_Renderer $renderer, $data) { argument
46 switch ($mode) {
/plugin/diffpreview/
H A Dplugin.info.txt6 desc Adds button for diff preview in edit mode.
/plugin/qna/syntax/
H A Dblock.php12 private $mode; variable in syntax_plugin_qna_block
20 $this->mode = substr(get_class($this), 7);
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('\n\?{3}.*?(?=\n)', $mode, $this->mode);
48 $this->Lexer->addSpecialPattern('\n!{3}', $mode, $this->mode);
82 public function render($mode, Doku_Renderer $renderer, $data) { argument
83 if ($mode == 'xhtml') {
101 elseif ($mode == 'metadata') {

12345678910>>...98