Home
last modified time | relevance | path

Searched refs:info (Results 1851 – 1857 of 1857) sorted by last modified time

1...<<7172737475

/plugin/zip/pear/
H A DPEAR.php1033 function addUserInfo($info) argument
1036 $this->userinfo = $info;
1038 $this->userinfo .= " ** $info";
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php202 $info = unpack('Vmtime/Vcrc/Vnlength', substr($data, 0, 12));
208 $info['mtime'] != $mtime) {
212 $info = array(
220 $data = pack('VVV', $info['mtime'], $info['crc'], $info['nlength']).$data;
228 $info['crc'],
229 $info['nlength']
/plugin/menupopup/
H A Dsyntax.php172 …k'.($this->vertical?' vertical':'').'">'.p_render('xhtml', p_get_instructions($this->link), $info);
219 …return p_render('xhtml', p_cached_instructions($file), $info).$this->incl_editButton($this->page, …
/plugin/chat/
H A Dsyntax.php118 $renderer->info['cache'] = FALSE;//TODO: solve this. It remembers wrong username
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php137 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
141 $this->session->setVar("style_longName", base64_encode($info['description']));
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php62 list($info, $citation, $styleCommon, $styleTypes) =
64 $this->session->setVar("style_name", $info['name']);
H A DREADME.txt126 list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(STRING: $pathToStyleFiles…
129 $info -- general information about the resource including description, language, version etc.

1...<<7172737475