Home
last modified time | relevance | path

Searched refs:info (Results 776 – 800 of 1857) sorted by relevance

1...<<31323334353637383940>>...75

/plugin/edittable/script/
H A Dcontextmenu.js184 var info = this.mergeCells.mergedCellInfoCollection.getInfo(sel[0], sel[1]);
185 if (info) {
/plugin/statistics/
H A Ddb.sql242 `info` VARCHAR(50) NOT NULL,
245 PRIMARY KEY (`info`, `dt`)
/plugin/htmlokay/
H A Dadmin.php272 foreach($this->directories as $dir => $info)
274 if (!isset($info['namespace'])) continue;
280 $options[] = "<option value=\"$dir\" $selected>" . $info['namespace'] . '</option>' ;
/plugin/statistics/inc/
H A DStatisticsLogger.class.php17 * Parses browser info and set internal vars
138 foreach($SEARCHENGINES as $regex => $info) {
141 $name = array_shift($info);
143 foreach($info as $k) {
251 $data = $http->get('http://api.hostip.info/get_html.php?ip=' . $ip);
508 (`info`, `value`, `dt`)
535 (`info`, `value`, `dt`)
/plugin/odtplus2dw/
H A Daction.php80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
86 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
270 # * 1 : info message
378 $info = pathinfo($this->userFile);
379 $this->odtFileName = $info['filename'] . '.odt';
413 # _msg info report ( debugLvl >= 2 ) display message about active plugin
420 // _msg info report
455 # Refresh info about the current page (see doku.php where $INFO is initiate) - Needed for edit or preview "parserPostDisplay" option
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/showsamples/
H A Dsyntax.php53 $renderer->info['cache'] = FALSE;
/plugin/gil/
H A DREADME18 See COPYING for license info.
/plugin/webcomponent/
H A Dwebcomponent.php108 return p_render('xhtml', $instructions, $info);
/plugin/autogallery/
H A Dsyntax.php82 if ($disablecache) $renderer->info['cache'] = false;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/odtsupport/
H A DREADME.md11 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/smtp/classes/
H A DLogger.php124 public function info($message, array $context = array()) function in splitbrain\\dokuwiki\\plugin\\smtp\\Logger
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/starred/
H A Dsyntax.php50 $R->info['cache'] = false;
/plugin/noiewarning/
H A DREADME20 See COPYING for license info.
/plugin/codebuttonmod1/
H A DREADME.MD30 - **plugin.info.txt** for easy setup using a named zip file
/plugin/dokutexit/
H A Dsyntax.php102 $renderer->info['cache'] = $this->_texit->docache();
/plugin/chat/
H A Dlocal.php.dist9 $conf['chat']['show-progress'] = true; // display info bar
/plugin/hidden/
H A DREADME.md11 See https://www.dokuwiki.org/plugin:hidden for more info about installation and usage.
/plugin/bez/syntax/
H A Dnav.php26 $r->info['cache'] = false;
/plugin/odt/ODT/
H A DODTUtility.php198 $info = getimagesize($src);
200 $width = $info[0];
201 $height = $info[1];
203 $height = round(($width * $info[1]) / $info[0]);
/plugin/sphinxsearch-was/
H A Daction.php95 $info = array();
96 echo p_render('xhtml', p_get_instructions($this->getHelpInfo()), $info);

1...<<31323334353637383940>>...75