Lines Matching refs:title
38 $title = htmlspecialchars( $regx_result[1] );
39 if( ! isset( $title ) ) { return NULL; }
57 $this->_create_vote_log_file( $title, $options );
59 return array( $title, $param, $question, $options );
71 list( $title, $param, $question, $options ) = $data;
73 $vote_log = $this->_read_vote_log( $title );
76 $output .= '<fieldset class="vote">'.'<legend>'.$title.'</legend>';
100 $this->_write_vote_log( $title, $vote_log );
147 function _create_vote_log_file( $title, $options ) { argument
149 $vote_log_file = metaFN( md5( $title ), '.vote' );
167 function _debug_out( $title, $data ) { argument
169 $file = metaFN( $title, '.dbg' );
179 function _read_vote_log( $title ) { argument
183 $vote_log_file = metaFN( md5( $title ), '.vote' );
191 function _write_vote_log( $title, $vote_log ) { argument
193 $vote_log_file = metaFN( md5( $title ), '.vote' );