Home
last modified time | relevance | path

Searched refs:implode (Results 1 – 25 of 989) sorted by last modified time

12345678910>>...40

/plugin/pagequery/
H A DPageQuery.php199 $value = implode(' ', $meta['contributor']);
211 $value = implode(' ', current($backlinks));
405 return implode('-', $dkey);
511 $regex = '/(' . implode('|', $regexes) . ')/';
764 $id = implode(':', array_slice($cur_ns, 0, $i + 1)) . ':' . $conf['start'];
1048 $result = implode(' ', array_slice($words, 0, $cnt));
1056 $result = implode("\n", array_slice($lines, 0, $cnt));
H A Daction.php55 $newkey = implode('#', $INFO['userinfo']['grps']);
/plugin/nspages/
H A DnamespaceFinder.php66 $this->wantedNs = implode(':', $ns);
/plugin/siteexport/action/
H A Dajax.php565 $PATTERN = "/(" . implode('|', explode(' ', preg_quote($EXCLUDE, '/'))) . ")/i";
685 return 'srcset="' . implode( ',', $NEWSRCSETS ) . '"';
1254 $PARAMS = implode('&', $PARAMS);
1276 …$DATA[2] = implode('.', $PARTS) . (empty($internalParams) ? '' : '.' . $this->functions->cleanID($…
H A Daggregate.php111 $ID = (string) cleanID($originalID . '-toc-' . implode('-', array_filter($thema)));
113 $meta['current']['thema'] = implode(' - ', array_filter($thema));
/plugin/siteexport/exe/
H A Dsiteexportmanager.php36 $conf['basedir']='/'.implode(DIRECTORY_SEPARATOR, $absolutes);
/plugin/siteexport/inc/
H A Dfunctions.php330 $fileName = implode('.', $FA);
585 …$removeArray = implode("&", $removeArray); // The & made problems with the HTTPClient / Apache…
674 $finalLink = str_repeat('../', count($baseParts)) . implode('/', $replaceParts);
H A DreadCSS.patch123 $tmpCSSstr = implode(' ',$CSSblock[1]);
H A Dtoc.php54 $inputURL = implode('/', $url);
193 … array_key_exists('tags', $item) && !empty($item['tags']) ? " tags=\"" . implode(' ', $item['tags'…
/plugin/siteexport/
H A Dpreload.php138 if (!strstr(implode("", $fileContent ?: array()), $CONTENT)) {
142 if (!strstr(implode("", $fileContent), "<?")) {
/plugin/siteexport/renderer/
H A Dpdf.php161 $this->doc .= ' class="' . implode(' ', $class) . '"';
/plugin/siteexport/syntax/
H A Daggregate.php145 $renderer->meta['siteexport']['baseID'] = implode('|', $namespace);
/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/structpublish/action/
H A Dmigration.php149 $sql = "UPDATE $this->table SET latest = 0 WHERE rid NOT IN (" . implode(', ', $rids) . ')';
178 $sql = "UPDATE $this->table SET latest = 0 WHERE rid NOT IN (" . implode(', ', $rids) . ')';
/plugin/structpublish/helper/
H A Ddb.php145 implode(',', array_merge(...array_values($rules))),
154 if (auth_isMember(implode(',', $users), $userId, $grps)) {
H A Dnotify.php52 $assignees = implode(',', array_values($assignees[$nextAction]));
61 $this->sendMail(implode(',', $recipients), $mailText);
/plugin/struct/meta/
H A DAccessTable.php299 $cols = implode(',', $cols);
430 if (is_array($value)) $value = implode(', ', $value);
640 implode(',', $colrefs) . ")",
H A DAggregationTable.php142 hsc(implode(' & ', $fltrs))
H A DCSVPageImporter.php78 return implode(', ', $value);
/plugin/struct/
H A Dremote.php142 $schemaLine = 'schema: ' . implode(', ', $schemas);
143 $columnLine = 'cols: ' . implode(', ', $cols);
H A Dhelper.php105 throw new StructException("Validation failed:\n%s", implode("\n", $errors));
133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/struct/action/
H A Dmigration.php257 $s = 'SELECT pid, rid, rev, ' . implode(', ', $colnames) . " FROM data_$name";
266 SET " . implode(', ', $fixes) . "
286 SET " . implode(', ', $fixes) . "
H A Doutput.php124 $event->data['replace'][$placeholder] = is_array($value) ? implode(', ', $value) : $value;
/plugin/struct/helper/
H A Dfield.php150 return implode($delimiter, $value);
/plugin/openlayersmap/
H A DStaticMap.php272 return implode(

12345678910>>...40