Home
last modified time | relevance | path

Searched refs:Second (Results 1 – 25 of 41) sorted by relevance

12

/plugin/statdisplay/pchart/
H A DConversionHelpers.php34 $Second = floor ( $Value - $Hour * 3600 - $Minute * 60 );
42 if (strlen ( $Second ) == 1) {
43 $Second = "0" . $Second;
46 return ($Hour . ":" . $Minute . ":" . $Second);
/plugin/statistics/inc/pchart/
H A DConversionHelpers.php34 $Second = floor($Value - $Hour * 3600 - $Minute * 60);
42 if(strlen($Second) == 1) {
43 $Second = "0".$Second;
46 return ($Hour.":".$Minute.":".$Second);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_ordered_and_unordered_lists.md59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
H A Dmd1_markdown_documentation_basics.md56 A Second Level Header
79 <h2>A Second Level Header</h2>
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md4 First Header | Second Header
9 | First Header | Second Header |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md4 First Header | Second Header
9 | First Header | Second Header |
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test19 Second
/plugin/navpath/
H A Dplugin.info.txt6 desc Create a navigation path in DokuWiki like "First > Second > Third".
/plugin/webcomponent/_test/data/pages/
H A Dheading.txt14 ## Second heading
/plugin/nobadbrowser/
H A DChangeLog11 * Second pre-release.
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt53 === Second slide label ===
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md150 $group['second'] = new Hoa\Exception\Exception('Second reason');
168 * • {main}: (0) Second reason
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js320 function Second() { class in AnonymousFunction235956211700
323 Second.prototype.value = 2; class
391 …assert.notOk(_.isEqual(First, Second), 'Different functions with identical bodies and source code …
482 …assert.notOk(_.isEqual(new First, new Second), 'Objects with different constructors and identical …
484 …assert.notOk(_.isEqual({value: 2}, new Second), 'The prototype chain of objects should not be exam…
/plugin/news/
H A DREADME32 Second form: ~~NEWSFEED:<n>~~
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md65 expression, i.e. lex, parse and produce an AST. Second, generate strings based
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc226 $futures['indexRequest'] = $client->index($params); // Second request
/plugin/csv/_test/
H A Davengers.csv6 …Dies in Fear Itself brought back because that's kind of the whole point. Second death in Time Runs…
57 …"Dunphy miraculously survived the crash and lived with an Inuit tribe."" Second death when killed …
90 …animated by Scarlet Witch. Abruptly exploded killing Scott Lang as well. Second return in Marvel_Z…
/plugin/xcom/lang/en/
H A Dhowto.txt12 * Second and third rows: inputs for constructing the query
/plugin/bible/bible_douayRheims/
H A DSophonias.txt10 … the Lord, the noise of a cry from the fish gate, and a howling from the Second, and a great destr…
/plugin/projects/pchart/pchart/
H A Dpchart.php3419 $Second = floor($Value - $Hour*3600 - $Minute*60);
3423 if (strlen($Second) == 1 ) { $Second = "0".$Second; }
3425 return($Hour.":".$Minute.":".$Second);
/plugin/charter/lib/pchart/
H A DpChart.class.php3444 $Second = floor($Value - $Hour*3600 - $Minute*60);
3448 if (strlen($Second) == 1 ) { $Second = "0".$Second; }
3450 return($Hour.":".$Minute.":".$Second);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css285 Second step is nothing special, just a text with a link, so it doesn't need
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1 ….FromText',\n 'Time.Hour',\n 'Time.Minute',\n 'Time.Second',\n 'Time.S…
/plugin/pgn4web/pgn4web/
H A DREADME.txt120 …r variation), "variation" (go to the first variation) are also accepted. Second parameter if true …
/plugin/tuxquote/
H A Dquotes.txt3236 …nly be offered during the semester following the desired course. <BR> -- Second Law of Class Sched…
3259 The label NEW and/or IMPROVED means the price went up. <BR> -- Hershiser's Second Rule
3278 If you like it, and its in your size, it doesn't fit anyway. <BR> -- Hadley's Second Law of Shopping
3299 The least experienced fisherman always catches the biggest fish. <BR> -- Porkingham's Second Law
3326 Once a dish is fouled up, anything added to to save it only makes it worse. <BR> -- Second Law of K…
3388 Everything takes longer than you think. <BR> -- Murphy's Second Corollary
3392 …or the exam, the less sure you are as to which answer they want. <BR> -- Second Law of Applied Ter…
3404 …will inevitably end up covered with grease and motor oil. <BR> -- Bromberg's Second Auto Repair Law
3407 If you explain so clearly that nobody can mis-understand, somebody will. <BR> -- Chicholm's Second
3446 …you just left will start to move faster than the one you are now in. <BR> -- Second Queue Principle
[all …]

12