Home
last modified time | relevance | path

Searched refs:iswindows (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php264 public $iswindows = null; variable in phpthumb
295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
1121 if ($this->iswindows) {
1368 } elseif ($this->iswindows && isset($filename[1]) && ($filename[1] == ':')) {
1373 …} elseif ($this->iswindows && ((substr($filename, 0, 2) == '//') || (substr($filename, 0, 2) == '\…
1445 if ($this->iswindows) {
1473 } elseif ($this->iswindows) {
1488 if ($this->iswindows) {
1538 if ($this->iswindows) {
2399 if (!$this->iswindows) {
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1168 - PHPTHUMB_ISWINDOWS == $this->iswindows;