Home
last modified time | relevance | path

Searched refs:addFile (Results 1 – 25 of 31) sorted by relevance

12

/plugin/gtime/
H A Drenderer.php87 $zip->addFile($pagefile,$filerev);
88 $zip->addFile($pagefile.".gtts",$filerev.".gtts");
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md47 $tar->addFile(...);
57 $tar->addFile(...);
65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php87 $phar->addFile(realpath(__DIR__.'/../licence.txt'), 'licence.txt');
113 $phar->addFile(realpath(__DIR__.'/../'.$path), $path);
/plugin/odt/ODT/
H A DODTImage.php33 $params->document->addFile($name, $mime, io_readfile($src,false));
112 $doc->addFile($name, $mime, $string);
198 $params->document->addFile($name, $mime, io_readfile($src,false));
H A DODTExport.php238 $params->ZIP->addFile($tempDir.'/'.$fileInfo->getPath(), $fileInfo);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php75 public function addFile($name, $href) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node
H A DFacade.php102 $fileObject = $context->addFile(
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php87 abstract public function addFile($file, $fileinfo = ''); function in splitbrain\\PHPArchive\\Archive
/plugin/toolbox/
H A Dextension.php69 $zip->addFile($file, basename($file));
/plugin/authfacebook/lib/
H A DFacebookRequest.php371 $this->addFile($key, $value);
385 public function addFile($key, FacebookFile $file) function in Facebook\\FacebookRequest
H A DFacebookBatchRequest.php161 $this->addFile($fileName, $file);
/plugin/epub/scripts/
H A Depub_utils.php313 $zip->addFile($file, "OEBPS/$url");
430 $zip->addFile(EPUB_DIR . 'scripts/package/container.xml', 'META-INF/container.xml');
432 $zip->addFile(EPUB_DIR . 'scripts/package/title.html', 'OEBPS/Text/title.html');
433 $zip->addFile(EPUB_DIR . 'scripts/package/cover.png', 'OEBPS/Images/cover.png');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php54 $root->addFile($key, $value, $tests, $cacheTokens);
H A DDirectory.php170 public function addFile($name, array $coverageData, array $testData, $cacheTokens) function in SebastianBergmann\\CodeCoverage\\Node\\Directory
/plugin/backup/
H A Dadmin.php334 $tar->addFile($path, $file);
399 $tar->addFile(DOKU_INC . 'inc/preload.php', 'inc/preload.php');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php149 public function addFile(string $key, string $filepath, string $mimeType = ''): self function in Elastica\\Document
/plugin/dokutexit/
H A Dconfig.php626 $zip->addFile($this->get_pdf_texit_fn(), basename($this->get_pdf_texit_fn()));
628 $zip->addFile($dest['fn'], basename($dest['fn']));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php172 $zip->addFile($name, $path);
/plugin/ebookexport/
H A Daction.php182 $zip->addFile($tempdir . "/" . $file,$file);
/plugin/structodt/
H A Daction.php234 $archive->addFile($file, $filename . '.pdf');
H A Dhelper.php84 $tmp_zip->addFile($file, $fileInfo);
/plugin/siteexport/inc/
H A Dfilewriter.php114 $zip->addFile($FILE, $NAME);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php638 $zip->addFile($fileToZip, $file_name);
/plugin/archivegenerator/
H A Dadmin.php382 $archive->addFile($source, $this->getDWPathName($source));
/plugin/latexit/
H A Drenderer.php1154 $zip->addFile($location, $media_folder . "/" . $path);
1193 $zip->addFile($location, $path);

12