Home
last modified time | relevance | path

Searched refs:default_ctype (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/lib/mail/
H A Dmimelib.php25 * @param string $default_ctype
29 function decode($input, $default_ctype = 'text/plain', $crlf = "\r\n") argument
184 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
191 $back['parts'][] = $this->decode($parts[$i], $default_ctype);
209 $ctype = explode('/', $default_ctype);
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_mime_decode.php99 * @param string $default_ctype Default content type
103 protected function do_decode($headers, $body, $default_ctype = 'text/plain') argument
185 $default_ctype = $ctype === 'multipart/digest' ? 'message/rfc822' : 'text/plain';
190 $return->parts[] = $this->do_decode($part_header, $part_body, $default_ctype);
216 $ctype = explode('/', $default_ctype);
/dports/security/suricata/suricata-6.0.4/src/
H A Drunmode-pfring.c101 cluster_type default_ctype = CLUSTER_ROUND_ROBIN; in OldParsePfringConfig() local
116 pfconf->ctype = default_ctype; in OldParsePfringConfig()
205 cluster_type default_ctype = CLUSTER_ROUND_ROBIN; in ParsePfringConfig() local
223 pfconf->ctype = (cluster_type)default_ctype; in ParsePfringConfig()
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochifmt.erl105 F = default_ctype(Arg, parse_std_conversion(Format)),
213 default_ctype(_Arg, C=#conversion{ctype=N}) when N =/= undefined -> function
215 default_ctype(Arg, C) when is_integer(Arg) -> function
217 default_ctype(Arg, C) when is_float(Arg) -> function
219 default_ctype(_Arg, C) -> function
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochifmt.erl87 F = default_ctype(Arg, parse_std_conversion(Format)),
195 default_ctype(_Arg, C=#conversion{ctype=N}) when N =/= undefined -> function
197 default_ctype(Arg, C) when is_integer(Arg) -> function
199 default_ctype(Arg, C) when is_float(Arg) -> function
201 default_ctype(_Arg, C) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochifmt.erl114 F = default_ctype(Arg, parse_std_conversion(Format)),
228 default_ctype(_Arg, C = #conversion{ctype = N}) function
231 default_ctype(Arg, C) when is_integer(Arg) -> function
233 default_ctype(Arg, C) when is_float(Arg) -> function
235 default_ctype(_Arg, C) -> C#conversion{ctype = string}. function
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/Mail/
H A DmimeDecode.php231 function _decode($headers, $body, $default_ctype = 'text/plain') argument
311 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
316 $part = $this->_decode($part_header, $part_body, $default_ctype);
339 $ctype = explode('/', $default_ctype);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/mail/
H A DMimeDecode.php257 function _decode($headers, $body, $default_ctype = 'text/plain') argument
345 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
350 $part = $this->_decode($part_header, $part_body, $default_ctype);
378 $ctype = explode('/', $default_ctype);
/dports/www/osticket/upload/include/pear/Mail/
H A DmimeDecode.php236 function _decode(&$headers, &$body, $default_ctype = 'text/plain') argument
317 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
323 $part = $this->_decode($part_header, $part_body, $default_ctype);
347 $ctype = explode('/', $default_ctype);
/dports/mail/pear-Mail_mimeDecode/Mail_mimeDecode-1.5.6/Mail/
H A DmimeDecode.php256 function _decode($headers, $body, $default_ctype = 'text/plain') argument
347 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
352 $part = $this->_decode($part_header, $part_body, $default_ctype);
380 $ctype = explode('/', $default_ctype);
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core_pear/Mail/
H A DmimeDecode.php258 function _decode($headers, $body, $default_ctype = 'text/plain') argument
349 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
354 $part = $this->_decode($part_header, $part_body, $default_ctype);
382 $ctype = explode('/', $default_ctype);
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/include/
H A DmimeDecode.php274 function _decode($headers, $body, $default_ctype = 'text/plain') argument
373 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
378 $part = $this->_decode($part_header, $part_body, $default_ctype);
431 $ctype = explode('/', $default_ctype);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/include/
H A DmimeDecode.php274 function _decode($headers, $body, $default_ctype = 'text/plain') argument
373 …$default_ctype = (strtolower($content_type['value']) === 'multipart/digest') ? 'message/rfc822' : …
378 $part = $this->_decode($part_header, $part_body, $default_ctype);
431 $ctype = explode('/', $default_ctype);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dumpall.c1319 char *default_ctype = NULL; in dumpCreateDB() local
1356 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1504 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1583 if (default_ctype) in dumpCreateDB()
1584 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dumpall.c1286 char *default_ctype = NULL; in dumpCreateDB() local
1331 default_ctype = pg_strdup(PQgetvalue(res, 0, 2)); in dumpCreateDB()
1518 if (default_ctype && strcmp(dbctype, default_ctype) != 0) in dumpCreateDB()
1598 if (default_ctype) in dumpCreateDB()
1599 free(default_ctype); in dumpCreateDB()

12