Home
last modified time | relevance | path

Searched refs:list_sep (Results 1 – 25 of 80) sorted by relevance

1234

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dtest-mailbox-list.c23 char list_sep; member
314 .ns_sep = '/', .list_sep = '.', in test_mailbox_list_get_names()
318 .ns_sep = '/', .list_sep = '.', in test_mailbox_list_get_names()
322 .ns_sep = '^', .list_sep = '.', in test_mailbox_list_get_names()
326 .ns_sep = '/', .list_sep = '.', in test_mailbox_list_get_names()
330 .ns_sep = '^', .list_sep = '.', in test_mailbox_list_get_names()
335 .ns_sep = '^', .list_sep = '.', in test_mailbox_list_get_names()
340 .ns_sep = '^', .list_sep = '.', in test_mailbox_list_get_names()
345 .ns_sep = '^', .list_sep = '.', in test_mailbox_list_get_names()
350 .ns_sep = '/', .list_sep = '.', in test_mailbox_list_get_names()
[all …]
H A Dtest-mail-storage.c238 char list_sep; member
324 test_case->list_sep, mailbox_list_get_hierarchy_sep(ns->list)); in test_mailbox_verify_name_one()
359 test_case->list_sep, mailbox_list_get_hierarchy_sep(ns->list)); in test_mailbox_verify_name_one()
382 (test_cases[i].list_sep != '\0' && in test_mailbox_verify_name_continue()
383 test_cases[i].list_sep != mailbox_list_get_hierarchy_sep(ns->list))) in test_mailbox_verify_name_continue()
613 test_case.list_sep = '/'; in test_mailbox_list_mbox()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/CMakeFiles/profiler_gui_automoc.dir/
H A DAutogenInfo.cmake3list_sep@/home/alex/Work/C++Projects/easyprofiler/profiler_gui/images/default/arrow-up-hover.svg@l…
/dports/devel/py-absl-py/absl-py-0.15.0/absl/flags/
H A D_argument_parser.py457 def __init__(self, list_sep): argument
458 self.list_sep = list_sep
462 return self.list_sep.join([_helpers.str_or_unicode(x) for x in value])
472 def __init__(self, list_sep, **kwargs): argument
480 super(EnumClassListSerializer, self).__init__(list_sep)
486 return self.list_sep.join(
494 def __init__(self, list_sep): argument
495 self.list_sep = list_sep
502 writer = csv.writer(output, delimiter=self.list_sep)
508 writer = csv.writer(output, delimiter=self.list_sep)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/absl/flags/
H A D_argument_parser.py457 def __init__(self, list_sep): argument
458 self.list_sep = list_sep
462 return self.list_sep.join([_helpers.str_or_unicode(x) for x in value])
472 def __init__(self, list_sep, **kwargs): argument
480 super(EnumClassListSerializer, self).__init__(list_sep)
486 return self.list_sep.join(
494 def __init__(self, list_sep): argument
495 self.list_sep = list_sep
H A D_argument_parser.pyi105 list_sep = ... # type: Text
107 def __init__(self, list_sep: Text) -> None:
112 def __init__(self, list_sep: Text, **kwargs: Any) -> None:
118 def __init__(self, list_sep: Text) -> None:
/dports/devel/py-absl/absl-py-0.7.1/absl/flags/
H A D_argument_parser.py407 def __init__(self, list_sep): argument
408 self.list_sep = list_sep
412 return self.list_sep.join([_helpers.str_or_unicode(x) for x in value])
420 return self.list_sep.join(_helpers.str_or_unicode(x.name) for x in value)
427 def __init__(self, list_sep): argument
428 self.list_sep = list_sep
/dports/devel/py-python-gflags/python-gflags-3.1.2/gflags/
H A Dargument_parser.py353 def __init__(self, list_sep): argument
354 self.list_sep = list_sep
357 return self.list_sep.join([_helpers.StrOrUnicode(x) for x in value])
362 def __init__(self, list_sep): argument
363 self.list_sep = list_sep
/dports/devel/py-oslo.reports/oslo.reports-2.3.0/oslo_reports/views/text/
H A Dgeneric.py98 list_sep=' = ', argument
105 self.list_sep = list_sep
129 res[0] += self.list_sep
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dyum.aug20 let list_sep = del /([ \t]*(,[ \t]*|\r?\n[ \t]+))|[ \t]+/ "\n\t" in
22 . (list_sep . Build.opt_list [ label list_key . list_value ] list_sep)?
H A Dhosts_access.aug37 (* View: list_sep *)
38 let list_sep = del ( comma_sep | ws_sep ) ", "
104 let daemon_list = Build.opt_list daemon list_sep
120 let client_list = Build.opt_list ( client | client_file ) list_sep
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/unit/72 summary/
H A Dmeson.build22 summary('coma list', ['a', 'b', 'c'], list_sep: ', ', section: 'Configuration')
23 …, 'apetag', 'audiofx', 'audioparsers', 'auparse', 'autodetect', 'avi'], list_sep: ', ', section: '…
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/unit/72 summary/
H A Dmeson.build22 summary('coma list', ['a', 'b', 'c'], list_sep: ', ', section: 'Configuration')
23 …, 'apetag', 'audiofx', 'audioparsers', 'auparse', 'autodetect', 'avi'], list_sep: ', ', section: '…
/dports/devel/meson/meson-0.60.3/test cases/unit/72 summary/
H A Dmeson.build22 summary('coma list', ['a', 'b', 'c'], list_sep: ', ', section: 'Configuration')
23 …, 'apetag', 'audiofx', 'audioparsers', 'auparse', 'autodetect', 'avi'], list_sep: ', ', section: '…
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lint/
H A Dchecks.py21 list_sep = JStr(', ') variable
265 list_sep.join(unknown_keys)),
276 list_sep.join(missing_keys))
447 ).format(divider_hl_group, list_sep.join(r)),
490 ).format(list_sep.join((h[0] for h in required_pack))),
497 h[0], list_sep.join(r))
510 ).format(function_name, list_sep.join(r)),
611 hl_group, list_sep.join(r)),
625 list_sep.join((unicode(h) for h in hl_groups))),
632 hl_group, list_sep.join(r)),
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient/src/Google/Utils/
H A DUriTemplate.php212 $list_sep = $explode ? $sep : ",";
230 $value = implode($list_sep, $values);
247 $value = implode($list_sep, $values);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Utils/
H A DURITemplate.php212 $list_sep = $explode ? $sep : ",";
230 $value = implode($list_sep, $values);
247 $value = implode($list_sep, $values);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient/src/Utils/
H A DUriTemplate.php214 $list_sep = $explode ? $sep : ",";
232 $value = implode($list_sep, $values);
249 $value = implode($list_sep, $values);
/dports/www/moodle310/moodle/lib/google/src/Google/Utils/
H A DURITemplate.php212 $list_sep = $explode ? $sep : ",";
230 $value = implode($list_sep, $values);
247 $value = implode($list_sep, $values);
/dports/www/moodle39/moodle/lib/google/src/Google/Utils/
H A DURITemplate.php212 $list_sep = $explode ? $sep : ",";
230 $value = implode($list_sep, $values);
247 $value = implode($list_sep, $values);
/dports/www/moodle311/moodle/lib/google/src/Google/Utils/
H A DURITemplate.php212 $list_sep = $explode ? $sep : ",";
230 $value = implode($list_sep, $values);
247 $value = implode($list_sep, $values);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info() local
189 return list_sep; in OPENSSL_info()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info() local
189 return list_sep; in OPENSSL_info()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info() local
189 return list_sep; in OPENSSL_info()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info() local
189 return list_sep; in OPENSSL_info()

1234