Home
last modified time | relevance | path

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

12

/plugin/statdisplay/pchart/
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/
Dmd1_ordered_and_unordered_lists.md59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
Dmd1_markdown_documentation_basics.md56 A Second Level Header
79 <h2>A Second Level Header</h2>
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dtables.md4 First Header | Second Header
9 | First Header | Second Header |
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
Dtables.md4 First Header | Second Header
9 | First Header | Second Header |
/plugin/button/tests/data/pages/
Dstart.txt10 Second style blue and 25em [[{conf.styles}second|color:blue; width:25em;]]
31 Title: [[{{buttons:books.png}folder:target2|Second target]]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dblock_names_unicity.test19 Second
/plugin/navpath/
Dplugin.info.txt6 desc Create a navigation path in DokuWiki like "First > Second > Third".
/plugin/webcomponent/_test/data/pages/
Dheading.txt14 ## Second heading
/plugin/nobadbrowser/
DChangeLog17 * Second pre-release.
/plugin/bootswrapper/exe/help/
Dcarousel.txt53 === Second slide label ===
/plugin/findologicxmlexport/vendor/hoa/exception/
DREADME.md150 $group['second'] = new Hoa\Exception\Exception('Second reason');
168 * • {main}: (0) Second reason
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dobjects.js320 function Second() { class
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/
DREADME32 Second form: ~~NEWSFEED:<n>~~
/plugin/findologicxmlexport/vendor/hoa/regex/
DREADME.md65 expression, i.e. lex, parse and produce an AST. Second, generate strings based
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md103 $html = '<ul><li>First</li><li>Second</li><li>Third</li></ul>';
115 // Returns: <html><body><ul><li>First<b>!</b></li><li>Second<b>!</b></li><li>Third<b>!</b></li></ul…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dfutures.asciidoc226 $futures['indexRequest'] = $client->index($params); // Second request
/plugin/csv/_test/
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/
Dhowto.txt12 * Second and third rows: inputs for constructing the query
/plugin/bible/bible_douayRheims/
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/
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/
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/
Dimpress.css285 Second step is nothing special, just a text with a link, so it doesn't need
/plugin/dirtylittlehelper/mermaid/editor/docs/
D43.43.js.map1 ….FromText',\n 'Time.Hour',\n 'Time.Minute',\n 'Time.Second',\n 'Time.S…
/plugin/pgn4web/pgn4web/
DREADME.txt120 …r variation), "variation" (go to the first variation) are also accepted. Second parameter if true …

12