Home
last modified time | relevance | path

Searched refs:AnyObject (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/net-im/libsignal-client/libsignal-client-0.9.6/swift/Sources/SignalClient/
H A DDataStoreProtocols.swift19 public protocol IdentityKeyStore: AnyObject {
27 public protocol PreKeyStore: AnyObject { in identityKeyPair()
33 public protocol SignedPreKeyStore: AnyObject {
38 public protocol SessionStore: AnyObject { in loadSignedPreKey()
44 public protocol SenderKeyStore: AnyObject {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/dist/utils/
H A Dplugins.d.ts1 import { ImmerState, Patch, ImmerScope, Drafted, AnyObject, ImmerBaseState, AnyMap, AnySet, ProxyTy…
32 draft_: Drafted<AnyObject, ES5ObjectState>;
33 base_: AnyObject;
34 copy_: AnyObject | null;
38 draft_: Drafted<AnyObject, ES5ArrayState>;
H A Dcommon.d.ts1 import { Objectish, AnyObject, AnyMap, AnySet, ImmerState, Archtype } from "../internal";
9 export declare const ownKeys: (target: AnyObject) => PropertyKey[];
16 export declare function get(thing: AnyMap | AnyObject, prop: PropertyKey): any;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/src/utils/
H A Dplugins.ts6 AnyObject,
75 draft_: Drafted<AnyObject, ES5ObjectState>
76 base_: AnyObject
77 copy_: AnyObject | null
82 draft_: Drafted<AnyObject, ES5ArrayState>
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/state-0.4.2/src/
H A Dcontainer.rs94 type TypeMap = HashMap<TypeId, AnyObject, BuildHasherDefault<IdentHash>>;
99 struct AnyObject { struct
104 impl AnyObject { implementation
105 fn anonymize<T: 'static>(value: T) -> AnyObject { in anonymize() argument
119 impl Drop for AnyObject { implementation
260 map.insert(type_id, AnyObject::anonymize(state)); in set()
/dports/net/py-zeep/zeep-4.1.0/tests/
H A Dtest_xsd_complex_types.py245 xsd.AnyObject(xsd.String(), "Username"),
246 value=xsd.AnyObject(xsd.String(), "abc"),
249 xsd.AnyObject(xsd.String(), "ShopId"), value=xsd.AnyObject(xsd.Int(), 123)
254 xsd.AnyObject(xsd.String(), "LimitNum"), value=xsd.AnyObject(xsd.Int(), 2)
H A Dtest_xsd_any.py64 obj = container_elm(xsd.AnyObject(item_elm, item_elm("argh")))
79 obj = container_elm(_value_1=xsd.AnyObject(item_elm, item_elm("argh")))
162 xsd.AnyObject(xsd.String(), "foobar"), type="attr-1", title="attr-2"
209 _value_1=xsd.AnyObject(item_elm, item_elm("argh")),
210 _value_2=xsd.AnyObject(item_elm, item_elm("ok")),
429 any_1 = xsd.AnyObject(something, datetime.date(2016, 7, 4))
430 any_2 = xsd.AnyObject(foobar, True)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/dist/types/
H A Dtypes-internal.d.ts2 export declare type Objectish = AnyObject | AnyArray | AnyMap | AnySet;
3 export declare type ObjectishNoSet = AnyObject | AnyArray | AnyMap;
4 export declare type AnyObject = {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/src/types/
H A Dtypes-internal.ts12 export type Objectish = AnyObject | AnyArray | AnyMap | AnySet
13 export type ObjectishNoSet = AnyObject | AnyArray | AnyMap
15 export type AnyObject = {[key: string]: any} alias
/dports/net/py-zeep/zeep-4.1.0/src/zeep/
H A Dhelpers.py45 xsd.AnyObject(xsd.String(), key),
46 xsd.AnyObject(guess_xsd_type(value), value),
70 return xsd.AnyObject(None, None)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DConsoleErrorListener.swift29 _ offendingSymbol: AnyObject?,
33 _ e: AnyObject?
H A DBaseErrorListener.swift21 _ offendingSymbol: AnyObject?,
25 _ e: AnyObject?
H A DANTLRErrorListener.swift43 _ offendingSymbol: AnyObject?,
47 _ e: AnyObject?
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/dist/core/
H A Dproxy.d.ts1 import { ImmerBaseState, ImmerState, Drafted, AnyObject, AnyArray, Objectish, ProxyType } from "../…
13 draft_: Drafted<AnyObject, ProxyObjectState>;
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/storage/test/
H A Dstorage_suite.go88 o, err = s.Storer.EncodedObject(plumbing.AnyObject, h)
133 i, err := s.Storer.IterEncodedObjects(plumbing.AnyObject)
171 iter, err := s.Storer.IterEncodedObjects(plumbing.AnyObject)
195 iter, err := s.Storer.IterEncodedObjects(plumbing.AnyObject)
203 iter, err = s.Storer.IterEncodedObjects(plumbing.AnyObject)
240 o, err := tx.EncodedObject(plumbing.AnyObject, plumbing.ZeroHash)
261 iter, err := s.Storer.IterEncodedObjects(plumbing.AnyObject)
428 obj, err := dos.DeltaObject(plumbing.AnyObject, h)
433 obj, err = dos.DeltaObject(plumbing.AnyObject, h)
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dnn-widget.h25 struct AnyObject { struct
51 AnyObject findObjectAtThePoint(const QPointF &pt) const; argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/LibreOfficeLight/LibreOfficeLight/LOKit/
H A DDocumentHolder.swift227 public typealias JSONObject = Dictionary<String, AnyObject>
231 child["type"] = type as AnyObject in addProperty()
232 child["value"] = value as AnyObject in addProperty()
233 json[parentValue] = child as AnyObject in addProperty()
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/intermediate/
H A Dlegend_guide.py240 class AnyObject(object): class
255 plt.legend([AnyObject()], ['My first handler'],
256 handler_map={AnyObject: AnyObjectHandler()})
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/intermediate/
H A Dlegend_guide.py242 class AnyObject: class
257 plt.legend([AnyObject()], ['My first handler'],
258 handler_map={AnyObject: AnyObjectHandler()})
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/
H A Dobject.go52 AnyObject ObjectType = -127 const
69 case AnyObject:

1234567891011