Home
last modified time | relevance | path

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

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

/plugin/data/syntax/
H A Dtable.php400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
697 $sql = "SELECT " . implode(', ', $select) . "
/plugin/database2/
H A Ddatabase2.php1200 $cols = implode( ',', $cols );
1644 $columns = implode( ',', $cols );
1933 $rows = implode( '', $rows );
2029 $headers = implode( '', $headers );
2168 $classes = implode( ' ', $args );
2184 $classes = implode( ' ', $args );
2269 $pages = implode( "\n", $pages );
3052 $class = implode( ' ', $def );
3959 implode( ', ',
3980 implode( ', ',
[all …]
H A Dmedia.php123 $t = sha1( implode( '/', $source ) );
/plugin/datatables/
H A Dsyntax.php104 $renderer->doc .= sprintf('<div class="dt-wrapper" %s>', implode(' ', $html5_data));
/plugin/datatemplate/syntax/
H A Dlist.php63 $match = implode("\n", $lines);
/plugin/datepicker/
H A Daction.php115 …$range_part=implode('<'.$mode,$found). (isset($range_delemiters[$range_index])?$range_delemiters[$…
123 $data = implode($ranges);
/plugin/davcal/
H A Dhelper.php1226 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php151 $fields = implode(', ', $fields);
221 $values[':components'] = implode(',', $properties[$sccs]->getValue());
236 …"INSERT INTO " . $this->calendarTableName . " (" . implode(', ', $fieldNames) . ") VALUES (" . imp…
285 …$stmt = $this->pdo->prepare("UPDATE " . $this->calendarTableName . " SET " . implode(', ', $values…
422 $query .= implode(',', array_fill(0, count($uris), '?'));
970 $fields = implode(', ', $fields);
1040 …" . $this->calendarSubscriptionsTableName . " (" . implode(', ', $fieldNames) . ") VALUES (" . imp…
1089 …o->prepare("UPDATE " . $this->calendarSubscriptionsTableName . " SET " . implode(', ', $valuesSql)…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php848 …hrow new Exception\InvalidComponentType('This calendar only supports ' . implode(', ', $supportedC…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php281 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php188 throw new NotAuthenticated(implode(', ', $reasons));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php708 $info['string'] = implode(', ', $info['string']);
754 return "<pre>" . $html->h(implode("\n", $xml)) . "</pre>";
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php165 $this->addCurlSetting(CURLOPT_ENCODING, implode(',', $encodings));
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
221 $response->setHeader('DAV', implode(', ', $features));
350 $response->setHeader('DAV', implode(', ', $features));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php135 return implode('<br />', $links);
H A DResourceType.php121 return implode(
H A DSupportedMethodSet.php119 return implode(
H A DSupportedReportSet.php147 return implode(
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php151 return implode(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxPostTest.php83 $req->setBody(implode("\r\n",$body));
106 $req->setBody(implode("\r\n",$body));
130 $req->setBody(implode("\r\n",$body));
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php155 return implode(',', $this->headers[$name][1]);

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