Home
last modified time | relevance | path

Searched refs:obj_str (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_editor_factories.py62 obj_str = _datetime_to_datetime_str(obj)
63 self.assertEqual(obj_str, "")
64 self.assertEqual(_datetime_str_to_datetime(obj_str), obj)
68 obj_str = _datetime_to_datetime_str(obj)
69 self.assertIsInstance(obj_str, str)
70 self.assertEqual(_datetime_str_to_datetime(obj_str), obj)
73 obj_str = "2020-02-15T11:12:13"
74 obj = _datetime_str_to_datetime(obj_str)
76 self.assertEqual(_datetime_to_datetime_str(obj), obj_str)
79 obj_str = ""
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/python/
H A Dcsv.cpp41 PyObject* obj_str = nullptr; in read_stream_object_from_string() local
46 obj_str = PyObject_CallFunction(func_read, nullptr); in read_stream_object_from_string()
50 if (!obj_str) in read_stream_object_from_string()
53 obj_str = PyUnicode_FromObject(file); // new reference in read_stream_object_from_string()
56 if (!obj_str) in read_stream_object_from_string()
62 ret.reset(obj_str); in read_stream_object_from_string()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/self/
H A Dself.hpp54 std::string obj_str = ss.str(); \
56 && strcasecmp(obj_str.c_str(), expect_str1)) \
58 obj_str.c_str()); \
59 else if (strcasecmp(obj_str.c_str(), expect_str1) \
60 && strcasecmp(obj_str.c_str(), expect_str2)) \
62 expect_str1, expect_str2, obj_str.c_str()); \
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/self/
H A Dself.hpp54 std::string obj_str = ss.str(); \
56 && strcasecmp(obj_str.c_str(), expect_str1)) \
58 obj_str.c_str()); \
59 else if (strcasecmp(obj_str.c_str(), expect_str1) \
60 && strcasecmp(obj_str.c_str(), expect_str2)) \
62 expect_str1, expect_str2, obj_str.c_str()); \
/dports/audio/faust/faust-2.37.3/tools/faust2pd/
H A Dfaust2pd.pure92 obj_str (f@_ x::string)
93 = obj_str f if null x;
94 = obj_str f+" \\"+x if x!0 == "$";
95 = obj_str f+" "+x otherwise;
96 obj_str (f@_ x::int)
97 = obj_str f+sprintf " %d" x otherwise;
98 obj_str (f@_ x::double)
99 = obj_str f+sprintf " %g" x otherwise;
100 obj_str (f@_ x) = obj_str f+" "+str x;
101 obj_str f = str f otherwise;
[all …]
/dports/devel/p5-Devel-Events-Objects/Devel-Events-Objects-0.05/t/
H A D010_generator_objects.t49 my $obj_str = "$obj";
58 object => $obj_str,
73 $obj_str = "$obj";
82 object => $obj_str,
94 my ( $hash_str ) = ( $obj_str =~ /^Some::Other::Class=(HASH\(0x[\w]+\))$/ ); # objects are first un…
/dports/net/kamailio/kamailio-5.4.5/src/modules/call_obj/
H A Dcall_obj_mod.c87 str obj_str; in rpc_call_obj_free() local
90 if (rpc->scan(ctx, "S", &obj_str) < 1) { in rpc_call_obj_free()
95 if (str2int(&obj_str, (unsigned int*)&obj_num)) { in rpc_call_obj_free()
96 LM_ERR("Cannot convert %.*s to number\n", obj_str.len, obj_str.s); in rpc_call_obj_free()
349 char *obj_str = NULL; in w_call_obj_get() local
351 obj_str = int2str((unsigned long)obj, &len); in w_call_obj_get()
352 if (!obj_str) { in w_call_obj_get()
359 val.rs.s = obj_str; in w_call_obj_get()
361 LM_DBG("Obj string: %s\n", obj_str); in w_call_obj_get()
/dports/devel/p5-Object-InsideOut/Object-InsideOut-4.05/lib/Object/InsideOut/
H A Dlvalue.pm45 my $obj_str = q/(Want::wantref() eq 'OBJECT')/;
60 my \$wobj = $obj_str;
67 $obj_str = '$wobj';
142 …$code .= " (\@_ < 2) ? $fld_str : (($obj_str && !Scalar::Util::blessed(\$ret)) ? \$_[0] : \$ret…
144 … $code .= " ((\@_ > 1) && $obj_str && !Scalar::Util::blessed($fld_str)) ? \$_[0] : $fld_str;\n";
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_audit.cc911 LEX_CSTRING obj_str; in mysql_audit_notify() local
914 event.database.str = obj_str.str; in mysql_audit_notify()
918 event.name.str = obj_str.str; in mysql_audit_notify()
919 event.name.length = obj_str.length; in mysql_audit_notify()
945 LEX_CSTRING obj_str; in mysql_audit_notify() local
948 event.user.str = obj_str.str; in mysql_audit_notify()
949 event.user.length = obj_str.length; in mysql_audit_notify()
952 event.host.str = obj_str.str; in mysql_audit_notify()
953 event.host.length = obj_str.length; in mysql_audit_notify()
962 event.new_user.str = obj_str.str; in mysql_audit_notify()
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D814-subtype-as.t28 has obj_str => (
49 eval { Foo->new( obj_str => Obj1->new ) };
50 like $@, qr/Attribute \(obj_str\) does not pass the type constraint because: Validation failed for …
58 my $f1 = eval { Foo->new( obj_str => Obj2->new ) };
60 is $f1->obj_str, 'Ref';
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/os_config/
H A Dutils.py228 obj_str = obj_ref.object.split('#')
229 if len(obj_str) != 2 or not obj_str[1].isdigit():
237 'object': obj_str[0],
238 'generationNumber': int(obj_str[1]),
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/
H A Dtriple.go54 obj_str := "nil"
56 obj_str = triple.Object.String()
59 return fmt.Sprintf("%s %s %s .", subj_str, pred_str, obj_str)
/dports/converters/p5-JSON-DWIW/JSON-DWIW-0.47/
H A DMakefile.PL28 my $obj_str = join(' ', map { "$_\$(OBJ_EXT)" } @utf_files, 'evt', 'jsonevt', 'json_writer',
50 $stuff .= "\$(INST_DYNAMIC): $obj_str $config_h\n\n";
77 $stuff .= "$obj_str: $config_h\n\n";
169 $args->{LDFROM} = "\$(OBJECT) $obj_str";
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/ipwhois/
H A Dutils.py563 obj_str = ip_obj.__str__()
565 if obj_str not in ret.keys():
567 ret[obj_str] = copy.deepcopy(base)
569 ret[obj_str]['count'] += 1
575 ret[obj_str]['ports'][str(port)] += 1
579 ret[obj_str]['ports'][str(port)] = 1
/dports/devel/R-cran-vctrs/vctrs/tests/testthat/
H A Dtest-print-str.R5 obj_str(x),
10 obj_str(mtcars),
/dports/devel/py-squint/squint-0.1.0/squint/
H A Dselect.py162 obj_str = repr(obj)
163 obj_str = ' '.join(obj_str.split()) # Normalize whitespace.
168 if len(obj_str) > 63:
169 obj_str = '{0}...{1}'.format(obj_str[:52], obj_str[-8:])
171 self._obj_strings.append(obj_str)
/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/docs/tools/
H A Dapigen.py209 for obj_str in obj_strs:
211 if obj_str not in mod.__dict__:
213 obj = mod.__dict__[obj_str]
217 functions.append(obj_str)
221 classes.append(obj_str)
/dports/science/py-nibabel/nibabel-3.2.1/doc/tools/
H A Dapigen.py215 for obj_str in obj_strs:
217 if obj_str not in mod.__dict__:
219 obj = mod.__dict__[obj_str]
225 functions.append(obj_str)
229 classes.append(obj_str)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/tools/
H A Dapigen.py212 for obj_str in obj_strs:
215 obj = getattr(mod, obj_str)
221 functions.append(obj_str)
223 submodules.append(obj_str)
227 classes.append(obj_str)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dstatus-rc.c121 char const *const obj_str = Get_RC_String_Object (&obj_size , rc_in); in KWrtFmt_rc_t() local
130 (uint32_t)obj_size, obj_str, in KWrtFmt_rc_t()
137 (uint32_t)obj_size, obj_str, in KWrtFmt_rc_t()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dstatus-rc.c121 char const *const obj_str = Get_RC_String_Object (&obj_size , rc_in); in KWrtFmt_rc_t() local
130 (uint32_t)obj_size, obj_str, in KWrtFmt_rc_t()
137 (uint32_t)obj_size, obj_str, in KWrtFmt_rc_t()
/dports/devel/py-dill/dill-0.3.4/tests/
H A Dtest_extendpickle.py28 obj_str = obj_io.getvalue()
30 obj2_io = StringIO(obj_str)
/dports/science/py-dipy/dipy-1.4.1/doc/tools/
H A Dapigen.py221 for obj_str in obj_strs:
223 if obj_str not in mod.__dict__:
225 obj = mod.__dict__[obj_str]
233 functions.append(obj_str)
237 classes.append(obj_str)
/dports/devel/R-cran-vctrs/vctrs/man/
H A Dobj_print.Rd8 \alias{obj_str}
22 obj_str(x, ...)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dmerge_static_libs.py34 obj_str = proc.communicate()[0]
35 current_objects = obj_str.rstrip().split('\n')

123456