From 2667d3631cc09c4d5d3593312bfeb86b38a4c65a Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Fri, 30 Nov 2012 15:30:44 +0100 Subject: Bug 816747 - Add dummy POD for unPODded methods. r/a=LpSolit --- Bugzilla/Search/Clause.pm | 24 ++++++++++++++++++++++++ Bugzilla/Search/ClauseGroup.pm | 10 ++++++++++ Bugzilla/Search/Condition.pm | 24 ++++++++++++++++++++++++ Bugzilla/Search/Quicksearch.pm | 18 ++++++++++++++++++ Bugzilla/Search/Recent.pm | 24 ++++++++++++++++++++++++ Bugzilla/Search/Saved.pm | 18 ++++++++++++++++++ 6 files changed, 118 insertions(+) (limited to 'Bugzilla/Search') diff --git a/Bugzilla/Search/Clause.pm b/Bugzilla/Search/Clause.pm index 77969440e..7bfd52015 100644 --- a/Bugzilla/Search/Clause.pm +++ b/Bugzilla/Search/Clause.pm @@ -129,3 +129,27 @@ sub as_params { } 1; + +=head1 B + +=over + +=item has_translated_conditions + +=item as_string + +=item add + +=item children + +=item negate + +=item update_search_args + +=item walk_conditions + +=item joiner + +=item as_params + +=back diff --git a/Bugzilla/Search/ClauseGroup.pm b/Bugzilla/Search/ClauseGroup.pm index 98c9779c9..1085ad82c 100644 --- a/Bugzilla/Search/ClauseGroup.pm +++ b/Bugzilla/Search/ClauseGroup.pm @@ -95,3 +95,13 @@ sub update_search_args { } 1; + +=head1 B + +=over + +=item add + +=item update_search_args + +=back diff --git a/Bugzilla/Search/Condition.pm b/Bugzilla/Search/Condition.pm index ac6947484..50d8258ea 100644 --- a/Bugzilla/Search/Condition.pm +++ b/Bugzilla/Search/Condition.pm @@ -69,3 +69,27 @@ sub condition { } 1; + +=head1 B + +=over + +=item as_string + +=item fov + +=item value + +=item negate + +=item translated + +=item operator + +=item as_params + +=item condition + +=item field + +=back diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index d686fde03..311ef751a 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -608,3 +608,21 @@ sub makeChart { } 1; + +=head1 B + +=over + +=item FIELD_MAP + +=item quicksearch + +=item negateComparisonType + +=item makeChart + +=item addChart + +=item matchPrefixes + +=back diff --git a/Bugzilla/Search/Recent.pm b/Bugzilla/Search/Recent.pm index f1dd092b2..af426ab74 100644 --- a/Bugzilla/Search/Recent.pm +++ b/Bugzilla/Search/Recent.pm @@ -160,3 +160,27 @@ Bugzilla::Search::Recent - A search recently run by a logged-in user. This is an implementation of L, and so has all the same methods available as L, in addition to what is documented below. + +=head1 B + +=over + +=item create + +=item list_order + +=item check_quietly + +=item new_from_cookie + +=item create_placeholder + +=item bug_list + +=item set_bug_list + +=item user_id + +=item set_list_order + +=back diff --git a/Bugzilla/Search/Saved.pm b/Bugzilla/Search/Saved.pm index f6e9badab..245cde37f 100644 --- a/Bugzilla/Search/Saved.pm +++ b/Bugzilla/Search/Saved.pm @@ -386,3 +386,21 @@ Returns how many users (besides the author of the saved search) are using the saved search, i.e. have it displayed in their footer. =back + +=head1 B + +=over + +=item create + +=item set_name + +=item set_url + +=item rename_field_value + +=item user + +=item used_in_whine + +=back -- cgit v1.2.3-24-g4f1b