Home
last modified time | relevance | path

Searched refs:implode (Results 401 – 425 of 989) sorted by relevance

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

/plugin/pagestat/syntax/
H A Deditpt.php59 $pt_arg=implode(";",array_slice($arg_list,1));
/plugin/topbarsyntax/
H A Dsyntax.php72 $tbar = implode(':', $path) . ':' . 'topbar';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php54 …$this->assertEquals('1, 2, 3, 4, 5, 6, 7', implode(', ', $repr), '->next() advances the pointer an…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php51 $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')';
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php135 return implode('<br />', $links);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php82 'header' => implode("\r\n", array_values($headers)),
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataText.php68 throw new ExceptionBadArgument("The value ($value) for the metadata ({$this->getName()}) is not one of the possible following values: " . implode(", ", $possibleValues) . ".");
/plugin/combo/ComboStrap/
H A DConditionalValue.php65 $this->value = implode("-", $valueFromParts);
H A DDatabasePageRow.php584 throw new ExceptionRuntime("The attribute ($key) has value that is an array (" . implode(", ", $value) . ")");
605 $updateStatement = "update PAGES SET " . implode(", ", $columnClauses) . " where ROWID = ?";
934 $existingPages = implode(", ", $rows);
1011 $existingPages = implode(", ", $existingPages);
1114 $existingPages = implode(", ", $existingPageIds);
1171 $pages = implode(",",
H A DResourceName.php44 return implode(" ", $wordsUc);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php137 $s .= \sprintf('[%s]', \implode(', ', $this->predicates));
/plugin/button/
H A Daction.php80 $data['link'] = implode("#",$link_items);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php108 $name = implode(',', $names);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php103 $invalid = implode(', ', $invalidScopeTokens);
/plugin/fields/
H A Dsyntax.php56 $field_value = implode(array_slice($extinfo,1), '=');
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php108 return '?' . implode('amp;', $queryParams);
/plugin/ajaxedit/
H A Daction.php82 $RANGE = implode('-', array($new_section_open,$new_section_close));
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php139 $key .= implode(':', $this->scopes);
/plugin/bootswrapper/syntax/
H A Dpopover.php140 …s-wrap bs-wrap-popover" data-toggle="popover" title="' . $title . '" ' . implode(' ', $html5_data)…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php85 'header' => implode("\r\n", array_values($headers)),
/plugin/deeplautotranslate/
H A Daction.php264 $lang_id = implode(':', $split_id);
365 $org_id = implode(':', $split_id);
506 $org_id = implode(':', $split_id);
762 $resolved_id = implode(':', $split_id);
813 $resolved_id = implode(':', $split_id);
/plugin/combo/vendor/symfony/yaml/
H A DInline.php146 return sprintf('{ %s }', implode(', ', $output));
240 return sprintf('[%s]', implode(', ', $output));
249 return sprintf('{ %s }', implode(', ', $output));
278 throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
296 } elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) {
/plugin/sphinxsearch-was/
H A DSphinxSearch.php225 return implode(" ", $words);
234 return implode(" ", $words);
/plugin/judge/
H A Dsyntax.php475 <tbody id="scoreboard-row-' . implode(",",$data['questions']) . '">';
488 …<input class="button" type="submit" onclick="resultRefresh(' . "'" . implode(",",$data['questions'…

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