Home
last modified time | relevance | path

Searched refs:count (Results 1401 – 1425 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/blogtng/helper/
H A Dtags.php97 public function count($pid) { function in helper_plugin_blogtng_tags
237 …r, array_map(array($this, '_format_tag_link'), $this->tags, array_fill(0, count($this->tags), $tar…
/plugin/ireadit/action/
H A Dmigration.php58 $vals = join(',', array_fill(0,count($entry),'?'));
222 if ($rev === '' || count($data) == 0) continue;
/plugin/structodt/
H A Daction.php130 if (count($rendered_pages) > 1) {
165 if (count($templates) > 1 && $ext != 'pdf') {
/plugin/combo/action/
H A Droutermessage.php195 if (count($pagesWithSameName) === 1) {
203 if (count($pagesWithSameName) > 0) {
/plugin/tag/syntax/
H A Dsearchtags.php166 // sort tags by name ($tags is in the form $tag => $count)
192 foreach ($tags as $tag => $count) {
209 $form->addElement(hsc($tag).' ['.$count.']');
/plugin/strata/syntax/
H A Dentry.php90 if(count($tree['cs'])) {
290 for($i=0;$i<count($values);$i++) {
317 for($i=0;$i<count($values);$i++) {
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md108 To get the length of a string, we can use the `count` function:
112 count($french), // int(9)
113 count($arabic), // int(4)
114 count($japanese) // int(9)
/plugin/bookcreator/
H A Dscript.js107 Storage.prototype.count = function() { method in Storage
256 jQuery("#bookcreator__pages").html(this.selectedpages.count());
274 || JSINFO.bookcreator.showBookbar === 'noempty' && this.selectedpages.count() > 0;
546 if (Bookcreator.selectedpages.count() === 0) {
/plugin/data/syntax/
H A Dentry.php189 if ($val == '' || is_null($val) || (is_array($val) && count($val) == 0)) continue;
202 $cnt = count($val);
339 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
685 $len = max($len, PhpString::strlen($nudata[count($nudata) - 1][0]));
/plugin/openlayersmap/syntax/
H A Dolmap.php415 if (count ( $overlay ) < 1) {
661 $centerlat = $lats [0] + ($lats [count($lats) - 1] - $lats [0]);
662 $centerlon = $lons [0] + ($lons [count($lats) - 1] - $lons [0]);
663 return ['minlat' => $lats [0], 'minlon' => $lons [0], 'maxlat' => $lats [count($lats) - 1], 'maxlon' => $lons [count($lats) - 1], 'centerlat' => $centerlat, 'centerlon' => $centerlon];
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php77 if (count($p) > 0) $plist[] = $p;
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php58 if (count($files)) {
/plugin/prolog/
H A Dattribute_options.php91 if(count($files))
/plugin/sneakyindexfix/
H A Daction.php82 if(count($matches)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php38 …$false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTempla…
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php45 if ($successCount === count($promises)) {
/plugin/farm/
H A Dtestclient.php27 …for($i=0; $i<count($m[0]); $i++) $mid .= ' <span style="color:green">'.htmlentities($m[1][$i]).'</…
/plugin/latexport/implementation/
H A Ddecorator_images.php78 $totalInGroup = count($this->internalMediaGroup);
/plugin/uilanguage/
H A Daction.php82 for ($i=0; $i < count($links); $i++) {
/plugin/dyncontent/
H A Daction.php64 if(count($search)){
/plugin/tipoftheday/syntax/
H A Dtotns.php36 $page = $header[intval(date('W')) % count($header)];
/plugin/imagelink/syntax/
H A Dimagelink.php112 if(count($tmp) === 2) {
/plugin/topbarsyntax/
H A Dsyntax.php71 while(!$found && count($path) >= 0) {
/plugin/badbehaviour/
H A Daction.php83 function bb2_db_num_rows($result) { return ($result === FALSE) ? 0 : count($result); }
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst12 return value of the ``count()`` method.

1...<<51525354555657585960>>...102