Home
last modified time | relevance | path

Searched refs:log (Results 201 – 225 of 654) sorted by relevance

12345678910>>...27

/plugin/gitlog/
H A Dsyntax.php103 $log = $this->git_log($repository, $limit, $bare);
108 foreach($log as $row)
/plugin/webdav/core/Backend/
H A DAuth.php35 Utils::log('fatal', 'Unauthorized. Check webdav.remoteuser option');
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js476 var log = 31 - clz(buf | 1); // log2(buf)
478 if (log - k >= 32 - MIN_CACHE_BITS && 32 - log < limit) {
479 buf >>>= log - k;
480 buf += (30 - log) << k;
482 data.advance(32 + k - log);
/plugin/fedauth/Auth/OpenID/
H A DMessage.php324 Auth_OpenID::log("\"%s\" is not an allowed namespace alias",
332 Auth_OpenID::log('"%s" must not contain a dot', $desired_alias);
343 Auth_OpenID::log('Cannot map "%s" because previous mapping exists',
353 Auth_OpenID::log('Cannot map %s to alias %s. ' .
576 Auth_OpenID::log('Invalid null namespace: "%s"', $openid_ns_uri);
/plugin/googlemaps3/
H A Dscript.js86 console.log('Googlemaps3 Plugin: geocode failed, status='+status);
96 console.log('Googlemaps3 Plugin: geocode failed, status='+status);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php185 …public static function log(LoggerInterface $logger, MessageFormatter $formatter, $logLevel = 'info… function in GuzzleHttp\\Middleware
192 $logger->log($logLevel, $message);
/plugin/offline/
H A Dcreate.php419 function delete_file($filenameWithPathStr, $log = true) { argument
422 if ($log) log_msg(__LINE__, 'Deleting "' . $filenameWithPathStr . '" ...');
437 function remove_directory($pathStr, $log = true) { argument
440 if ($log) log_msg(__LINE__, 'Removing directory "' . $pathStr . '" ...');
/plugin/projects/syntax/
H A Dprojectfile.php92 . $changelog . '">change log</a>');
/plugin/letsencrypt/
H A Dstyle.less32 div.log {
/plugin/task/lang/en/
H A Dsubscribermail.txt14 To unsubscribe from this page log into the wiki and then click this link:
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md24 console.log("notice the blank line before this function?");
/plugin/task/lang/pt-br/
H A Dsubscribermail.txt14 To unsubscribe from this page log into the wiki and then click this link:
/plugin/task/lang/cs/
H A Dsubscribermail.txt14 To unsubscribe from this page log into the wiki and then click this link:
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DCore.php13 $mask = (2 << log($len - 1) / M_LN2) - 1;
/plugin/hipchat/
H A Dcomposer.lock34 "guzzle/log": "self.version",
43 "guzzle/plugin-log": "self.version",
58 "zendframework/zend-log": "2.0.*"
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php124 public function log($level, $message, array $context = array()); function
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php124 public function log($level, $message, array $context = array()); function
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php124 public function log($level, $message, array $context = array()); function
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerInterface.php122 public function log($level, $message, array $context = array()); function
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php124 public function log($level, $message, array $context = array()); function
/plugin/linkback/lang/en/
H A Dsubscribermail.txt15 To unsubscribe from this page log into the wiki and then click this link:
/plugin/ssocas/
H A Daction.php72 …$log = $t."\t".strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_US…
73 io_saveFile($conf['cachedir'].'/ssocas.log',"$log\n",true);
/plugin/loglog/
H A Daction.php141 $log = $event->data['message'];
151 $this->logHelper->writeLine($log, $user);
/plugin/zenlogin/
H A Dplugin.info.txt6 desc This plugin automatically creates user and log them in at Zenphoto. When a user changed, the…
/plugin/openid/Auth/OpenID/
H A DMessage.php370 Auth_OpenID::log("\"%s\" is not an allowed namespace alias",
378 Auth_OpenID::log('"%s" must not contain a dot', $desired_alias);
389 Auth_OpenID::log('Cannot map "%s" because previous mapping exists',
399 Auth_OpenID::log('Cannot map %s to alias %s. ' .
640 Auth_OpenID::log('Invalid null namespace: "%s"', $openid_ns_uri);

12345678910>>...27