Home
last modified time | relevance | path

Searched refs:n (Results 2176 – 2191 of 2191) sorted by last modified time

1...<<8182838485868788

/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js386 for(var i=0,n=_42.elements.length;i<n;i++){
410 for(var i=0,n=_42.elements.length;i<n;i++){
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat18 $parts{'script-xml'} = $parts{script} . "\n\n" . $parts{xml};
23 $newComment =~ s/\*\s*\w+[^\r\n]*/$& ($k support only!)/s;
24 writeFile($debugDir . '/' . $fname, $newComment . "\n" . $main . "\n\n" . $v);
37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…
39 writeFile($to, $comment . "\n" . readFile($to));
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js218 function printForHtml( n ) { argument
219 return n ; // by FredCK
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js33 n = self.cloneNode(true);
37 swapNode.parentNode.insertBefore(n,swapNode);
H A Dstringextensions.js76 String.prototype.repeat = function(n /* :Number */) /* :String */ { argument
77 if (isNaN(n=parseInt(n)) || n<0) return "";
78 return Array(n+1).join(this.valueOf());
90 String.prototype.padding = function(n, c) { argument
92 n = parseInt(n);
93 if (!n) return val;
96 return (n < 0) ? pad + val : val + pad;
106 String.prototype.padLeft = function(n, c) { argument
107 return this.padding(-Math.abs(n), c);
117 String.prototype.padRight = function(n, c) { argument
[all …]
H A Dobjectextensions.js46 try { var n = new obj.constructor(); } catch(e) {return null;} variable
H A Dnumberextensions.js1 Number.prototype.radix = function(r, n, c) { argument
4 return this.toString(r).padLeft(Math.abs(n), c);
7 Number.prototype.bin = function(n, c) { argument
8 return this.radix(0x02, (isUndefined(n))?16:n, c);
11 Number.prototype.oct = function(n, c) { argument
12 return this.radix(0x08, (isUndefined(n))?6:n, c);
15 Number.prototype.dec = function(n, c) { argument
16 return this.radix(0x0A, (isUndefined(n))?2:n, c);
19 Number.prototype.hex = function(n, c) { argument
20 return this.radix(0x10, (isUndefined(n))?4:n, c);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1594 function detectimg($n) argument
1609 if ($name==$n)
/plugin/flowplay/flowplayer/
H A Dswfobject.js80 var n=(typeof _20=="string")?document.getElementById(_20):_20;
81 n.innerHTML=this.getSWFHTML();return true;
/plugin/chessdiagram/toolbar/
H A Denglish.diff6n# Creates a chessboard from FEN and alternative one character for each piece 8x8\n7k/6p1/3r1pPp/p…
H A Dgerman.diff6n# versteht FEN (nur das Diagramm!) oder alternativ ein Buchstabe pro Figur 8x8\n7k/6p1/3r1pPp/pp2…
/plugin/virtualkeyboard/vk/
H A Dreadme.txt29 Drag'n'Drop Interface http://forum.dklab.ru/js/advises/DragNDropInterface.html
/plugin/googlesearch/
H A Dnusoap.php773 foreach ($this->namespaces as $p => $n) {
774 if ($ns == $n || $ns == $p) {
775 $this->usedNamespaces[$p] = $n;
5637 foreach($elements as $n => $e){
5644 $eElements[$n] = $ee;
5650 foreach($attrs as $n => $a){
5657 $eAttrs[$n] = $aa;
6348 foreach ($this->message[$pos]['xattrs'] as $n => $v) {
6349 $params[$n] = $v;
/plugin/aimg/
H A Dscript.js68 function addEvent(o, n, f, l) argument
70 var a = 'addEventListener', h = 'on'+n, b = '', s = '';
71 if (o[a] && !l) return o[a](n, f, false);
920 for (var n = 0; n < fields.length; n++)
922 var field = fields.item(n);
1008 for (var n = 0; n < container.childNodes.length; n++)
1067 for (var n = 0; n < fields.length; n++)
1068 if (fields.item(n).className == 'fn-note-id')
1069 noteID = fields.item(n).getAttribute('title');
1215 for (var n = 0; n < note.childNodes.length; n++)
[all …]
/plugin/math/
H A Dsyntax.php132 $this->Lexer->addEntryPattern('<math(?=[^\r\n]*?>.*?</math>)',$mode,'plugin_mathmulti');
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1n(c){return c.replace(/&/gm,"&amp;").replace(/</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){i… function

1...<<8182838485868788