Home
last modified time | relevance | path

Searched defs:filename (Results 51 – 75 of 307) sorted by relevance

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php148 protected $filename; variable in PHPUnit_Util_Configuration
155 protected function __construct($filename)
173 public static function getInstance($filename)
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php185 $filename = "batch"; variable
187 $filename = $g_baseurl; variable
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php19 private $filename; variable in PHPUnit_Extensions_PhptTestCase
60 public function __construct($filename, $phpUtil = null)
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php47 public static function encode($filename) {
76 public static function decode($filename) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php46 public function encode($filename) {
75 public function decode($filename) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php47 public static function encode($filename) {
76 public static function decode($filename) {
/plugin/mantis/lib/
H A Dclass.wsdlcache.php124 function obtainMutex($filename, $mode) {
172 function releaseMutex($filename) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mimeonly.php32 function GetMIMEtype($filename) {
H A Ddemo.zip.php15 function UnzipFileContents($filename, &$errors) {
/plugin/zip/pear/File/Archive/Reader/
H A DMimeList.php36 function File_Archive_Reader_GetMime($filename)
H A DConcat.php41 var $filename; variable in File_Archive_Reader_Concat
47 function File_Archive_Reader_Concat(&$source, $filename,
H A DChangeName.php108 function select($filename, $close = true)
205 function select($filename, $close = true)
H A DMemory.php43 var $filename; variable in File_Archive_Reader_Memory
79 function File_Archive_Reader_Memory(&$memory, $filename,
/plugin/htmlokay/conf/access/
H A Dget_inf.php18 function get_data($filename) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php12 $filename = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 14)) . '.php'; variable
/plugin/jukebox/id3/
H A Dgetid3.php46 var $filename; variable in getID3
154 function analyze($filename) {
938 function GetFileFormat(&$filedata, $filename='') {
/plugin/latexit/other/download_counter/
H A Dindex.php2 $filename = "counter"; variable
H A Ddownload.php2 $filename = "counter"; variable
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.file_put_contents.inc.php3 function file_put_contents($filename, $data) {
H A Dpipeline.factory.class.php6 function &create_default_pipeline($encoding, $filename) {
/plugin/whoisonline/
H A Dajax.php7 $filename = DOKU_PLUGIN . 'whoisonline/online.txt'; variable
/plugin/mantis/
H A Dsyntax.php40 private function _load($filename){
62 private function _save($filename,$rs,$timestamp){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DAttachment.php31 public $filename; variable in Google\\Service\\CloudSupport\\Attachment
76 public function setFilename($filename)
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php105 function createFile($filename, $data = null) {
119 function createDirectory($filename) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java137 String filename = file.toString().toLowerCase(); in accept() local
200 String filename = file.getName().toLowerCase(); in accept() local

12345678910>>...13