Searched refs:count_sources (Results 1 – 5 of 5) sorted by relevance
24 $count_sources = DB::table('sources') variable42 ['visible' => array_sum($count_sources) > 0],69 <td class="text-center" data-sort="<?= $count_sources[$repository->xref()] ?? 0 ?>">70 <?= I18N::number($count_sources[$repository->xref()] ?? 0) ?>
48 $count_sources = DB::table('sources') variable69 ['visible' => array_sum($count_sources) > 0],116 … <td class="text-center" data-sort="<?= $count_sources[$media_object->xref()] ?? 0 ?>">117 <?= I18N::number($count_sources[$media_object->xref()] ?? 0) ?>
60 $count_sources = DB::table('sources') variable81 ['visible' => array_sum($count_sources) > 0],126 <td class="text-center" data-sort="<?= $count_sources[$note->xref()] ?? 0 ?>">127 <?= I18N::number($count_sources[$note->xref()] ?? 0) ?>
231 $count_sources = DB::table('sources')256 'count_sources' => $count_sources,
97 <?php foreach ($count_sources as $tree_name => $count) : ?>