Home
last modified time | relevance | path

Searched refs:file (Results 3476 – 3491 of 3491) sorted by last modified time

1...<<131132133134135136137138139140

/plugin/zip/pear/File/Archive/Reader/
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']);
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);
/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/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/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css2 * this file describes only menu structure level-by level
/plugin/menupopup/
H A Dsyntax.php218 $file = wikiFN($this->page);
219 …return p_render('xhtml', p_cached_instructions($file), $info).$this->incl_editButton($this->page, …
222 function incl_editButton($id, $file, $perm){ argument
225 if (@file_exists($file)){
226 …if (($perm >= AUTH_EDIT) && (is_writable($file))) $ret = '<div class="secedit">'.html_btn('edit', …
/plugin/bibtex/OSBib/
H A DCHANGELOG38 3/ Some error checking code for file paths added by Guillaume Gardey.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE195 …attach them to the start of each source file to most effectively convey the exclusion of warranty;…
H A DPARSEENTRIES.php118 function openBib($file) argument
120 if(!is_file($file))
122 $this->fid = fopen ($file,'r');
H A DREADME14 This reads the contents of a BibTeX .bib file or a PHP string and returns arrays of information rep…
23 …fieldExtract == TRUE (default), the $entries array using the supplied example bib.bib file will be:
54 If $parse->fieldExtract == FALSE, the $entries array using the supplied example bib.bib file will b…
66 In all cases, @preamble (from the given example bib.bib file) will be returned as:
76 $parse->returnArrays() will then return $entries with all BibTeX macros (BibTeX file + $more_macro)…
/plugin/bibtex/OSBib/format/
H A DLICENSE195 …attach them to the start of each source file to most effectively convey the exclusion of warranty;…
H A DREADME.txt21 …e is at least compatible with and the second number is the version number of the style file itself.
37 Parse the XML style file into usable arrays. Used within BIBFORMAT::loadStyle(). See BIBFORMAT.ph…
42 This scans the style file directory and returns an alphabetically sorted (on the key) array of avai…
54 … for a particular resource type (book, web article etc.) from a style XML file into an array to be…
60 …raphic management system and OSBib. There are plenty of comments in that file so read them carefu…
65 … [field4] => [field5] => [field6] => [field7] => [field8] => [field9] => [file] => [collection] =>…
128 Parses the XML style file into raw arrays (to be further processed in BIBFORMAT::getStyle() (see be…
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 … only once. The vertical alignment parameter is now recorded in the image file name and does not n…
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1file:1,"in":1,array:1,label:1,packed:1,"end.":1,index:1,"while":1,"const":1,raise:1,"for":1,to:1,i… property in hljs.LANGUAGES.mel.dM.k

1...<<131132133134135136137138139140