Home
last modified time | relevance | path

Searched refs:counter (Results 101 – 125 of 221) sorted by relevance

123456789

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java551 private long counter; in post()
555 counter+=incVal; in post()
563 counter+=incVal; in post()
570 System.out.println("-- Progress --> ["+Thread.currentThread()+"] "+counter+"/"+contentSize); in post()
571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); in post()
H A DEditorActions.java.bak551 private long counter;
555 counter+=incVal;
563 counter+=incVal;
570 System.out.println("-- Progress --> ["+Thread.currentThread()+"] "+counter+"/"+contentSize);
571 progressListener.onProgress((int) (offset + scale*counter/contentSize));
/plugin/numberedheadings/
H A DREADME.md66 === -- === ... initialise tier1, format, headings counter
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js39 var counter = 1;
43 shape = mxCellRenderer.defaultShapes[this.style['symbol' + counter]];
47 var align = this.style['symbol' + counter + 'Align'];
48 var valign = this.style['symbol' + counter + 'VerticalAlign'];
49 var width = this.style['symbol' + counter + 'Width'];
50 var height = this.style['symbol' + counter + 'Height'];
51 var spacing = this.style['symbol' + counter + 'Spacing'] || 0;
52 var vspacing = this.style['symbol' + counter + 'VSpacing'] || 0;
53 var arcspacing = this.style['symbol' + counter + 'ArcSpacing'];
54 var direction = this.style['symbol' + counter + 'Direction'];
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as118 _aNC[i].client.onBWCheck = function (counter) {
119 return ++counter;
/plugin/amcharts/assets/amcharts/
H A Dradar.js7 …idColor,D=a.dashLength,E=a.fillColor,B=a.fillAlpha,F=a.labelsEnabled;n=a.counter;var G=a.inside,H=…
10 …);d.setCN(f,u,A,!0)}!1===a.visible&&(y&&y.hide(),v&&v.hide());""!==c&&(a.counter=0===n?1:0,a.previ…
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php151 …, 'src='.$img['landscape'].'&w=150&ar=L'), 'description' => 'auto-rotate counter-clockwise to land…
154 …'src='.$img['alpha'].'&ra=30&f=gif'), 'description' => 'Rotated 30° (counter-clockwise), width…
/plugin/diagramsnet/lib/
H A Delectron.js503 var counter = 0;
510 counter++;
512 path.extname(outFileName))) + '-' + counter + path.extname(outFileName);
/plugin/sidebar/
H A Dstyle.css176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
/plugin/orphanmedia/
H A Dsyntax.php768 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument
788 ' <td>'.$counter.'</td>'.NL.
/plugin/orphanmedia2/
H A Dsyntax.php769 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument
789 ' <td>'.$counter.'</td>'.NL.
/plugin/siteexport/action/
H A Dajax.php118 $counter = 0;
129 … if ( empty($_REQUEST['startcounter']) || $counter >= intval($_REQUEST['startcounter']) ) {
142 $counter++;
146 $this->functions->startRedirctProcess($counter);
/plugin/katex/_assets/
H A Dkatex.min.css1counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counte…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ogg.php218 $counter = 0;
221 $info['ogg']['pageheader'][$oggpageinfo['page_seqno'].'.'.$counter++] = $oggpageinfo;
/plugin/slider/
H A Djquery.bxslider.js471 var counter = 0;
475 breakPoint = counter + getNumberSlidesShowing();
476counter += slider.settings.moveSlides <= getNumberSlidesShowing() ? slider.settings.moveSlides : g…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php60 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
238 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js204 var counter = 0;
211 counter++;
215 if (counter > 0)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md155 * Changed the generated class names to use a static counter instead of a random number
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt251 counter-claims, and cross-claims) alleging that a Contributor Version
311 cross-claims or counter-claims.
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt251 counter-claims, and cross-claims) alleging that a Contributor Version
311 cross-claims or counter-claims.
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js451 Popcorn.guid.counter++;
452 return ( prefix ? prefix : "" ) + ( +new Date() + Popcorn.guid.counter );
589 Popcorn.guid.counter = 1;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc39 A successful request resets the "failed ping timeout" counter.
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1counter-style)/i.test(type)) {\n state.stateArg = type;\n return \"restricted_atBlock_be…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js360 var counter = function(){ i++; }; function
362 model.on('change:a', counter);

123456789