Home
last modified time | relevance | path

Searched refs:implode (Results 276 – 300 of 989) sorted by relevance

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

/plugin/prosemirror/parser/
H A DListItemNode.php55 return implode("", $lines);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DTag.php34 return implode(' ', $repr);
/plugin/dokugitviewer/
H A Dgit-utils.inc.php27 $params = implode(DELIMETER, $format);
/plugin/authfacebook/lib/
H A DFacebookApp.php96 return implode('|', [$this->id, $this->secret]);
/plugin/bootswrapper/syntax/
H A Djumbotron.php60 …$markup = '<div class="bs-wrap bs-wrap-jumbotron jumbotron" style="' . implode(';', $styles) . '">…
H A Dnav.php71 $markup = '<div class="bs-wrap bs-wrap-nav" ' . implode(' ', $html5data) . '>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DGet.php77 $snapshot = implode(",", $snapshot);
H A DStatus.php76 $snapshot = implode(",", $snapshot);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A DClearRepositoriesMeteringArchive.php61 $node_id = implode(",", $node_id);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php87 $out[] = $key . '=' . (is_array($value) ? implode(',', $value) : $value);
89 return strtoupper(implode(';', $out));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php686 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
688 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php126 $block['content'] = implode("\n", $content);
170 $value = trim(implode(' ', $value));
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php83 $out[] = $key.'='.(is_array($value) ? implode(',', $value) : $value);
86 return strtoupper(implode(';', $out));
/plugin/toolbuttondel/
H A Daction.php112 $ckeys = preg_quote(implode(';',$this->misc_icons));
130 $ckeys = preg_quote(implode(';',$this->key_type_chars));
/plugin/asiansearch/
H A Daction.php71 $data['query'] = implode(
91 $str = implode(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php686 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
688 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php177 implode($available)
230 implode(', ', $ciphers)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php192 …return "(function (c) {if (c && c.groupCollapsed) {\n" . implode("\n", $script) . "\n}})(console);…
291 return 'c.' . $method . '(' . implode(', ', $args) . ');';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php685 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
687 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/fckg/action/
H A Dmeta.php287 $links_created = implode(', ',$successes);
351 $_SESSION['dwfck_ns'] = implode(':',$elems);
352 $_SESSION['dwfck_top'] = implode('/',$elems);
/plugin/odp/
H A DZipLib.class.php85 $data = implode('', $this -> datasec);
86 $ctrldir = implode('', $this -> ctrl_dir);
102 $new_offset = strlen(implode("", $this->datasec));
145 $new_offset = strlen(implode('', $this->datasec));
/plugin/botbouncer/lib/
H A Dmollom.php331 …if(!in_array($method, $aPossibleMethods)) throw new Exception('Invalid method. Only '. implode(', …
433 $body = implode('', $parts);
652 …if(!in_array($type, $aPossibleTypes)) throw new Exception('Invalid type. Only '. implode(', ', $aP…
691 …ack, $aPossibleFeedback)) throw new Exception('Invalid feedback. Only '. implode(', ', $aPossibleF…
/plugin/captcha/
H A DEasySVG.php256 return implode(' ', $def);
402 return implode(' ', $shapes);
475 $instruction = $i . implode(',', $new_coords);
481 return implode('', $instructions);
/plugin/htmlsafe/
H A Dsyntax.php44 $strict = implode( "|", $strict );

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