Home
last modified time | relevance | path

Searched refs:implode (Results 51 – 75 of 989) sorted by last modified time

12345678910>>...40

/plugin/mikioplugin/
H A Daction.php121 $lessPath = implode(',', $less);
/plugin/aichat/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
19 echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
H A DInstalledVersions.php158 return implode(' || ', $ranges);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php270 $word = implode(' ', $word);
/plugin/aichat/
H A Dhelper.php198 $context = implode(
/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/bez/action/
H A Dbase.php121 return implode(':', $elms);
/plugin/bez/
H A Dcron-daily.php37 echo implode("\n", $errors);
/plugin/tagging/
H A Dhelper.php39 return implode($newDelimiter, $ex);
358 ->val(implode(', ', array_keys($tags)))
567 implode(' OR ', array_fill(0, count($tags), 'CLEANTAG(tag) = ?')) . ')';
998 $having .= implode(' AND ', $parts);
/plugin/tagging/action/
H A Dmain.php211 'tags_edit_value' => implode(', ', array_keys($userTags)),
/plugin/gallery/
H A DGalleryNode.php80 $result .= '?' . implode('&', $query);
/plugin/authwordpress/
H A Dauth.php263 $dsn = 'mysql:' . implode(';', $dsn);
/plugin/structtasks/
H A Dcli.php110 if ($c > 1) $days .= implode(
/plugin/orphanswanted/
H A Dhelper.php137 $page_namespace = implode (":", $match_array);
/plugin/button/
H A Daction.php80 $data['link'] = implode("#",$link_items);
/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/tag/
H A Dhelper.php171 return implode(','.DOKU_LF.DOKU_TAB, $links);
/plugin/tag/syntax/
H A Dtag.php110 $renderer->doc .= DOKU_LF.implode(' ', $data).DOKU_LF;
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1292 $this->class = implode(' ', $class);
H A Dmap.php96 …intf("syntax_plugin_imapmarkers_map.handle::DOKU_LEXER_ENTER: ARGS=[ %s ]"), implode(", ", $args));
149 $a_coords_s = $is_correct ? implode(",", $a_coords) : "0,0,0,0,0,0";
207 …s_map.render::DOKU_LEXER_ENTER: [%d] DATA='%s'", $this->nr_imagemap_render, implode(", ", $data)));
253 …map.render::DOKU_LEXER_MATCHED: [%d] DATA='%s'", $this->nr_imagemap_render, implode(", ", $data)));
261 …p.render::DOKU_LEXER_UNMATCHED: [%d] DATA='%s'", $this->nr_imagemap_render, implode(", ", $data)));
276 …XER_EXIT: [%d] DATA='%s' #AREAS=%d #CFGS=%d", $this->nr_imagemap_render, implode(", ", $data), $nr…
H A Dreference.php98 …ers.render::DOKU_LEXER_SPECIAL: [%d] DATA='%s'", $this->nr_imagemap_render, implode(", ", $data)));

12345678910>>...40