Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 13 of 13) sorted by last modified time

/plugin/nspages/fileHelper/
H A DpagePreparer.php137 private function buildSortAttribute($nameToDisplay, $pageId, $mtime){ argument
H A DnamespacePreparer.php72 buildSortAttribute($nameToDisplay, $nsId, $mtime) global() argument
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php21 protected $mtime = 0; variable in splitbrain\\PHPArchive\\FileInfo
138 public function setMtime($mtime) argument
H A DTar.php530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
H A DZip.php876 protected function makeUnixTime($mdate = null, $mtime = null) argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2NodeProperties.php23 public $mtime; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2NodeProperties
28 public function setMtime($mtime)
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php287 public function addData($name, $data, $uid = 0, $gid = 0, $perm = 0666, $mtime = 0) {
446 protected function writeFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
H A Dopus.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
H A Dogg.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
/plugin/txt2tags/
H A Dtxt2tags.class.php87 var $mtime; # last modified timestamp of the input file variable in T2T
/plugin/owncloud/ajax/
H A Dfilelist.php58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder)); variable
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file)); variable
/plugin/chat/
H A Dajax.php39 function _getChatHtml($pageFN, $ltime = 0, $mtime = 0) {