Home
last modified time | relevance | path

Searched +defs:Any +defs:Key (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/textproc/py-atoml/atoml-1.1.0/atoml/
H A Dcontainer.py254 self, key: Union[Key, str], other_key: Union[Key, str], item: Any
300 def _insert_at(self, idx: int, key: Union[Key, str], item: Any) -> "Container":
341 def item(self, key: Union[Key, str]) -> Item:
521 def __setitem__(self, key: Union[Key, str], value: Any) -> None:
527 def __delitem__(self, key: Union[Key, str]) -> None:
530 def setdefault(self, key: Union[Key, str], default: Any) -> Any:
535 self, key: Union[Key, str], new_key: Union[Key, str], value: Item
707 def __getitem__(self, key: Union[Key, str]) -> Any:
713 def __setitem__(self, key: Union[Key, str], item: Any) -> None:
754 def setdefault(self, key: Union[Key, str], default: Any) -> Any:
[all …]
H A Ditems.py205 class Key: class
754 *_: Any,
848 *items: Any,
1043 def add(self, key: Union[Key, Item, str], item: Any = None) -> Item:
1054 def append(self, key: Union[Key, str], _item: Any) -> "Table":
1084 def raw_append(self, key: Union[Key, str], _item: Any) -> "Table":
1151 def __setitem__(self, key: Union[Key, str], value: Any) -> None:
1179 def setdefault(self, key: Union[Key, str], default: Any) -> Any:
1225 def append(self, key: Union[Key, str], _item: Any) -> "InlineTable":
1294 def __setitem__(self, key: Union[Key, str], value: Any) -> None:
[all …]
/dports/devel/py-pre-commit-hooks/pre_commit_hooks-4.0.1/pre_commit_hooks/
H A Dcheck_yaml.py18 def _parse_unsafe(*args: Any, **kwargs: Any) -> None:
22 def _load_all(*args: Any, **kwargs: Any) -> None:
26 class Key(NamedTuple): class
/dports/security/py-certbot/certbot-1.22.0/certbot/
H A Dutil.py42 Key = collections.namedtuple("Key", "file pem") variable
451 def __call__(self, unused1: Any, unused2: Any, unused3: Any,
643 def atexit_register(func: Callable, *args: Any, **kwargs: Any) -> None:
681 def _atexit_call(func: Callable, *args: Any, **kwargs: Any) -> None:
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/attribute/
H A Dkv.go25 Key Key member
74 func Any(k string, value interface{}) KeyValue { func
/dports/math/py-iminuit/iminuit-2.8.4/src/iminuit/
H A Dutil.py66 Key = Union[int, str, slice, List[Union[int, str]]] variable in BasicView
68 def __init__(self, minuit: Any, ndim: int = 0):
87 def _set(self, idx: int, value: Any) -> None:
90 def __getitem__(self, key: Key) -> Any:
105 def __setitem__(self, key: Key, value: Any) -> None:
193 def __init__(self, minuit: Any):
265 def __array_finalize__(self, obj: Any) -> None:
394 fmin: Any,
634 def _repr_pretty_(self, p: Any, cycle: bool) -> None:
1176 def _arguments_from_func_code(obj: Any) -> List[str]:
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dkv.go25 Key Key member
79 func Any(k string, value interface{}) KeyValue { func
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dkv.go25 Key Key member
79 func Any(k string, value interface{}) KeyValue { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dkv.go25 Key Key member
79 func Any(k string, value interface{}) KeyValue { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dkv.go25 Key Key member
79 func Any(k string, value interface{}) KeyValue { func
/dports/databases/pg_activity/pg_activity-2.2.0/pgactivity/
H A Dkeys.py11 class Key: class
17 def __eq__(self, other: Any) -> bool:
H A Dviews.py118 def wrapper(term: Terminal, *args: Any, **kwargs: Any) -> None:
160 def key_mappings(keys: Iterable[Key]) -> Iterable[str]:
332 value: Any,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpShared.h79 enum class CodeKind { Bytecode, Jitcode, Any }; enumerator
265 struct Key { struct
269 Key() = default; argument
270 Key(JSAtom* atom, JS::RegExpFlags flags) : atom(atom), flags(flags) {} in Key() function
271 MOZ_IMPLICIT Key(const WeakHeapPtr<RegExpShared*>& shared) in Key() function
275 using Lookup = Key; argument
280 static bool match(Key l, Key r) { in match() argument
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpShared.h75 enum class CodeKind { Bytecode, Jitcode, Any }; enumerator
261 struct Key { struct
265 Key() = default; argument
266 Key(JSAtom* atom, JS::RegExpFlags flags) : atom(atom), flags(flags) {} in Key() function
267 MOZ_IMPLICIT Key(const WeakHeapPtr<RegExpShared*>& shared) in Key() argument
271 using Lookup = Key; argument
276 static bool match(Key l, Key r) { in match() argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpShared.h79 enum class CodeKind { Bytecode, Jitcode, Any }; enumerator
265 struct Key { struct
269 Key() = default; argument
270 Key(JSAtom* atom, JS::RegExpFlags flags) : atom(atom), flags(flags) {} in Key() function
271 MOZ_IMPLICIT Key(const WeakHeapPtr<RegExpShared*>& shared) in Key() argument
275 using Lookup = Key; argument
280 static bool match(Key l, Key r) { in match() argument
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/label/
H A Dkv.go25 Key Key member
105 func Any(k string, value interface{}) KeyValue { func
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/label/
H A Dkv.go25 Key Key member
105 func Any(k string, value interface{}) KeyValue { func
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/label/
H A Dkv.go25 Key Key member
105 func Any(k string, value interface{}) KeyValue { func
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/
H A Devent.rs44 fn as_any(&self) -> &dyn Any; in as_any()
51 fn as_any(&self) -> &dyn Any { in as_any()
308 pub enum Key { enum
374 impl Key { implementation
382 pub fn from_f(n: u8) -> Key { in from_f()
484 Key(Key), enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRegExpShared.h91 enum class CodeKind { Bytecode, Jitcode, Any }; enumerator
312 struct Key { struct
316 Key() = default; argument
317 Key(JSAtom* atom, JS::RegExpFlags flags) : atom(atom), flags(flags) {} in Key() function
318 MOZ_IMPLICIT Key(const WeakHeapPtr<RegExpShared*>& shared) in Key() argument
322 using Lookup = Key; argument
327 static bool match(Key l, Key r) { in match() argument
/dports/devel/upp/upp/uppsrc/Core/
H A DOther.h52 Any(Any&& s) { Pick(pick(s)); } in Any() function
57 Any() { ptr = NULL; } in Any() function
289 struct Key : Moveable<Key> { struct
293 bool operator==(const Key& b) const { return key == b.key && type == b.type; } argument
297 Index<Key> key; argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/cfg-expr-0.7.4/src/expr/
H A Dlexer.rs8 Key(&'a str), enumerator
16 Any, enumerator
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/cfg-expr-0.7.4/src/expr/
H A Dlexer.rs8 Key(&'a str), enumerator
16 Any, enumerator
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cfg-expr-0.7.4/src/expr/
H A Dlexer.rs8 Key(&'a str), enumerator
16 Any, enumerator
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cfg-expr-0.8.1/src/expr/
H A Dlexer.rs8 Key(&'a str), enumerator
16 Any, enumerator

12345678910>>...16