Home
last modified time | relevance | path

Searched refs:converters (Results 1 – 25 of 5286) sorted by relevance

12345678910>>...212

/dports/misc/sword/sword-1.8.1/src/modules/filters/
H A Dutf8greekaccents.cpp51 std::map<__u32, SWBuf> converters; variable
57 converters[0x2019] = ""; // RIGHT SINGLE QUOTATION MARK in converters_init()
58 converters[0x1FBF] = ""; // GREEK PSILI in converters_init()
60 converters[0xFE24] = ""; // COMBINING MACRON LEFT HALF in converters_init()
63 converters[0x0300] = ""; // COMBINING GRAVE ACCENT in converters_init()
64 converters[0x0301] = ""; // COMBINING ACUTE ACCENT in converters_init()
66 converters[0x0308] = ""; // COMBINING DIAERESIS in converters_init()
67 converters[0x0313] = ""; // COMBINING COMMA ABOVE in converters_init()
69 converters[0x037A] = ""; // GREEK YPOGEGRAMMENI in converters_init()
363 it = converters.find(ch); in processText()
[all …]
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen3/tests/
H A Dtest_converters.py17 from kitchen.text import converters
69 tools.eq_(converters.to_unicode(5), '5')
117 tools.eq_(converters.to_bytes(5), b'5')
231 writer = converters.getwriter('utf-8')
254 writer = converters.getwriter('latin1')
292 converters=c), self.u_japanese)
295 converters=c), self.u_japanese)
300 converters=c), self.u_spanish)
303 converters=c), self.u_spanish)
320 converters=c), self.euc_jp_japanese)
[all …]
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/tests/
H A Dtest_converters.py17 from kitchen.text import converters
69 tools.eq_(converters.to_unicode(5), u'5')
117 tools.eq_(converters.to_bytes(5), '5')
231 writer = converters.getwriter('utf-8')
254 writer = converters.getwriter('latin1')
291 converters=c), self.u_japanese)
294 converters=c), self.u_japanese)
299 converters=c), self.u_spanish)
302 converters=c), self.u_spanish)
319 converters=c), self.euc_jp_japanese)
[all …]
/dports/science/py-mmtf-python/mmtf-python-1.1.2/mmtf/codecs/
H A Dcodecs.py1 from mmtf import converters
11 return converters.convert_ints_to_floats(
13 converters.recursive_index_decode(
17 return converters.convert_ints_to_bytes(
18 converters.recursive_index_encode(
27 return converters.convert_ints_to_floats(
32 return converters.convert_ints_to_bytes(
46 return converters.convert_ints_to_bytes(
55 return converters.convert_ints_to_chars(
60 return converters.convert_ints_to_bytes(
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/converter/
H A Dfrom_python.cpp40 , registration const& converters) in rvalue_from_python_stage1() argument
46 …data.convertible = objects::find_instance_impl(source, converters.target_type, converters.is_share… in rvalue_from_python_stage1()
86 data = rvalue_from_python_stage1(src, converters); in rvalue_result_from_python()
103 , converters.target_type.name() in rvalue_from_python_stage2()
122 , registration const& converters) in get_lvalue_from_python() argument
175 , registration const& converters) in implicit_rvalue_convertible_from_python() argument
210 , converters.target_type.name() in throw_no_lvalue_from_python()
221 , registration const& converters in lvalue_result_from_python() argument
236 , converters.target_type.name())); in lvalue_result_from_python()
263 , registration const& converters) in reference_result_from_python() argument
[all …]
/dports/devel/sdts++/sdts++-1.5.1/tests/
H A Dsb_utils_t.cpp138 sio_8211_converter_dictionary converters; in main() local
143 assert( sb_Utils::addConverter( iref, converters ) ); in main()
149 assert( converters.empty() ); in main()
168 assert( converters.empty() ); in main()
188 assert( 2 == converters.size() ); in main()
193 assert( converters[ "X" ] && converters[ "Y" ] ); in main()
213 sio_8211_converter_dictionary converters; in main() local
224 assert( converters.empty() ); in main()
243 assert( converters.empty() ); in main()
262 assert( 1 == converters.size() ); in main()
[all …]
/dports/graphics/libsixel/sixel-1.8.6/
H A DChangeLog988 * converters/Makefile.am, converters/Makefile.in: converters: replace
3135 converters/img2sixel.c, converters/loader.h, converters/stb_image.c,
3145 * converters/img2sixel.c, converters/loader.c, converters/loader.h,
3150 * converters/img2sixel.c, converters/scale.c, converters/scale.h,
3287 converters/img2sixel.1, converters/img2sixel.c, converters/loader.c,
4291 * converters/img2sixel.c, converters/loader.c, converters/loader.h:
4776 * converters/img2sixel.c, converters/loader.c, converters/loader.h:
5569 converters/quant.c, converters/scale.c, converters/scale.h: Add welsh
5615 * converters/img2sixel.1, converters/img2sixel.c, converters/quant.c,
5636 * converters/img2sixel.c, converters/quant.c, converters/quant.h,
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/util/
H A Derror.c61 if (0 != converters[i].init && in opal_strerror_int()
62 errnum < converters[i].err_base && in opal_strerror_int()
63 converters[i].err_max < errnum) { in opal_strerror_int()
81 if (0 != converters[i].init) { in opal_strerror_unknown()
82 if (errnum < converters[i].err_base && in opal_strerror_unknown()
83 errnum > converters[i].err_max) { in opal_strerror_unknown()
198 if (0 == converters[i].init) { in opal_error_register()
199 converters[i].init = 1; in opal_error_register()
202 converters[i].err_base = err_base; in opal_error_register()
203 converters[i].err_max = err_max; in opal_error_register()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/util/
H A Derror.c61 if (0 != converters[i].init && in opal_strerror_int()
62 errnum < converters[i].err_base && in opal_strerror_int()
63 converters[i].err_max < errnum) { in opal_strerror_int()
81 if (0 != converters[i].init) { in opal_strerror_unknown()
82 if (errnum < converters[i].err_base && in opal_strerror_unknown()
83 errnum > converters[i].err_max) { in opal_strerror_unknown()
198 if (0 == converters[i].init) { in opal_error_register()
199 converters[i].init = 1; in opal_error_register()
202 converters[i].err_base = err_base; in opal_error_register()
203 converters[i].err_max = err_max; in opal_error_register()
[all …]
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/converters/configuration/
H A DConvertersConfigurationInitializer.java16 package org.codehaus.groovy.grails.web.converters.configuration;
18 import grails.converters.JSON;
19 import grails.converters.XML;
30 import org.codehaus.groovy.grails.web.converters.Converter;
31 import org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller;
32 import org.codehaus.groovy.grails.web.converters.marshaller.ProxyUnwrappingMarshaller;
66 … marshallers.add(new org.codehaus.groovy.grails.web.converters.marshaller.json.ArrayMarshaller()); in initJSONConfiguration()
69 … marshallers.add(new org.codehaus.groovy.grails.web.converters.marshaller.json.MapMarshaller()); in initJSONConfiguration()
70 … marshallers.add(new org.codehaus.groovy.grails.web.converters.marshaller.json.EnumMarshaller()); in initJSONConfiguration()
123 … marshallers.add(new org.codehaus.groovy.grails.web.converters.marshaller.xml.MapMarshaller()); in initXMLConfiguration()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/essimporter/
H A Dimporter.cpp276 std::map<unsigned int, std::shared_ptr<Converter> > converters; in run() local
278 converters[ESM::REC_BOOK] = std::shared_ptr<Converter>(new ConvertBook()); in run()
279 converters[ESM::REC_NPC_] = std::shared_ptr<Converter>(new ConvertNPC()); in run()
280 converters[ESM::REC_CREA] = std::shared_ptr<Converter>(new ConvertCREA()); in run()
308 converters[recSPLM] = std::shared_ptr<Converter>(new ConvertSPLM()); in run()
317 for (const auto & converter : converters) in run()
327 auto it = converters.find(n.intval); in run()
328 if (it != converters.end()) in run()
389 it != converters.end(); ++it) in run()
402 it != converters.end(); ++it) in run()
[all …]
/dports/textproc/py-petl/petl-1.7.4/petl/transform/
H A Dconversions.py208 converters = None
213 converters = args[0]
215 converters = dict()
224 converters[f] = conv
226 converters[field] = conv
330 if converters is None:
331 self.converters = dict()
333 self.converters = converters
335 self.converters = dict([(i, v) for i, v in enumerate(converters)])
349 self.converters[key] = value
[all …]
/dports/textproc/py-parse-type/parse_type-0.5.6/parse_type/
H A Dbuilder.py207 assert converters, "REQUIRE: Non-empty list."
208 if len(converters) == 1:
209 return converters[0]
215 group_count = len(converters)
216 for converter in converters:
226 convert_variant.converters = tuple(converters)
235 for converter in convert_variant.converters:
246 for converter in converters:
253 for converter in convert_variant.converters:
262 def build_type_dict(converters): argument
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/tests/
H A Dconverter_test.py11 from astropy.io.votable import converters
23 converters.get_converter(field)
32 c = converters.get_converter(field, config=config)
44 c = converters.get_converter(field, config=config)
63 c = converters.get_converter(field, config=config)
72 c = converters.get_converter(field, config=config)
102 c = converters.get_converter(field, config=config)
110 c = converters.get_converter(field, config=config)
121 c = converters.get_converter(field, config=config)
131 c = converters.get_converter(field, config=config)
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/sensio/framework-extra-bundle/Request/ParamConverter/
H A DParamConverterManager.php28 private $converters = array(); variable in Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager
111 if (!isset($this->converters[$priority])) {
112 $this->converters[$priority] = array();
115 $this->converters[$priority][] = $converter;
130 krsort($this->converters);
132 $converters = array();
133 foreach ($this->converters as $all) {
134 $converters = array_merge($converters, $all);
137 return $converters;
/dports/finance/prestashop/prestashop/vendor/sensio/framework-extra-bundle/Request/ParamConverter/
H A DParamConverterManager.php28 private $converters = []; variable in Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager
113 if (!isset($this->converters[$priority])) {
114 $this->converters[$priority] = [];
117 $this->converters[$priority][] = $converter;
132 krsort($this->converters);
134 $converters = [];
135 foreach ($this->converters as $all) {
136 $converters = array_merge($converters, $all);
139 return $converters;

12345678910>>...212