Home
last modified time | relevance | path

Searched refs:mode (Results 1751 – 1775 of 2447) sorted by path

1...<<71727374757677787980>>...98

/plugin/pgsqlquery/
H A Dsyntax.php22 public function connectTo($mode) argument
24 $this->Lexer->addEntryPattern('<pgsql>', $mode, 'plugin_pgsqlquery');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) argument
75 if ( $mode != 'xhtml' ) return false;
/plugin/phosphor/
H A Dphblock.php38 function connectTo($mode) { argument
39 $this->Lexer->addEntryPattern('<phosphor>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
40 … $this->Lexer->addEntryPattern('<phosphor .+?>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
89 function render($mode, Doku_Renderer $renderer, $input) { argument
91 if($mode == 'xhtml'){
H A Dphitem.php38 function connectTo($mode) { argument
39 $this->Lexer->addEntryPattern('<item>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
40 $this->Lexer->addEntryPattern('<item .+?>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
84 function render($mode, Doku_Renderer $renderer, $input) { argument
86 if($mode == 'xhtml'){
/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') {
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/photowidget/
H A Dphotowidget.php112 function _str_cut($src, $keyword, $mode) argument
115 if ($mode == 'right') {
/plugin/phpipam/
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 Dstyle.css35 * visible when printing in black-on-white mode,
72 * -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
H A Dsyntax.php102 public function connectTo($mode) { argument
104 $mode, 'plugin_phpipam') ;
106 $mode, 'plugin_phpipam') ;
108 $mode, 'plugin_phpipam') ;
110 $mode, 'plugin_phpipam') ;
112 $mode, 'plugin_phpipam') ;
382 public function render($mode, Doku_Renderer $renderer, $opts) { argument
383 if ($mode == 'xhtml' && is_array($opts) and $opts) {
/plugin/phpwikify/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php25 …function connectTo( $mode ) { $this->Lexer->addEntryPattern("<phpwikify>(?=.*?</phpwikify>)… argument
41 function render( $mode, Doku_Renderer $renderer, $data ) { argument
42 if($mode == 'xhtml'){
/plugin/picasawebalbum/
H A Djquery.pwi.js32 switch (settings.mode) {
132 if (settings.mode != 'album') {
145 if(settings.mode === 'keyword'){
257 if(settings.mode === 'keyword'){
286 mode: 'albums', property in $.fn.pwi.defaults
H A Dscript.js4 function on_document_ready(div_id, username, mode, album) { argument
8 mode: mode,
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js32 switch (settings.mode) {
132 if (settings.mode != 'album') {
145 if(settings.mode === 'keyword'){
257 if(settings.mode === 'keyword'){
286 mode: 'albums', property in $.fn.pwi.defaults
H A Djquery.pwi.js.patch11 switch (settings.mode) {

1...<<71727374757677787980>>...98