Lines Matching refs:tagname
189 foreach ( $alltags as $tagname ) {
193 $inBlacklist = $this->in_iarray( $tagname, $options['blacklist'] );
199 $rv .= '<label><input type="checkbox" id="plugin__tagentry_cb' . $tagname . '"';
200 $rv .= ' value="1" name="' . $tagname . '"';
201 if ( $this->in_iarray( $tagname, $options['assigned'] ) ){
205 … $rv .= ' onclick="tagentry_clicktag(\'' . $this->escapeJSstring( $tagname ) . '\', this);"';
208 $rv .= ' /> ' . $this->_getTagTitle( $tagname ) ;
228 function _getTagTitle( $tagname ) { argument
234 return $this->clipstring( $tagname );
237 $id = $tagname;
244 return $this->clipstring( $tagname );