Home
last modified time | relevance | path

Searched refs:file (Results 3476 – 3491 of 3491) sorted by path

1...<<131132133134135136137138139140

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_ua.js.map1 …ACAC,KAAA,yBACAC,KAAA,uBACAC,IAAA,gBACAC,IAAA,iBAGAC,6BAAA,iBACAC,uBAAA","file":"locale/locale_ua.…
/plugin/yuriigantt/
H A DLICENSE630 to attach them to the start of each source file to most effectively
631 state the exclusion of warranty; and each file should have at least
H A DREADME.md83 … update dokuwiki file is parsed, database extracted, its data get changes and with new changes dat…
86 **NOTE! If you have file with size more than 10k bytes, please consider to use other drivers!**
/plugin/yuriigantt/_test/
H A Dgeneral.test.php35 $file = __DIR__ . '/../plugin.info.txt';
36 $this->assertFileExists($file);
38 $info = confToHash($file);
/plugin/zerolinecss/
H A DREADME.md50 See the COPYING file in your DokuWiki folder for details
/plugin/zip/
H A Dadmin.php16 foreach(explode(PATH_SEPARATOR, ini_get('include_path')) as $file) {
17 if (file_exists($file."/File/Archive.php")) {
/plugin/zip/pear/File/
H A DArchive.php40 function File_Archive_cleanCache($file, $group) argument
42 $file = split('_', $file);
43 if (count($file) != 3) {
47 $name = $file[2];
50 $group = $file[1];
395 $file = substr($realPath, 0, $pos);
397 $dotPos = strrpos($file, '.');
400 $extension = substr($file, $dotPos+1);
404 (is_dir($file) && $source==null)));
406 $reachable = $file;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php111 $file = readdir($this->directoryHandle);
112 if ($file == '.' || $file == '..') {
115 if ($file === false) {
119 $current = $this->directory.'/'.$file;
123 $current, $file.'/', $this->maxRecurs-1
127 $this->source = new File_Archive_Reader_File($current, $file);
H A DFile.php275 $file = $this->getDataFilename();
279 $writer->openFileRemoveBlock($file, $pos + $seek, $blocks);
H A DZip.php341 foreach ($this->files as $file) {
342 $writer->alreadyWrittenFile($file['name'], $file['stat'], $file['CRC'], $file['CLen']);
406 foreach ($this->files as $file) {
407 $writer->alreadyWrittenFile($file['name'], $file['stat'], $file['CRC'], $file['CLen']);
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php118 function addHTMLImage($file, $c_type = 'application/octet-stream', argument
121 return $this->mime->addHTMLImage($file, $c_type, $name, $isfile);
/plugin/zip/pear/MIME/
H A DType.php323 * @param string $file Path to the file to get the type of
329 function autoDetect($file, $params = false) argument
333 $type = mime_content_type($file);
335 $type = MIME_Type::_fileAutoDetect($file);
363 * @param string $file Path to the file to get the type of
368 function _fileAutoDetect($file) argument
371 if (!file_exists($file)) {
372 return PEAR::raiseError("File \"$file\" doesn't exist");
375 if (!is_readable($file)) {
376 return PEAR::raiseError("File \"$file\" is not readable");
[all …]
/plugin/zoom/
H A Dreadme22 See the COPYING file in your DokuWiki folder for details
H A Dsyntax.php114 $file = mediaFN($data['image']);
115 list($data['imageWidth'],$data['imageHeight']) = @getimagesize($file);
/plugin/zotero/
H A DREADME.md15 4. Enter your Zotero entries into the cache file (the newly created wiki page
/plugin/zul/syntax/
H A Dzirkelundlineal.php141 $file = $data['name'];
142 $hasfile = $file != null && $file != '';
143 $file = $conf['savedir'] . '/media/' . str_replace( ":", "/", $file );
199 $txt .= '<param name="file" value="'.$file.'"/>';
331 $txt .= ' <a href="'.$file.'">Download</a> &mdash;';

1...<<131132133134135136137138139140