Home
last modified time | relevance | path

Searched full:tag_prefix (Results 1 – 14 of 14) sorted by relevance

/third_party/PyYAML/lib/yaml/
D__init__.py315 def add_multi_constructor(tag_prefix, multi_constructor, Loader=None): argument
318 Multi-constructor is called for a node if its tag starts with tag_prefix.
323 loader.Loader.add_multi_constructor(tag_prefix, multi_constructor)
324 loader.FullLoader.add_multi_constructor(tag_prefix, multi_constructor)
325 loader.UnsafeLoader.add_multi_constructor(tag_prefix, multi_constructor)
327 Loader.add_multi_constructor(tag_prefix, multi_constructor)
Dconstructor.py82 for tag_prefix in self.yaml_multi_constructors:
83 if tag_prefix is not None and node.tag.startswith(tag_prefix):
84 tag_suffix = node.tag[len(tag_prefix):]
85 constructor = self.yaml_multi_constructors[tag_prefix]
166 def add_multi_constructor(cls, tag_prefix, multi_constructor): argument
169 cls.yaml_multi_constructors[tag_prefix] = multi_constructor
/third_party/libwebsockets/lib/core/
Dcontext.c686 context->lcg[LWSLCG_WSI].tag_prefix = "wsi"; in lws_create_context()
687 context->lcg[LWSLCG_VHOST].tag_prefix = "vh"; in lws_create_context()
688 context->lcg[LWSLCG_WSI_SERVER].tag_prefix = "wsisrv"; /* adopted */ in lws_create_context()
691 context->lcg[LWSLCG_WSI_MUX].tag_prefix = "mux"; /* a mux child wsi */ in lws_create_context()
695 context->lcg[LWSLCG_WSI_CLIENT].tag_prefix = "wsicli"; in lws_create_context()
700 context->lcg[LWSLCG_SS_CLIENT].tag_prefix = "SScli"; in lws_create_context()
703 context->lcg[LWSLCG_SS_SERVER].tag_prefix = "SSsrv"; in lws_create_context()
706 context->lcg[LWSLCG_WSI_SS_CLIENT].tag_prefix = "wsiSScli"; in lws_create_context()
709 context->lcg[LWSLCG_WSI_SS_SERVER].tag_prefix = "wsiSSsrv"; in lws_create_context()
796 context->lcg[LWSLCG_SSP_CLIENT].tag_prefix = "SSPcli"; in lws_create_context()
[all …]
Dlogs.c95 assert(grp->tag_prefix); /* lc group must have a tag prefix string */ in __lws_lc_tag()
105 grp->tag_prefix, in __lws_lc_tag()
Dprivate-lib-core.h186 const char *tag_prefix; /* eg, "wsi" */ member
362 * configuration. If you add some, make sure to also add the tag_prefix in
/third_party/harfbuzz/
Dharfbuzz.yaml3 tag_prefix: "^"
/third_party/curl/
Dcurl.yaml3 tag_prefix: curl-
/third_party/libusb/
Dlibusbx.yaml3 tag_prefix: "^v"
/third_party/expat/
Dexpat.yaml3 tag_prefix: "^R_"
/third_party/cares/
Dc-ares.yaml3 tag_prefix: cares-
/third_party/libjpeg-turbo/
Dlibjpeg-turbo.yaml3 tag_prefix: ^v
/third_party/bzip2/
Dbzip2.yaml3 tag_prefix: ^bzip2-
/third_party/libpng/
Dlibpng.yaml4 tag_prefix: "^v"
/third_party/cups/
Dcups.yaml16 tag_prefix: ^v