Home
last modified time | relevance | path

Searched refs:serial_comma (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/
H A Dcommon.h110 void serial_comma(std::ostream &out, InputIt start, InputIt finish,
148 std::string serial_comma(InputIt start, InputIt finish,
151 serial_comma(out, start, finish, delim);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/tests/
H A Dtest_common.cc121 using mysql_harness::serial_comma; in TEST()
127 res += serial_comma(&primes[0], &primes[count]); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-headers/src/registry/
H A Dconventions.py141 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
156 assert(serial_comma) # didn't implement what we didn't need
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/
H A Dtext.py97 def concatenate(items, conjunction='and', serial_comma=False): argument
128 if serial_comma:
H A Dtests.py736 assert concatenate(['one', 'two', 'three'], serial_comma=True) == 'one, two, and three'
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/Vulkan-Headers/registry/
H A Dconventions.py129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
144 assert(serial_comma) # didn't implement what we didn't need
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_headers/registry/
H A Dconventions.py139 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
154 assert(serial_comma) # didn't implement what we didn't need
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/registry/
H A Dconventions.py129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
144 assert(serial_comma) # didn't implement what we didn't need
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/registry/
H A Dconventions.py129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
144 assert(serial_comma) # did not implement what we did not need
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-headers/src/registry/
H A Dconventions.py129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
144 assert(serial_comma) # didn't implement what we didn't need
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/routing/src/
H A Drouting.cc80 return mysql_harness::serial_comma(kAccessModeNames.begin() + 1, in get_access_mode_names()
124 return mysql_harness::serial_comma(v.begin(), v.end()); in get_routing_strategy_names()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/humanfriendly/humanfriendly/
H A Dtext.pyi5 def concatenate(items, conjunction: str = ..., serial_comma: bool = ...): ...
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/logging/
H A Dregistry.cc47 using mysql_harness::serial_comma;
348 serial_comma(buffer, alternatives.begin(), alternatives.end()); in log_level_from_string()
411 serial_comma(buffer, alternatives.begin(), alternatives.end()); in log_timestamp_precision_from_string()
/dports/textproc/py-humanfriendly/humanfriendly-10.0/
H A DCHANGELOG.rst93 and ``serial_comma`` keyword arguments (as suggested in `issue #30`_).