Home
last modified time | relevance | path

Searched refs:catobj (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/zenpage/
H A Dclass-zenpagenews.php140 $catobj = new ZenpageCategory($cat['titlelink']);
141 $password = $catobj->getPassword();
178 $catobj = new ZenpageCategory($cat);
179 if (!$catobj->isPublic()) {
220 $catobj = new ZenpageCategory($cat['titlelink']);
221 $guestaccess = $catobj->checkforGuest($hint, $show);
310 $catobj = new ZenpageCategory($cat['titlelink']);
311 $parentid = $catobj->getParentID();
312 $parentcats = $catobj->getParents();
H A Dzenpage-template-functions.php110 $catobj = new ZenpageCategory($category);
575 …echo "<li><a href=\"" . $catobj->getLink() . "\" title=\"" . html_encode($catobj->getTitle()) . "\…
765 $catobj = new ZenpageCategory($catlink);
766 …echo "<a href=\"" . html_encode($catobj->getLink()) . "\" title=\"" . html_encode($catobj->getTitl…
1494 $itemtitle = $catobj->getTitle();
1496 $itemid = $catobj->getID();
1497 $itemparentid = $catobj->getParentID();
1499 $itemurl = $catobj->getLink();
1506 if ($catobj->isProtected()) {
1648 $catobj = new ZenpageCategory($item);
[all …]
H A Dadmin-news-articles.php142 $catobj = NULL; variable
144 $catobj = new ZenpageCategory(sanitize($_GET['category'])); variable
153 …zenpage->getArticles(0, 'unpublished', false, $sortorder, $sortdirection, false, $catobj, $author);
154 …= $_zp_zenpage->getArticles(0, $published, false, $sortorder, $direction, false, $catobj, $author);
H A Dzenpage-admin-functions.php524 $catobj = new ZenpageCategory($cats['titlelink']);
526 …_id FROM " . prefix('news2cat') . " WHERE news_id = " . $id . " AND cat_id = " . $catobj->getID());
531 $catname = $catobj->getTitle();
532 $catlink = $catobj->getTitlelink();
533 if ($catobj->getPassword()) {
538 $catid = $catobj->getID();
756 $catobj = new ZenpageCategory($cat['titlelink']);
758 $count = count($catobj->getArticles(0, 'all'));
766 $getparents = $catobj->getParents();
771 $title = $catobj->getTitle();
[all …]
H A Dclass-zenpage.php555 $catobj = new ZenpageCategory($cat);
560 $catobj = $_zp_current_category;
562 return count($catobj->getArticles());
717 $catobj = new ZenpageCategory($cat['titlelink']);
718 if ($catobj->isPublic() || $catobj->isMyItem(LIST_RIGHTS)) {
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/tinymce4/plugins/tinyzenpage/
H A Dtinyzenpage-functions.php297 $catobj = new ZenpageCategory($cat);
298 $items = $catobj->getArticles("", "all");
299 $newscount = count($catobj->getArticles(0, 'all'));
337 $catobj = new ZenpageCategory($cat['titlelink']);
343 echo $catobj->getTitle();
641 $catobj = new ZenpageCategory($cat['titlelink']);
643 $count = count($catobj->getArticles(0, 'all'));
651 $getparents = $catobj->getParents();
656 $title = $catobj->getTitle();
658 $title = '*' . $catobj->getTitlelink() . '*';
[all …]
H A Dzoom.php53 $catobj = new ZenpageCategory($cat['titlelink']); variable
57 $categories .= $catobj->getTitle();
/dports/www/zenphoto/zenphoto-1.5.9/themes/zpmobile/
H A Dfunctions.php143 $catobj = new ZenpageCategory($cat['titlelink']);
147 echo "<li>" . $catobj->getTitle() . "</li>\n";
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-feed.php210 $catobj = new ZenpageCategory($this->catlink);
211 $this->cattitle = $catobj->getTitle();
359 $catobj = new ZenpageCategory($this->options['category']);
360 if ($catobj->exists) {
H A Dclass-search.php830 $catobj = new ZenpageCategory($category['titlelink']);
831 $cat .= ' `cat_id`=' . $catobj->getID() . ' OR';
832 $subcats = $catobj->getCategories();
835 $catobj = new ZenpageCategory($subcat);
836 $cat .= ' `cat_id`=' . $catobj->getID() . ' OR';
H A Dfunctions.php1939 $catobj = $obj;
1941 $parentID = $catobj->getParentID();
1946 $catobj = new ZenpageCategory($result['titlelink']);
1947 $authType = "zpcms_auth_category_" . $catobj->getID();
1948 $check_auth = $catobj->getPassword();
1949 $check_user = $catobj->getUser();
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dtransitionlib.php309 if ($catobj = $categlib->is_categorized($type, $object)) {
310 $categlib->uncategorize($catobj, $state);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/menu_manager/
H A Dmenu_manager-admin-functions.php880 $catobj = new ZenpageCategory($cat['titlelink']);
882 $getparents = $catobj->getParents();
887 echo "<option value = '" . html_encode($catobj->getTitlelink()) . "'" . $selected . '>';
888 echo $levelmark . $catobj->getTitle() . "</option>"
/dports/www/moodle310/moodle/calendar/
H A Dexternallib.php246 foreach ($catobjs as $catobj) {
247 if (isset($coursecategories[$catobj->id]) ||
248 has_capability('moodle/category:manage', $catobj->get_context())) {
251 $categories[$catobj->id] = true;
252 foreach ($catobj->get_parents() as $catid) {
/dports/www/moodle311/moodle/calendar/
H A Dexternallib.php246 foreach ($catobjs as $catobj) {
247 if (isset($coursecategories[$catobj->id]) ||
248 has_capability('moodle/category:manage', $catobj->get_context())) {
251 $categories[$catobj->id] = true;
252 foreach ($catobj->get_parents() as $catid) {
/dports/www/moodle39/moodle/calendar/
H A Dexternallib.php246 foreach ($catobjs as $catobj) {
247 if (isset($coursecategories[$catobj->id]) ||
248 has_capability('moodle/category:manage', $catobj->get_context())) {
251 $categories[$catobj->id] = true;
252 foreach ($catobj->get_parents() as $catid) {
/dports/math/gap/gap-4.11.0/pkg/groupoids-1.68/tst/manual/
H A Dmwo.tst131 gap> catobj := CategoriesOfObject( M49 );;
141 gap> ForAll( ans, a -> ( a in catobj ) );
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Drss.php725 $catobj = new ZenpageCategory($cat['titlelink']);
726 $categories .= get_language_string($catobj->getTitle('all'), $this->locale) . ', ';
H A Dmenu_manager.php1265 $catobj = new ZenpageCategory($item['link']);
1266 $catcount = count($catobj->getArticles(0, $published));
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-browse_categories.tpl157 <div class="catobj">
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmEditGrid.cpp318 pgCatalogObject *catobj = (pgCatalogObject *)obj; in BEGIN_EVENT_TABLE() local
322 …tableName = catobj->GetSchema()->GetQuotedFullIdentifier() + wxT(".") + catobj->GetQuotedIdentifie… in BEGIN_EVENT_TABLE()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c8459 const cfg_obj_t *catobj; in load_configuration() local
8463 catobj = cfg_tuple_get(obj, "name"); in load_configuration()
8464 str = cfg_obj_asstring(catobj); in load_configuration()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c9306 const cfg_obj_t *catobj; in load_configuration() local
9310 catobj = cfg_tuple_get(obj, "name"); in load_configuration()
9311 str = cfg_obj_asstring(catobj); in load_configuration()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c9223 const cfg_obj_t *catobj; in load_configuration() local
9227 catobj = cfg_tuple_get(obj, "name"); in load_configuration()
9228 str = cfg_obj_asstring(catobj); in load_configuration()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c9306 const cfg_obj_t *catobj; in load_configuration() local
9310 catobj = cfg_tuple_get(obj, "name"); in load_configuration()
9311 str = cfg_obj_asstring(catobj); in load_configuration()

12