Home
last modified time | relevance | path

Searched refs:File (Results 151 – 175 of 511) sorted by relevance

12345678910>>...21

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DASN1.php21 use phpseclib3\File\ASN1 as Encoder;
22 use phpseclib3\File\ASN1\Maps\EcdsaSigValue;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DGeneralName.php16 namespace phpseclib3\File\ASN1\Maps;
18 use phpseclib3\File\ASN1;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DASN1.php21 use phpseclib3\File\ASN1 as Encoder;
22 use phpseclib3\File\ASN1\Maps;
/plugin/webdav/core/DAV/
H A DAbstractFile.php13 use Sabre\DAV\File; alias
18 class AbstractFile extends File
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php5 use Sabre\DAV\FSExt\File as BaseFile;
16 class File extends BaseFile implements IACL { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DFileTest.php10 * @var File
26 $this->sut = new File($this->path, $this->acl, $this->owner);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php40 use Hoa\File; alias
109 $grammar = new File\ReadWrite('hoa://Test/Vfs/Json.pp?type=file'),
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm52 Config.ConfigAllowedTypes = "File,Image,Flash,Media" ;
103 …Config.AllowedExtensions["File"] = "7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid…
104 Config.DeniedExtensions["File"] = "" ;
105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ;
106 …Config.FileTypesAbsolutePath["File"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPath…
107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ;
108 Config.QuickUploadAbsolutePath["File"] = Config.FileTypesAbsolutePath["File"] ;
H A Dcf_upload.cfm22 * File Browser connector for ColdFusion (MX 6.0 and above).
26 <cfparam name="url.type" default="File">
48 <cfset sType = "File">
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DFile.php16 class File extends DAV\File { class
H A DCollection.php40 $this->children[] = new File($key, $value, $this);
95 $this->children[] = new File($name, $data, $this);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php27 use phpseclib3\File\ASN1;
28 use phpseclib3\File\ASN1\Maps;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php65 $File = 'fckeditor.original.html' ;
67 $File = 'fckeditor.html' ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
H A Dfckeditor_php4.php70 $File = 'fckeditor.original.html' ;
72 $File = 'fckeditor.html' ;
74 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DVideoEncoder.java6 import java.io.File;
140 File getAudio(); in getAudio()
H A DScreenRecorder.java5 import java.io.File;
92 audioSink = File.createTempFile("jCaptureAudioSink", ".wav"); in Fragment()
102 File audioSink;
134 final File imagesFile = File.createTempFile("jCaptureImages", ".tmp"); in ScreenRecorder()
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css2 * File Name: fck_insertCode.css
5 * File Authors:
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php5 use Sabre\DAV\FSExt\File; alias
22 new File(SABRE_TEMPDIR . '/foobar.txt')
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php42 use Hoa\File; alias
129 $compiler = Compiler\Llk::load(new File\Read($grammar));
130 $stream = new File\Read($language);
/plugin/fetchmedia/lang/de/
H A Dintro.txt7 * nur Windows-File-Shares (z.B. ''%%[[\\server\share\file.pdf]]%%'') herunterladen
8 * oder sowohl gewöhnlich eingebundene Mediendateien als auch Windows-File-Shares herunterladen
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php41 use Hoa\File; alias
89 new File\Read('hoa://Library/Math/Arithmetic.pp')
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconnector.asp26 ' This is the File Manager Connector for ASP.
49 If ( sResourceType = "" ) Then sResourceType = "File"
63 ' File Upload doesn't have to Return XML, so it must be intercepted before anything.
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php37 namespace Hoa\File;
49 class Read extends File implements Stream\IStream\In
/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/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php33 class File { class
54 function File($filename = "", $fileOpenMode = "r") { function in File

12345678910>>...21