Home
last modified time | relevance | path

Searched refs:counter (Results 76 – 100 of 221) sorted by relevance

123456789

/plugin/combo/
H A Dcli.php432 $counter = 0;
442 $counter++;
458 LogUtility::msg("Sync finished ($counter pages checked)");
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css314 -html2ps-list-counter: 0;
514 reset-counter: footnote;
526 content: counter(footnote, super-decimal);
530 content: counter(footnote, super-decimal);
H A DTODO27 support for 'counter' for non margin-box elements
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm223 var counter = 0;
246 counter = counter + 1;
247 if ( char eq -1 or counter eq ARGUMENTS.bytes)
H A Dcf5_upload.cfm249 counter = 0;
253 counter = counter + 1 ;
254 fileName = tmpFileName & '(#counter#)' ;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js21 var counter = 0;
28 assert.equal(counter, 1);
32 assert.equal(counter, 2);
252 var counter = 0;
255 counter++;
257 if (counter > 1) {
421 var counter = 0;
460 var counter = 0;
463 counter++;
559 var counter = 0;
[all …]
/plugin/accscounter/lang/en/
H A Dviewer.txt3 You can exclude spammers from the counter (StopForumSpam2 Plugin required), or delete the log data.
/plugin/jirainfo/
H A Dscript.js5 counter = 0,
151 this.id = "jiPopup" + ++counter;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js550 var counter = 0 ;
553 counter++ ;
555 return targetObject[ propertyName || 'length' ] = counter ;
/plugin/database2/
H A Dprint.css71 body.print table tbody td.counter
/plugin/autlogin/
H A Dadmin.php202 $counter = 0;
219 $counter++;
226 $counter++;
231 $counter++;
237 $counter++;
243 $counter++;
253 if($flag == 0 && $counter > 0){
/plugin/newsticker/
H A Dstyle.less41 span.newsticker-counter {
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js253 var counter = 0;
256 counter++;
261 actb_pos = counter;
265 actb_pos = counter;
H A Dfiltergrid.css50 .tot{ font-weight:bold; }/*rows counter*/
/plugin/toolbox/
H A DToolboxCounter.js110 title: toolbox_lang.counter,
/plugin/dw2pdf/
H A Daction.php524 $counter = 0;
527 $this->currentBookChapter = $counter;
528 $counter++;
536 if ($counter < $no_pages) {
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js19 var counter = 0;
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php216 $counter = 0;
239 array_unshift ( $row, '<td class="counter col0 rightalign">' . ++ $counter . "</td>\n" );
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php192 $counter = 0;
215 array_unshift ( $row, '<td class="counter col0 rightalign">' . ++ $counter . "</td>\n" );
/plugin/progrecss/
H A Dsyntax.php147 static $counter= 0;
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js81 counter: true, property in AnonymousFunction91f19f9c0200.defaults
253 _this.counter();
467 Plugin.prototype.counter = function() { method in Plugin
468 if (this.s.counter) {
907 if (this.s.counter) {
H A Dlightgallery.min.js4counter:!0,appendCounterTo:".lg-toolbar",swipeThreshold:50,enableSwipe:!0,enableDrag:!0,dynamic:!1… method in b
/plugin/siteexport/inc/
H A Dfunctions.php345 * @param integer $counter
347 public function startRedirctProcess($counter) { argument
353 $additionalParameters['startcounter'] = $counter;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java46 private int counter; field in CaptureFrame
317 return counter++; in nextCounter()
/plugin/combo/ComboStrap/
H A DTagAttributes.php207 * A global static counter
210 private static $counter = 0; variable in ComboStrap\\TagAttributes
1202 self::$counter += 1;
1203 $id = self::$counter;

123456789