Home
last modified time | relevance | path

Searched refs:File (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/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(
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(
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(
/plugin/codebutton_ext/
H A Daction.php57 'icon' => '../../plugins/codebutton_ext/pix/File-bash-32.png',
65 'icon' => '../../plugins/codebutton_ext/pix/File-c-32.png',
73 'icon' => '../../plugins/codebutton_ext/pix/File-css-32.png',
81 'icon' => '../../plugins/codebutton_ext/pix/File-html-32.png',
89 'icon' => '../../plugins/codebutton_ext/pix/File-xml-32.png',
105 'icon' => '../../plugins/codebutton_ext/pix/File-java-32.png',
113 'icon' => '../../plugins/codebutton_ext/pix/File-php-32.png',
122 'icon' => '../../plugins/codebutton_ext/pix/File-perl-32.png',
147 'icon' => '../../plugins/codebutton_ext/pix/File-sql-32.png',
155 'icon' => '../../plugins/codebutton_ext/pix/File-vb-32.png',
[all …]
H A Daction.php.bak57 'icon' => '../../plugins/codebutton_ext/pix/File-bash-32.png',
65 'icon' => '../../plugins/codebutton_ext/pix/File-c-32.png',
73 'icon' => '../../plugins/codebutton_ext/pix/File-css-32.png',
81 'icon' => '../../plugins/codebutton_ext/pix/File-html-32.png',
89 'icon' => '../../plugins/codebutton_ext/pix/File-xml-32.png',
105 'icon' => '../../plugins/codebutton_ext/pix/File-java-32.png',
113 'icon' => '../../plugins/codebutton_ext/pix/File-php-32.png',
122 'icon' => '../../plugins/codebutton_ext/pix/File-latex-32.png',
138 'icon' => '../../plugins/codebutton_ext/pix/File-sql-32.png',
146 'icon' => '../../plugins/codebutton_ext/pix/File-vb-32.png',
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php26 $file = new File($filename);
44 $file = new File(SABRE_TEMPDIR . '/file.txt');
58 $file = new File(SABRE_TEMPDIR . '/file.txt');
69 $file = new File(SABRE_TEMPDIR . '/file.txt');
76 $file = new File(SABRE_TEMPDIR . '/file.txt');
86 $file = new File($filename);
100 $file = new File(SABRE_TEMPDIR . '/file.txt');
107 $file = new File(SABRE_TEMPDIR . '/file.txt');
/plugin/combo/ComboStrap/
H A DFile.php19 * Class File
23 class File class
30 * File constructor.
103 * @return File|null
106 public function getParent(): ?File
112 return new File($absolutePath);
121 public static function createFromPath($path): File
123 return new File($path);
148 public function removeIfExists(): File
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp26 ' File: NetRube_Upload.asp
50 Public File, Form variable
59 File.CompareMode = 1
72 File.RemoveAll
73 Set File = Nothing
186 File(sFormName).Start = nFormEnd
191File(sFormName).Name = Mid(File(sFormName).ClientPath, InStrRev(File(sFormName).ClientPath, "\") …
192File(sFormName).Ext = LCase(Mid(File(sFormName).Name, InStrRev(File(sFormName).Name, ".") + 1))
219 If File(sItem).Size < 1 Then
235 sFileExt = File(sItem).Ext
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php40 use Hoa\File; alias
63 new File\Read('hoa://Library/Math/Test/Unit/Arithmetic.pp')
71 new File\Read('hoa://Library/Math/Arithmetic.pp')
107 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
124 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
141 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
158 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
173 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
190 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
207 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DFragmentImpl.java3 import java.io.File;
10 private File audio;
13 FragmentImpl( List<Frame> frames, File audio) { in FragmentImpl()
24 public File getAudio() { in getAudio()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php15 $file = new File();
16 $this->assertTrue($file instanceof File);
26 $file = new File();
34 $file = new File();
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php37 namespace Hoa\File\Temporary;
40 use Hoa\File; alias
51 class Temporary extends File
99 throw new File\Exception(
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 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(
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(
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php40 use Hoa\File; alias
58 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
72 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
86 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
/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())
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java12 import java.io.File;
56 public boolean accept(File file) in accept()
130 public boolean accept(File file) in accept()
193 public boolean accept(File file) in accept()
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttributeValue.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
H A DBaseDistance.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
H A DCertPolicyId.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
H A DCertificateIssuer.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
H A DCertificateSerialNumber.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;

12345678910>>...21