Home
last modified time | relevance | path

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

12345678910>>...24

/plugin/findologicxmlexport/vendor/hoa/file/Link/
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(
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(
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(
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/
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',
97 'icon' => '../../plugins/codebutton_ext/pix/File-javascript-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',
131 'icon' => '../../plugins/codebutton_ext/pix/File-latex-32.png',
[all …]
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',
97 'icon' => '../../plugins/codebutton_ext/pix/File-javascript-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',
130 'icon' => '../../plugins/codebutton_ext/pix/File-winbatch-32.png',
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
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/
DFile.php23 class File class
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/
Dclass_upload.asp26 ' File: NetRube_Upload.asp
50 Public File, Form variable
58 Set File = Server.CreateObject("Scripting.Dictionary")
59 File.CompareMode = 1
72 File.RemoveAll
73 Set File = Nothing
184 Set File(sFormName) = New NetRube_FileInfo
185 File(sFormName).FormName = sFormName
186 File(sFormName).Start = nFormEnd
187 File(sFormName).Size = nFormStart - nFormEnd - 2
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
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/
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/
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/
DTemporary.php37 namespace Hoa\File\Temporary;
40 use Hoa\File; alias
51 class Temporary extends File
99 throw new File\Exception(
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(
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(
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/
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/
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/
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/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/
Dconfig.lasso22 * Configuration file for the Lasso File Uploader.
47 'File' = 'File/',
53 'File' = array(),
59 …'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','a…
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconfig.lasso22 * Configuration file for the File Manager Connector for Lasso.
47 'File' = 'File/',
53 'File' = array(),
59 …'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','a…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
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/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dconfig.lasso22 * Configuration file for the File Manager Connector for Lasso.
47 'File' = 'File/',
53 …'File' = array('7z','aiff','asf','avi','bmp','csv','doc','fla','flv','gif','gz','gzip','jpeg','jpg…
59 'File' = array(),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
DCPSuri.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
Dnetscape_comment.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;

12345678910>>...24