Home
last modified time | relevance | path

Searched refs:cat_href (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/
H A Dfreetag_apply.php39 if (! isset($cat_href)) {
40 $cat_href = ''; variable
46 $freetaglib->add_object($cat_type, $cat_objid, false, $cat_desc, $cat_name, $cat_href);
H A Dtiki-edit_structure.php252 $cat_href = "tiki-index.php?page=" . urlencode($cat_name); variable
269 $cat_href = "tiki-index.php?page=" . urlencode($cat_objid); variable
275 …jectId = $categlib->add_categorized_object($cat_type, $cat_objid, $cat_desc, $cat_name, $cat_href);
295 …jectId = $categlib->add_categorized_object($cat_type, $cat_objid, $cat_desc, $cat_name, $cat_href);
325 $cat_href = "tiki-index.php?page=" . urlencode($cat_name); variable
H A Dtiki-admin_structures.php133 $cat_href = "tiki-index.php?page=" . urlencode($cat_name); variable
182 $cat_href = "tiki-index.php?page=" . urlencode($cat_name); variable
187 …jectId = $categlib->add_categorized_object($cat_type, $cat_objid, $cat_desc, $cat_name, $cat_href);
H A Dcategorize.php27 …T['cat_categories'] : [], $cat_objid, $cat_type, $cat_desc, $cat_name, $cat_href, $_REQUEST['cat_m…
H A Dtiki-admin_polls.php132 $cat_href = "tiki-poll_results.php?pollId=" . $cat_objid; variable
147 $cat_href = 'tiki-index.php?page=' . urlencode($cat_objid); variable
H A Dpoll_categorize.php32 …jectId = $categlib->add_categorized_object($cat_type, $cat_objid, $cat_desc, $cat_name, $cat_href);
H A Dtiki-list_faqs.php55 $cat_href = "tiki-view_faq.php?faqId=" . $cat_objid; variable
H A Dtiki-directory_admin_categories.php73 $cat_href = 'tiki-directory_browse.php?parent=' . $cat_objid; variable
H A Dtiki-edit_image.php91 $cat_href = 'tiki-browse_image.php?imageId=' . $cat_objid; variable
H A Dtiki-quiz_edit.php146 $cat_href = "tiki-quiz.php?quizId=" . $cat_objid; variable
H A Dtiki-admin_surveys.php36 $cat_href = "tiki-take_survey.php?surveyId=" . $cat_objid; variable
H A Dtiki-sheets.php120 $cat_href = "tiki-view_sheets.php?sheetId=" . $cat_objid; variable
H A Dtiki-edit_quiz.php134 $cat_href = "tiki-take_quiz.php?quizId=" . $cat_objid; variable
H A Dtiki-edit_blog.php176 $cat_href = "tiki-view_blog.php?blogId=" . $cat_objid; variable
H A Dtiki-payment.php197 $cat_href = 'tiki-payment.php?invoice=' . $id; variable
H A Dtiki-admin_content_templates.php214 $cat_href = "tiki-admin_content_templates.php?templateId=" . $cat_objid; variable
H A Dtiki-blog_post.php235 $cat_href = "tiki-view_blog_post.php?postId=" . urlencode($postId); variable
H A Dtiki-admin_calendars.php121 $cat_href = "tiki-calendar.php?calIds[]=" . $_REQUEST["calendarId"]; variable
H A Dtiki-upload_image.php272 $cat_href = $foo1 . "?imageId=" . $cat_objid; variable
H A Dtiki-admin_forums.php180 $cat_href = "tiki-view_forum.php?forumId=" . $cat_objid; variable
H A Dtiki-galleries.php364 $cat_href = 'tiki-browse_gallery.php?galleryId=' . $cat_objid; variable
H A Dtiki-edit_submission.php518 $cat_href = 'tiki-edit_submission.php?subId=' . $cat_objid; variable
H A Dtiki-edit_article.php697 $cat_href = 'tiki-read_article.php?articleId=' . $cat_objid; variable
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/File/
H A DController.php178 $cat_href = "tiki-download_file.php?fileId=$fileId";
/dports/www/tikiwiki/tiki-21.2/lib/structures/
H A Dstructlib.php340 $cat_href = "tiki-index.php?page=" . urlencode($page);
349 $pageObjectId = $categlib->add_categorized_object($cat_type, $page, '', $page, $cat_href);

12