Searched refs:Second (Results 1 – 25 of 46) sorted by relevance
12
| /plugin/statdisplay/pchart/ |
| D | ConversionHelpers.php | 34 $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/ |
| D | md1_ordered_and_unordered_lists.md | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
| D | md1_markdown_documentation_basics.md | 56 A Second Level Header 79 <h2>A Second Level Header</h2>
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | tables.md | 4 First Header | Second Header 9 | First Header | Second Header |
|
| /plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
| D | tables.md | 4 First Header | Second Header 9 | First Header | Second Header |
|
| /plugin/button/tests/data/pages/ |
| D | start.txt | 10 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/ |
| D | block_names_unicity.test | 19 Second
|
| /plugin/navpath/ |
| D | plugin.info.txt | 6 desc Create a navigation path in DokuWiki like "First > Second > Third".
|
| /plugin/webcomponent/_test/data/pages/ |
| D | heading.txt | 14 ## Second heading
|
| /plugin/nobadbrowser/ |
| D | ChangeLog | 17 * Second pre-release.
|
| /plugin/bootswrapper/exe/help/ |
| D | carousel.txt | 53 === Second slide label ===
|
| /plugin/findologicxmlexport/vendor/hoa/exception/ |
| D | README.md | 150 $group['second'] = new Hoa\Exception\Exception('Second reason'); 168 * • {main}: (0) Second reason
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | objects.js | 320 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/ |
| D | README | 32 Second form: ~~NEWSFEED:<n>~~
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | README.md | 65 expression, i.e. lex, parse and produce an AST. Second, generate strings based
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | README.md | 103 $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/ |
| D | futures.asciidoc | 226 $futures['indexRequest'] = $client->index($params); // Second request
|
| /plugin/csv/_test/ |
| D | avengers.csv | 6 …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/ |
| D | howto.txt | 12 * Second and third rows: inputs for constructing the query
|
| /plugin/bible/bible_douayRheims/ |
| D | Sophonias.txt | 10 … 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/ |
| D | pchart.php | 3419 $Second = floor($Value - $Hour*3600 - $Minute*60); 3423 if (strlen($Second) == 1 ) { $Second = "0".$Second; } 3425 return($Hour.":".$Minute.":".$Second);
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 3444 $Second = floor($Value - $Hour*3600 - $Minute*60); 3448 if (strlen($Second) == 1 ) { $Second = "0".$Second; } 3450 return($Hour.":".$Minute.":".$Second);
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.css | 285 Second step is nothing special, just a text with a link, so it doesn't need
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 43.43.js.map | 1 ….FromText',\n 'Time.Hour',\n 'Time.Minute',\n 'Time.Second',\n 'Time.S…
|
| /plugin/pgn4web/pgn4web/ |
| D | README.txt | 120 …r variation), "variation" (go to the first variation) are also accepted. Second parameter if true …
|
12