Home
last modified time | relevance | path

Searched refs:n (Results 1326 – 1350 of 2191) sorted by relevance

1...<<51525354555657585960>>...88

/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js8 function build_grid(chords,bars,font,wmx){var i,k,l,nr,bar,w,hr,x0,x,y,yl,lc='',cells=[],nc=grid.n
26 wmx.toFixed(1)+' -'+hr.toFixed(1)+'"/>\n')
30 (wmx/2).toFixed(1)+' '+(hr/2).toFixed(1)+'"/>\n')
38 (wmx/2).toFixed(1)+' '+(hr/2).toFixed(1)+'"/>\n')
77 abc.out_svg('<path class="stroke" stroke-width="1" d="\n')
81 abc.out_svg('h'+w.toFixed(1)+'\n')
86 abc.out_svg('v'+(hr*nr).toFixed(1)+'\n')
88 abc.out_svg('"/>\n')
95 (font.size*1.5).toFixed(1)+'px">:</text>\n')}
102 (font.size*1.5).toFixed(1)+'px">:</text>\n')}
191 var grid={n:Number(parm.shift())} global() property in abc2svg.grid.set_fmt.grid
[all...]
/plugin/diagramsnet/lib/resources/
H A Ddia_pt.txt92 changesNotSaved=As alterações não foram guardadas
172 deleteLibrary404=Biblioteca seleccionada não foi encontrada
184 diagramIsNotPublic=Diagrama não é público
293 fileNotFound=Ficheiro não encontrado
294 repositoryNotFound=Repositório não encontrado
295 fileNotFoundOrDenied=O ficheiro não foi encontrado. Não existe ou não tem acesso.
296 fileNotLoaded=Ficheiro não carregado
297 fileNotSaved=Ficheiro não guardado
558 pageNotFound=Página nõ encontrada
584n \n {1}\n \n Gostava de carregar o(os) plugin(s) agora?\n \n NOTA: Apenas permita executar os plu…
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-css.js113 [PR['PR_PLAIN'], /^[ \t\r\n\f]+/, null, ' \t\r\n\f']
H A Dlang-r.js39 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
H A Dlang-lasso.js33 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
H A Dlang-hs.js49 [PR['PR_PLAIN'], /^[\t\n\x0B\x0C\r ]+/, null, '\t\n\x0B\x0C\r '],
H A Dlang-erlang.js34 [PR['PR_PLAIN'], /^[\t\n\x0B\x0C\r ]+/, null, '\t\n\x0B\x0C\r '],
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19n,k,b;f.Register.StartupHook("MathEvents Ready",function(){n=MathJax.Extension.MathEvents.Event.Fa… variable
/plugin/securelogin/lang/cs/
H A Dneedopenssl.txt2 Je vyžadován php openssl modul.
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js5 …},CKEDITOR.dtd.$empty,CKEDITOR.dtd.$nonEditable)))}function q(c,g){function n(a,b){var d=this,c=ne… function
7 ignoreReadonly:1,childRule:function(){return 0}},c.config.find_highlight,!0));n.prototype={next:fun… class
8 …d(b.textNode,b.offset+1);return a},updateFromDomRange:function(a){var b=new n(a);this._.cursors=[]…
11 …ge:function(a){var b,d;d=this._.cursors;d=(b=d[d.length-1])&&b.textNode?new n(q(b)):this._.walker;…
13 …=this.matchRange.getNextCharacterRange(a.length)):this.matchRange=new u(new n(this.searchRange),a.…
14 …RT);g.setEnd(h.textNode,h.offset);h=g;p=q(p);h.trim();p.trim();h=new n(h,!0);p=new n(p,!0);if(!A(h…
/plugin/codemirror/dist/modes/
H A Dcss.min.js1n=c.counterDescriptors||{},o=c.colorKeywords||{},p=c.valueKeywords||{},q=c.allowNested,r=c.lineCom…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js6 …yclic","txtReplaceCyclic"]];CKEDITOR.dialog.add("find",function(c){function n(a,b){var d=this,c=ne… function
7 …noreReadonly:1,childRule:function(){return 0}},c.config.find_highlight,!0));n.prototype={next:func…
9 …d(b.textNode,b.offset+1);return a},updateFromDomRange:function(a){var b=new n(a);this._.cursors=[]…
12 …ge:function(a){var b,d;d=this._.cursors;d=(b=d[d.length-1])&&b.textNode?new n(y(b)):this._.walker;…
14 …=this.matchRange.getNextCharacterRange(a.length)):this.matchRange=new t(new n(this.searchRange),a.…
15 …RT);m.setEnd(g.textNode,g.offset);g=m;p=y(p);g.trim();p.trim();g=new n(g,!0);p=new n(p,!0);if(!B(g…
/plugin/confmanager/lang/fr/
H A Dwordblock.txt1n'est plus le lieu qu'il a été. Toute bonne chose est corrompue, et il en va de même pour les wiki…
/plugin/jquery-syntax/syntax/
H A Dfile.php25 $this->Lexer->addEntryPattern('<file(?=[^\r\n]*?>.*?</file>)',$mode,'plugin_jquerysyntax_file');
H A Dcode.php41 $this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</code>)', $mode, 'plugin_jquerysyntax_code');
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js12576 for (var n = begin, end = match.end.divIdx; n <= end; n++) {
14968 return start <= n && n <= end;
14984 if (n !== 0 && n % 10 === 0) return 'many';
14998 if (isBetween(n, 0, 2) && n != 2) return 'one';
15003 if (n % 10 == 1 && n % 100 != 11) return 'one';
15019 if (n === 0 || n != 1 && isBetween(n % 100, 1, 19)) return 'few';
15030 if (n % 10 === 0 || isBetween(n % 10, 5, 9) || isBetween(n % 100, 11, 14)) return 'many';
15041 …if (n != 1 && isBetween(n % 10, 0, 1) || isBetween(n % 10, 5, 9) || isBetween(n % 100, 12, 14)) re…
15058 if (n % 10 == 1 && n != 11) return 'one';
15071 if (isBetween(n, 0, 2) && n !== 0 && n != 2) return 'one';
[all …]
/plugin/glossary/images/
H A Dscore.xcf27 �������������������?����������������?����������n�n�n�����>�������>�������>������…
37 ���������������������������������������n������������������H�������������������H�����…
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17n(a,b){return!("object"!=typeof a[b]||!a[b])}function o(a){window.console&&window.console.log&&win… function
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2n)}function i(){function c(b,c){return a("<"+b+' xmlns="urn:schemas-microsoft.com:vml" class="spin…
/plugin/structtasks/_test/
H A DNotifiersTest.php350 $n = new $notifier([$this, 'fakeGetConf'], $this->getLangCallback($key));
351 $n->sendMessage(
408 $n = new DeletedNotifier([$this, 'fakeGetConf'], $this->getLangCallback('deleted'));
409 $n->sendMessage(
/plugin/securelogin/lang/fr/
H A Dneedopenssl.txt2 Le module PHP openSSL est nécessaire.
/plugin/syntaxhighlighter/syntax/
H A Dcode.php62 …$this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</code>)',$mode,'plugin_syntaxhighlighter_code…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js150 var n = text.charAt( i + 1 ) ;
151 if ( n == '\r' )
154 n = text.charAt( i + 1 ) ;
156 if ( n == '\n' )
552 for ( var n in targetObject )
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php168 * @param int $n One-based index.
171 abstract public function geometryN($n); argument
190 * @param int $n Nth point
193 abstract public function pointN($n); argument
199 abstract public function interiorRingN($n); argument
H A DLineString.php14 * @method Point geometryN($n)
59 * @param int $n Nth point of the LineString
62 public function pointN($n) argument
64 return $n >= 0
65 ? $this->geometryN($n)
66 : $this->geometryN(count($this->components) - abs($n + 1));

1...<<51525354555657585960>>...88