Home
last modified time | relevance | path

Searched refs:implode (Results 451 – 475 of 989) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php49 $datanew = addslashes($tmp[0]['type']."\t".implode("\t", $datanew));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php44 … return implode('', array_slice($file, $example->getStartingLine() - 1, $example->getLineCount()));
/plugin/authhttp/
H A Daction.php57 $conf['disableactions'] = implode(',', $disableactions);
/plugin/c3chart/
H A Dsyntax.php71 $c3data = implode("", array_map(trim, $c3data));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php188 throw new NotAuthenticated(implode(', ', $reasons));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php130 $fileName .= implode('/', $fileParts);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php123 $result = implode('.', $chunks);
130 $result = implode(':', $chunks);
/plugin/gcalendar/inc/
H A Dgcal_show.php197 $cat_classes .= 'gCal_cell_cat_'.implode(' gCal_cell_cat_',$cat)." ";
298 $head = implode(' ',$titles);
/plugin/authorstats/
H A Dsyntax.php155 …$url .= "&chxl=0:|" . implode("|", $labels) . "|1:|Yr-Mon|3:|Num_of_Contributions"; // Axis labels
156 …$url .= "&chd=t:" . implode(",", $totalpm); // Chart dat…
/plugin/sphinxsearch-was/
H A DPageMapper.php62 …$sql = sprintf("select * from {$this->_table} where page_crc in (%s)", implode(",", $pageCrcList));
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php141 return implode(' || ', $ranges);
/plugin/darcs/
H A Ddarcs.php44 $stdoutStr=implode("\n",$this->stdout);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php91 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php90 [$this->getMode(), implode(', ', $createModes)]
/plugin/projects/lib/
H A Dplugins.php53 $class = PROJECTS_PLUGINS_PREFIX . implode('_', $name);
/plugin/inlineedit/
H A Daction.php103 $data=implode("<inlineedit>",$found);
/plugin/loglog/helper/
H A Dreport.php52 $adminPages = implode(
/plugin/sphinxsearch/
H A DPageMapper.php63 …$sql = sprintf("select * from {$this->_table} where page_crc in (%s)", implode(",", $pageCrcList));
/plugin/toctweak/syntax/
H A Dsidetoc.php42 $tocClass = implode(' ', array($this->tocStyle['SIDETOC'], $tocClass));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php91 [$this->getMode(), implode(', ', $createModes)]
/plugin/nssearch/
H A Daction.php41 return implode(':', $a);
/plugin/admnote/syntax/
H A Drenderer.php99 $heading = implode(' ',$words);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php159 $rawHeaders = implode("\r\n\r\n", $parts);

1...<<11121314151617181920>>...40