Home
last modified time | relevance | path

Searched refs:implode (Results 626 – 650 of 989) sorted by relevance

1...<<21222324252627282930>>...40

/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php95 $template = implode("\n", array_slice($lines, $template_start_index, -1));
/plugin/achart/
H A Dsyntax.php72 $adata = implode("", array_map('trim', $adata));
/plugin/do/syntax/
H A Ddolist.php161 $table .= implode(', ', $row['users']);
/plugin/ireadit/syntax/
H A Dlist.php62 implode(', ', array_keys($statemap)), -1);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php173 $temp[] = implode(",", $subValue);
/plugin/batchedit/
H A Drequest.php200 $namespace = implode(',', $resolved);
/plugin/struct/
H A Dhelper.php105 throw new StructException("Validation failed:\n%s", implode("\n", $errors));
133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/diagram/syntax/
H A Dmain.php999 ….(isset($cell['classes']) && !empty($cell['classes']) ? ' class="'.implode(' ', $cell['classes']).…
1025 return implode(' ', $css_props);
/plugin/airtable/
H A Dsyntax.php465 <br>Accepted Types: " . implode(" | ", $accepted_types)
553 <br>Possible values: " . implode(" | ", $parameter_values[$key]);
/plugin/combo/
H A Dcli.php343 fwrite($fileHandle, implode(",", $header) . PHP_EOL);
400 fwrite($fileHandle, implode(",", $row) . PHP_EOL);
/plugin/gitbacked/lib/
H A DGit.php452 $files = '"'.implode('" "', $files).'"';
469 $files = '"'.implode('" "', $files).'"';
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php170 echo '<div>'.htmlspecialchars($phpThumb->cache_filename ? implode(' / ', preg_split('#[/\\\\]#', $p…
469 $disabled_functions = implode(', ', $DisabledFunctions[$i]);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php183 'result' => implode('.', $labels),
216 'result' => implode('.', $labels),
650 return implode('', $output);
/plugin/const/
H A Dclass.evalmath.php253 $output[] = $name . '( ' . implode( ', ', $data['args'] ) . ' )';
357 …$error_data = array( 'expected' => implode( '/', $this->calc_functions[ $function_name ] ), 'given…
700 $value = implode( ' or ', $value );
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php115 $id3v1data[$key] = implode(',', $value);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php96 [$this->getMode(), implode(', ', $createModes)]
/plugin/codeprettify/syntax/
H A Dcode.php196 $params= implode(' ', $opts);
/plugin/htmlokay/
H A Ddirectory_scan-3.php112 $new_dir = implode('#', $dirs);
/plugin/visrep/
H A Dsyntax.php126 $code = sprintf('<img %s alt="" class="dokuwiki-visrep-image"/>', implode(' ', $attrs));
/plugin/pubmed/
H A Dsyntax.php68 $renderer->doc.= implode(', ',$authors).'<br/>';
/plugin/genericsso/
H A Dauth.php33 …msg('Your genericsso configuration is not fully set, missing parameters : '.implode(', ', $missing…
/plugin/gitlog/
H A Dsyntax.php157 $params = implode(GITLOG_DELIMITER, $format);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php101 $s = implode("", @file($filename));
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php122 $to = implode(", ", $to);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));

1...<<21222324252627282930>>...40