Home
last modified time | relevance | path

Searched refs:File (Results 401 – 425 of 511) sorted by last modified time

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php37 namespace Hoa\File\Link;
39 use Hoa\File; alias
94 throw new File\Exception(
106 throw new File\Exception\FileDoesNotExist(
138 throw new File\Exception(
256 throw new File\Exception(
H A DWrite.php37 namespace Hoa\File\Link;
39 use Hoa\File; alias
89 throw new File\Exception(
100 throw new File\Exception\FileDoesNotExist(
123 throw new File\Exception(
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md306 ### File system
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md46 [`Hoa\File`](https://central.hoa-project.net/Resource/Library/File) or
380 namespace: `Stream` and `File`.
400 The `File` interface requires to implement other methods related to stream acting as a file, such a…
478 $file = new Hoa\File\Read(__FILE__);
527 than `Hoa\File` as you might guess.
H A DCHANGELOG.md48 * Test: Write `…m\Wrapper\IWrapper\File` test suite. (Ivan Enderlin, 2016-12-14T14:36:44+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DFile.php39 use Hoa\Stream\Wrapper\IWrapper\File as SUT;
50 class File extends Test\Unit\Suite class
55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\File())
H A DIWrapper.php60 ->isInstanceOf(LUT\Wrapper\IWrapper\File::class)
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php47 interface File interface
H A DIWrapper.php49 interface IWrapper extends File, Stream
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A Dregenerate-parser.php7 use Hoa\File\Read;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php40 use Hoa\File; alias
201 $stream = new File\Read('hoa://Library/Regex/Grammar.pp');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md233 ->attach(new Hoa\File\Write('Exceptions.log'));
238 an object (of kind `Hoa\File\Write`). However, because this is a stream, the
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php37 namespace Hoa\File;
H A DGeneric.php37 namespace Hoa\File;
H A DSplFileInfo.php37 namespace Hoa\File;
H A DWrite.php37 namespace Hoa\File;
49 class Write extends File implements Stream\IStream\Out
/plugin/findologicxmlexport/vendor/hoa/file/Exception/
H A DException.php37 namespace Hoa\File\Exception;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php37 namespace Hoa\File\Temporary;
39 use Hoa\File; alias
88 throw new File\Exception(
99 throw new File\Exception\FileDoesNotExist(
131 throw new File\Exception(
H A DReadWrite.php37 namespace Hoa\File\Temporary;
39 use Hoa\File; alias
94 throw new File\Exception(
106 throw new File\Exception\FileDoesNotExist(
138 throw new File\Exception(
256 throw new File\Exception(
H A DTemporary.php37 namespace Hoa\File\Temporary;
40 use Hoa\File; alias
51 class Temporary extends File
99 throw new File\Exception(
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md76 new Hoa\File\Read('hoa://Library/Math/Arithmetic.pp')
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md76 $grammar = new Hoa\File\Read('hoa://Library/Regex/Grammar.pp');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DProjectFactory.php23 * @param File[] $files
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php31 * @var File[]
166 * @return File
172 $file = new File(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php14 use SebastianBergmann\CodeCoverage\Node\File; alias
72 if (!$item instanceof File) {

1...<<1112131415161718192021