Home
last modified time | relevance | path

Searched refs:log (Results 226 – 250 of 654) sorted by relevance

12345678910>>...27

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php125 public function log($level, $message, array $context = array()); function
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php354 protected function getGFProduct($a, $b, $log, $alog, $gf) { argument
358 return ($alog[($log[$a] + $log[$b]) % ($gf - 1)]);
374 $log[0] = 0;
381 $log[$alog[$i]] = $i;
383 ksort($log);
390 $c[$j] = $c[($j - 1)] ^ $this->getGFProduct($c[$j], $alog[$i], $log, $alog, $gf);
392 $c[0] = $this->getGFProduct($c[0], $alog[$i], $log, $alog, $gf);
412 $we[$j] = ($we[($j + 1)] ^ $this->getGFProduct($k, $c[($nc - $j - 1)], $log, $alog, $gf));
/plugin/diagramsnet/lib/plugins/
H A Dprops.js72 console.log(result);
76 console.log(JSON.stringify(result, null, ' '));
/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md29 console.log('error rendering', err);
31 console.log('rendered');
/plugin/recommend/
H A Daction.php235 $log = new helper_plugin_recommend_log(date('Y-m'));
236 $log->writeEntry($id, $sender, $recipients, $comment);
/plugin/combo/resources/images/
H A Derror-bad-format.svg4 <title>Bad svg file: check the log to see the error</title>
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dtasks.coffee16 grunt.log.ok 'You can access tests on ' + 'http://localhost:3000'.blue + ' (Ctrl+C to stop)'
/plugin/sphinxsearch-was/
H A Dsphinx.conf40 log = ../../../data/sphinxsearch/searchd.log
41 query_log = ../../../data/sphinxsearch/query.log
/plugin/sphinxsearch/
H A Dsphinx.conf42 log = ../../../data/sphinxsearch/searchd.log
43 query_log = ../../../data/sphinxsearch/query.log
/plugin/accscounter/
H A Dplugin.info.txt6 …ole period. You can also show the list of the popularity according to the log data taken by the p…
/plugin/deletepagebutton/
H A Dscript.js60 console.log(submit_url);
/plugin/datatemplate/
H A DREADME.md8 Changes log are maintained on the [official plugin page](https://www.dokuwiki.org/plugin:datatempla…
/plugin/userhomepage/
H A DREADME.md9 A [live demo website](http://demo.geekitude.fr/) is available. Simply log in as **demo** (same stri…
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js22 console.log('state from url', stateStr);
/plugin/revealjs/plugin/notes-server/
H A Dclient.js9 console.log( 'View slide notes at ' + window.location.origin + '/notes/' + socketId );
/plugin/infomail/
H A Daction.php270 …$log = $t . "\t" . strftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sende…
271 io_saveFile($logfile, "$log\n", true);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte34 console.log('SVG', getBase64SVG());
84 console.log('event', event.target);
89 console.log('event', event);
/plugin/datapopup/
H A Dscript.js50 console.log($link.datapopup_name);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js1 …:"operator","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,{token:"annotation",log:"annotation token: …
/plugin/usercontact/
H A Dscript.js55 console.log($link.usercontact_name);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md3 The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
/plugin/batchedit/
H A Dserver.js22 console.log(status + ': ' + message);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js21 if(rule.debug){Syntax.log("extractMatches",rule,index,match[index],match);}
30 …hild=this.children[i],end=child.offset;if(child.offset<this.offset){Syntax.log("Syntax Warning: Of…
32 …set,this.endOffset-start),container);}else if(start>this.endOffset){Syntax.log("Syntax Warning: St…
55 Syntax.Match.prototype.insertAtEnd=function(match){if(!this.contains(match)){Syntax.log("Syntax Err…
76 if(children.length){Syntax.log("Syntax Error: Children nodes not consumed",children.length," remain…
92 …undefined'){this.rules.push(jQuery.extend({owner:this},rule));}else{Syntax.log("Syntax Error: Malf…
93 if(rule.debug){Syntax.log("Syntax matches:",rule,text,matches);}
/plugin/hidden/
H A DREADME.md5 If you're interested in maintaining this plugin, just send me an email (adress available in the commit log) and I'll make sure to give all the information you will need.
/plugin/aichat/
H A Daction.php73 Logger::getInstance('aichat')->log(
89 'answer' => 'An error occurred. More info may be available in the error log. ' . $e->getMessage(),

12345678910>>...27