Home
last modified time | relevance | path

Searched refs:log (Results 76 – 100 of 654) sorted by relevance

12345678910>>...27

/plugin/diagramsnet/lib/
H A Delectron.js13 const log = require('electron-log') constant
25 autoUpdater.logger = log
96 console.log('createWindow', opt)
122 console.log('Window on close', index)
191 console.log(arg) // prints "ping"
199 console.log('ipcMain.on winman', arg)
830 log.info('@update-available@\n', a, b)
873 log.info('@update-progress@\n', d);
943 log.info('@dont check for updates!@')
991 log.error(e.message, {stack: e.stack});
[all …]
/plugin/linkback/
H A Dtools.php176 $log = parseChangelogLine($lines[$i]);
177 if ($log === false)
179 if ($log['date'] < $trim_time) {
180 $old_lines[$log['date'] . ".$i"] = $lines[$i]; // keep old lines for now (append .$i to prevent key collisions)
182 $out_lines[$log['date'] . ".$i"] = $lines[$i]; // definitely keep these lines
213 io_saveFile($conf['cachedir'].'/linkback.log',join("\n",$data)."\n\n",true);
/plugin/accscounter/lang/pt-br/
H A Dnoitem.txt1 Nenhum dado de log encontrado.
5    * Mesmo que os contadores sejam colocados corretamente, o arquivo de log não será criado em algu…
6    * Se você estiver pesquisando o arquivo de log com a palavra-chave, altere a consulta de pesquis…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte15 console.log(conf);
25 console.log(state.mermaid, state.updateEditor);
32 console.log('Mounting config');
45 console.log('Error in parsed', err);
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php27 Utils::log('debug', "Create directory $name");
49 Utils::log('debug', "Delete directory");
69 Utils::log('debug', "Create page $id - $name");
H A DFile.php20 Utils::log('debug', "Delete page");
26 Utils::log('debug', "Edit page");
/plugin/dokugource/
H A Dadmin.php23 var $log = array(); variable in admin_plugin_dokugource
108 sort($this->log);
111 fwrite($fp, trim(implode("\n", $this->log)));
146 $this->log[] = $m[1].'|'.$m[5].'|'.$m[3].'|'.$id.'|'.$this->color($m[4]);
174 ptln(implode("\n", $this->log));
/plugin/geonav/js/
H A Dearth_a.js78 console.log("loc= "+geocodeLocation);
79 console.log("loc= "+point);
90 console.log("y= "+lat);
91 console.log("x= "+lon);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md15 As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels.
34 // create a log channel
35 $log = new Logger('name');
36 $log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
38 // add records to the log
39 $log->warning('Foo');
40 $log->error('Bar');
86 …s usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer.
93 …//github.com/merorafael/yii2-monolog) or [yii2-psr-log-target](https://github.com/samdark/yii2-psr…
/plugin/minimap/
H A Dscript.js5 console.log("Mini list started");
7 $pages.map(a => console.log($pages[a].innerText));
/plugin/clipboardutils/
H A Dscript.js6 console.log(e);
10 console.log(e);
/plugin/imagelink/
H A Dscript.js5 console.log($element);
8 console.log($span);
/plugin/statdisplay/
H A Daction.php28 $log = plugin_load('helper', 'statdisplay_log');
29 $lines = $log->parseLogData($this->getConf('lines'));
/plugin/diagramsnet/lib/plugins/
H A Dpage.js34 console.log(counter + " - page reordering in " + passes + " passes");
89 console.log(counter + " - inserting " + n + " pages");
101 console.log(counter + " - removing " + n + " pages");
114 console.log(counter + " - moving " + passes + " pages");
/plugin/cleanup/
H A Dhelper.php14 private $log = 0; variable in helper_plugin_cleanup
103 if(!$this->log) $this->log = fopen($conf['cachedir'] . '/cleanup.log', 'a');
104 if($this->log) {
105 fwrite($this->log, "$time\t$size\t$type\t$file\n");
/plugin/confmanager/
H A Djquery.form.js185 log("fileAPI :" + fileAPI);
341 log('aborting upload... ' + e);
442 log('state = ' + state);
515 log('cannot access response document: ', ex);
546 log('isXml='+isXml);
612 log('error caught: ',e);
618 log('upload aborted');
732 log('DOM not ready, queuing ajaxForm');
1109 function log() { function
1113 if (window.console && window.console.log) {
[all …]
/plugin/loglog/lang/da/
H A Dintro.txt1 ====== Ugentlige Brugerlogin/log ud ======
3 Denne skærm viser alle brugernes login og log ud fra de sidste 7 dage. Du kan benytte navigationskn…
/plugin/log404/
H A Daction.php38 $log = $this->loadHelper('log404');
39 $log->save($ID);
H A Dhelper.php35 $log = fopen($this->filename(), 'r');
36 while ($line = fgetcsv($log, 900)) { // Is 900 okay for max line length?
64 fclose($log);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php296 $this->log('Loaded user from DokuWiki session');
303 $this->log('Shibboleth session found, trying to authenticate user...');
318 $this->log('Loaded user from environment');
580 $this->log(sprintf("Group source '%s' without a type", $sourceName));
595 … $this->log(sprintf("The value of '%s' must be an array", self::CONF_GROUP_SOURCE_CONFIG));
598 $this->log(sprintf("Resolved groups: %s", implode(', ', $groups)));
619 $this->log(sprintf("Non-existent group source handler '%s'", $handler));
631 …$this->log(sprintf("Error retrieving groups from source '%s' (%s): %s", $sourceName, $sourceType, …
901 $this->log($message, self::LOG_DEBUG);
912 $this->log($message, self::LOG_ERR);
[all …]
/plugin/bulletodo/
H A Dscript.js6 console.log(rawtext);
11 console.log(newtext);
/plugin/popupviewer/
H A Dscript.js26 internal.log = function(message) { function
158 internal.log(popupData);
163 internal.log("loading an image");
239 internal.log("Exception!");
240 internal.log(e);
375 internal.log("Initial Size: " + width + " " + height);
376 internal.log(offsetElement);
384 internal.log("OffsetElement Size: " + width + " " + height);
395 internal.log("After Additional Content Size: " + width + " " + height);
419 internal.log("Final Size: " + width + " " + height);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DAbstractCache.php54 protected function log($level, $message, array $context = array()) function in Mustache_Cache_AbstractCache
57 $this->logger->log($level, $message, $context);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php15 function log($msg) { function in CliLog
21 $log = new CliLog(); variable
/plugin/struct/
H A Drequirements.txt4 https://github.com/cosmocode/log lib/plugins/log

12345678910>>...27