Home
last modified time | relevance | path

Searched refs:time (Results 401 – 425 of 1835) sorted by relevance

1...<<11121314151617181920>>...74

/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php79 $time = (isset($stat[9]) ? $stat[9] : null);
/plugin/cleanoldips/_test/
H A Dcleaning.test.php23 $this->yesterday = time() - 60 * 60 * 24;
/plugin/ckgdoku/action/
H A Dmediamanager.php37 setcookie('ckgFbType', 'image',time()-10);
/plugin/ckgedit/action/
H A Dmediamanager.php38 setcookieSameSite('ckgFbType', 'image',time()-10);
/plugin/gdpr/_test/
H A DCleanIp.test.php25 $this->yesterday = time() - 60 * 60 * 24;
/plugin/tindexmenu/inc/
H A Drepo.class.php24 if ($lm < time()-(60*60*24)) {
/plugin/sincetil/
H A DSYNTAX.md4 Then the date/time goes in a pair of <sincetil></sincetil> tags.
/plugin/data-au/_test/
H A Daction_handle.test.php30 (?, ?, ?, ?, ?)', 1 , 'test', 'title', 'class', time());
/plugin/patchpanel/
H A DREADME.md3 …b.com/GreenItSolutions/dokuwiki-plugin-switchpanel). Since I haven't had time to maintain this pr…
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md11 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/indexmenu/inc/
H A Drepo.class.php29 if ($lm < time() - (60 * 60 * 24)) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css295 /* @group current time and duration */
296 .jp-audio .jp-time-holder {
300 .jp-audio .jp-type-single .jp-time-holder {
304 .jp-audio .jp-type-playlist .jp-time-holder {
308 .jp-current-time,
314 .jp-current-time {
325 .jp-video .jp-current-time {
460 /* The audio toggles are nested inside jp-time-holder */
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss327 /* @group current time and duration */
329 .jp-audio .jp-time-holder {
333 .jp-audio .jp-type-single .jp-time-holder {
337 .jp-audio .jp-type-playlist .jp-time-holder {
342 .jp-current-time,
348 .jp-current-time {
360 .jp-video .jp-current-time {
514 /* The audio toggles are nested inside jp-time-holder */
/plugin/pdfjs/pdfjs/web/locale/mai/
H A Dviewer.properties78 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 # will be replaced by the creation/modification date, and time, of the PDF file.
80 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/ml/
H A Dviewer.properties85 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 # will be replaced by the creation/modification date, and time, of the PDF file.
87 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/as/
H A Dviewer.properties78 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 # will be replaced by the creation/modification date, and time, of the PDF file.
80 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/km/
H A Dviewer.properties85 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 # will be replaced by the creation/modification date, and time, of the PDF file.
87 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/or/
H A Dviewer.properties78 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 # will be replaced by the creation/modification date, and time, of the PDF file.
80 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/sah/
H A Dviewer.properties78 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 # will be replaced by the creation/modification date, and time, of the PDF file.
80 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/brx/
H A Dviewer.properties78 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 # will be replaced by the creation/modification date, and time, of the PDF file.
80 document_properties_date_string={{date}}, {{time}}
/plugin/openid/Auth/OpenID/
H A DSQLStore.php507 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
578 $v = time() - $Auth_OpenID_SKEW;
588 $this->connection->query($this->sql['clean_assoc'], [time()]);
/plugin/letsencrypt/classes/
H A DLescript.php52 $expiredays = floor(($validto - time()) / (60*60*24));
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt8 ^ Heading 4 | no colspan this time | |
/plugin/timetrack/
H A Dadmin.php43 $filename = 'timetrack'.time() . '.csv';
/plugin/zenlogin/
H A Daction.php103 …setcookie($this->cookie_name, $pwhash . '.' . $row->id, time()+(60*60*24*365), $this->zp_path); //…
116 setcookie($this->cookie_name, '', time()-31536000, $this->zp_path);

1...<<11121314151617181920>>...74