Home
last modified time | relevance | path

Searched refs:checkLastModified (Results 1 – 25 of 38) sorted by relevance

12

/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/Minify/HTML/
H A DHelper.php85 * @param bool $checkLastModified
87 public function setFiles($files, $checkLastModified = true) argument
90 if ($checkLastModified) {
111 * @param bool $checkLastModified
113 public function setGroup($key, $checkLastModified = true) argument
116 if ($checkLastModified) {
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/Minify/HTML/
H A DHelper.php85 * @param bool $checkLastModified
87 public function setFiles($files, $checkLastModified = true) argument
90 if ($checkLastModified) {
111 * @param bool $checkLastModified
113 public function setGroup($key, $checkLastModified = true) argument
116 if ($checkLastModified) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/mrclay/minify/min/lib/Minify/HTML/
H A DHelper.php85 * @param bool $checkLastModified
87 public function setFiles($files, $checkLastModified = true) argument
90 if ($checkLastModified) {
111 * @param bool $checkLastModified
113 public function setGroup($key, $checkLastModified = true) argument
116 if ($checkLastModified) {
/dports/www/limesurvey/limesurvey/framework/web/filters/
H A DCHttpCacheFilter.php80 if($this->checkLastModified($lastModified)&&$this->checkEtag($etag))
89 if($this->checkLastModified($lastModified))
173 protected function checkLastModified($lastModified) function in CHttpCacheFilter
/dports/www/mediawiki135/mediawiki-1.35.5/includes/actions/
H A DViewAction.php74 if ( $touched && $this->getOutput()->checkLastModified( $touched ) ) {
H A DRawAction.php62 if ( $this->getOutput()->checkLastModified(
H A DHistoryAction.php154 $out->checkLastModified( $this->getWikiPage()->getTouched() )
/dports/www/mediawiki137/mediawiki-1.37.1/includes/actions/
H A DViewAction.php74 if ( $touched && $this->getOutput()->checkLastModified( $touched ) ) {
H A DRawAction.php101 if ( $this->getOutput()->checkLastModified(
H A DHistoryAction.php162 $out->checkLastModified( $this->getWikiPage()->getTouched() )
/dports/www/mediawiki136/mediawiki-1.36.3/includes/actions/
H A DViewAction.php74 if ( $touched && $this->getOutput()->checkLastModified( $touched ) ) {
H A DRawAction.php62 if ( $this->getOutput()->checkLastModified(
H A DHistoryAction.php162 $out->checkLastModified( $this->getWikiPage()->getTouched() )
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/http/
H A Dfs.go125 if checkLastModified(w, r, modtime) {
242 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
373 if checkLastModified(w, r, d.ModTime()) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/http/
H A Dfs.go125 if checkLastModified(w, r, modtime) {
242 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
373 if checkLastModified(w, r, d.ModTime()) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/http/
H A Dfs.go133 if checkLastModified(w, r, modtime) {
259 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
390 if checkLastModified(w, r, d.ModTime()) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/http/
H A Dfs.go143 if checkLastModified(w, r, modtime) {
265 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
408 if checkLastModified(w, r, d.ModTime()) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/http/
H A Dfs.go148 if checkLastModified(w, r, modtime) {
270 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
413 if checkLastModified(w, r, d.ModTime()) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/http/
H A Dfs.go148 if checkLastModified(w, r, modtime) {
270 func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool { func
413 if checkLastModified(w, r, d.ModTime()) {
/dports/www/devd/devd-0.9/fileserver/
H A Dfileserver.go97 if checkLastModified(w, r, modtime) {
163 func checkLastModified(w http.ResponseWriter, r *http.Request, modtime time.Time) bool { func
395 if checkLastModified(response, request, d.ModTime()) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialRecentChanges.php163 $lastmod = $this->checkLastModified();
723 public function checkLastModified() { function in SpecialRecentChanges
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialRecentChanges.php194 $lastmod = $this->checkLastModified();
751 public function checkLastModified() { function in SpecialRecentChanges
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialRecentChanges.php194 $lastmod = $this->checkLastModified();
751 public function checkLastModified() { function in SpecialRecentChanges
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlcopyeditor.h534 bool checkLastModified = true );
/dports/misc/perkeep/perkeep-0.11/website/pk-web/
H A Dpkweb.go344 func checkLastModified(w http.ResponseWriter, r *http.Request, modtime time.Time) bool { func
432 if checkLastModified(rw, req, fi.ModTime()) {

12