Home
last modified time | relevance | path

Searched refs:files (Results 1451 – 1460 of 1460) sorted by last modified time

1...<<515253545556575859

/plugin/zip/pear/File/Archive/Reader/
H A DZip.php45 var $files = array(); variable in File_Archive_Reader_Zip
60 $this->files = array();
130 $centralDirEntry = $this->centralDirectory[count($this->files)];
166 $this->files[] = array('name' => $this->currentFilename,
293 array_pop($this->files);
299 array_pop($this->files);
341 foreach ($this->files as $file) {
406 foreach ($this->files as $file) {
H A DCache.php44 var $files = array(); variable in File_Archive_Reader_Cache
72 if ($this->fromSource && !empty($this->files)) {
76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
95 $this->files[] = array(
101 $this->pos = count($this->files)-1;
114 function getStat() { return $this->files[$this->pos]['stat']; }
118 function getMime() { return $this->files[$this->pos]['mime']; }
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
196 $pos = $this->files[$this->pos]['pos'];
[all …]
/plugin/bibtex/OSBib/
H A DCHANGELOG5 1/ A web interface OSBib-Create for creation and editing of XML style files has been added to the p…
26 … Added bibliography_xml.html describing the structure of the bibliography section of the XML files.
43 …e setting of flags easier or redundant and made the storing and loading of XML files more flexible:
50 …c) The XML files are downloaded from bibliophile in uppercase format (e.g. APA.xml). If you wish …
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE79 …a) You must cause the modified files to carry prominent notices stating that you changed the files
119 …ode for all modules it contains, plus any associated interface definition files, plus the scripts …
H A DCHANGELOG6 A collection of PHP classes to manipulate bibtex files.
H A DREADME4 A collection of PHP classes to manipulate bibtex files.
/plugin/bibtex/OSBib/format/
H A DLICENSE79 …a) You must cause the modified files to carry prominent notices stating that you changed the files
119 …ode for all modules it contains, plus any associated interface definition files, plus the scripts …
H A DREADME.txt15 OSBib is an Open Source bibliographic formatting engine written in PHP that use XML style files to …
17 Style files are stored in XML format and are available for download from the Bibliophile site at:
19 The naming of the style files to be downloaded is (for example):
23 Please note. Although in-text/footnotes citation formatting is defined in the XML style files, thi…
25 The OSBib package does not yet have classes to handle the creation and editing of XML style files. …
119 …is property is 'html' but you can change it to 'rtf' for exporting to RTF files, 'sxw' for OpenOff…
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/math2/phpmathpublisher/
H A DCOPYING95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to

1...<<515253545556575859