Home
last modified time | relevance | path

Searched refs:SplFileInfo (Results 1 – 16 of 16) sorted by last modified time

/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php231 yield new \SplFileInfo($fileOrDirectory);
/plugin/approve/
H A Dhelper.php287 /** @var SplFileInfo $fileinfo */
/plugin/deletehistory/
H A Dhelper.php49 /** @var SplFileInfo $file */
80 /** @var SplFileInfo $file */
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php112 $out instanceof \SplFileInfo) {
116 if ($out instanceof \Hoa\Iterator\SplFileInfo) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php188 yield new \SplFileInfo($fileOrDirectory);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php47 class SplFileInfo extends \SplFileInfo class
H A DREADME.md309 system where files are represented by instances of `Hoa\Iterator\SplFileInfo`.
313 [`SplFileInfo`](http://php.net/splfileinfo).
H A DDirectory.php93 $out instanceof \SplFileInfo) {
97 if ($out instanceof \Hoa\Iterator\SplFileInfo) {
H A DFileSystem.php91 $out instanceof \SplFileInfo) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php50 class SplFileInfo extends Test\Unit\Suite class
56 ->when($result = new LUT\SplFileInfo($pathname))
68 ->when($result = new LUT\SplFileInfo($pathname))
84 ->when($result = new LUT\SplFileInfo($pathname . '?type=file', $relativePath))
122 ->when($result = new LUT\SplFileInfo($pathname))
136 ->when($result = new LUT\SplFileInfo($pathname))
146 ->when($result = new LUT\SplFileInfo($pathname))
156 ->when($result = new LUT\SplFileInfo($pathname))
166 ->when($result = new LUT\SplFileInfo($pathname))
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php24 $error->setSourceContext(new Source('', new \SplFileInfo(__FILE__)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test77 return ['bar' => 'bar', 'foo' => ['bar' => 'bar'], 'dir_object' => new \SplFileInfo(dirname(__FILE_…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php231 $this->_filters[] = function (\SplFileInfo $current) use ($regex) {
248 $this->_filters[] = function (\SplFileInfo $current) use ($regex) {
343 $filter = function (\SplFileInfo $current) use ($number) {
350 $filter = function (\SplFileInfo $current) use ($number) {
357 $filter = function (\SplFileInfo $current) use ($number) {
364 $filter = function (\SplFileInfo $current) use ($number) {
371 $filter = function (\SplFileInfo $current) use ($number) {
408 $this->_filters[] = function (\SplFileInfo $current) use ($owner) {
535 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) use ($collator) {
539 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) {
[all …]
H A DSplFileInfo.php49 class SplFileInfo extends Iterator\SplFileInfo class
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG587 * enhanced error reporting when the template file is an instance of SplFileInfo
/plugin/directorylist/syntax/
H A Ddirectorylist.php158 else if ( $value instanceof SplFileInfo ) {
196 * @param SplFileInfo $file
200 private function formatBytes(SplFileInfo $file, $precision = 2)
218 private function formatLink(SplFileInfo $file, array $data)