Home
last modified time | relevance | path

Searched refs:unwrapped (Results 1 – 25 of 2524) sorted by relevance

12345678910>>...101

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_packets.c59 unwrapped->UDP_len = 0; in unwrap_packet()
60 unwrapped->DATA_len= 0; in unwrap_packet()
61 unwrapped->FRAG_f = 0; in unwrap_packet()
62 unwrapped->FRAG_nf = 0; in unwrap_packet()
96 unwrapped->FRAG_nf = 1; in unwrap_packet()
101 unwrapped->FRAG_f = 1; in unwrap_packet()
110 if(unwrapped->FRAG_f==1) in unwrap_packet()
126 (unwrapped->IP_len) - (unwrapped->TCP_len); in unwrap_packet()
145 unwrapped->DATA_len = ntohs(IPhead.length) - (unwrapped->IP_len); in unwrap_packet()
162 (unwrapped->IP_len) - (unwrapped->ICMP_len); in unwrap_packet()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/util/
H A Dremove.go24 unwrapped := err.(*os.PathError).Err
25 …if unwrapped == syscall.EBUSY || unwrapped == syscall.ENOTEMPTY || unwrapped == syscall.EPERM || u…
31 if unwrapped == windowsSharingViolationError && runtime.GOOS == "windows" {
37 if unwrapped == syscall.ENOENT {
53 unwrapped := err.(*os.PathError).Err
54 …if unwrapped == syscall.EBUSY || unwrapped == syscall.ENOTEMPTY || unwrapped == syscall.EPERM || u…
60 if unwrapped == windowsSharingViolationError && runtime.GOOS == "windows" {
66 if unwrapped == syscall.ENOENT {
82 unwrapped := err.(*os.LinkError).Err
83 …if unwrapped == syscall.EBUSY || unwrapped == syscall.ENOTEMPTY || unwrapped == syscall.EPERM || u…
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php62 private $unwrapped; variable in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
108 return ($this->unwrapped ?? $this->unwrap())
119 return ($this->unwrapped ?? $this->unwrap())
126 return ($this->unwrapped ?? $this->unwrap())
133 return ($this->unwrapped ?? $this->unwrap())
140 return ($this->unwrapped ?? $this->unwrap())
147 return ($this->unwrapped ?? $this->unwrap())
154 return ($this->unwrapped ?? $this->unwrap())
161 return ($this->unwrapped ?? $this->unwrap())
168 return ($this->unwrapped ?? $this->unwrap())
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php62 private $unwrapped; variable in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
108 return ($this->unwrapped ?? $this->unwrap())
119 return ($this->unwrapped ?? $this->unwrap())
126 return ($this->unwrapped ?? $this->unwrap())
133 return ($this->unwrapped ?? $this->unwrap())
140 return ($this->unwrapped ?? $this->unwrap())
147 return ($this->unwrapped ?? $this->unwrap())
154 return ($this->unwrapped ?? $this->unwrap())
161 return ($this->unwrapped ?? $this->unwrap())
168 return ($this->unwrapped ?? $this->unwrap())
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php64 private $unwrapped; variable in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
136 return ($this->unwrapped ?? $this->unwrap())
147 return ($this->unwrapped ?? $this->unwrap())
154 return ($this->unwrapped ?? $this->unwrap())
161 return ($this->unwrapped ?? $this->unwrap())
168 return ($this->unwrapped ?? $this->unwrap())
175 return ($this->unwrapped ?? $this->unwrap())
182 return ($this->unwrapped ?? $this->unwrap())
189 return ($this->unwrapped ?? $this->unwrap())
196 return ($this->unwrapped ?? $this->unwrap())
[all …]
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php64 private $unwrapped; variable in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
136 return ($this->unwrapped ?? $this->unwrap())
147 return ($this->unwrapped ?? $this->unwrap())
154 return ($this->unwrapped ?? $this->unwrap())
161 return ($this->unwrapped ?? $this->unwrap())
168 return ($this->unwrapped ?? $this->unwrap())
175 return ($this->unwrapped ?? $this->unwrap())
182 return ($this->unwrapped ?? $this->unwrap())
189 return ($this->unwrapped ?? $this->unwrap())
196 return ($this->unwrapped ?? $this->unwrap())
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_storage/storage/cache/
H A Dstorage_cache_database.cpp20 unwrapped.reconfigure(settings); in reconfigure()
26 unwrapped.updateSettings(update); in updateSettings()
34 ](Implementation &unwrapped) mutable { in open() argument
42 ](Implementation &unwrapped) mutable { in close() argument
43 unwrapped.close(std::move(done)); in close()
50 ](Implementation &unwrapped) mutable { in waitForCleaner() argument
77 ](Implementation &unwrapped) mutable { in remove() argument
100 ](Implementation &unwrapped) mutable { in copyIfEmpty() argument
151 unwrapped.get(key, std::move(done)); in getWithTag()
170 return unwrapped.stats(); in statsOnMain()
[all …]
/dports/www/firefox/firefox-99.0/js/public/experimental/
H A DTypedData.h310 explicit ArrayBufferOrView(JSObject* unwrapped) : obj(unwrapped) {} in ArrayBufferOrView() argument
362 explicit ArrayBuffer(JSObject* unwrapped) : ArrayBufferOrView(unwrapped) {} in ArrayBuffer() argument
369 if (unwrapped) { in fromObject()
372 return ArrayBuffer(unwrapped); in fromObject()
428 explicit DataView(JSObject* unwrapped) : ArrayBufferView(unwrapped) {} in DataView() argument
434 if (unwrapped && GetClass(unwrapped) == ClassPtr) { in fromObject()
435 return DataView(unwrapped); in fromObject()
455 explicit TypedArray_base(JSObject* unwrapped) : ArrayBufferView(unwrapped) {} in TypedArray_base() argument
477 explicit TypedArray(JSObject* unwrapped) : TypedArray_base(unwrapped) {} in TypedArray() argument
503 if (unwrapped && GetClass(unwrapped) == clasp()) { in fromObject()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsdate.cpp1708 if (!unwrapped) { in date_getTime()
1720 if (!unwrapped) { in date_getYear()
1741 if (!unwrapped) { in date_getFullYear()
1753 auto* unwrapped = in date_getUTCFullYear() local
1755 if (!unwrapped) { in date_getUTCFullYear()
1772 if (!unwrapped) { in date_getMonth()
1785 if (!unwrapped) { in date_getUTCMonth()
1798 if (!unwrapped) { in date_getDate()
1812 if (!unwrapped) { in date_getUTCDate()
1829 if (!unwrapped) { in date_getDay()
[all …]
/dports/www/firefox/firefox-99.0/js/src/
H A Djsdate.cpp1716 if (!unwrapped) { in date_getTime()
1728 if (!unwrapped) { in date_getYear()
1749 if (!unwrapped) { in date_getFullYear()
1761 auto* unwrapped = in date_getUTCFullYear() local
1763 if (!unwrapped) { in date_getUTCFullYear()
1780 if (!unwrapped) { in date_getMonth()
1793 if (!unwrapped) { in date_getUTCMonth()
1806 if (!unwrapped) { in date_getDate()
1820 if (!unwrapped) { in date_getUTCDate()
1837 if (!unwrapped) { in date_getDay()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsdate.cpp1708 if (!unwrapped) { in date_getTime()
1720 if (!unwrapped) { in date_getYear()
1741 if (!unwrapped) { in date_getFullYear()
1753 auto* unwrapped = in date_getUTCFullYear() local
1755 if (!unwrapped) { in date_getUTCFullYear()
1772 if (!unwrapped) { in date_getMonth()
1785 if (!unwrapped) { in date_getUTCMonth()
1798 if (!unwrapped) { in date_getDate()
1812 if (!unwrapped) { in date_getUTCDate()
1829 if (!unwrapped) { in date_getDay()
[all …]
/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/
H A Dpublish.py35 unwrapped = obj
38 bases = getattr(unwrapped, '__bases__', None)
42 im_func = getattr(unwrapped, 'im_func', None)
44 unwrapped = im_func
49 unwrapped = getattr(unwrapped, '__call__' , None)
50 if unwrapped is None:
56 return unwrapped, wrapperCount
63 unwrapped = removeAllProxies(obj)
65 unwrapped, wrapperCount = unwrapMethod(unwrapped)
67 code = unwrapped.func_code
[all …]
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/tests/
H A Dconfig_value_factory_test.cc14 REQUIRE(boost::get<bool>(value->unwrapped()) == true);
20 REQUIRE(boost::get<bool>(value->unwrapped()) == false);
26 REQUIRE(boost::get<boost::blank>(value->unwrapped()) == boost::blank());
32 REQUIRE(boost::get<string>(value->unwrapped()) == "test");
38 REQUIRE(boost::get<int>(value->unwrapped()) == 2);
44 REQUIRE(boost::get<double>(value->unwrapped()) == 4.5);
50 REQUIRE(boost::get<int64_t>(value->unwrapped()) == 19);
57 auto unwrapped = boost::get<unordered_map<string, unwrapped_value>>(value->unwrapped()); variable
58 REQUIRE(unwrapped == map);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DAsyncFunction.cpp112 MOZ_ASSERT(unwrapped->isAsync()); in WrapAsyncFunctionWithProto()
120 RootedAtom funName(cx, unwrapped->explicitName()); in WrapAsyncFunctionWithProto()
131 if (unwrapped->hasCompileTimeName()) in WrapAsyncFunctionWithProto()
132 wrapped->setCompileTimeName(unwrapped->compileTimeName()); in WrapAsyncFunctionWithProto()
136 unwrapped->setExtendedSlot(UNWRAPPED_ASYNC_WRAPPED_SLOT, in WrapAsyncFunctionWithProto()
139 ObjectValue(*unwrapped)); in WrapAsyncFunctionWithProto()
149 return WrapAsyncFunctionWithProto(cx, unwrapped, proto); in WrapAsyncFunction()
221 MOZ_ASSERT(unwrapped->isAsync()); in GetWrappedAsyncFunction()
229 JSFunction* unwrapped = in GetUnwrappedAsyncFunction() local
233 MOZ_ASSERT(unwrapped->isAsync()); in GetUnwrappedAsyncFunction()
[all …]
/dports/devel/glibmm/glibmm-2.64.2/tools/
H A Dgmmproc.in66 $main::unwrapped = 1;
115 if ($main::unwrapped)
117 my @unwrapped = GtkDefs::get_unwrapped();
118 @unwrapped = grep { exists $$_{entity_type} } @unwrapped;
120 if (@unwrapped)
122 my @methods = grep { $$_{entity_type} eq 'method' and $$_{c_name} !~ m/^_/s } @unwrapped;
123 my @signals = grep { $$_{entity_type} eq 'signal' } @unwrapped;
125 …rep { $$_{entity_type} eq 'property' and ( $$_{readable} or not $$_{construct_only} ) } @unwrapped;
203 elsif (/^--unwrapped/)
205 $main::unwrapped = 1;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/
H A Dgetcount001.java74 Throwable unwrapped = unwrap(e); in run()
76 if (unwrapped instanceof UnsupportedOperationException) in run()
80 log.complain("Incorrect execption " + unwrapped in run()
84 unwrapped.printStackTrace(log.getOutStream()); in run()
99 Throwable unwrapped, t = throwable; in unwrap() local
102 unwrapped = t; in unwrap()
104 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
108 t = unwrapped.getCause(); in unwrap()
112 return unwrapped; in unwrap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/
H A Dgetcount001.java71 Throwable unwrapped = unwrap(e); in run()
73 if (unwrapped instanceof UnsupportedOperationException) in run()
77 log.complain(" Incorrect execption " + unwrapped in run()
81 unwrapped.printStackTrace(log.getOutStream()); in run()
95 Throwable unwrapped, t = throwable; in unwrap() local
98 unwrapped = t; in unwrap()
100 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
104 t = unwrapped.getCause(); in unwrap()
108 return unwrapped; in unwrap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/
H A Dissupported001.java74 Throwable unwrapped = unwrap(e); in run()
76 if (unwrapped instanceof UnsupportedOperationException) { in run()
80 log.complain("Incorrect execption " + unwrapped in run()
84 unwrapped.printStackTrace(log.getOutStream()); in run()
98 Throwable unwrapped, t = throwable; in unwrap() local
101 unwrapped = t; in unwrap()
103 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
107 t = unwrapped.getCause(); in unwrap()
111 return unwrapped; in unwrap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/
H A Dissupported001.java78 Throwable unwrapped = unwrap(e); in run()
80 if (unwrapped instanceof UnsupportedOperationException) { in run()
84 log.complain("Incorrect execption " + unwrapped in run()
88 unwrapped.printStackTrace(log.getOutStream()); in run()
102 Throwable unwrapped, t = throwable; in unwrap() local
105 unwrapped = t; in unwrap()
107 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
111 t = unwrapped.getCause(); in unwrap()
115 return unwrapped; in unwrap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdSupported/
H A Dissupported001.java78 Throwable unwrapped = unwrap(e); in run()
80 if (unwrapped instanceof UnsupportedOperationException) { in run()
84 log.complain("Incorrect execption " + unwrapped in run()
88 unwrapped.printStackTrace(log.getOutStream()); in run()
102 Throwable unwrapped, t = throwable; in unwrap() local
105 unwrapped = t; in unwrap()
107 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
111 t = unwrapped.getCause(); in unwrap()
115 return unwrapped; in unwrap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/
H A Dgetcount001.java71 Throwable unwrapped = unwrap(e); in run()
73 if (unwrapped instanceof UnsupportedOperationException) in run()
77 log.complain(" Incorrect execption " + unwrapped in run()
81 unwrapped.printStackTrace(log.getOutStream()); in run()
95 Throwable unwrapped, t = throwable; in unwrap() local
98 unwrapped = t; in unwrap()
100 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
104 t = unwrapped.getCause(); in unwrap()
108 return unwrapped; in unwrap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/
H A Dissupported001.java74 Throwable unwrapped = unwrap(e); in run()
76 if (unwrapped instanceof UnsupportedOperationException) { in run()
80 log.complain("Incorrect execption " + unwrapped in run()
84 unwrapped.printStackTrace(log.getOutStream()); in run()
98 Throwable unwrapped, t = throwable; in unwrap() local
101 unwrapped = t; in unwrap()
103 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
107 t = unwrapped.getCause(); in unwrap()
111 return unwrapped; in unwrap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsageThresholdCount/
H A Dgetcount001.java74 Throwable unwrapped = unwrap(e); in run()
76 if (unwrapped instanceof UnsupportedOperationException) in run()
80 log.complain("Incorrect execption " + unwrapped in run()
84 unwrapped.printStackTrace(log.getOutStream()); in run()
99 Throwable unwrapped, t = throwable; in unwrap() local
102 unwrapped = t; in unwrap()
104 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
108 t = unwrapped.getCause(); in unwrap()
112 return unwrapped; in unwrap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdSupported/
H A Dissupported001.java74 Throwable unwrapped = unwrap(e); in run()
76 if (unwrapped instanceof UnsupportedOperationException) { in run()
80 log.complain("Incorrect execption " + unwrapped in run()
84 unwrapped.printStackTrace(log.getOutStream()); in run()
98 Throwable unwrapped, t = throwable; in unwrap() local
101 unwrapped = t; in unwrap()
103 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
107 t = unwrapped.getCause(); in unwrap()
111 return unwrapped; in unwrap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getUsageThresholdCount/
H A Dgetcount001.java71 Throwable unwrapped = unwrap(e); in run()
73 if (unwrapped instanceof UnsupportedOperationException) in run()
77 log.complain(" Incorrect execption " + unwrapped in run()
81 unwrapped.printStackTrace(log.getOutStream()); in run()
95 Throwable unwrapped, t = throwable; in unwrap() local
98 unwrapped = t; in unwrap()
100 if (unwrapped instanceof UnsupportedOperationException) { in unwrap()
104 t = unwrapped.getCause(); in unwrap()
108 return unwrapped; in unwrap()

12345678910>>...101