Home
last modified time | relevance | path

Searched refs:hide_sub (Results 1 – 7 of 7) sorted by relevance

/dports/www/serendipity/Serendipity-2.3.5/sql/
H A Ddb_update_1.2-alpha2_1.2-alpha3_sqlite.sql11 hide_sub int(1)
27 hide_sub int(1)
39 UPDATE {PREFIX}category SET hide_sub =
H A Ddb_update_1.2-alpha2_1.2-alpha3_postgres.sql2 ALTER TABLE {PREFIX}category ADD COLUMN hide_sub int(1);
H A Ddb_update_1.2-alpha2_1.2-alpha3_mysql.sql2 ALTER TABLE {PREFIX}category ADD COLUMN hide_sub int(1);
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilSelectInputGUI.php259 $this->hide_sub = (bool) $a_value;
270 return (bool) $this->hide_sub;
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilSelectInputGUI.php259 $this->hide_sub = (bool) $a_value;
270 return (bool) $this->hide_sub;
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/admin/
H A Dcategory.inc.tpl89 …<input id="hide_sub_yes" name="serendipity[cat][hide_sub]" type="radio" value="1"{if $this_cat.hid…
94 …<input id="hide_sub_no" name="serendipity[cat][hide_sub]" type="radio" value="0"{if $this_cat.hide…
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions.inc.php1081 …gory($cid, $name, $desc, $authorid, $icon, $parentid, $sort_order = 0, $hide_sub = 0, $admin_categ… argument
1091 hide_sub = ". (int)$hide_sub . "