Home
last modified time | relevance | path

Searched refs:itemcounter (Results 1 – 5 of 5) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dmenu_manager.php1159 $itemcounter = '';
1246 $itemcounter = ' <span style="white-space:nowrap;"><small>(';
1248 $itemcounter .= sprintf(ngettext('%u album', '%u albums', $numsubalbums), $numsubalbums);
1252 $itemcounter .= ' ';
1254 $itemcounter .= sprintf(ngettext('%u image', '%u images', $numimages), $numimages);
1256 $itemcounter .= ')</small></span>';
1267 $itemcounter = "<small> (" . $catcount . ")</small>";
1277 echo '<li class="menu_' . trim($item['type'] . ' ' . $class) . '">' . $itemtitle . $itemcounter;
1318 …href="' . $itemURL . '" title="' . getBare($itemtitle) . '">' . $itemtitle . '</a>' . $itemcounter;
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ditems.cpp513 addMessage(XLAT("You construct some Elemental Gems!", it) + itemcounter(items[itElemental])); in gainItem()
553 EX string itemcounter(int qty) { in itemcounter() function
563 s += itemcounter(items[itShard]); in gainShard()
/dports/www/limesurvey/limesurvey/application/helpers/admin/
H A Dstatistics_helper.php1804 $itemcounter = 1;
1857 switch ($itemcounter) {
1893 if ($itemcounter == 5) {
1921 $itemcounter++;
2828 $itemcounter = 1;
2915 switch ($itemcounter) {
2986 if ($itemcounter == 5) {
3083 $itemcounter++;
/dports/www/limesurvey/limesurvey/application/helpers/
H A Duserstatistics_helper.php2022 $itemcounter = 1;
2109 switch ($itemcounter) {
2184 if ($itemcounter == 5) {
2293 $itemcounter++;
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A DLaTeX.pool.ltxml1359 my $outercounter = LookupValue('itemcounter');
1378 AssignValue(itemcounter => $usecounter);
1421 my $counter = LookupValue('itemcounter');