Home
last modified time | relevance | path

Searched refs:join (Results 976 – 991 of 991) sorted by last modified time

1...<<31323334353637383940

/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js133 s[s.length] = q.join("");
138 s[s.length] = q.join("");
142 return s.join("\n");
H A Dstringextensions.js67 return [val,val].join("");
78 return Array(n+1).join(this.valueOf());
H A Dregexpextensions.js27 '(\\' + specials.join('|\\') + ')', 'g'
31 :(isArray(text)?text.map(RegExp.escape).join("|")
H A Dfunctionextensions.js15 var ret = eval ("context.______________tmp______________("+s.join(",")+")");
33 var ret = eval ("context.______________tmp______________("+s.join(",")+")");
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js555 return j?tmp.join(j):tmp;
/plugin/flowplay/flowplayer/
H A Dswfobject.js61 var _1c=this.getVariablePairs().join("&");
68 var _1f=this.getVariablePairs().join("&");
/plugin/chat/
H A Dtw-sack.js111 this.URLString += urlstringtemp.join(this.argumentSeparator);
/plugin/galleryv1.5/
H A Dscript.js315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
316 self._box.style.left = [((self._page.win.w - imag.width - 30) / 2),'px'].join('');
329 spin.style.top = [top,'px'].join('');
330 spin.style.left = [(self._page.win.w - spin.width - 30) / 2,'px'].join('');
333 self._wrap.style.width = [self._page.win.w,'px'].join('');
334 self._wrap.style.height = [self._page.h,'px'].join('');
361 self._box.style.top = [self._pos.y,'px'].join('');
380 top = [imag.height + 10,'px'].join(''); // 10 is top margin of lightbox
382 width = [imag.width + 20,'px'].join(''); // 20 is total side margin of lightbox
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php627 $pString = join('', $itemArray);
889 $creator['initials'] = join(" " , $initials) . ' ' . $creator['initials'];
891 $creator['initials'] = join(" " , $initials);
H A DPARSESTYLE.php28 $search = join('|', $this->map->$type);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php72 $appellation = join(' ', array_splice($author, 1, 1));
76 $remainder = join(" ", $author);
79 $prefix = join(' ', $this->prefix);
108 $firstname = join(" ", $firstnameArray);
129 $surname = join(" ", $surname);
132 $prefix = join(" ", $prefix);
/plugin/googlesearch/
H A Dnusoap.php1077 $xmlStr = @join("",@file($xml));
3781 $this->response = join("\r\n",$this->outgoing_headers)."\r\n\r\n".$payload;
/plugin/txtconf/
H A Dconfig0.class.php418 $in = join('',@file($file));
465 $contents = join('',@file($file));
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php293 $tempString = join('|', $newArray);
449 $availableFields = join(', ', $this->map->citation);
881 $availableFields = join(', ', array_values($this->map->$key));
916 $search = join('|', $this->map->$type);
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php201 return join('', $unicode);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1join:1,let:1,orderby:1,partial:1,select:1,set:1,value:1,"var":1,where:1,yield:1}},m:[{cN:"comment"… property in hljs.LANGUAGES.ruby.c.keymethods

1...<<31323334353637383940