Home
last modified time | relevance | path

Searched refs:log (Results 101 – 125 of 654) sorted by relevance

12345678910>>...27

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php32 public $log = []; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
181 $this->log[] = \sprintf('DFA after matchATN: %s', $this->decisionToDFA[$old_mode]->toLexerString());
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
203 $this->log[] = \sprintf('execATN loop starting closure: %s', (string) $s->configs);
277 $this->log[] = \sprintf('reuse state %d edge to %d', $s->stateNumber, $target->stateNumber);
380 $this->log[] = \sprintf(
426 $this->log[] = \sprintf('ACTION %s', (string) $lexerActionExecutor) . \PHP_EOL;
482 $this->log[] = \sprintf('closure(%s)', $config->toString(true));
488 $this->log[]
[all...]
/plugin/dokugource/
H A Daction.php19 var $log = array(); variable in action_plugin_dokugource
110 sort($this->log);
113 echo trim(implode("\n", $this->log)."\nDone\n");
144 $this->log[] = $m[1].'|'.$m[5].'|'.$m[3].'|'.$id.'|'.$this->color($m[4]);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte49 console.log('ga:', 'send', 'event', 'render', graphType, graphType);
76 console.log('view fail', e);
84 console.log('code error: ', _error);
92 console.log('conf error: ', _error);
/plugin/pycode/
H A Daction.php93 $log = DOKU_PLUGIN . "pycode/tmp/logfile";
94 $log = json_decode(file_get_contents($log), true);
96 foreach ($log as $page => $files) {
/plugin/webdav/
H A Dserver.php66 Utils::log('fatal', "[{class}] {message} in {file}({line})", [
74 Utils::log('debug', '====================');
/plugin/ocr/
H A Dscript.js13 console.log(img_text);
17 { logger: m => console.log(m) }
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js78 initialize: function(log) { argument
79 this.log = $(log);
80 if (this.log) {
85 if (!this.log) return;
99 if (!this.log) return;
106 if (!this.log) return;
110 if (!this.log) return;
114 this.log.innerHTML =
544 Test.context = function(name, spec, log){ argument
567 new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name });
/plugin/swiftmail/
H A Daction.php38 $log =& Swift_LogContainer::getLog();
39 $log->setLogLevel(Swift_Log::LOG_EVERYTHING);
127 $dbglog = $log->dump(true);
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js140 return sum + Math.log(x);
181 function log(text) { function
182 console.log(text + '');
199 log('\nSit back and relax, this may take a while.');
207 log('\n' + this.name + ':');
210 log(event.target);
220 log('There was a problem, skipping...');
232 log('It\'s too close to call.');
238 log(
266 log('\n' + buildName + ' ' + message + ' ' + otherName + '.');
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php240 var $log = array(); variable in csstidy
332 function log($message,$type,$line = -1) function in csstidy
340 if(!isset($this->log[$line]) || !in_array($add,$this->log[$line]))
342 $this->log[$line][] = $add;
373 …$this->log('Replaced unicode notation: Changed \\'. $add .' to ' . chr(hexdec($add)),'Information'…
391 $this->log('Removed unnecessary backslash','Information');
549 $this->log('Invalid @-rule: '.$invalid_at_name.' (removed)','Warning');
729 $this->log('Removed invalid property: '.$this->property,'Warning');
733 …$this->log('Invalid property in '.strtoupper($this->get_cfg('css_level')).': '.$this->property,'Wa…
784 $this->log('Fixed incorrect newline in string','Warning');
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js16log:function(){if(typeof(console)!="undefined"&&console.log){console.log.apply(console,arguments);… method in Syntax
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-tap.phpt2 phpunit --log-tap php://stdout BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--log-tap';
/plugin/sympaauth/lang/en/
H A Dlogin.txt3 You are currently not logged in! Enter your authentication credentials below to log in.
4 You need to have cookies enabled to log in.
/plugin/upgrade/
H A Dstyle.css7 #plugin__upgrade .log-error::before {
11 #plugin__upgrade .log-warning::before {
15 #plugin__upgrade .log-notice::before {
/plugin/recommend/
H A Dadmin.php17 $log = new helper_plugin_recommend_log($this->month);
18 $this->entries = $log->getEntries();
19 $this->logs = $log->getLogs();
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md27 * Fixed support for psr/log 3.x (#1589)
32 * Fixed support for psr/log 2.x (#1587)
146 * Added SqsHandler to send log records to an AWS SQS queue
336 * Added $capSize in RedisHandler to cap the log size
395 * Added SlackHandler to log records to a Slack.com account
396 * Added FleepHookHandler to log records to a Fleep.io account
441 * Added HtmlFormatter to send prettier log emails with colors for each log level
488 * Added ProcessIdProcessor to inject the PID in log records
505 * Added ZendMonitorHandler to log to the Zend Server monitor
525 * Added microsecond precision to log records' timestamps
[all …]
/plugin/syntaxhighlightjs/
H A Dgulpfile.js49 console.log(stdout);
50 console.log(stderr);
/plugin/authgooglesheets/
H A Dcomposer.lock263 "psr/log": "^1.1"
266 "psr/log": "Required for using the Log middleware"
520 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
523 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
549 "ext-openssl": "Required to send log messages using SSL",
583 "log",
932 "name": "psr/log",
936 "url": "https://github.com/php-fig/log.git",
970 "homepage": "https://github.com/php-fig/log",
972 "log",
[all …]
/plugin/zip/
H A Dadmin.php131 File_Archive::predEreg('\.log$'),
152 File_Archive::predEreg('\.log$'),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php62 … $this->logger->log(strtolower($record['level_name']), (string) $formatted, $record['context']);
64 … $this->logger->log(strtolower($record['level_name']), $record['message'], $record['context']);
/plugin/logautherror/
H A DREADME.markdown4 …simple to use Wiki, mainly aimed at creating documentation of any kind."), log in apache error_log…
5 … [fail2ban](https://github.com/fail2ban/fail2ban "Fail2Ban scans log files like /var/log/pwdfail a…
/plugin/combo/resources/webcode/
H A Dwebcode-console.js15 * A log entry is used because the HTML page
17 * when the console.log or console.table is called
164 type: "log",
176 for (const log of logs) {
177 let {type, data} = log;
178 if (type === "log") {
190 window.console.log = function (input) { function
201 // log may be added later, flush the logs at interval
/plugin/bpmnioeditor/
H A Dscript.js145 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
153 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
194 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
199 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn);
253 … console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err.message, err.warnings);
/plugin/iphelper/
H A Dscript.js37 console.log('CIDR in input address is out of range');
144 console.log('CIDR in input address is out of range');
160 console.log('IP Address not formated x.x.x.x -> xxx.xxx.xxx.xxx');
170 console.log('IP address octect is larger than 255');
178 console.log('Subnetmask not formated x.x.x.x -> xxx.xxx.xxx.xxx');
188 console.log('Subnetmask improper ordering, not in order');
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php326 ['.Inf', -log(0)],
327 ['-.Inf', log(0)],
405 ['.Inf', -log(0)],
406 ['-.Inf', log(0)],
488 ['.Inf', -log(0)],
489 ['-.Inf', log(0)],

12345678910>>...27