Home
last modified time | relevance | path

Searched refs:File (Results 376 – 400 of 511) sorted by last modified time

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md97 new Hoa\File\Write('Foo.log')
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php37 namespace Hoa\File\Link;
40 use Hoa\File; alias
50 class Link extends File
70 throw new File\Exception(
141 File::MODE_APPEND_READ_WRITE,
145 return new File\ReadWrite(
147 File::MODE_APPEND_READ_WRITE,
151 return new File\Directory(
153 File::MODE_READ,
158 throw new File\Exception(
H A DRead.php37 namespace Hoa\File\Link;
39 use Hoa\File; alias
88 throw new File\Exception(
99 throw new File\Exception\FileDoesNotExist(
131 throw new File\Exception(
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php37 namespace Hoa\File;
49 class Read extends File implements Stream\IStream\In
H A DWatcher.php37 namespace Hoa\File;
H A DFile.php37 namespace Hoa\File;
50 abstract class File class
H A DFinder.php37 namespace Hoa\File;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php37 namespace Hoa\File\Temporary;
39 use Hoa\File; alias
90 throw new File\Exception(
101 throw new File\Exception\FileDoesNotExist(
124 throw new File\Exception(
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php41 use Hoa\File; alias
89 new File\Read('hoa://Library/Math/Arithmetic.pp')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php14 use SebastianBergmann\CodeCoverage\Node\File; alias
51 if (!$item instanceof File) {
H A DText.php14 use SebastianBergmann\CodeCoverage\Node\File; alias
152 if (!$item instanceof File) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php89 $file = new File(
H A DRenderer.php14 use SebastianBergmann\CodeCoverage\Node\File as FileNode;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php13 use SebastianBergmann\CodeCoverage\Node\File as FileNode;
19 class File extends Renderer class
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFile.php18 interface File interface
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php16 use SebastianBergmann\CodeCoverage\Node\File as FileNode;
H A DFile.php13 class File class
H A DReport.php13 class Report extends File
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php42 use Hoa\File; alias
129 $compiler = Compiler\Llk::load(new File\Read($grammar));
130 $stream = new File\Read($language);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp'));
197 `Hoa\File\Read` —please, see the [`Hoa\File`
198 library](http://central.hoa-project.net/Resource/Library/File/)— supports `0` as
239 Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php40 use Hoa\File; alias
109 $grammar = new File\ReadWrite('hoa://Test/Vfs/Json.pp?type=file'),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php40 use Hoa\File; alias
65 $grammar = new File\ReadWrite('hoa://Test/Vfs/WithoutUnification.pp?type=file'),
102 $grammar = new File\ReadWrite('hoa://Test/Vfs/Unification.pp?type=file'),
138 $grammar = new File\ReadWrite('hoa://Test/Vfs/Palindrome.pp?type=file'),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php41 use Hoa\File; alias
57 ->given($stream = new File\ReadWrite('hoa://Test/Vfs/Empty.pp?type=file'))
72 $stream = new File\ReadWrite('hoa://Test/Vfs/Grammar.pp?type=file'),
107 $stream = new File\Read('hoa://Library/Compiler/Llk/Llk.pp'),
/plugin/findologicxmlexport/vendor/hoa/file/Exception/
H A DFileDoesNotExist.php37 namespace Hoa\File\Exception;

1...<<1112131415161718192021