Home
last modified time | relevance | path

Searched refs:log (Results 301 – 325 of 654) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/mobiletable/
H A Dscript.js5 …w+=1;else{if(void 0===f.children[l-w]){console.log("mobileTables: Unsupported table layout:");cons…
/plugin/issuetracker/
H A DREADME11 be added to an issue log (project). Some checks are implemented to prove if
13 if the issue was added successfully to the log file or a red one with details
150 where the communication is stored to. Additionally a status log file will
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte31 console.log('Error in parsed', e.hash);
/plugin/gitlog/
H A Dreadme.md1 # Git repository log viewer for Dokuwiki
/plugin/pwaoffline/
H A Dsw.js53 console.log('[ServiceWorker] Activate');
/plugin/sectionedit/
H A Dscript.js21 console.log($currentButton);
/plugin/groupmail/
H A DREADME.textile80 p. Define a log dokuwiki file where all emails are logged to for later reference.
82 bc. {{groupmail>sendlog=:path:to:log:file}}
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17 …typeof a[b]||!a[b])}function o(a){window.console&&window.console.log&&window.console.log("RangyInp…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml534 'negative infinity' => log(0),
535 'not a number' => -log(0),
761 for the log file
785 'User' => 'ed', 'Warning' => "This is an error message for the log file\n" } )
818 The next stream is a log file - a sequence of
819 log entries. Adding an entry to the log is a
822 …s a single text value. The next stream is a log file - a sequence of log entries. Adding an entry …
1523 'negative infinity' => log(0),
1524 'not a number' => -log(0)
/plugin/dirtylittlehelper/
H A Dscript.js182 console.log('SUCCESS javascript dlh_copyme - copied to clipboard: '.dlh_value);
185 console.log("ERROR javascript dlh_copyme - source not found:" + dlh_source_id);
308 console.log('dlh cant find the dlh icon in the toolbar');
/plugin/twistienav4bootstrap3/
H A Dscript.js16 console.log('x');
/plugin/loglog/helper/
H A Dalert.php162 return $this->multiplier === 1 ? $this->multiplier : log($this->multiplier, 2) + 1;
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php304 … 'log' => xcallable(function ($value, $base = 10) { return log($value, $base); }),
/plugin/openlayersmap/
H A DStaticMap.php234 // $vy00 = log(tan(M_PI*(0.25 + $centroid->getY()/360)));
235 $vy0 = log(tan(M_PI * (0.25 + $bbox ['miny'] / 360)));
236 $vy1 = log(tan(M_PI * (0.25 + $bbox ['maxy'] / 360)));
251 $zoom = log(360 / ($resolution * $this->tileSize), 2);
352 return (1 - log(tan($lat * M_PI / 180) + 1 / cos($lat * M_PI / 180)) / M_PI) / 2 * 2 ** $zoom;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc43 * Usage of psr/log version 2
169 * Added JUnit log for PHPUnit
197 * Fixes port missing in log https://github.com/elastic/elasticsearch-php/issues/925[#925]
272 * Added the HTTP port in the log messages
341 * Added warning log for {es} response containing the `Warning` header
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php18 public $log = []; variable in Antlr\\Antlr4\\Runtime\\Recognizer
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt29 --log-junit <file> Log test execution in JUnit XML format to file.
30 --log-teamcity <file> Log test execution in TeamCity format to file.
H A Dhelp2.phpt30 --log-junit <file> Log test execution in JUnit XML format to file.
31 --log-teamcity <file> Log test execution in TeamCity format to file.
/plugin/chat/
H A Dreadme.txt81 plugin accesses from access.log.
88 CustomLog /var/log/apache2/access.log combined env=!dontlog
/plugin/const/
H A Dclass.evalmath.php1044 public static function log( $number, $base = M_E ) { function in EvalMath_Functions
1045 return log( $number, $base );
1148 $number_characters = (int) ceil( log( $max + 1 - $min, 16 ) );
/plugin/git/
H A Dhelper.php542 $log = $repo->get_log();
544 if ($log !== "")
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js.map1log message on these tokens.\n // Note: message are supressed during the first load -- …
/plugin/pagestat/
H A Dscript.js309 PTlog.prototype.log=function(txt){ method in PTlog
315 this.log(out_txt);
882 console.log(subt_name+"---"+JSINFO['id']);
908 ptlog.log("hello,iam xxpg_analyze click : {0}".format(jQuery(this).html()));
1840 console.log("during timer");
1843 console.log("click_delay");
1870 console.log("iam check init {0}".format(jq_content.attr("init")))
1874 console.log("iam waiting")
2078 ptlog.log("hello");
/plugin/discussion/
H A Daction.php1189 $log = parseChangelogLine($lines[$i]);
1190 if ($log === false) continue; // discard junk
1191 if ($log['date'] < $trim_time) {
1192 …$old_lines[$log['date'].".$i"] = $lines[$i]; // keep old lines for now (append .$i to prevent …
1194 $out_lines[$log['date'].".$i"] = $lines[$i]; // definitely keep these lines
/plugin/darcs/
H A Dadmin.php17 var $log=array(); variable in admin_plugin_darcs

1...<<11121314151617181920>>...27