Searched refs:second (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
H A D | Date.php | 728 $second = isset($match['second']) ? (int) $match['second'] : 0; 740 $second = (int) round($second + $second_fraction); 742 return gmmktime($hour, $minute, $second, $month, $day, $year) - $timezone; 814 $hour = $minute = $second = '([0-9]{2})'; 819 …$optional_fws . $minute . '(?:' . $optional_fws . ':' . $optional_fws . $second . ')?' . $fws . $z… 866 $second = $match[7]; 868 $second = 0; 871 …return gmmktime(intval($match[5]), intval($match[6]), intval($second), intval($month), intval($mat… 891 $year = $hour = $minute = $second = '([0-9]{2})'; 893 …y . '-' . $month . '-' . $year . $space . $hour . ':' . $minute . ':' . $second . $space . $zone .…
|
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
H A D | ColorOperation.php | 170 [$first, $second] = $args[2]; 172 $second = Asserts::assertColor($second); 175 $second_a = $this->alpha($second); 191 $w1 * $first[1] + $w2 * $second[1], 192 $w1 * $first[2] + $w2 * $second[2], 193 $w1 * $first[3] + $w2 * $second[3],
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 23 Options (see below) can be passed as a second parameter to the `run` factory. 99 Options can be passed as associatiave array as the second parameter in `Slika::run`.
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | style.ini | 10 ; Define the stylesheets your template uses here. The second value
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (… 109 widths, the second contains the texts to fill into the columns. Between each column a border is pri…
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
H A D | README.md | 47 result or write it to the path specified by an optional second argument.
|
/dokuwiki/lib/scripts/ |
H A D | fileuploader.js | 19 qq.extend = function(first, second){ argument 20 for (var prop in second){ 21 first[prop] = second[prop];
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | ReadMe.txt | 92 appending the optional second parameter we tell enode() about the input
|
/dokuwiki/vendor/php81_bc/strftime/ |
H A D | README.md | 144 | `%S` | Two digit representation of the second | `00` thr…
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 201 * The second item 212 * The second item
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 201 * The second item 212 * The second item
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 926 - Removed second "foreach" keyword for smarty language file that was causing
|