Home
last modified time | relevance | path

Searched refs:is_file (Results 51 – 75 of 207) sorted by relevance

123456789

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php84 if (is_file($file)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php75 if (!is_file($fileName)) {
/plugin/rater/
H A Dsyntax.php207 if(is_file($rater_filename)){
313 if(is_file($rater_filename)){
420 if(is_file($conf['datadir']."/".str_replace(":","/",$rater_ns))) {
483 if(is_file($rater_filename)) {
522 if(is_file($rater_filename)) {
824 if(is_file($dir."/".$sub)) {
846 if(is_file($dir."/".$sub)) {
/plugin/qc/action/
H A Dcron.php62 if (is_file($this->file)) {
/plugin/tiledblog/
H A Dajax.php42 if (!is_file ($pathFile))
/plugin/virtualgroup/
H A Daction.php
/plugin/prolog/
H A Dattribute_include.php113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))
255 elseif(is_file($path))
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php88 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
130 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
H A Dwrite.lyrics3.php64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
H A Dwrite.vorbiscomment.php60 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php80 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php53 if (is_file($myPath)) {
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php78 if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR || @is_executable($file))) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php66 if (!is_file($filename)) {
325 …if (!is_file($testDirectory . $externalFilename) || !is_readable($testDirectory . $externalFilenam…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php51 if (is_file($path)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php159 if (is_file($standardFile) === true) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php49 !is_file($suiteClassName . '.php') && empty($suiteClassFile)) {
/plugin/qc/
H A Dadmin.php35 if (is_file($conf['tmpdir'] . '/qcgather')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php66 if (isset($frame['file']) && is_file($frame['file']) &&
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php144 } elseif (true === is_file($target)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php155 if (is_file($dir . \DIRECTORY_SEPARATOR . $file)) {
/plugin/simpleforward/
H A Daction.php70 if (is_file($file)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php104 if (is_file($path)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php49 if (!is_file($fileName)) {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php32 if (is_file(DOKU_INC . $path)) {

123456789