Searched refs:p_string (Results 1 – 3 of 3) sorted by relevance
/plugin/database/ |
H A D | database.php | 2068 * @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 D | pclzip.lib.php | 4016 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) {
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 3894 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
|