Home
last modified time | relevance | path

Searched refs:implode (Results 101 – 125 of 989) sorted by path

12345678910>>...40

/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php158 return implode(' || ', $ranges);
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
19 … . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)…
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2092 return implode($hex);
/plugin/batchedit/
H A Dengine.php1160 $positiveFilter = "\033^(?:" . implode('|', $positiveFilter) . ")\033";
1164 $negativeFilter = "\033^(?:" . implode('|', $negativeFilter) . ")\033";
H A Drequest.php200 $namespace = implode(',', $resolved);
/plugin/bbs/
H A Dsyntax.php109 $this->ret .= '<span class="' . implode(' ', $c) . '">';
/plugin/bez/action/
H A Dbase.php121 return implode(':', $elms);
/plugin/bez/
H A Dcron-daily.php37 echo implode("\n", $errors);
/plugin/bez/mdl/
H A DFactory.php80 $where_q[] = "$function(".implode(',', $function_args).") BETWEEN :${filter}_start AND :${filter}_end";
98 $where_q[] = '('.implode(' OR ', $where_array).')';
104 $where_q[] = "$function(".implode(',', $function_args).") $operator :$filter";
120 $where = ' WHERE '.implode(' AND ', $where_q);
136 if (is_array($orderby)) $orderby = implode(', ', $orderby);
255 ('.implode(',', $columns).')
256 VALUES ('.implode(',', $set).')';
287 ' SET ' . implode(',', $set) .
H A DTask.php411 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
446 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
H A DThread.php266 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
302 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
/plugin/bez/struct/
H A DBezType.php140 $sql = "SELECT " . implode(',', $fields) . " FROM $table WHERE id LIKE ? LIMIT $max";
/plugin/bible/
H A Dsyntax.php154 …$matchingVersesOutput = implode(" ", $matchingVerses); # Flatten our matching verses array into a …
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php817 $pString = implode('', $cArray) . $etAl;
819 $pString = implode('', $cArray);
928 $initials = implode('. ', $initialsArray) . '.';
930 $initials = implode('.', $initialsArray) . '.';
932 $initials = implode(' ', $initialsArray);
934 $initials = implode('', $initialsArray);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php368 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
464 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
714 $ret['author'] = implode($this->authordelimiter, $tmparray);
725 $ret['editor'] = implode($this->authordelimiter, $tmparray);
H A Dbibtexrender.php151 $optval = implode(',',$optval);
/plugin/blogtng/helper/
H A Dentry.php419 …$form->addElement(form_makeTextField('post-tags', implode(', ', $conf['tags']), $this->getLang('ta…
H A Dtags.php130 AND entries.blog IN ("' . implode('","', $blogs) . '")
/plugin/bootswrapper/syntax/
H A Daffix.php154 …p = '<div style="z-index:1024;' . implode(';', $styles) . '" class="bs-wrap bs-wrap-affix" data-sp…
H A Dbootstrap.php318 $value = trim(implode(' ', array_unique($value)));
334 return implode(' ', $html_attributes);
H A Dcarousel.php66 …class="bs-wrap bs-wrap-carousel carousel slide" data-ride="carousel" ' . implode(' ', $html5_attri…
H A Dimage.php48 $markup = '<span class="bs-wrap bs-wrap-image" ' . implode(' ', $html5_data) . '>';
H A Djumbotron.php60 …$markup = '<div class="bs-wrap bs-wrap-jumbotron jumbotron" style="' . implode(';', $styles) . '">…
H A Dnav.php71 $markup = '<div class="bs-wrap bs-wrap-nav" ' . implode(' ', $html5data) . '>';
H A Dpopover.php140 …s-wrap bs-wrap-popover" data-toggle="popover" title="' . $title . '" ' . implode(' ', $html5_data)…

12345678910>>...40