Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 6 of 6) sorted by relevance

/web-php/images/
H A Dsupported-versions.php15 $branches = [];
21 $branches[$branch] = $version;
26 ksort($branches);
27 return $branches;
50 $branches = branches_to_show(); variable
52 foreach ($branches as $branch => $version) {
53 $branches[$branch]['top'] = $header_height + ($branch_height * $i++);
63 $height = $header_height + $footer_height + (count($branches) * $branch_height);
123 <?php foreach ($branches as $branch => $version): ?>
135 <?php foreach ($branches as $branch => $version): ?>
[all …]
/web-php/include/
H A Dbranches.inc99 $branches = [];
127 krsort($branches);
128 foreach ($branches as &$branch) {
132 return $branches;
136 $branches = [];
159 ksort($branches[$major]);
163 ksort($branches);
164 return $branches;
172 $branches = [];
234 krsort($branches);
[all …]
H A Dgpg-keys.inc2 require __DIR__ . '/branches.inc';
179 $branches = [
196 if (!$activeOnly) { return $branches; }
199 return array_filter($branches, function ($branch) use ($active) {
/web-php/
H A Deol.php48 <?php foreach (get_eol_branches() as $major => $branches): ?>
49 <?php foreach ($branches as $branch => $detail): ?>
/web-php/releases/
H A Dindex.php171 foreach (get_eol_branches() as $branches) {
172 foreach ($branches as $branch => $detail) {
/web-php/.github/workflows/
H A Dintegrate.yaml8 branches:

Completed in 12 milliseconds