Home
last modified time | relevance | path

Searched refs:count (Results 401 – 425 of 2539) sorted by path

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

/plugin/chordsheets/js/
H A Draphael.js1 …otype.slice.call(arguments,0),a=n.join("␀"),s=i.cache=i.cache||{},l=i.count=i.count||[];return s[o…
/plugin/chordsheets/
H A Dsyntax.php35 if(count($matches) > 0) {
/plugin/ckgdoku/action/
H A Dedit.php1155 $count = 0; $str='';
1156 …[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">'; $count++;}
1157 …& $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'">'; $count++; }
1158 …$matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[1] .'">'; $count++; }
1159 …es[4] != 'inherit') { $str .= '<span style = "background-color:' . $matches[4] .'">'; $count++; }
1161 for($i =0; $i<$count; $i++) {
H A Dmeta.php194 for($i=0; $i<count($data); $i++) {
568 if(is_array($winlinks) && count($winlinks)) {
609 if(count($successes)) {
H A Dsave.php344 $nLink=count($aLink);
363 $nPage=count($aPage);
381 $nPageDiff=count($aPageDiff);
/plugin/ckgdoku/action/entities/utils/
H A Dentities.pl3 my $count = 0;
14 $count++ if /^&#/;
15 $count++ if /^&\w/;
18 if($count == 2) {
19 $count = 0;
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js91 …lement("body",this.getDocument());b.$.innerHTML=a;for(b=b.getChildren();b.count();)this.append(b.g…
108 …ibute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,g=b.count();c<g;c++)a=b.getI…
119 …is.type!=b))var g=a(this);if(!1!==g){c=this.getChildren();for(var e=0;e<c.count();e++)g=c.getItem(…
177 …this.getBoundaryNodes(),e=[],f,m,h,k;if(c&&c.find)for(m=c.find(a),f=0;f<m.count();f++)if(c=m.getIt…
458 …),d,e=c.count();0<=--e;)d=c.getItem(e),d.isReadOnly()||t.call(this,d,!0);for(var g in b)if(g!=this…
477 …[m]&&(l=h),a[m])){if(m=!l&&"div"==m){a:{m=h.getChildren();for(var g=0,n=m.count();g<n;g++){var p=m…
713 …_.focusIndex=k;d.focus();break}d=null}return d||b?!1:(this._.focusIndex=f.count(),this.onKeyDown(a…
983 d=b.count();d--;)if((c=b.getItem(d)).data("cke-magicline-hot")){l.hotNode=c;l.lastCmdDirection="tru…
1126 …e-faked-selection-editor");for(d=0;d<c.count();d++)c.getItem(d).removeClass("cke_table-faked-selec…
1127 …c=b.editable().find(".cke_table-faked-selection");1>c.count()||(c=a(c.getItem(0),c.getItem(c.count
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",icon:this.path+"image…
H A Dplugin.js.unc29 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count = 0;
194 var instance = ++oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count;
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …f(H){this.linkElement=H;this.linkEditMode=true;var D=H.getChildren();if(D.count()==1){var C=D.getI…
H A Dimage.js.unc340 if ( linkChildren.count() == 1 ) // 1 child.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1432 var count = 1;
1434 this.stack[count] = new Option(i + ' >> ' + ckgdokuIwikiData[i],i,false,false);
1435 ckgdokuIwikiIndex[i] = count;
1436 count++;
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js26count();d++)c=c.concat(b(a.getItem(d)));return c}(a));CKEDITOR.tools.array.forEach(c,function(a){v…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js35 …ass(c,"cke_dialog_contents_body")||!g.misc.isVisible(c))for(var d=0,f;d<e.count();d++){if(f=e.getI…
37 0,f;d<e.count();d++){if(f=e.getItem(d),g.misc.isVisible(f.$)){try{f.$.focus()}catch(h){}break}}else…
50 …R.document.getById(d);d.setStyle("width","97%");d.getElementsByTag("DIV").count()||d.append(a.buil…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php69 $cnt = count($groups);
77 if($user || count($groups)) {
88 if(count($matches)) {
118 if(count($matches)) {
292 $len = count($acl);
H A Dconfig.php252 while(count($elems) > 0) {
347 if(count($extensions) ) {
H A Dio.php201 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
204 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
H A Dutil.php259 for($i=0; $i < count($folders); $i++) {
/plugin/ckgedit/action/
H A Dedit.php375 static $count = 0;
376 $count++;
377 $ins = "FNoteINSert" . $count;
1206 $count = 0; $str='';
1207 …[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">'; $count++;}
1208 …& $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'">'; $count++; }
1209 …$matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[2] .'">'; $count++; }
1210 …es[4] != 'inherit') { $str .= '<span style = "background-color:' . $matches[4] .'">'; $count++; }
1212 for($i =0; $i<$count; $i++) {
H A Dmeta.php222 for($i=0; $i<count($data); $i++) {
603 if(isset($winlinks) && is_array($winlinks) && count($winlinks)) {
646 if(count($successes)) {
H A Dsave.php437 $nLink=count($aLink);
456 $nPage=count($aPage);
474 $nPageDiff=count($aPageDiff);
/plugin/ckgedit/action/entities/utils/
H A Dentities.pl3 my $count = 0;
14 $count++ if /^&#/;
15 $count++ if /^&\w/;
18 if($count == 2) {
19 $count = 0;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js95 CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return …
133 …is.type!=b))var e=a(this);if(!1!==e){c=this.getChildren();for(var d=0;d<c.count();d++)e=c.getItem(…
358 …TOR.dtd.$editable)for(var c=CKEDITOR.document.getElementsByTag(b),f=0,g=c.count();f<g;f++)a=c.getI…
403 …;e=d.range.startPath();for(var z=D[z.getName()],h=0,I=c.getChildren(),m=I.count(),q=-1,p=-1,P=0,E=…
404 …d=1);-1<p&&(k[p].lastNotAllowed=1);return k}function d(b,c){var e=[],f=b.getChildren(),g=f.count(),
498 …),d,e=c.count();0<=--e;)d=c.getItem(e),d.isReadOnly()||x.call(this,d,!0);for(var f in b)if(f!=this…
518 …[q]&&(g=p),a[q])){if(q=!g&&"div"==q){a:{q=p.getChildren();for(var e=0,y=q.count();e<y;e++){var v=q…
769 …focusIndex=d;c.focus(!0);break}c=null}return c||b?!1:(this._.focusIndex=e.count(),this.onKeyDown(a…
940count();e++)d.getItem(e).setCustomData("retain",!0);b=!0}},null,null,1);g.attachListener(g,"keyup"…
1197count();d++)c.getItem(d).removeClass("cke_table-faked-selection");0<c.count()&&c.getItem(0).getAsc…
[all …]
H A Dckeditor.js.unc2224 count: function() {
4131 for (m = c.find(a), h = 0; h < m.count(); h++)
8147 g = f.count(),
8281 for (w = x.count(); n < w; n++)
8410 var b = a.count(),
15574 for (f = 0; f < b.count(); f++) {
23276 c = b.count();
23769 1 > b.count() ||
25210 for (e = l.count(); d < e; d++) {
26167 for (var b, c, d = 0; d < a.count(); d++)
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",icon:this.path+"image…

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