Home
last modified time | relevance | path

Searched refs:implode (Results 551 – 575 of 989) sorted by last modified time

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

/plugin/dropfiles/action/
H A Dajax.php188 $regex = implode('|', $types);
/plugin/tagsections/action/
H A Dajax.php140 $newTags = "\n\n".'{{tag>' . implode(' ', $tags) . '}}';
/plugin/tagsections/syntax/
H A Dtag.php72 $levelTags = $tags = implode(' ', array_map(array($this, '__tags'), $data));
73 $tagList = implode('', array_map(array($this, '__tagList'), $data));
96 return implode(' ', array_unique(array_merge($entries, array($this->__clean($entry)))));
105 …return '<span class="tagsections header tag '.implode(' ', $list).'">'.$my->tagLink($entry, array_…
117 … return '<span class="tagsections header tag '.implode(' ', $list).'">'.$link.'</span>';
/plugin/datatables/
H A Dsyntax.php104 $renderer->doc .= sprintf('<div class="dt-wrapper" %s>', implode(' ', $html5_data));
/plugin/numberedheadings/
H A Dhelper.php111 $tieredNumbers = implode('.', $numbers);
/plugin/amazon/
H A Dsyntax.php259 $canonicalized_query = implode("&", $canonicalized_query);
H A DXMLParser.php38 $this->data = implode('', file($data_source));
/plugin/syntaxhighlighter4/
H A Dsyntax.php149 $attr = implode(';', $not_title_array);
168 $attr = implode(';', $not_highlight_array);
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php949 $significantChangeHash.= implode(',', $exdate).';';
/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));
H A DVCardTest.php279 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
281 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php66 $this->assertEquals(implode("\r\n", $expected), $result);
H A DIssue40Test.php17 $expected = implode("\r\n", array(
H A DReaderTest.php146 $result = Reader::read(implode("\r\n",$data));
168 $result = Reader::read(implode("\r\n",$data));
340 $result = Reader::read(implode("\r\n",$data));
347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
349 $expected = implode("\r\n", array(
371 $result = Reader::read(implode("\r\n",$data));
378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
380 $expected = implode("\r\n", array(
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php97 return implode($this->delimiter, $this->getParts());
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
H A DPeriod.php53 return implode($this->delimiter, $this->getParts());
84 return strtr(implode('/', $item), array(':' => '', '-' => ''));
H A DRecur.php84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php157 $item = implode(',', $item);
161 return implode($this->delimiter, $val);
223 $val = implode(';', $val);
H A DFloatValue.php54 return implode(
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php198 return implode(',' , $this->value);
289 return implode(';', $value);
/plugin/sketchcanvas/phplib/
H A Dspyc.php406 $array = syck_load (implode ('', $Source));
559 $value = trim(implode(': ',$array));
986 $value = trim(implode(':',$explode));
/plugin/tagadd/
H A Daction.php264 $newstr=implode(" ",$tags);
271 $data=implode("{{tag>",$found);
281 $text = '{{tag>' . implode(" ",$tags) .'}}';
294 $log.=' Added: '.implode(",",$add);
297 $log.=' Removed: '.implode(",",$rem);

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