Searched refs:extract_annotation (Results 1 – 11 of 11) sorted by relevance
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/scanner/kv-scanner/ |
H A D | kv-scanner.h | 51 KVExtractAnnotationFunc extract_annotation; member 92 kv_scanner_set_extract_annotation_func(KVScanner *self, KVExtractAnnotationFunc extract_annotation) in kv_scanner_set_extract_annotation_func() argument 94 self->extract_annotation = extract_annotation; in kv_scanner_set_extract_annotation_func()
|
H A D | kv-scanner.c | 283 if (self->extract_annotation) in _extract_optional_annotation() 284 self->extract_annotation(self); in _extract_optional_annotation()
|
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/documentation/ |
H A D | python.py | 304 def extract_annotation(annotation) -> str: function 496 out.type = extract_annotation(signature.return_annotation) 500 param.type = extract_annotation(i.annotation) 535 out.type = extract_annotation(signature.return_annotation) 554 out.type = extract_annotation(parent.__annotations__[out.name])
|
/dports/devel/pytype/pytype-2021.9.9/pytype/ |
H A D | annotations_util.py | 232 typ = self.extract_annotation( 260 def extract_annotation( member in AnnotationsUtil
|
H A D | vm.py | 1462 typ = self.annotations_util.extract_annotation(node, value, name, stack) 2647 typ = self.annotations_util.extract_annotation( 3245 "return", self.annotations_util.extract_annotation( 3454 typ = self.annotations_util.extract_annotation(
|
H A D | errors.py | 1125 typ = vm.annotations_util.extract_annotation(
|
H A D | abstract.py | 1287 self._type = self.vm.annotations_util.extract_annotation(
|
/dports/devel/pytype/pytype-2021.9.9/pytype/overlays/ |
H A D | attr_overlay.py | 194 typ = self.vm.annotations_util.extract_annotation(
|
H A D | typing_overlay.py | 148 annot = self.vm.annotations_util.extract_annotation( 292 annot = self.vm.annotations_util.extract_annotation(
|
/dports/lang/yap/yap-6.2.2/packages/chr/ |
H A D | chr_translate.chr | 1058 extract_annotation(Annotation,F/A) 1070 extract_annotation(stored,Symbol) :- 1072 extract_annotation(default(Goal),Symbol) :-
|
/dports/lang/swi-pl/swipl-8.2.3/packages/chr/ |
H A D | chr_translate.chr | 1065 extract_annotation(Annotation,F/A) 1077 extract_annotation(stored,Symbol) :- 1079 extract_annotation(default(Goal),Symbol) :-
|