Home
last modified time | relevance | path

Searched refs:p_comment (Results 1 – 3 of 3) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DTokenFactory.php41 private $p_comment; variable in HTMLPurifier_TokenFactory
52 $this->p_comment = new HTMLPurifier_Token_Comment('');
112 $p = clone $this->p_comment;
/plugin/tindexmenu/inc/
Dpclzip.lib.php2949 function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) argument
2957 $p_offset, strlen($p_comment));
2963 if (strlen($p_comment) != 0)
2965 fputs($this->zip_fd, $p_comment, strlen($p_comment));
/plugin/indexmenu/inc/
Dpclzip.lib.php2844 public function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) argument
2859 strlen($p_comment)
2866 if (strlen($p_comment) != 0) {
2867 fwrite($this->zip_fd, $p_comment, strlen($p_comment));