Home
last modified time | relevance | path

Searched refs:count (Results 2251 – 2275 of 2539) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md74 var_dump(count($entries));
/plugin/diagramsnet/lib/styles/
H A Datlas.css232 .geNotification-count {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc275 while (isset($response['hits']['hits']) && count($response['hits']['hits']) > 0) {
/plugin/pagelist/
H A Dhelper.php908 if ($item < count($users)) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1count',\n 'butlast',\n 'byte',\n 'byte-array',\n 'bytes',\n 'by…
/plugin/markdownextra/
H A Dmarkdown.php2065 if (count($parts) < 3) {
2262 if (count($parts) < 3) {
2758 $col_count = count($headers);
/plugin/jukebox/id3/
H A Dgetid3.lib.php312 for ($i = 0; $i < count($bytes); $i++) {
313 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js698 var count = 1;
699 one.listenToOnce(two, 'x y', function(n) { assert.ok(n === count++); });
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php777 $this->find_line_break($classes, $breaks, count($classes));
782 for ($i = 0, $size = count($breaks); $i < $size; $i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php588 for ($i = 0; $i < count($m) - 1; $i++) {
628 $t = count($m);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1053 add(origin: Date, count: number, unit: string): Date;
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt109 …* ''dependencies'' - shows the count of open bugs depending on or blocking this bug - links to bug…
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php206 * @return int The page count of the PDF document.
340 || ($contents instanceof PdfArray && \count($contents->value) === 1)
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js351 sub: function(pattern, replacement, count) { argument
353 count = Object.isUndefined(count) ? 1 : count;
356 if (--count < 0) return match[0];
440 times: function(count) { argument
441 return count < 1 ? '' : new Array(count + 1).join(this);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js3220 count++;
5234 count++;
12754 _this.count = options.count;
20304 count: 0
20361 count: model.count,
23010 count: 1
23024 count: 0
23030 count: 0,
44756 for (; count > 0; count--) {
69427 count = 0;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js994 var count = 0;
1032 count++;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js195 …istening = listeningTo[id] = {obj: obj, objId: id, id: thisId, listeningTo: listeningTo, count: 0};
208 if (listening) listening.count++;
287 if (listening && --listening.count === 0) {
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2072count:0};Date.parseRegexes=[];Date.formatFunctions={count:0};Date.prototype.dateFormat=function(b)… property in Date.formatFunctions
/plugin/issuetracker/
H A Dedit.php330 $mod_id = count($mods);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php385 if (count($typeNames) > 1) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php506 $frames_in_last_GOP = count($FramesByGOP[$last_GOP_id]);
/plugin/pubmed2020/
H A Dsyntax.php128 if (count($refs) < 2) { // PMID is always included
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php358 // calculate bit count
544 $rsBlockOrderNum = count($this->rsBlockOrder);
/plugin/batchedit/
H A Dinterface.php283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1040 count = newf.count = newf.count || [];
1042 repush(count, args);
1045 count.length >= 1e3 && delete cache[count.shift()];
1046 count.push(args);
6980 setproto.splice = function (index, count, insertion) { argument
6982 count = mmax(0, mmin(this.length - index, count));
6990 for (i = 0; i < count; i++) {
7000 i = this.items.length = this.length -= count - arglen;

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