Home
last modified time | relevance | path

Searched refs:implode (Results 76 – 100 of 989) sorted by relevance

12345678910>>...40

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php161 $expanded = implode($joiner, $kvp);
177 $expanded = implode(',', $kvp);
200 $ret = implode($joiner, $replacements);
/plugin/imapmarkers/syntax/
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…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
85 return strtr(implode('/', $item), [':' => '', '-' => '']);
/plugin/podcast/blogtng-tpl/
H A Dentry.php50 echo implode( "\n", $source );
54 echo implode( "\n", $links );
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php102 if (preg_match('~<\w+([^>]+)$~s', implode("\n", $content))) {
113 'content' => $this->parseInline(implode("\n", $content)),
H A DGithubMarkdown.php84 if (preg_match('~<\w+([^>]+)$~s', implode("\n", $content))) {
95 'content' => $this->parseInline(implode("\n", $content)),
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php50 return implode($this->delimiter, $this->getParts());
77 return strtr(implode('/', $item), [':' => '', '-' => '']);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php92 $rawHeaders[] = $name . ": " . implode(", ", $values);
95 return implode("\r\n", $rawHeaders);
/plugin/combo/ComboStrap/
H A DHorizontal.php43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
H A DSlug.php45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
48 $slug = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parts);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php97 return gmdate(implode(' ', $format), $time + $this->settings['timeoffset']);
106 function implode($arr) { function in base
107 return "'".implode("','", (array)$arr)."'";
126 $sqladd = $k ? "WHERE k IN (".$this->implode($k).")" : '';
/plugin/dtable/
H A Daction.php89 $event->data = implode("\n", $new_lines);
165 $new_cont = implode( "\n", $page_lines );
239 $new_cont = implode( "\n", $page_lines );
244 $new_cont = implode( "\n", $page_lines );
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php159 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
198 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
233 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
260 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
441 $parentTagPath = implode($this->pathSeparator, $tags);
518 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
558 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
566 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
/plugin/linkback/
H A Dtools.php144 $logline = implode("\t", $logline) . "\n";
196 io_saveFile($changelog . '_tmp', implode('', $out_lines));
201 io_saveFile($changelog, implode('', $out_lines));
/plugin/top/
H A DCrawlerDetect.php379 return '('.implode('|', self::$crawlers).')';
389 return '('.implode('|', self::$ignore).')';
/plugin/rating/
H A DCrawlerDetect.php379 return '('.implode('|', self::$crawlers).')';
389 return '('.implode('|', self::$ignore).')';
/plugin/structpublish/helper/
H A Ddb.php145 implode(',', array_merge(...array_values($rules))),
154 if (auth_isMember(implode(',', $users), $userId, $grps)) {
/plugin/database2/
H A Ddatabase2.php1200 $cols = implode( ',', $cols );
1644 $columns = implode( ',', $cols );
1933 $rows = implode( '', $rows );
2029 $headers = implode( '', $headers );
2168 $classes = implode( ' ', $args );
2184 $classes = implode( ' ', $args );
2269 $pages = implode( "\n", $pages );
3052 $class = implode( ' ', $def );
3959 implode( ', ',
3980 implode( ', ',
[all …]
/plugin/syntaxhighlighter3/action/
H A Daction.php85 $brush_alias = strtolower(implode(' ', $brush_split));
92 $brush_alias = strtolower(implode(' ', $brush_split));
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php131 implode(
144 implode(
/plugin/likeit/
H A Daction.php72 $newuserlist=implode(" ",$newuserlist_r);
85 $data=implode("<likeit",$found);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/dokugource/
H A Dadmin.php106 $strip = count($strip) ? strlen(implode(':', $strip)) : 0;
111 fwrite($fp, trim(implode("\n", $this->log)));
174 ptln(implode("\n", $this->log));

12345678910>>...40