Home
last modified time | relevance | path

Searched refs:strftime (Results 76 – 97 of 97) sorted by relevance

1234

/plugin/data-au/_test/
H A Dhelper.test.php171 $this->assertEquals(strftime('%d/%m/%Y %H:%M', 1234567),
/plugin/snap/
H A Dsyntax.php.ori198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
/plugin/data/_test/
H A Dhelper.test.php
/plugin/eventum/XML/
H A DRPC.php1900 $t = strftime('%Y%m%dT%H:%M:%S', $timet);
1907 $t = strftime('%Y%m%dT%H:%M:%S', $timet - date('Z'));
/plugin/judge/helper/
H A Djdatetime.class.php284 …public static function strftime($format, $stamp = false, $convert = null, $jalali = null, $timezon… function in jDateTime
/plugin/farm/
H A Dinfos.animal.class.php56 $date = strftime($dfmt, $date);
/plugin/mantis/lib/
H A Dclass.nusoap_base.php864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
H A Dnusoap.php864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
/plugin/ckgedit/action/
H A Dsave.php395 $filename = strftime($filename);
/plugin/groupmail/
H A Dsyntax.php396 $newrecord .= ' '.strftime($this->getLang("datetime"))."//\n";
/plugin/schedule/
H A DscheduleRoot.class.php159 return strftime (($bold ? "**%A %e %B** %Y" : "%A %e %B %Y"),
/plugin/database2/
H A Ddatabase2.php5922 $value = strftime( strtok( trim( $this->getConf( 'dformat' ) ), ' ' ), intval( $value ) );
5929 $value = strftime( $this->getConf( 'dformat' ), intval( $value ) );
5952 'date' => strlen( strftime( $this->getConf( 'dformat' ) ) ),
5953 'datetime' => strlen( strftime( $this->getConf( 'dformat' ) ) ),
6105 return strftime( strtok( trim( $this->getConf( 'dformat' ) ), ' ' ), $value );
6111 return strftime( $this->getConf( 'dformat' ), $value );
/plugin/discussion/
H A Daction.php822 '<abbr class="published" title="'. strftime('%Y-%m-%dT%H:%M:%SZ', $created) .'">'.
826 strftime('%Y-%m-%dT%H:%M:%SZ', $modified).'">'.dformat($modified, $conf['dformat']).
/plugin/txt2tags/
H A Dtxt2tags.class.php684 'strftime("$2"? $this->PSS("$3"):"%Y%m%d", $this->$1)', $line);
/plugin/dir/
H A Dsyntax.php1337 $this->_put(strftime($this->dformat, $date));
/plugin/translator/
H A Dadmin.php635 …$formByDate->addElement(form_makeOpenTag("td", $onclick)); $formByDate->addElement(strftime($conf[…
/plugin/move/helper/
H A Dplan.php949 $file = $conf['cachedir'] . '/move/' . strftime('%Y%m%d-%H%M%S', $optime) . '.log';
/plugin/dw2pdf/
H A Daction.php769 return strftime($match[2], strtotime($match[1]));
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ug_backtrace constant bin2hex hex2bin sleep usleep time mktime gmmktime strftime gmstrftime strtot…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …triggers-database|xdmp:trace|xdmp:to-json|xdmp:tidy|xdmp:subbinary|xdmp:strftime|xdmp:spawn-in|xdm…
/plugin/googlesearch/
H A Dnusoap.php797 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1strftime time';\n\n this.regexList = [\n {\n regex: regexLib.singleLineCComments,\n …

1234