Home
last modified time | relevance | path

Searched refs:second (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php702 (?P<second>[0-9]{2})
729 $second = isset($match['second']) ? (int) $match['second'] : 0;
741 $second = (int) round($second + $second_fraction);
743 return gmmktime($hour, $minute, $second, $month, $day, $year) - $timezone;
815 $hour = $minute = $second = '([0-9]{2})';
820 $pcre = '/(?:' . $optional_fws . $day_name . $optional_fws . ',)?' . $optional_fws . $day . $fws . $month . $fws . $year . $fws . $hour . $optional_fws . ':' . $optional_fws . $minute . '(?:' . $optional_fws . ':' . $optional_fws . $second . ')?' . $fws . $zone . '/i';
867 $second
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
109 widths, the second contains the texts to fill into the columns. Between each column a border is printed (a single space
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt201 * The second item
212 * The second item
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt92 appending the optional second parameter we tell enode() about the input
/dokuwiki/lib/scripts/
H A Dfileuploader.js17 * Adds all missing properties from second obj to first obj
19 qq.extend = function(first, second){ argument
20 for (var prop in second){
21 first[prop] = second[prop];
1044 // In Opera event is fired second time
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG924 - Removed second "foreach" keyword for smarty language file that was causing
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md23 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`.