Home
last modified time | relevance | path

Searched refs:p_string (Results 1 – 3 of 3) sorted by last modified time

/plugin/indexmenu/inc/
H A Dpclzip.lib.php3894 public function privExtractFileAsString(&$p_entry, &$p_string)
3925 $p_string = @fread($this->zip_fd, $p_entry['compressed_size']);
3933 if (($p_string = @gzinflate($v_data)) === false) {
4016 privExtractFileAsString(& $p_entry, & $p_string) global() argument
/plugin/database/
H A Ddatabase.php2068 * @param string $p_string the string to be output
2075 function output ($p_string, $p_indent=0) { argument
2077 if (substr($p_string,0,3)=='</t') $this->currentSteps--;
2081 ptln( $p_string, $this->currentSteps*$INCREMENT);
2083 if (substr($p_string,0,2)=='<t') $this->currentSteps++;
2089 * @param string $p_string the string to be output
2093 function debug_output ($p_string) { argument
2097 $file->write_record($p_string);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php4016 function privExtractFileAsString(&$p_entry, &$p_string) argument
4049 $p_string = @fread($this->zip_fd, $p_entry['compressed_size']);
4058 if (($p_string = @gzinflate($v_data)) === FALSE) {