Home
last modified time | relevance | path

Searched refs:hobj (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/devel/p5-forks/forks-0.36/t/
H A Dforks03.t59 my ($hobj, $aobj, $sobj) : shared;
61 $hobj = &share({});
69 bless $hobj, 'foo';
80 $$hobj{'scalar'} = $sobj;
103 ok(ref($hobj) eq 'foo', "hash blessing does work");
120 bless $hobj, 'oof';
131 $data = $$hobj{'hash'};
133 $$hobj{'hash'} = $data;
134 $data = $$hobj{'array'};
136 $$hobj{'array'} = $data;
[all …]
/dports/graphics/dia/dia-0.97.3/plug-ins/wmf/
H A Dwmf_gdi.cpp71 return SelectObject(hdc, hobj->Stock.hobj); in SelectObject()
87 DeleteObject(hobj->Stock.hobj); in DeleteObject()
89 g_free(hobj); in DeleteObject()
97 HGDIOBJ hobj; in GetStockObject() local
106 hobj->Stock.hobj = CreatePen (0,0,0); in GetStockObject()
109 hobj->Stock.hobj = CreateSolidBrush(0); in GetStockObject()
114 return hobj; in GetStockObject()
138 HGDIOBJ hobj; in CreateSolidBrush() local
144 return hobj; in CreateSolidBrush()
158 return hobj; in CreatePen()
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/scripts/
H A Dhttp_requests.lua33 local hobj = http.parse_http(p)
36 if hobj == nil then
41 local session_id = http.session_id(p,hobj)
53 if hobj.request then
54 reg.request = hobj
57 elseif hobj.response then
65 local code = hobj.status_code
77 reg.request.verb ,reg.request.url , hobj.status_code, hobj.status_msg)
84 if hobj.headers["Location"] then
85 redir = hobj.headers["Location"]
[all …]
H A Dhttp_creds.lua32 local hobj = http.parse_http(p)
35 if hobj == nil then
41 if hobj.request then
42 if hobj.creds then
50 hobj.verb ,hobj.url, hobj.creds)
/dports/lang/perl5.34/perl-5.34.0/dist/threads-shared/t/
H A Dblessed.t39 my ($hobj, $aobj, $sobj) : shared;
41 $hobj = &share({});
49 bless $hobj, 'foo';
58 $$hobj{'hash'} = bless(&share({}), 'yin');
60 $$hobj{'scalar'} = $sobj;
83 ok(14, ref($hobj) eq 'foo', "hash blessing does work");
100 bless $hobj, 'oof';
111 $data = $$hobj{'hash'};
113 $$hobj{'hash'} = $data;
114 $data = $$hobj{'array'};
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/threads-shared/t/
H A Dblessed.t39 my ($hobj, $aobj, $sobj) : shared;
41 $hobj = &share({});
49 bless $hobj, 'foo';
58 $$hobj{'hash'} = bless(&share({}), 'yin');
60 $$hobj{'scalar'} = $sobj;
83 ok(14, ref($hobj) eq 'foo', "hash blessing does work");
100 bless $hobj, 'oof';
111 $data = $$hobj{'hash'};
113 $$hobj{'hash'} = $data;
114 $data = $$hobj{'array'};
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/threads-shared/t/
H A Dblessed.t39 my ($hobj, $aobj, $sobj) : shared;
41 $hobj = &share({});
49 bless $hobj, 'foo';
58 $$hobj{'hash'} = bless(&share({}), 'yin');
60 $$hobj{'scalar'} = $sobj;
83 ok(14, ref($hobj) eq 'foo', "hash blessing does work");
100 bless $hobj, 'oof';
111 $data = $$hobj{'hash'};
113 $$hobj{'hash'} = $data;
114 $data = $$hobj{'array'};
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/threads-shared/t/
H A Dblessed.t39 my ($hobj, $aobj, $sobj) : shared;
41 $hobj = &share({});
49 bless $hobj, 'foo';
58 $$hobj{'hash'} = bless(&share({}), 'yin');
60 $$hobj{'scalar'} = $sobj;
83 ok(14, ref($hobj) eq 'foo', "hash blessing does work");
100 bless $hobj, 'oof';
111 $data = $$hobj{'hash'};
113 $$hobj{'hash'} = $data;
114 $data = $$hobj{'array'};
[all …]
/dports/devel/p5-threads-shared/threads-shared-1.59/t/
H A Dblessed.t39 my ($hobj, $aobj, $sobj) : shared;
41 $hobj = &share({});
49 bless $hobj, 'foo';
58 $$hobj{'hash'} = bless(&share({}), 'yin');
60 $$hobj{'scalar'} = $sobj;
83 ok(14, ref($hobj) eq 'foo', "hash blessing does work");
100 bless $hobj, 'oof';
111 $data = $$hobj{'hash'};
113 $$hobj{'hash'} = $data;
114 $data = $$hobj{'array'};
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/views/
H A Dnavigationview.py130 hobj = self.get_history()
210 return hobj.present()
217 if handle and not hobj.lock and not (handle == hobj.present()):
218 hobj.push(handle)
376 hobj.lock = True
377 if not hobj.at_end():
378 hobj.forward()
383 hobj.lock = False
390 hobj.lock = True
392 hobj.back()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HG.c511 HDassert(hobj); in H5HG_insert()
555 hobj->addr = heap->addr; in H5HG_insert()
556 hobj->idx = idx; in H5HG_insert()
595 HDassert(hobj); in H5HG_read()
601 HDassert(hobj->idx < heap->nused); in H5HG_read()
603 size = heap->obj[hobj->idx].size; in H5HG_read()
666 HDassert(hobj); in H5HG_link()
718 HDassert(hobj); in H5HG_get_obj_size()
751 H5HG_remove(H5F_t *f, H5HG_t *hobj) in H5HG_remove() argument
764 HDassert(hobj); in H5HG_remove()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HG.c522 HDassert(hobj); in H5HG_insert()
566 hobj->addr = heap->addr; in H5HG_insert()
567 hobj->idx = idx; in H5HG_insert()
607 HDassert(hobj); in H5HG_read()
613 HDassert(hobj->idx < heap->nused); in H5HG_read()
615 size = heap->obj[hobj->idx].size; in H5HG_read()
679 HDassert(hobj); in H5HG_link()
732 HDassert(hobj); in H5HG_get_obj_size()
766 H5HG_remove (H5F_t *f, H5HG_t *hobj) in H5HG_remove() argument
779 HDassert(hobj); in H5HG_remove()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HG.c522 HDassert(hobj); in H5HG_insert()
566 hobj->addr = heap->addr; in H5HG_insert()
567 hobj->idx = idx; in H5HG_insert()
607 HDassert(hobj); in H5HG_read()
613 HDassert(hobj->idx < heap->nused); in H5HG_read()
615 size = heap->obj[hobj->idx].size; in H5HG_read()
679 HDassert(hobj); in H5HG_link()
732 HDassert(hobj); in H5HG_get_obj_size()
739 HDassert(hobj->idx < heap->nused); in H5HG_get_obj_size()
766 H5HG_remove (H5F_t *f, H5HG_t *hobj) in H5HG_remove() argument
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HG.c532 HDassert(hobj); in H5HG_insert()
576 hobj->addr = heap->addr; in H5HG_insert()
577 hobj->idx = idx; in H5HG_insert()
618 HDassert(hobj); in H5HG_read()
624 HDassert(hobj->idx < heap->nused); in H5HG_read()
626 size = heap->obj[hobj->idx].size; in H5HG_read()
690 HDassert(hobj); in H5HG_link()
743 HDassert(hobj); in H5HG_get_obj_size()
750 HDassert(hobj->idx < heap->nused); in H5HG_get_obj_size()
797 HDassert(hobj); in H5HG_remove()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/sci_gateway/cpp/
H A Dsci_h5dump.cpp44 H5Object * hobj = 0; in sci_h5dump() local
94 hobj = HDF5Scilab::getH5Object(addr, pvApiCtx); in sci_h5dump()
95 if (!hobj) in sci_h5dump()
105 hobj = &H5Object::getObject(*hobj, name); in sci_h5dump()
140 hobj = new H5File(_expandedPath, name, "r"); in sci_h5dump()
144 hobj = new H5File(_expandedPath, "/", "r"); in sci_h5dump()
156 HDF5Scilab::scilabPrint(hobj->dump(visited)); in sci_h5dump()
159 delete hobj; in sci_h5dump()
167 delete hobj; in sci_h5dump()
H A Dsci_h5rm.cpp43 H5Object * hobj = 0; in sci_h5rm() local
65 hobj = HDF5Scilab::getH5Object(addr, pvApiCtx); in sci_h5rm()
66 if (!hobj) in sci_h5rm()
121 if (hobj) in sci_h5rm()
125 HDF5Scilab::deleteObject(*hobj, row * col, const_cast<const char **>(strs)); in sci_h5rm()
129 HDF5Scilab::deleteObject(*hobj, std::string("")); in sci_h5rm()
130 H5VariableScope::removeIdAndDelete(hobj->getScilabId()); in sci_h5rm()
H A Dsci_h5ln.cpp48 H5Object * hobj = 0; in sci_h5ln() local
76 hobj = HDF5Scilab::getH5Object(addr, pvApiCtx); in sci_h5ln()
77 if (!hobj) in sci_h5ln()
123 if (hobj) in sci_h5ln()
164 if (hobj) in sci_h5ln()
209 if (hobj) in sci_h5ln()
270 if (hobj) in sci_h5ln()
274 HDF5Scilab::createLink(*hobj, linkName, *targetObj, hard); in sci_h5ln()
280 HDF5Scilab::createLink(*hobj, linkName, destName, hard); in sci_h5ln()
284 HDF5Scilab::createLink(*hobj, linkName, destFile, destName); in sci_h5ln()
H A Dsci_percent_H5Object_fieldnames.cpp34 H5Object * hobj = 0; in sci_percent_H5Object_fieldnames() local
49 hobj = HDF5Scilab::getH5Object(addr, pvApiCtx); in sci_percent_H5Object_fieldnames()
50 if (!hobj) in sci_percent_H5Object_fieldnames()
56 if (!hobj->isCompound()) in sci_percent_H5Object_fieldnames()
64 reinterpret_cast<H5CompoundData *>(hobj)->getFieldNames(nbIn + 1, pvApiCtx); in sci_percent_H5Object_fieldnames()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HG.c530 HDassert(hobj); in H5HG_insert()
574 hobj->addr = heap->addr; in H5HG_insert()
575 hobj->idx = idx; in H5HG_insert()
616 HDassert(hobj); in H5HG_read()
622 HDassert(hobj->idx < heap->nused); in H5HG_read()
623 HDassert(heap->obj[hobj->idx].begin); in H5HG_read()
624 size = heap->obj[hobj->idx].size; in H5HG_read()
688 HDassert(hobj); in H5HG_link()
751 HDassert(hobj); in H5HG_remove()
759 HDassert(hobj->idx < heap->nused); in H5HG_remove()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HG.c532 HDassert(hobj); in H5HG_insert()
576 hobj->addr = heap->addr; in H5HG_insert()
577 hobj->idx = idx; in H5HG_insert()
618 HDassert(hobj); in H5HG_read()
624 HDassert(hobj->idx < heap->nused); in H5HG_read()
625 HDassert(heap->obj[hobj->idx].begin); in H5HG_read()
626 size = heap->obj[hobj->idx].size; in H5HG_read()
690 HDassert(hobj); in H5HG_link()
753 HDassert(hobj); in H5HG_remove()
761 HDassert(hobj->idx < heap->nused); in H5HG_remove()
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Hash/
H A Dtest_keccak.py47 hobj = keccak.new(digest_bits=digest_bits)
50 hobj2 = hobj.new()
54 hobj = keccak.new(digest_bytes=digest_bytes)
57 hobj2 = hobj.new()
161 hobj = keccak.new(digest_bits=224, data=data)
162 self.assertEqual(hobj.digest(), result)
185 hobj = keccak.new(digest_bits=256, data=data)
186 self.assertEqual(hobj.digest(), result)
210 hobj = keccak.new(digest_bits=384, data=data)
211 self.assertEqual(hobj.digest(), result)
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Hash/
H A Dtest_keccak.py47 hobj = keccak.new(digest_bits=digest_bits)
50 hobj2 = hobj.new()
54 hobj = keccak.new(digest_bytes=digest_bytes)
57 hobj2 = hobj.new()
161 hobj = keccak.new(digest_bits=224, data=data)
162 self.assertEqual(hobj.digest(), result)
185 hobj = keccak.new(digest_bits=256, data=data)
186 self.assertEqual(hobj.digest(), result)
210 hobj = keccak.new(digest_bits=384, data=data)
211 self.assertEqual(hobj.digest(), result)
[all …]
/dports/textproc/py-hunspell/hunspell-0.5.5/
H A DREADME.md42 >>> hobj = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff')
43 >>> hobj.spell('spookie')
45 >>> hobj.suggest('spookie')
47 >>> hobj.spell('spooky')
49 >>> hobj.analyze('linked')
51 >>> hobj.stem('linked')
53 >>> hobj.spell('spookie')
55 >>> hobj.add('spookie')
56 >>> hobj.spell('spookie')
58 >>> hobj.remove('spookie')
[all …]
H A DPKG-INFO51 … >>> hobj = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff')
52 >>> hobj.spell('spookie')
54 >>> hobj.suggest('spookie')
56 >>> hobj.spell('spooky')
58 >>> hobj.analyze('linked')
60 >>> hobj.stem('linked')
62 >>> hobj.spell('spookie')
64 >>> hobj.add('spookie')
65 >>> hobj.spell('spookie')
67 >>> hobj.remove('spookie')
[all …]
/dports/textproc/py-hunspell/hunspell-0.5.5/hunspell.egg-info/
H A DPKG-INFO51 … >>> hobj = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff')
52 >>> hobj.spell('spookie')
54 >>> hobj.suggest('spookie')
56 >>> hobj.spell('spooky')
58 >>> hobj.analyze('linked')
60 >>> hobj.stem('linked')
62 >>> hobj.spell('spookie')
64 >>> hobj.add('spookie')
65 >>> hobj.spell('spookie')
67 >>> hobj.remove('spookie')
[all …]

123456789