/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | StringAsset.php | 24 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 D | DeveloperComment.php | 32 public function setLastModified(Timestamp $lastModified) argument 34 $this->lastModified = $lastModified; 41 return $this->lastModified;
|
H A D | UserComment.php | 140 public function setLastModified(Timestamp $lastModified) argument 142 $this->lastModified = $lastModified; 149 return $this->lastModified;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/ |
H A D | Webfont.php | 42 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 D | Google_WebfontsService.php | 85 public $lastModified; variable in Google_Webfont 107 public function setLastModified( $lastModified) { argument 108 $this->lastModified = $lastModified; 111 return $this->lastModified;
|
/plugin/drawio/ |
H A D | script.js | 76 …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 D | helper.php | 177 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 D | DrawioFileSync.js | 284 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 D | LocalFile.js | 211 if (this.desc.lastModified == newDesc.lastModified)
|
H A D | StorageFile.js | 249 lastModified: Date.now(), 407 lastModified: Date.now()
|
H A D | DrawioFile.js | 2078 this.sync.lastModified = this.getLastModifiedDate();
|
/plugin/xcom/ |
H A D | remote.php | 222 $info['lastModified'] = $this->getTime($info['lastModified']);
|
/plugin/diagramsnet/lib/js/ |
H A D | open.js | 117 var str = window.parent.EditorUi.prototype.timeSince(new Date(fileInfo.lastModified));
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | recipes.rst | 461 if (false === $lastModified = $this->getValue('last_modified', $name)) { 465 return $lastModified <= $time;
|
/plugin/jquery/ |
H A D | jquery-1.4.2.js | 4972 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 D | script.js | 19 …lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\…
|
H A D | jquery-1.4.2.min.js | 123 …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 D | dia_i18n.txt | 451 lastModified=lastModified
|
H A D | dia_ru.txt | 451 lastModified=Последнее изменение
|
H A D | dia_bg.txt | 451 lastModified=Последна промяна
|
H A D | dia_el.txt | 451 lastModified=Τελευταία τροποποίηση
|
H A D | dia_zh.txt | 451 lastModified=最近修改
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | jquery.min.js | 4 …lastModified:{},etag:{},ajaxSettings:{url:qb.href,type:"GET",isLocal:Cb.test(qb.protocol),global:!…
|