Home
last modified time | relevance | path

Searched refs:alltags (Results 1 – 2 of 2) sorted by relevance

/plugin/tagentry/
H A Daction.php44 $alltags = array_map( 'trim', idx_getIndex( 'subject', '_w' ) );
46 $alltags = $this->_getpages( $tagns );
75 $out .= $this->_format_tags( $alltags, $options );
175 function _format_tags( $alltags, $options ) { argument
177 if ( !is_array( $alltags ) ){ return $rv; }
178 if ( count( $alltags ) < 1 ){ return $rv; }
185 natcasesort( $alltags );
189 foreach ( $alltags as $tagname ) {
/plugin/dokubookmark/
H A Dhelper.php96 function printForm ($data, $options, $alltags = NULL) { argument