/plugin/findologicxmlexport/vendor/hoa/file/Link/ |
D | Link.php | 37 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(
|
D | Read.php | 37 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(
|
D | Write.php | 37 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(
|
D | ReadWrite.php | 37 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/ |
D | action.php | 57 '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 …]
|
D | action.php.bak | 57 '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/ |
D | FileTest.php | 26 $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/ |
D | File.php | 23 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/ |
D | class_upload.asp | 26 ' 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/ |
D | Arithmetic.php | 40 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/ |
D | FragmentImpl.java | 3 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/ |
D | FileTest.php | 15 $file = new File(); 16 $this->assertTrue($file instanceof File); 26 $file = new File(); 34 $file = new File();
|
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/ |
D | Temporary.php | 37 namespace Hoa\File\Temporary; 40 use Hoa\File; alias 51 class Temporary extends File 99 throw new File\Exception(
|
D | Read.php | 37 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(
|
D | Write.php | 37 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(
|
D | ReadWrite.php | 37 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/ |
D | Issue.php | 40 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/ |
D | File.php | 39 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/ |
D | DefaultFileFilter.java | 12 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/ |
D | config.lasso | 22 * 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/ |
D | config.lasso | 22 * 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/ |
D | Documentation.php | 40 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/ |
D | config.lasso | 22 * 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/ |
D | CPSuri.php | 16 namespace phpseclib3\File\ASN1\Maps; 18 use phpseclib3\File\ASN1;
|
D | netscape_comment.php | 16 namespace phpseclib3\File\ASN1\Maps; 18 use phpseclib3\File\ASN1;
|