Home
last modified time | relevance | path

Searched refs:valueref (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmScanner.cxx262 const char *Scanner::GetFilenameFromTagToValue(Tag const &t, const char *valueref) const in GetFilenameFromTagToValue()
265 if( valueref ) in GetFilenameFromTagToValue()
268 size_t len = strlen( valueref ); in GetFilenameFromTagToValue()
269 if( len && valueref[ len - 1 ] == ' ' ) in GetFilenameFromTagToValue()
277 if( value && strncmp(value, valueref, len ) == 0 ) in GetFilenameFromTagToValue()
290 Scanner::GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const in GetAllFilenamesFromTagToValue()
293 if( valueref ) in GetAllFilenamesFromTagToValue()
295 const std::string valueref_str = String<>::Trim( valueref ); in GetAllFilenamesFromTagToValue()
312 Scanner::TagToValue const & Scanner::GetMappingFromTagToValue(Tag const &t, const char *valueref) c… in GetMappingFromTagToValue()
314 return GetMapping( GetFilenameFromTagToValue(t, valueref) ); in GetMappingFromTagToValue()
H A DgdcmStrictScanner.cxx271 const char *StrictScanner::GetFilenameFromTagToValue(Tag const &t, const char *valueref) const in GetFilenameFromTagToValue()
274 if( valueref ) in GetFilenameFromTagToValue()
277 size_t len = strlen( valueref ); in GetFilenameFromTagToValue()
278 if( len && valueref[ len - 1 ] == ' ' ) in GetFilenameFromTagToValue()
286 if( value && strncmp(value, valueref, len ) == 0 ) in GetFilenameFromTagToValue()
299 StrictScanner::GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const in GetAllFilenamesFromTagToValue()
302 if( valueref ) in GetAllFilenamesFromTagToValue()
304 const std::string valueref_str = String<>::Trim( valueref ); in GetAllFilenamesFromTagToValue()
321 …agToValue const & StrictScanner::GetMappingFromTagToValue(Tag const &t, const char *valueref) const in GetMappingFromTagToValue()
323 return GetMapping( GetFilenameFromTagToValue(t, valueref) ); in GetMappingFromTagToValue()
H A DgdcmStrictScanner.h137 const char *GetFilenameFromTagToValue(Tag const &t, const char *valueref) const;
141 Directory::FilenamesType GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const;
H A DgdcmScanner.h137 const char *GetFilenameFromTagToValue(Tag const &t, const char *valueref) const;
141 Directory::FilenamesType GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const;
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dfilecache.py92 mtime, valueref = self._cache[filename]
93 value = valueref()
104 valueref = weakref.ref(value)
106 self._cache[filename] = (os.path.getmtime(filename), valueref)
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Util/
H A DWorker.pm22 my ($key, $valueref) = @_;
23 $$valueref = '' if ref $$valueref eq 'SCALAR';
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmStrictScanner.cxx312 const char *StrictScanner::GetFilenameFromTagToValue(Tag const &t, const char *valueref) const in GetFilenameFromTagToValue()
315 if( valueref ) in GetFilenameFromTagToValue()
318 size_t len = strlen( valueref ); in GetFilenameFromTagToValue()
319 if( len && valueref[ len - 1 ] == ' ' ) in GetFilenameFromTagToValue()
327 if( value && strncmp(value, valueref, len ) == 0 ) in GetFilenameFromTagToValue()
340 StrictScanner::GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const in GetAllFilenamesFromTagToValue()
343 if( valueref ) in GetAllFilenamesFromTagToValue()
345 const std::string valueref_str = String<>::Trim( valueref ); in GetAllFilenamesFromTagToValue()
362 …agToValue const & StrictScanner::GetMappingFromTagToValue(Tag const &t, const char *valueref) const in GetMappingFromTagToValue()
364 return GetMapping( GetFilenameFromTagToValue(t, valueref) ); in GetMappingFromTagToValue()
H A DgdcmScanner.cxx303 const char *Scanner::GetFilenameFromTagToValue(Tag const &t, const char *valueref) const in GetFilenameFromTagToValue()
306 if( valueref ) in GetFilenameFromTagToValue()
309 size_t len = strlen( valueref ); in GetFilenameFromTagToValue()
310 if( len && valueref[ len - 1 ] == ' ' ) in GetFilenameFromTagToValue()
318 if( value && strncmp(value, valueref, len ) == 0 ) in GetFilenameFromTagToValue()
331 Scanner::GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const in GetAllFilenamesFromTagToValue()
334 if( valueref ) in GetAllFilenamesFromTagToValue()
336 const std::string valueref_str = String<>::Trim( valueref ); in GetAllFilenamesFromTagToValue()
353 Scanner::TagToValue const & Scanner::GetMappingFromTagToValue(Tag const &t, const char *valueref) c… in GetMappingFromTagToValue()
355 return GetMapping( GetFilenameFromTagToValue(t, valueref) ); in GetMappingFromTagToValue()
H A DgdcmStrictScanner.h139 const char *GetFilenameFromTagToValue(Tag const &t, const char *valueref) const;
143 Directory::FilenamesType GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const;
H A DgdcmScanner.h139 const char *GetFilenameFromTagToValue(Tag const &t, const char *valueref) const;
143 Directory::FilenamesType GetAllFilenamesFromTagToValue(Tag const &t, const char *valueref) const;
/dports/devel/p5-Data-Visitor-Tiny/Data-Visitor-Tiny-0.001/examples/
H A Dsynopsis.pl19 my ( $key, $valueref ) = @_;
20 $$valueref = "replaced" if $key eq 'e';
/dports/devel/p5-Data-Visitor-Tiny/Data-Visitor-Tiny-0.001/
H A DREADME22 my ( $key, $valueref ) = @_;
23 $$valueref = "replaced" if $key eq 'e';
45 The callback also receives three arguments: $key, $valueref, and
47 $valueref is a scalar reference to the value; use it to modify the value
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/
H A DWeb.pm274 my ( $key, $valueref ) = @_;
275 $$valueref = [$$valueref->hri->all]
276 if blessed $$valueref and $$valueref->isa('App::Netdisco::DB::ResultSet');
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A DDiscriminateVolume.cxx43 … Scanner const & s, Directory::FilenamesType const &filesubset, Tag const &t, const char *valueref) in GetAllFilenamesFromTagToValue() argument
46 if( valueref ) in GetAllFilenamesFromTagToValue()
48 size_t len = strlen( valueref ); in GetAllFilenamesFromTagToValue()
54 if( value && strncmp(value, valueref, len ) == 0 ) in GetAllFilenamesFromTagToValue()
/dports/converters/p5-JSON-Tiny/JSON-Tiny-0.58/lib/JSON/
H A DTiny.pm66 my $valueref = shift;
78 $$valueref = _decode_value();
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Mojo/
H A DJSON.pm60 my $valueref = shift;
72 $$valueref = _decode_value();
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/project/doc/
H A Ddoc_generic_project_odt.modules.php1060 foreach ($listofreferent as $keyref => $valueref)
1062 $title = $valueref['title'];
1063 $tablename = $valueref['table'];
1064 $classname = $valueref['class'];
1065 $qualified = $valueref['test'];
1100 if (empty($valueref['disableamount'])) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/project/doc/
H A Ddoc_generic_project_odt.modules.php1051 foreach ($listofreferent as $keyref => $valueref) {
1052 $title = $valueref['title'];
1053 $tablename = $valueref['table'];
1054 $classname = $valueref['class'];
1055 $qualified = $valueref['test'];
1091 if (empty($valueref['disableamount'])) {
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/apib/
H A Dstatus.h74 const T& valueref() const { return value_; } in valueref() function
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzcharout.c167 ref *pcdevproc, *valueref; in zchar_set_cache() local
223 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzcharout.c169 ref *pcdevproc, *valueref; in zchar_set_cache() local
224 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzcharout.c169 ref *pcdevproc, *valueref; in zchar_set_cache() local
224 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzcharout.c169 ref *pcdevproc, *valueref; in zchar_set_cache() local
224 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzcharout.c169 ref *pcdevproc, *valueref; in zchar_set_cache() local
224 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzcharout.c167 ref *pcdevproc, *valueref; in zchar_set_cache() local
223 …D_TrueType && dict_find_string(&pfont_data(gs_font_parent(pbfont))->dict, "File", &valueref) > 0) { in zchar_set_cache()

12