Home
last modified time | relevance | path

Searched refs:implode (Results 826 – 850 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php103 $allowed_media = implode("|",config_get_allowed_media());
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php317 implode(',', $signed_list));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php269 $ns_tmp = implode(':',$elems);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php285 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php40 if (!preg_match('~^(?:'.implode('|',array_keys($this->_meta)).')_o_(.*)$~',$key,$match)){
/plugin/icons/syntax/
H A Dicon.php214 return trim(implode(' ', $things), ' ');
/plugin/bureaucracyau/helper/
H A Dfield.php255 return implode($delimiter, $value);
H A Dactiontemplate.php73 if (is_array($pname)) $pname = implode($sep, $pname);
/plugin/bureaucracy-au/helper/
H A Dfield.php255 return implode($delimiter, $value);
H A Dactiontemplate.php73 if (is_array($pname)) $pname = implode($sep, $pname);
/plugin/masciimath/
H A Dsyntax.php369 … $matrix .= '<mtr><mtd>' . implode('</mtd><mtd>', $old['row']) . '</mtd></mtr>';
/plugin/timetrack/
H A Daction.php278 return '<div class="errors">' . implode('<br>',$errors) . '</div>';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php224 … $options['output'] = str_replace('*', '*.'.implode('.', $toAdd), $options['output']);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php281 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/bureaucracy/helper/
H A Dfield.php255 return implode($delimiter, $value);
/plugin/syntaxhighlighter3/
H A DREADME.md80 $attr = implode(";",$not_title_array);
124 $attr = implode(";",$not_highlight_array);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php227 return implode(',', $keywords);
550 $result = implode($join, $parts);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php404 implode(', ', array_map(array('static', 'valueToString'), $classes))
601 implode(', ', array_map(array('static', 'valueToString'), $values))
/plugin/ifauthex/lib/
H A Dparser.php52 return implode('', $pieces);
592 return implode('', $pieces);
/plugin/bez/mdl/
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));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php511 …('Circular reference detected for Twig template "%s", path: %s.', $name, implode(' -> ', array_mer…
628 …derError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names)));
1643 $this->optionsHash = implode(':', $hashParts);
/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($…
/plugin/schedule/
H A Dschedules.class.php325 $newWhere = implode (',', $newFields);
568 $schedule->member = implode (',', $schedule->requestMembers);
907 $eventClass = 'cat_'.implode ('', array_keys ($eventClass));
914 $locations = trim (implode (',', array_unique (explode (',', $locations))), ',');
915 …$allLocations = trim (implode (',', array_unique (explode (',', $locations.','.$allLocations))), '…
1189 return implode (',', array_unique ($result));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …\InvalidArgumentException('Unsupported encoding. (Supported encodings: '.implode(', ', self::$SUPP…
/plugin/projects/lib/
H A Dproject_file.php227 $id = implode(':', $path);

1...<<31323334353637383940