Home
last modified time | relevance | path

Searched refs:join (Results 201 – 225 of 991) sorted by relevance

12345678910>>...40

/plugin/codemirror/dist/modes/
H A Dprotobuf.min.js1 …irror)})(function(a){"use strict";function b(a){return new RegExp("^(("+a.join(")|(")+"))\\b","i")…
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js87 return this._Strings.join( '' ) ;
/plugin/page4release/
H A Drebuildindex.php50 echo $filename.': [['.join(']], [[',$pagesID)."]]\n";
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.php56 return join('', $content);
H A Dautofix.url.php32 $path = join('/', array_map('rawurlencode', explode('/',$path)));
/plugin/stellarium/scripts/
H A Dstellarium.js37 formBody = formBody.join("&");
/plugin/sql2wiki/
H A DCsv.php41 $csv_row = join(',', array_map('self::escape', $row));
/plugin/combo/resources/snippet/js/
H A Dpage-explorer-tree.js16 let processedId = processedIdArray.join(":")
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php79 $msg = join('\n', $output);
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dcrmsh.min.js1 …][\\w_-]*",starts:{e:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{b:"\\b("+r.split(" ").join("|")+")\\s+",k:r,st…
H A Dobjectivec.min.js1 …string",v:[{b:'"',e:'"'},{b:"<",e:">"}]}]},{cN:"class",b:"("+o.split(" ").join("|")+")\\b",e:"({|$…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php77 $msg = join('\n', $output);
/plugin/struct/helper/
H A Dconfig.php
/plugin/bugzillaint/helper/
H A Drender.php48 return join(' ', $a);
/plugin/fontawesome/syntax/
H A Dfontawesome.php64 $data['data'] = join(" ", $words);
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel17 .join("\n")
/plugin/authimap2/
H A Dauth.php133 $groups = join(',', $grps);
137 $userline = join(':', $userline)."\n";
264 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js337 var org = tokens.slice(0, repoPos).join('/');
340 var path = tokens.slice(refPos + 1, tokens.length).join('/');
386 var org = tokens.slice(0, repoPos).join('/');
389 path = tokens.slice(refPos + 1, tokens.length).join('/');
536 var org = tokens.slice(0, repoPos).join('/');
539 path = tokens.slice(refPos + 1, tokens.length).join('/');
872 path = tokens.slice(0, index + 1).join('/');
963 path = tokens.slice(0, tokens.length - 1).join('/');
1274 ref = encodeURIComponent(tokens.slice(2, tokens.length).join('/'));
/plugin/googletrends/
H A Dsyntax.php64 .'&q='.join($data["terms"], ',+')
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dms.js19 …201D"&&d.mathvariant==="monospace"){d.rquote='"'}var f=d.lquote+this.data.join("")+d.rquote;this.H…
/plugin/aclplusregex/
H A Daction.php
/plugin/issuetracker/
H A DxsEditor.js102 sel.text = tag1 + "\n" + list.join("\n") + "\n" + tag2;
120 var rep = tag1 + "\n" + list.join("\n") + "\n" +tag2;
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js67 return [val,val].join("");
78 return Array(n+1).join(this.valueOf());
/plugin/approve/action/
H A Dmigration.php55 $keys = join(',', array_keys($entry));
56 $vals = join(',', array_fill(0,count($entry),'?'));
/plugin/aichat/
H A DEmbeddings.php

12345678910>>...40