Home
last modified time | relevance | path

Searched refs:count (Results 2276 – 2300 of 2539) sorted by relevance

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

/plugin/issuetracker/
H A Dprototype.js569 function sub(pattern, replacement, count) { argument
571 count = Object.isUndefined(count) ? 1 : count;
574 if (--count < 0) return match[0];
654 function times(count) { argument
655 return count < 1 ? '' : new Array(count + 1).join(this);
4555 var count = 0; variable
4558 node.nodeIndex = ++count;
/plugin/jplayer/components/
H A Drequire-built.js2531 count: 0, // Static Variable: Change it via prototype.
2964 this.internal.instance = "jp_" + this.count;
2969 this.element.attr("id", this.options.idPrefix + "_jplayer_" + this.count);
2977 id: this.options.idPrefix + "_audio_" + this.count,
2981 id: this.options.idPrefix + "_video_" + this.count,
2985 id: this.options.idPrefix + "_flash_" + this.count,
2990 id: this.options.idPrefix + "_poster_" + this.count,
3254 $.jPlayer.prototype.count++; // Change static variable via prototype. method in $.$
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js452 function sub(pattern, replacement, count) { argument
454 count = Object.isUndefined(count) ? 1 : count;
457 if (--count < 0) return match[0];
536 function times(count) { argument
537 return count < 1 ? '' : new Array(count + 1).join(this);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/amcharts/assets/amcharts/
H A Dserial.js29 …d(this.categoryAxis.minPeriod);return e.changeDate(new Date(a),b.period,b.count,!0).getTime()-1},u…
45 …,close:t,high:B,low:x,average:A,sum:q,count:D};a=e.formatValue(a,{open:n,close:r,high:z,low:w,aver… property in AnonymousFunctione8fd266e5700.q
71 …p,n="",n=e.extractPeriod(this.minPeriod),r=e.getPeriodDuration(n.period,n.count),w,z,u,q,D=this.ro…
76 …tartTime;b=this.choosePeriod(0);g=b.period;w=b.count;b=e.getPeriodDuration(g,w);b<r&&(g=n.period,w…
/plugin/fckg/action/
H A Dedit.php775 for($i=0; $i< count($fckLImmutables); $i++) {
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php284 while (count($this->_clipping) > 0) {
/plugin/syntaxhighlighter4/
H A DREADME.md69 if (count($data) != 3) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php507 for ($a=0; $a<count($nss);$a++) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php476 $returnstring .= '&nbsp;('.count($value).')';
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1501 if (count($allowedAlgs) > 1) {
/plugin/combo/ComboStrap/
H A DCallStack.php839 array_splice($this->callStack, count($this->callStack), 0, $instructions);
/plugin/phpipam/
H A Dsyntax.php1034 if (count($_more)) {
1087 if (count($_more)) {
1116 if (count($_more)) {
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1count\", \"butlast\", \"byte\", \"byte-array\", \"bytes\",\n \"bytes?\", \"case\", \"cast\", …
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md265 for($i = $current + 1, $count = count($lines); $i < $count; $i++) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js6153 var count = 0,
6166 count = 0;
23922 } else if (count <= 10) {
23929 count = 0;
23986 count--;
23992 } else if (count <= 10) {
24001 count = 0;
26366 count[len] = 0;
26406 left -= count[len];
29952 for (i = _i = 0; 0 <= count ? _i < count : _i > count; i = 0 <= count ? ++_i : --_i) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md369 - `CallTimesPrediction` or `shouldBeCalledTimes($count)` - checks that the method has been called
370 `$count` times
/plugin/davcal/
H A Dhelper.php1226 $query .= implode(',', array_fill(0, count($uris), '?'));
1790 if (count($filters['comp-filters']) > 0 && !$filters['comp-filters'][0]['is-not-defined'])
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js153 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
158 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te… argument
/plugin/fblogin/lib/
H A Dbase_facebook.php1369 (count($pair) > 1) ? urldecode($pair[1]) : '';
/plugin/mellelexport/
H A Drenderer.php512 if (count($errors) > 0) {
/plugin/davcard/
H A Dhelper.php100 if(count($contactdata) < 2) // We need at least first and last name
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php771 if (!count($result)) {
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js289 function fread(d, count) argument
292 pos += count;
4577 count++;
4580 var rowLimit = (count <= 4) ? 2 : (count > 6 ? 4 : 3);
4642 var height = (this.isServices(count)) ? ((count > rowLimit) ? 390 : 270) : 160;
4972 var count = this.getServiceCount(false);
4976 count++;
4979 var rowLimit = (count <= 4) ? 2 : (count > 6 ? 4 : 3);
5053 var height = (this.isServices(count)) ? ((count > 4) ? 390 : 270) : 160;
5061 EditorUi.prototype.isServices = function(count) argument
[all …]
/plugin/socialshareprivacy2/SSP/
H A DREADME.md688 count code as shown on the linked page above. This button does of course not interfere
699 count : 'reactions'
722 <td>count</td>
724 <td>What count to show.<br/>
962 <td>Even show count and no placeholder if there are zero shares. (Boolean)</td>

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