Home
last modified time | relevance | path

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

1...<<31323334353637383940

/plugin/authjoomla3/
H A Dauth.php118 return join('/', $paths);
/plugin/authyubikey/
H A Dauth.php.org105 $groups = join(',', $grps);
109 $userline = join(':', $userline)."\n";
223 $pattern = '/^('.join('|', $deleted).'):/';
H A Dauth.php201 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/publist/bib2tpl/lib/
H A DBibTex.php470 … $ret['niceauthor'] = join(', ', array_map(function ($a) { return $a['nice']; }, $ret['author']));
471 … $ret['sortauthor'] = join('', array_map(function ($a) { return $a['sort']; }, $ret['author']));
781 $authorarray[$i]['nice'] = join(' ', array_filter($authorarray[$i]));
1026 $author = join(' and ', $tmparray);
1111 $authors = join(', ', $tmparray);
1168 $authors = join(', ', $tmparray);
/plugin/judge/helper/
H A Dcrud.php96 $table_row[] = join($data, '</td><td class="col0">');
98 …$table = '<tr class="row0"><td class="col0">' . join($table_row, '</td></tr><tr class="row0"><td c…
124 …$query = 'SELECT * FROM submissions WHERE ' . join($query, " AND ") . ' ORDER BY "' . $sort . '" A…
/plugin/poldek/
H A Dhelper.php86 $pkg_cache->storeCache(join("\n", $lines));
/plugin/datatemplate/syntax/
H A Dentry.php279 return join(', ',$outs);
/plugin/authldaplocal/
H A Dauth.php323 $groups = join(',', $grps);
327 $userline = join(':', $userline)."\n";
462 $pattern = '/^('.join('|', $deleted).'):/';
702 return "\\".join("", unpack("H2", $matches[1]));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/graphviz/
H A Dsyntax.php78 $input = join("\n",$lines);
94 return getcachename(join('x',array_values($data)),'.graphviz.'.$ext);
/plugin/godiag/
H A Dsyntax.php806 if (count($AB)) $SGFString .= 'AB[' . join('][', $AB) . "]\n";
807 if (count($AW)) $SGFString .= 'AW[' . join('][', $AW) . "]\n";
809 if (count($CR)) $Markup = 'CR[' . join('][', $CR) . "]\n";
810 if (count($SQ)) $Markup .= 'SQ[' . join('][', $SQ) . "]\n";
811 if (count($LB)) $Markup .= 'LB[' . join('][', $LB) . "]\n";
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php33 return join ('', $temp);
/plugin/badbehaviour/
H A Daction.php107 io_saveFile($conf['cachedir'].'/badbehaviour.log',join("\t",$data)."\n",true);
/plugin/ditaa/
H A Dsyntax.php100 $input = join("\n", $lines);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js161 this.escape_chars_re = '[' + tmp.join('') + ']';
1135 var token_re = new RegExp('(' + token_relist.join('|') + ')');
1400 return grafs.join("\n\n");
1554 addr = chars.join('');
1555 var text = chars.splice(7, chars.length - 1).join(''); // text without `mailto:`
2696 text = grafs.join("\n\n");
/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/freechat/phpfreechat/lib/json/
H A DJSON.php389 return '{' . join(',', $properties) . '}';
401 return '[' . join(',', $elements) . ']';
416 return '{' . join(',', $properties) . '}';
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js140 return '{' + results.join(', ') + '}';
911 return '[' + results.join(', ') + ']';
1062 }).join('&');
1067 return pair.map(Object.inspect).join(': ');
1068 }).join(', ') + '}>';
2753 eval(this.matcher.join('\n'));
2778 this.xpath = this.matcher.join('');
2896 return "[not(" + exclusion.join(" and ") + ")]";
3343 expressions = Selector.split(expressions.join(','));
4204 this.set($A(this).concat(classNameToAdd).join(' '));
[all …]
H A Dregex.js8 '(\\' + specials.join('|\\') + ')', 'g'
/plugin/plantuml/
H A Dsyntax.php90 $input = join("\n", $lines);
106 return getcachename(join('x', array_values($data)), ".plantuml.$ext");
216 dbglog(join("\n", $output), "Encoding url failed: $command");
265 dbglog(join("\n", $output), "PlantUML execution failed: $command");
/plugin/googletrends/
H A Dsyntax.php64 .'&q='.join($data["terms"], ',+')
/plugin/bugzillaint/helper/
H A Drender.php48 return join(' ', $a);
/plugin/bugzillaint/
H A Dscript.js109 var extras = master.data('extras').split(' ').join('').split(',');
214 …master.attr('extra_depends_on').split('{0}').join(bug.depends_on.length - bug.depends_on_resolved.…
222 master.attr('extra_blocks').split('{0}').join(bug.blocks.length - bug.blocks_resolved.length)
/plugin/crosspost/
H A Dscript.js23 cp_to.value = cp_values.join(',');
H A Daction.php81 array('crosspost_to' => join( ',', $save ),'cache' => 'expire'
135 $ns = p_get_first_heading( join( ':', $allns ) );
238 join( ',', $meta ) . '" style="width:100%" class="crosspost" ' .
242 join( ' ', $links ) . '</div>';

1...<<31323334353637383940