Home
last modified time | relevance | path

Searched refs:implode (Results 976 – 989 of 989) sorted by path

1...<<31323334353637383940

/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
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);
/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/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/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));
/plugin/xcom/
H A Dremote.php96 $regex = implode('|',$mask);
/plugin/xml/
H A Dhelper.php48 …$renderer->doc .= '<topic namespace="'.$ns.'" tags="'.$tag.'" flags="'.implode(' ',$flags).'" />'.…
/plugin/zip/pear/File/
H A DArchive.php1150 $currentFilename = implode(".", $extensions);
/plugin/zip/pear/
H A DPEAR.php1086 implode("|", $modes), $levels[$this->level],

1...<<31323334353637383940