Home
last modified time | relevance | path

Searched refs:join (Results 151 – 175 of 991) sorted by relevance

12345678910>>...40

/plugin/qrcode2/
H A Dphpqrcode.php806 $frameLine = join('██', explode('1', $frameLine));
815 echo join("<br/ >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", $frame);
821 … $frameLine = join('<span class="m">&nbsp;</span>', explode("\xc0", $frameLine));
832 $frameLine = join('&#9830;', explode("\x01", $frameLine));
833 $frameLine = join('&#8901;', explode("\0", $frameLine));
847 echo join("<br/ >", $frame);
856 return gzcompress(join("\n", $frame), 9);
1060 throw new Exception('Error m:'.$mode.',s:'.$size.',d:'.join(',',$setData));
2595 $codeArr[] = join('', $line);
2597 return gzcompress(join("\n", $codeArr), 9);
[all …]
/plugin/indexmenu2/cms/
H A Dcms.js15join(" ");R[R.length]=Q[K%2?'evenLevel':'oddLevel'];e.childNodes[E].className=R.join(' ');x(e.chil…
/plugin/struct/types/
H A DAbstractMultiBaseType.php
/plugin/fastwiki/
H A Dhistory.js75 if (incl && !pageid.match('^(' + incl.split(/\s*,\s*/).join('|') + ')'))
78 if (excl && pageid.match('^(' + excl.split(/\s*,\s*/).join('|') + ')'))
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …l[l.length]=Q.join("");l[l.length]=dump(i[O],I+1);l[l.length]='}'}else{Q[Q.length]=i[O];l[l.length…
/plugin/authplaincas/
H A Dauth.php462 $groups = join(',',$USERINFO['grps']);
463 … $userline = join(':',array($USERINFO['uid'], $USERINFO['name'], $USERINFO['mail'], $groups))."\n";
503 $groups = join(',',$userinfo['grps']);
504 $userline = join(':',array($user, $userinfo['name'], $userinfo['mail'], $groups))."\n";
539 $pattern = '/^('.join('|',$deleted).'):/';
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js79 $.css( elem, supportProperty ).split("px").join(""):
165 ].join();
224 end = end.split("+=").join(start);
436 …t && end && !end.indexOf("matrix") && toArray( start ).join() == toArray( end.split(")")[0] ).join
/plugin/botbouncer/lib/
H A Dbotbouncer.php451 ….log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].' '.join(',',$data['ips']));
457 …m.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].' '.join(',',$data['ips']));
515 ….log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].' '.join(',',$data['ips']));
520 …t.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].' '.join(',',$data['ips']));
750 …$this->addLogEntry('sfs.log',$cached.' SPAM '.$data['username'].' '.$data['email'].' '.join(',',$d…
753 …$this->addLogEntry('sfs.log',$cached.' HAM '.$data['username'].' '.$data['email'].' '.join(',',$da…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst17 join
/plugin/visrep/
H A Dsyntax.php102 return getcachename(join('x', array_values($data)),'.visrep.'.$ext);
193 dbglog(join("\n",$output),'visrep command failed: '.$cmd);
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js112 this.URLString += this.argumentSeparator + urlstringtemp.join(this.argumentSeparator);
114 this.URLString += urlstringtemp.join(this.argumentSeparator);
/plugin/fckg/fckeditor/
H A Dtw-sack.js112 this.URLString += this.argumentSeparator + urlstringtemp.join(this.argumentSeparator);
114 this.URLString += urlstringtemp.join(this.argumentSeparator);
/plugin/translation/
H A Dhelper.php
/plugin/sqlite/
H A DSQLiteDB.php
/plugin/upgrade/HTTP/
H A DHeaders.php31 $cspheader .= " $key " . join(' ', $values) . ';';
/plugin/keywords/syntax/
H A Dkeywords.php52 $renderer->meta['keywords'] = ", " . join(', ', $data);
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js54 return this._Strings.join( '' ) ;
/plugin/codemirror/dist/modes/
H A Dpython.min.js1 …irror)})(function(a){"use strict";function b(a){return new RegExp("^(("+a.join(")|(")+"))\\b")}var…
/plugin/crosspost/
H A Dscript.js23 cp_to.value = cp_values.join(',');
/plugin/elasticsearch/cli/
H A Dimg.php42 'content' => join("\n", [
/plugin/vshare/syntax/
H A Dvideo.php
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19join("|"))}if(b.processEnvironments){e.push("\\\\begin\\{([^}]*)\\}")}if(b.processEscapes){e.push(…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dwith_if_tag.test6 {{ items|join(', ') }}
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.style.inc.php38 $html = preg_replace('#</head>#', join("\n", $styles)."\n</head>", $html);
/plugin/farmsync/script/
H A DscrollToLine.js23 var text = $this.text().split("\n").slice(0,linenumber).join('<br>');

12345678910>>...40