Home
last modified time | relevance | path

Searched refs:implode (Results 851 – 875 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/git/lib/
H A DGit.php266 if (is_array($files)) $files = '"'.implode('" "', $files).'"';
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php151 $params = implode('&', $params);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …nvalidArgumentException('Unsupported encoding. (Supported encodings: ' . implode(', ', self::$SUPP…
/plugin/watchcycle/
H A Daction.php177 $set = implode(',', array_map(function ($v) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/latexcaption/syntax/
H A Dcaption.php233 $classes = implode(' plugin_latexcaption_', $opts);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php319 return \implode(',', $this->getIndices()).'/_search';
/plugin/combo/ComboStrap/
H A DLocalPath.php413 $realPath .= implode($this->getDirectorySeparator(), $parts);
/plugin/openid/Auth/OpenID/
H A DAssociation.php320 implode(',', $signed_list));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php350 $commandline = 'dir /x '.escapeshellarg(implode(DIRECTORY_SEPARATOR, $path_so_far));
368 $helperappsdir = implode(DIRECTORY_SEPARATOR, $path_so_far);
465 …throw new getid3_exception('Could not open "'.$filename.'" ('.implode('; ', $errormessagelist).')'…
H A Dmodule.tag.apetag.php273 $thisfile_ape_items_current['data'] = implode("\x00", $thisfile_ape_items_current['data']);
/plugin/gcalendar/inc/
H A Dgcal_read.php170 $cat_classes = 'gCal_cat_'.implode(' gCal_cat_',explode(' ',$cat))." ";
/plugin/webcode/syntax/
H A Dbasis.php558 …$externalResourcesInput = '<input type="hidden" name="resources" value="' . implode(",", $external…
/plugin/datatemplate/syntax/
H A Dlist.php63 $match = implode("\n", $lines);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php413 … $this->syntaxError(implode(' or ', array_map(array($this->lexer, 'getLiteral'), $tokens)));
835 …s". Available properties: %s', $originalName, $this->context, $property, implode(', ', self::$anno…
/plugin/filelist/
H A Dsyntax.php79 $base = implode('/', $parts) . '/';
/plugin/addressbook/
H A Dsyntax.php474 (".implode(',',$keys).") VALUES
704 return implode($symbol,$res);
/plugin/catlist/
H A Dsyntax.php54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
220 $data['ns'] = implode(':', $split);
/plugin/emoji/emojione/
H A DClient.php518 return '&#x'.implode(';&#x',$pairs).';';
/plugin/farm/
H A Dconfig.class.php151 fwrite($fp, implode("\n", $this->conf));
/plugin/semanticdata/syntax/
H A Dentry.php242 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key];
H A Dtable.php206 $data['cols'][$clist[$num]],implode(",",$values),$R);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php253 $ns_tmp = implode(':',$elems);
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php240 $param = implode(" ",$params); // to keep compatibility (will be removed)
/plugin/exttab3/
H A Dsyntax.php164 $replace = '$class="'.implode(' ',$items).'"';

1...<<31323334353637383940