Home
last modified time | relevance | path

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

/plugin/blog/
Dhelper.php133 * @param array $setflags Flags that have been set by the user
136 function getFlags($setflags) { argument
141 if(in_array('topform', $setflags)) {
143 }elseif(in_array('bottomform', $setflags)) {
145 }elseif(in_array('noform', $setflags)) {
150 $newentrytitle = preg_grep('|newentrytitle=.*|', $setflags);
163 $flags['pagingcontrols'] = !in_array('nopagingcontrols', $setflags);
/plugin/mediasyntax/
Dhelper.php58 function get_flags($setflags) argument
63 foreach ($setflags as $flag) {
/plugin/include/
H A Dhelper.php69 function get_flags($setflags) { argument
72 foreach ($setflags as $flag) {