/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
H A D | FilterTest.php | 154 $this->assertFalse($this->filter->isFile('vfs://root/a/path')); 155 $this->assertFalse($this->filter->isFile('xdebug://debug-eval')); 156 $this->assertFalse($this->filter->isFile('eval()\'d code')); 157 $this->assertFalse($this->filter->isFile('runtime-created function')); 158 $this->assertFalse($this->filter->isFile('assert code')); 159 $this->assertFalse($this->filter->isFile('regexp code')); 160 $this->assertTrue($this->filter->isFile(__FILE__));
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | Filter.php | 100 public function isFile($filename) function in SebastianBergmann\\CodeCoverage\\Filter 125 if (!$this->isFile($filename)) {
|
H A D | CodeCoverage.php | 364 if (!$this->filter->isFile($file)) { 669 if (!$this->filter->isFile($filename)) { 685 if ($this->filter->isFile($file) && !isset($this->data[$file])) { 1082 if ($this->filter->isFile($file)) {
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | SplFileInfo.php | 58 ->boolean($result->isFile()) 86 ->boolean($result->isFile())
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | SplFileInfo.php | 68 if (true === $this->isFile()) {
|
H A D | Directory.php | 184 if (true === $file->isFile()) {
|
H A D | Generic.php | 435 public function isFile() function in Hoa\\File\\Generic
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | StorageFile.js | 397 var isFile = (type == null || type == 'F') && (value.substring(0, 8) === '<mxfile ' || 401 if (isFile || isLib) 405 type: isFile? 'F' : 'L',
|
H A D | EditorUi.js | 14976 var isFile = (value.substring(0, 8) === '<mxfile ' || 14980 if (isFile || isLib)
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
H A D | FilesystemUtils.php | 31 if ($file->isFile()) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Cache.php | 99 && $item->isFile()
|
/plugin/dev/ |
H A D | LangProcessor.php | 120 if ($file->isFile() && $file->getExtension() != 'php' && $file->getExtension() != 'js') return false;
|
/plugin/diagramsnet/lib/ |
H A D | electron.js | 313 outType = {isFile: true}; 381 if (stat.isFile() && path.basename(filePath).charAt(0) != '.') 392 if (inStat.isFile()) 489 else if (inStat.isFile())
|
/plugin/usersubscriptions/ |
H A D | syntax.php | 191 if($item->isFile() && !preg_match('/\.txt:?$/', $scns)) continue;
|
/plugin/approve/ |
H A D | helper.php |
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | AbstractCaptureApplet.java | 155 if (preferencesFile.isFile()) { in loadConfig()
|
/plugin/structodt/ |
H A D | helper.php | 174 if ($info->isFile()) {
|
/plugin/odt/ODT/ |
H A D | ODTImport.php | 60 …static protected function importCSSCodeInternal (ODTInternalParams $params, $isFile, $CSSSource, $… argument 70 if ($isFile == false) {
|
/plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
H A D | i18n.rst | 173 if ($file->isFile()) {
|
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
H A D | xmlseclibs.php | 261 public function loadKey($key, $isFile=false, $isCert = false) { argument 262 if ($isFile) {
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.st…
|
H A D | vorbis.js | 2 …isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.st…
|
H A D | opus.js | 2 …isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.st…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Environment.php | 654 if ($file->isFile()) {
|