Home
last modified time | relevance | path

Searched refs:join (Results 226 – 250 of 991) sorted by relevance

12345678910>>...40

/plugin/feedaggregator/
H A Dsyntax.php83 file_put_contents($file, join("\n", $feedList));
H A Daction.php71 echo join("\n", $simplepie->error());
/plugin/codemirror/dist/modes/
H A Didl.min.js1 …irror)})(function(a){"use strict";function b(a){return new RegExp("^(("+a.join(")|(")+"))\\b","i")…
H A Dtornado.min.js1 …pe","while","with","without","xhtml_escape","yield"];a=new RegExp("^(("+a.join(")|(")+"))\\b");fun…
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dms.js19 …}var f=this.SVGgetVariant(),h=this.SVGgetScale();var g=d.lquote+this.data.join("")+d.rquote;e.Add(…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php104 $data = array(join(', ', $diff));
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php55 $this->pattern = '(?<=^|'.$bound.')(?:'.join('|',$acronyms).')(?='.$bound.')';
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js87 return this._Strings.join( '' ) ;
/plugin/iptrust/
H A Daction.php72 io_saveFile($conf['cachedir'].'/iptrust', join('', $logins));
/plugin/idoit/
H A Dsyntax.php3 include_once(dirname(__FILE__) . join(DIRECTORY_SEPARATOR, array('idoit', 'php', 'apiclient.php')));
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js87 return this._Strings.join( '' ) ;
/plugin/pagestat/
H A Dscript.js282 this.pre_heightlight.attr("class",new_list.join(" "));
562 var out_str = "[headwords]:\n" + headwords.join(", ") + "\n";
578 out_str += "\n[rwords]:\n" + rstr.join(", ") + "\n";
581 out_str += "\n[unwords]:\n" + unwords.join(", ") + "\n";
605 out_jqwin.val(headrt.join(", "));
628 inout_jqwin.val(out_list.join(","));
757 var rtstr=newwords_list.join(", ");
836 call_ob.getwin().find(".al_edit_more").val(out_list.join(", "));
943 outstr+=anal_list.join(",");
961 var rt_txt = out_list.join(",");
[all …]
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19 …(a){return asString(a)}).join(',')+']';case'object':var c=[];for(var d in b){c.push('"'+d+'":'+asS…
/plugin/ireadit/action/
H A Dmigration.php57 $keys = join(',', array_keys($entry));
58 $vals = join(',', array_fill(0,count($entry),'?'));
/plugin/autotranslation/
H A Dhelper.php131 $rx = '/^' . $this->translationsNs . '(' . join('|', $this->translations) . '):(.*)/';
143 $rx = '/(^|,|:|;|-)(' . join('|', $this->translations) . ')($|,|:|;|-)/i';
422 $rx = '/^' . $this->translationsNs . '((' . join('|', $this->translations) . '):)?/';
/plugin/bureaucracy-au/script/
H A Duser.js86 this.value = terms.join(", ");
/plugin/bureaucracyau/script/
H A Duser.js86 this.value = terms.join(", ");
/plugin/unameban/
H A Dadmin.php48 io_savefile($conf['cachedir'].'/unamebanplugin.txt',join('',$new));
/plugin/usermanagerextended/action/
H A Dextend.php89 join(',', [$conf['superuser'], $conf['manager']]),
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php33 return join ('', $temp);
/plugin/latexit/classes/
H A DPackage.php88 $parameters = join(', ', $parameters);
/plugin/badbehaviour/
H A Daction.php107 io_saveFile($conf['cachedir'].'/badbehaviour.log',join("\t",$data)."\n",true);
/plugin/directions/syntax/
H A Dgraph.php55 return getcachename(join('x',array_values($data)),'.graphviz.'.$ext);
/plugin/icon/
H A Daction.php70 'source' => '/^('.join('|', array_keys(SVG::SOURCES)).')$/',
/plugin/smtp/classes/
H A DMessage.php88 $body = join($this->CRLF, $lines);

12345678910>>...40