Home
last modified time | relevance | path

Searched refs:is_file (Results 26 – 50 of 207) sorted by relevance

123456789

/plugin/docsearch/
H A Dcron.php34 if(is_file($file)) {
120 if(is_file($dirname) || is_link($dirname)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DLocalFileDetector.php14 if (is_file($file)) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php8 if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
/plugin/ipban/ip-lib/
H A Dip-lib.php9 if (is_file($file)) {
/plugin/adfs/phpsaml/
H A D_toolkit_loader.php21 if (is_file($libDir.$element) && (substr($element, -4) === '.php')) {
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php8 if (is_file($file)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php108 if (!is_file($path)) {
143 if (!is_file($path)) {
178 if (!is_file($path)) {
H A DPhpParser.php74 if ( ! is_file($filename)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.metaflac.php66 …if (getID3::is_writable($temppicturefilename) && is_file($temppicturefilename) && ($fpcomments = f…
87 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
H A Dmodule.tag.xmp.php95 if (is_readable($filename) && is_file($filename) && ($filehnd = fopen($filename, 'rb'))) {
409 if (is_file($this->_sFilename))
H A Dwrite.id3v1.php61 … is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filename))…
128 … is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filename))…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php210 if ( is_file( $sFilePath ) )
220 if ( is_file( $sFilePath ) )
/plugin/ajaxloader/
H A Dcommon.php6 if (is_file($fname)) {
/plugin/photogallery/phpThumb/demo/
H A Dindex.php19 if (is_file($file) && ($file[0] != '.') && ($file != basename(__FILE__))) {
/plugin/userpagecreate/
H A Daction.php203 if (is_file($file)) {
210 if (is_file($file)) {
/plugin/localization/
H A Daction.php54 if (is_file($file)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php72 if (is_file($file)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.php35 if ((substr($file, 0, 1) != '.') && is_file($FullFileName)) {
/plugin/dokugource/
H A Daction.php79 if(@is_file($conf['datadir'].'/'.str_replace(':', '/', $ns).'.txt')) {
130 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
H A Dadmin.php91 if(@is_file($conf['datadir'].'/'.str_replace(':', '/', $this->ns).'.txt')) {
132 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
/plugin/logindelay/helper/
H A Dlog.php61 if (!is_file($this->statFile)) return 0;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php25 if (is_file($myPath)) {
/plugin/clearhistory/
H A Daction.php28 if (!is_file($conf['cachedir'] . '/lastclean')) return;
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php14 if (!file_exists($packer) || !is_file($packer)) {
170 if (is_file($dirname) || is_link($dirname)) {
H A Dzip.php67 if (is_file($dirname) || is_link($dirname)) {
100 if (!file_exists($packer) || !is_file($packer))

123456789