Home
last modified time | relevance | path

Searched refs:lastModified (Results 76 – 88 of 88) sorted by last modified time

1234

/plugin/diagramsnet/lib/resources/
H A Ddia_pt-br.txt451 lastModified=Última alteração
/plugin/diagramsnet/lib/js/
H A Dopen.js117 var str = window.parent.EditorUi.prototype.timeSince(new Date(fileInfo.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/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processDa…
/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/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:!…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst461 if (false === $lastModified = $this->getValue('last_modified', $name)) {
465 return $lastModified <= $time;
/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/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/scrape/
H A DphpQuery-onefile.php
/plugin/jquery/
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…
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=/=\…

1234