Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php79 if (is_file($certificateFile)) {
85 if (is_file($keyFile)) {
96 if (is_file($caFile)) {
/dokuwiki/vendor/composer/
H A DInstalledVersions.php330 } elseif (is_file($vendorDir.'/composer/installed.php')) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/
H A DJpegMeta.php1318 if (file_exists($this->_fileName) && is_file($this->_fileName)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php2186 if (!is_file($data)) {
2681 public function is_file($path)
2901 function is_file($path) global() function in phpseclib\\Net\\SFTP
/dokuwiki/inc/Extension/
H A DPluginController.php208 if (is_file(DOKU_PLUGIN . $plugin)) continue; // skip files, we're only interested in directories
358 if (is_file($typedir . $component)) {