Home
last modified time | relevance | path

Searched defs:filename (Results 226 – 250 of 307) sorted by last modified time

12345678910>>...13

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php57 function XMLDocument($filename = "", $fileOpenMode = "r") {
117 function save($filename) {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php185 $filename = "batch"; variable
187 $filename = $g_baseurl; variable
H A Dtest.php22 function MyDestinationDownload($filename) {
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination._interface.class.php3 var $filename; variable in Destination
5 function Destination($filename) {
9 function filename_escape($filename) { return preg_replace("/[^a-z0-9-]/i","_",$filename); }
13 function process($filename, $content_type) {
17 function set_filename($filename) { $this->filename = $filename; }
H A Ddestination.file.class.php5 function DestinationFile($filename, $link_text = null) {
H A Dot.class.php27 function open($filename) {
H A Doutput._generic.class.php24 var $filename; variable in OutputDriverGeneric
284 function set_filename($filename) {
H A Ddestination._http.class.php3 function DestinationHTTP($filename) {
/plugin/html2pdf/html2pdf/html2ps/destinations/
H A Dnull.php8 function process($filename, $content_type) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php36 var $filename; variable in File
54 function File($filename = "", $fileOpenMode = "r") {
126 function open($filename, $mode = "r") {
/plugin/mantis/
H A Dsyntax.php40 private function _load($filename){
62 private function _save($filename,$rs,$timestamp){
/plugin/mantis/lib/
H A Dclass.wsdlcache.php124 function obtainMutex($filename, $mode) {
172 function releaseMutex($filename) {
H A Dnusoapmime.php88 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa…
327 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa…
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php235 function loadFile($filename)
/plugin/runcommand/
H A Dscript.js11 function rcDoDownload(filename) { argument
/plugin/txt2tags/
H A Dtxt2tags.class.php772 function read($filename, $allowed = false) { # get a file content
/plugin/sqlraw/
H A Dtest2.php10 function table2csv($rawHTML,$filename,$repeatContent, $caption) {
/plugin/git/syntax/
H A Dremotestatus.php211 function getFileContents($filename)
/plugin/git/
H A Dhelper.php424 function getFileContents($filename)
/plugin/git/lib/
H A DGit.php288 public function getFile($filename, $branch = 'HEAD') {
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... final java.io.InputStream in private final String filename public void <init> (java.io. ...
H A Djcapture.jar ... parentComponent java.io.InputStream content long contentLength String fileName String mimeType javax.swing.ProgressMonitorInputStream pmis org. ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dlatex.php1208 function mediatops($filename, $title=NULL, $align=NULL, $width=NULL,
1264 function mediatops_old($filename, $title=NULL, $align=NULL, $width=NULL,
/plugin/simplechat/
H A Dajax.php14 $filename = DOKU_INC.'data/chats/log_'.$room.'.txt'; variable

12345678910>>...13