Lines Matching refs:the

8 # Licensed to the Apache Software Foundation (ASF) under one or more
9 # contributor license agreements. See the NOTICE file distributed with
11 # The ASF licenses this file to You under the Apache License, Version 2.0
12 # (the "License"); you may not use this file except in compliance with
13 # the License. You may obtain a copy of the License at
18 # distributed under the License is distributed on an "AS IS" BASIS,
20 # See the License for the specific language governing permissions and
21 # limitations under the License.
119 $item =~ s/^(\s{0,2}\d+\.\d?\s*)//; # Trim the leading item number
148 } else { # $type is one of the bulleted types
152 $item =~ s/^(\s*\Q$type\E\s*)//; # Trim the leading bullet
168 # Recognize IDs of top level nodes of the most recent two releases,
182 ** WARNING: This file is generated from CHANGES.txt by the
188 * Licensed to the Apache Software Foundation (ASF) under one or more
189 * contributor license agreements. See the NOTICE file distributed with
191 * The ASF licenses this file to You under the Apache License, Version 2.0
192 * (the "License"); you may not use this file except in compliance with
193 * the License. You may obtain a copy of the License at
198 * distributed under the License is distributed on an "AS IS" BASIS,
200 * See the License for the specific language governing permissions and
201 * limitations under the License.
288 /* Collapse all but the first and second releases. */
295 /* Collapse the current item, unless either the current item is one of
296 * the first two releases, or the current URL has a fragment and the
297 * fragment refers to the current item or one of its ancestors.
310 /* Collapse the current item, unless the current URL has a fragment
311 * and the fragment refers to the current item or one of its ancestors.
318 /* Add "Click to collapse/expand" tooltips to the release/section headings */
370 # The first section heading is undefined for the older sectionless releases
413 # Exclude things like "(see #3 above)" and "(use the bug number instead of xxxx)"
414 unless ($item =~ s:\s*(\((?!see #|use the bug number)[^()"]+?\))\s*$:\n<br /><span class="attrib">$1</span>:) {
421 # fewer words or it includes the word "via" or the phrase "updates from",
424 $item =~ s{(\s*(\((?!see \#|use the bug number)[^()"]+?\)))
556 # - The list type: 'numbered'; or one of the bulleted types '-', or '.' or
583 # - The remainder of the release info (if any), with release date stripped
650 # the %release_dates hash.
652 # Pulls release dates via the JIRA REST API. JIRA does not list
653 # X.Y RCZ releases independently from releases X.Y, so the RC dates
695 # returns contents of the passed in url
714 # the standard month representations in English.
727 # Returns a list of alternating English month representations and the two-digit
728 # month number corresponding to them, for use in populating the %month_nums
752 # numbers, for use in populating the %bugzilla_jira_map hash
872 # Converts a JSON string to the equivalent Perl data structure