Home
last modified time | relevance | path

Searched refs:lastModified (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DStringAsset.php24 private $lastModified; variable in Assetic\\Asset\\StringAsset
46 public function setLastModified($lastModified) argument
48 $this->lastModified = $lastModified;
53 return $this->lastModified;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DDeveloperComment.php32 public function setLastModified(Timestamp $lastModified) argument
34 $this->lastModified = $lastModified;
41 return $this->lastModified;
H A DUserComment.php140 public function setLastModified(Timestamp $lastModified) argument
142 $this->lastModified = $lastModified;
149 return $this->lastModified;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/
H A DWebfont.php42 public $lastModified; variable in Google\\Service\\Webfonts\\Webfont
115 public function setLastModified($lastModified) argument
117 $this->lastModified = $lastModified;
124 return $this->lastModified;
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php85 public $lastModified; variable in Google_Webfont
107 public function setLastModified( $lastModified) { argument
108 $this->lastModified = $lastModified;
111 return $this->lastModified;
/plugin/drawio/
H A Dscript.js76 …if (!confirm("A version of this diagram from " + new Date(data.lastModified) + " is available. Wou…
100 …if (!confirm("A version of this diagram from " + new Date(draft.lastModified) + " is available. Wo…
185 … localStorage.setItem(name, JSON.stringify({lastModified: new Date(), data: imgData}));
219 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
240 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
247 dr = JSON.stringify({lastModified: new Date(), xml: msg.xml});
/plugin/rrdgraph/
H A Dhelper.php177 private $lastModified; variable in rrdgraph_image_info
183 * @param Integer $lastModified Sets the $lastModfiied value.
185 public function __construct($fileName, $validUntil, $lastModified) { argument
188 $this->lastModified = $lastModified;
220 return $this->lastModified;
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js284 this.lastModified = this.file.getLastModifiedDate();
443 var str = this.ui.timeSince(new Date(this.lastModified));
631 this.lastModified = this.file.getLastModifiedDate();
1051 this.lastModified = this.file.getLastModifiedDate();
1076 this.lastModified = new Date();
1207 this.lastModified = this.file.getLastModifiedDate();
1212 m: this.lastModified.getTime()}));
1303 this.lastModified = this.file.getLastModifiedDate();
1304 var msg = this.objectToString(this.createMessage({m: this.lastModified.getTime()}));
1334 this.lastModified = this.file.getLastModifiedDate();
[all …]
H A DLocalFile.js211 if (this.desc.lastModified == newDesc.lastModified)
H A DStorageFile.js249 lastModified: Date.now(),
407 lastModified: Date.now()
H A DDrawioFile.js2078 this.sync.lastModified = this.getLastModifiedDate();
/plugin/xcom/
H A Dremote.php222 $info['lastModified'] = $this->getTime($info['lastModified']);
/plugin/diagramsnet/lib/js/
H A Dopen.js117 var str = window.parent.EditorUi.prototype.timeSince(new Date(fileInfo.lastModified));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst461 if (false === $lastModified = $this->getValue('last_modified', $name)) {
465 return $lastModified <= $time;
/plugin/jquery/
H A Djquery-1.4.2.js4972 lastModified: {},
5125 if ( jQuery.lastModified[s.url] ) {
5126 xhr.setRequestHeader("If-Modified-Since", jQuery.lastModified[s.url]);
5331 var lastModified = xhr.getResponseHeader("Last-Modified"),
5334 if ( lastModified ) {
5335 jQuery.lastModified[url] = lastModified;
H A Dscript.js19lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\…
H A Djquery-1.4.2.min.js123 …application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax…
127 …e)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRe…
128 c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setReq…
131 …tResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.eta…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt451 lastModified=lastModified
H A Ddia_ru.txt451 lastModified=Последнее изменение
H A Ddia_bg.txt451 lastModified=Последна промяна
H A Ddia_el.txt451 lastModified=Τελευταία τροποποίηση
H A Ddia_zh.txt451 lastModified=最近修改
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js4lastModified:{},etag:{},ajaxSettings:{url:qb.href,type:"GET",isLocal:Cb.test(qb.protocol),global:!…

1234