Home
last modified time | relevance | path

Searched +full:count +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 1 – 22 of 22) sorted by relevance

/plugin/tag/syntax/
H A Dcount.php13 /** Count syntax, allows to list tag counts */
33 $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 Dtagpage.php43 * Handle matches of the count syntax
77 // implemented for the count 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/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/authucenter/lib/uc_client/control/
H A Dtag.php59 $count = 0;
63 $count++;
64 if($count >= $nums[$tagdata['appid']]) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBr.php35 if (count($this->mpdf->InlineBDF)) {
41 if (count($iBDF)) {
43 for ($i = count($iBDF) - 1; $i >= 0; $i--) {
46 for ($i = 0; $i < count($iBDF); $i++) {
67 if (count($this->mpdf->textbuffer)) {
68 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0] = preg_replace(
71 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0]
73 if (!empty($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][18])) {
74 $this->otl->trimOTLdata($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][18], false);
H A DColumns.php34 if (isset($attr['COLUMN-COUNT']) && ($attr['COLUMN-COUNT'] || $attr['COLUMN-COUNT'] === '0')) {
56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUMN-GAP']);
58 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign);
H A DLegend.php21 if (count($this->mpdf->textbuffer) && !$this->mpdf->tableLevel) {
22 $leg = $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1];
23 unset($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]);
H A DInlineTag.php196 if (isset($this->mpdf->InlineProperties[$tag]) && count($this->mpdf->InlineProperties[$tag])) {
200 if (isset($this->mpdf->InlineAnnots[$tag]) && count($this->mpdf->InlineAnnots[$tag])) { // *ANNOTATIONS*
203 if (isset($this->mpdf->InlineBDF[$tag]) && count($this->mpdf->InlineBDF[$tag])) { // mPDF 6
H A DBlockTag.php98 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer)
991 if (count($this->mpdf->textbuffer) == 1) {
994 for ($i = 0; $i < count($this->mpdf->textbuffer); $i++) {
1083 if (count($this->mpdf->textbuffer) && $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]) {
1084 if (0 !== strpos($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], "\xbb\xa4\xac")) { // not special content
1086 if (preg_match('/[ ]+$/', $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], $m)) {
1088 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0] = substr(
1089 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0],
1091 strlen($this->mpdf->textbuffer[count(
[all...]
H A DAnnotation.php81 if (count($pop) > 1) {
H A DTable.php26 if (count($this->mpdf->textbuffer) == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf->tableLevel && !$this->mpdf->kwt) {
29 } elseif (!$this->mpdf->tableLevel && count($this->mpdf->textbuffer)) {
139 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer) && $this->mpdf->y != $this->mpdf->tMargin && $this->mpdf->collapseBlockMargins && $this->mpdf->tableLevel == 1) {
584 && count($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot'])) {
601 for ($i = count($temp); $i < (count($temp) + count($temptf)); $i++) {
605 if (isset($this->mpdf->table[$this->mpdf->tableLevel + 1]) && count($this->mpdf->table[$this->mpdf->tableLevel + 1])) {
607 $this->mpdf->table[$this->mpdf->tableLevel + 1][$nid]['nestedpos'][0] -= count($temptf);
H A DFormFeed.php15 if (count($prop) == 2) {
H A DTd.php460 $ntb = count($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer']);
/plugin/tag/conf/
H A Ddefault.php10 $conf['list_tags_of_subns'] = 0; // list also tags in subnamespaces of a specified namespace (count syntax)
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php51 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$data…
61 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagn…
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php55 for($i=0; $i < count($lengths); $i++) {
89 for ($i = 0; $i < count($lengths); $i++) {
103 for($i = 0; $i < count($values); $i++) {
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php91 if (count($inlineTagFounds) > 1) {
H A DWebCodeTag.php196 && count($codes) === 1
439 if (count($externalResources) <= 1) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php282 for($counter = 0; $counter < count($this->tagAttributeSeparators); $counter ++) {
288 if(count($separatorPos) > 0)
322 while($attrCounter < count($attrArray) - 1) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php204 for ($i = 0; $i < count($jpeg_header_data); $i++)
H A Dmodule.tag.id3v2.php694 …'] : (isset($info['id3v2']['comments'][$parsedFrame['framenameshort']]) ? count($info['id3v2']['co…
846 if (count($IPLS_parts_unsorted) == 1) {
855 } elseif ((count($IPLS_parts_unsorted) % 2) == 0) {
1120 …] : (!empty($info['id3v2']['comments'][$parsedFrame['framenameshort']]) ? count($info['id3v2']['co…
2086 …$this->warning('ID3v2.CHAP subframe #'.(count($parsedFrame['subframes']) + 1).' "'.$subframe['name…
2116 // Entry count $xx