Home
last modified time | relevance | path

Searched refs:info (Results 276 – 300 of 1857) sorted by last modified time

1...<<11121314151617181920>>...75

/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DAbstractLogger.php111 public function info($message, array $context = array()) function in Psr\\Log\\AbstractLogger
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md32 $this->logger->info('Doing work');
/plugin/embeddedphp/
H A DREADME21 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/htmlokalt/
H A DREADME.md13 Licensed under GPL 3.0 or later. See LICENSE for license info.
/plugin/statistics/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Ddb.sql242 `info` VARCHAR(50) NOT NULL,
245 PRIMARY KEY (`info`, `dt`)
H A Dadmin.php156 foreach($this->pages as $key => $info) {
157 if (is_array($info)) {
166 foreach($info as $page) {
253 // general info
/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`)
H A DStatisticsQuery.class.php30 // general user and session info
182 public function history($tlimit, $info, $interval = false) { argument
192 if($info == 'media_size' || $info == 'page_size') {
200 AND info = '$info'
H A DStatisticsGraph.class.php91 * Create a history graph for the given info type
93 * @param $info
95 protected function history($info) { argument
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
128 $DataSet->setYAxisName($this->hlp->getLang('graph_'.$info));
/plugin/statistics/ico/flags/
H A DREADME3 License info at the page:
/plugin/farmer/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dhelper.php270 * Return a structure giving detailed info about the state of all plugins in an animal
277 $info = [];
290 $info[$plugin] = $current;
293 ksort($info);
294 return $info;
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/const/
H A DREADME.md11 See LICENSE for license info.
/plugin/sql2wiki/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/approve/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/btable2/
H A Dsyntax.php143 $renderer->info['cache'] = false;
/plugin/structacl/_test/
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('structacl', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/structacl/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/htmlmetatags/
H A DREADME.md13 Please refer to http://www.dokuwiki.org/plugins for additional info on
/plugin/notification/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/ireadit/action/
H A Dmigration.php107 foreach ($users as $user => $info) {
/plugin/ireadit/
H A Dhelper.php31 foreach ($all_users as $user => $info) {
34 } elseif (array_intersect($groups, $info['grps'])) {
/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]);

1...<<11121314151617181920>>...75