Home
last modified time | relevance | path

Searched refs:count (Results 2326 – 2350 of 2539) sorted by path

1...<<919293949596979899100>>...102

/plugin/tabinclude/
H A Dhelper.php50 $sz = count($pages);
52 $sz = count($pages);
66 $init_page_idx=count($tabs);
70 if(count($items)>1){
85 $init_page_idx = count($tabs);
95 if($asterisk) $init_page_idx = count($tabs);
142 $sz = count($tabs);
194 $sz = count($tabs);
242 $sz = count($tabs);
/plugin/table2csv/
H A DgetTableData.php59 $field_cnt = count($fields)-1;
/plugin/tablecalc/
H A Dscript.js158 function count(a) { function
/plugin/tablelayout/
H A Dhelper.php45 if (count($syntax) === 0) {
/plugin/tablelayout/script/
H A Dpolyfills.js8 String.prototype.repeat = function (count) { argument
14 count = +count;
15 if (count != count) {
16 count = 0;
18 if (count < 0) {
21 if (count == Infinity) {
24 count = Math.floor(count);
25 if (str.length == 0 || count == 0) {
31 if (str.length * count >= 1 << 28) {
35 for (var i = 0; i < count; i++) {
/plugin/tabtables/
H A Daction.php83 for($l=0; $l<count($this->original); $l++) {
126 for($l=0; $l<count($this->wikified); $l++) {
165 $cells = count(split("\t",$original[0]));
169 for($r=0; $r<count($original); $r++) {
175 if($new_table_block[count($new_table_block)-1]==$empty_line) {
176 unset($new_table_block[count($new_table_block)-1]); }
180 if(count($new_table_block)>2 && $new_table_block[1]==$empty_line) {
184 $new_table_block[count($new_table_block)-1]="";
191 for($r=1; $r<count($new_table_block); $r++) {
211 $count = count($calls);
[all …]
/plugin/tag/
H A Dhelper.php253 if (!count($pages)) {
320 if ($num && count($result) >= $num) {
360 * Get count of occurrences for a list of tags
363 * @param array $namespaces array of namespaces where to count the tags
367 * $tag => int count
395 // don't count hidden pages or pages the user can't access
402 // count all pages
403 $tagOccurrences[$tag] = count($pages);
/plugin/tag/syntax/
H A Dcount.php33 $this->Lexer->addSpecialPattern('\{\{count>.*?\}\}', $mode, 'plugin_tag_count');
37 * Handle matches of the count syntax
89 // implemented for the count syntax
110 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('count').'</th>';
119 foreach($occurrences as $tagname => $count) {
120 if($count <= 0) continue; // don't display tags with zero occurrences
124 $renderer->doc .= '<td class="'.$class.'">'.$count.'</td>';
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/tagadd/
H A Daction.php130 $anz_ns=count($ns);
179 if(count($nsTags)<1) return $html."<br><br>no Tags found";
227 …$catTagsCount = array_key_exists($category, $siteTags_cat) ? count($siteTags_cat[$category]) : '0';
228 …$form->_content[]='<h3><a href="#">'.$category.' ('.$catTagsCount.'/'.count($tags).')</a></h3><div…
255 if ($idcount < count($found) && count($found)>1) {
/plugin/tagalerts/
H A Daction.php67 for ($i = 0; $i < count($tags); $i++) {
/plugin/tagentry/
H A Daction.php122 $data[$k] = count( $v );
178 if ( count( $alltags ) < 1 ){ return $rv; }
/plugin/tagfilter/_test/
H A Dsyntax.test.php33 $this->assertTrue($select->count() === 3);
71 $this->assertTrue($select->count() === 4);
91 $this->assertTrue($select->count() === 3);
/plugin/tagfilter/
H A Daction.php153 if (count($pages_intersect) === 0) {
H A Dscript.js39 count = 0;
51 count++;
143 if(flags[1]['count']) {
/plugin/tagfilter/script/select2/
H A Dselect2.js580 var count = 0;
583 count += countResults(item.children);
585 count++;
588 return count;
/plugin/tagfilter/syntax/
H A Dcompare.php90 if (count(array_intersect($pageidsPerTag, $allPageids)) == 0) {
H A Dfilter.php286 if (count(array_intersect($pageidsPerTag, $allPageids)) == 0) {
414 if ($flags['count']) {
/plugin/tagging/action/
H A Dmain.php106 if (!count($pages)) {
H A Dsearch.php202 foreach ($event->result as $id => $count) {
/plugin/tagging/
H A Dhelper.php150 * @return array associative array in form of value => count
193 * @param array $tags list of tags => count
225 * @param array $tags list of tags => count
244 if (count($tags) === 0) {
279 * @param array $pids list of pids => count
286 if (count($pids) === 0) {
383 $order_fields = array('pid', 'tid', 'taggers', 'ns', 'count');
398 COUNT(*) AS "count"
567 implode(' OR ', array_fill(0, count($tags), 'CLEANTAG(tag) = ?')) . ')';
579 $numAffectedPages = count(
[all...]
H A Dsyntax.php44 if (count($matches) > 2) {
49 if (count($matches) > 2) {
54 if (count($matches) > 2) {
59 if (count($matches) > 2) {
/plugin/tagging/helper/
H A Dquerybuilder.php63 if ($this->tags && $this->logicalAnd) $this->having = ' HAVING cnt = ' . count($this->tags);
220 $nsCnt = count($this->ns);
234 $nsCnt = count($this->notns);
248 $tagCnt = count($this->tags);
/plugin/tagsections/action/
H A Dajax.php121 …if ($pos >= count($data) || ($data[$pos]['level'] <= $level+1 && strnatcmp(utf8_encodeFN($data[$po…
/plugin/targetlink/
H A Dsyntax.php113 if(count($parts) === 2) {

1...<<919293949596979899100>>...102