Home
last modified time | relevance | path

Searched refs:count (Results 376 – 400 of 2539) sorted by last modified time

1...<<11121314151617181920>>...102

/plugin/data/syntax/
H A Dcloud.php90 if (is_array($data['filter']) && count($data['filter'])) {
204 * @param $tags array ref The tags to weight ( tag => count)
205 * @param $min int The lowest count of a single tag
206 * @param $max int The highest count of a single tag
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]));
H A Drelated.php129 if (is_array($data['filter']) && count($data['filter'])) {
H A Dtable.php220 $cnth = count($data['headers']);
221 $cntf = count($data['cols']);
269 $cnt = count($rows);
488 $R->tablecell_open(count($clist), 'center');
509 $len = count($data['cols']);
527 $text .= '<tr><th colspan="' . (count($data['cols']) + ($data['rownumbers'] ? 1 : 0)) . '">';
657 if (is_array($data['filter']) && count($data['filter'])) {
/plugin/data/helper/
H A Daliastextbox.php104 if (count($params['value']) === 0) {
/plugin/subpages/
H A Dsyntax.php251 if (count($this->pages) == 0) {
261 $count = count($this->pages);
268 if (count($this->pages) > 0) {
/plugin/lastpages/
H A Dsyntax.php135 if (is_array($this->pages) && (count($this->pages) > 0)) {
/plugin/mobiletable/
H A Daction.php78 $index = count($schema);
92 $length = count($schema);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7 …otype.slice.call(arguments,0),i=n.join("␀"),r=t.cache=t.cache||{},o=t.count=t.count||[];return $t(…
33count=0}function Ie(e,t){return(t=t||{}).recognizers=x(t.recognizers,Ie.defaults.preset),new Fe(e,…
194count,o=qu(i),a=o.length;if(a>r)throw new Error(n("more than {count} child lanes",{count:r}));var …
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …otype.slice.call(arguments,0),i=n.join("␀"),r=t.cache=t.cache||{},o=t.count=t.count||[];return mr(…
21count=0}function $e(e,t){return(t=t||{}).recognizers=x(t.recognizers,$e.defaults.preset),new Ve(e,…
H A Ddmn-navigated-viewer.production.min.js16count=0}function $e(e,t){return(t=t||{}).recognizers=_(t.recognizers,$e.defaults.preset),new Ve(e,…
/plugin/randomtables/syntax/
H A Dsource.php119 $match = array_map(function($line) use (&$count) {
121 $count = (int) $subm[2];
126 $count = (int) $subm[1];
130 $count++;
131 return [$count, $count, $line];
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php8 protected int $count; variable in TableRoller\\Table\\BaseTable
13 return $this->keys[rand(0, $this->count - 1)];
40 $this->count = count($this->options);
52 while (count($result) < $times) {
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php57 if (1 === \count($packages)) {
331 self::$installed = $installed[count($installed) - 1];
/plugin/oauth/action/
H A Dlogin.php144 if (count($validDomains) > 0) {
182 if (count($enabledServices) !== 1) {
/plugin/oauth/
H A Dauth.php127 $count = '';
128 while ($this->getUserData($user . $count)) {
129 if ($count) {
130 $count++;
132 $count = 1;
135 $user .= $count;
/plugin/upgrade/
H A Dadmin.php115 $count = 0;
119 $count++;
126 echo '<span class="step">' . $count . '</span>';
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
335 self::$installed = $installed[count($installed) - 1];
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php485 count($this->ctrl_dir))); // total number of entries in the central directory on this disk
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php193 $argc = count($this->args);
225 $argc = count($this->args);
368 $hascommands = (count($this->setup) > 1);
H A DTableFormatter.php123 $fixed = (count($columns) - 1) * $border; // borders are used already
198 $len = count($wrapped[$col]);
205 $last = count($columns) - 1;
255 // don't count color codes
/plugin/smtp/classes/
H A DMessage.php77 $count = count($lines);
78 for($i=0; $i<$count; $i++) {
/plugin/embeddedphp/syntax/
H A Dphpblock.php26 if (is_array($data) && (count($data) > 1)) {
H A Dphpinline.php88 if (is_array($data) && (count($data) > 1)) {
/plugin/statistics/inc/
H A DBrowscap.php319 if (1 == count($matches)) {
576 } elseif (2 == count($pattern_data)) {

1...<<11121314151617181920>>...102