Searched full:tag_prefix (Results 1 – 14 of 14) sorted by relevance
/third_party/PyYAML/lib/yaml/ |
D | __init__.py | 315 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)
|
D | constructor.py | 82 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/ |
D | context.c | 686 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 …]
|
D | logs.c | 95 assert(grp->tag_prefix); /* lc group must have a tag prefix string */ in __lws_lc_tag() 105 grp->tag_prefix, in __lws_lc_tag()
|
D | private-lib-core.h | 186 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/ |
D | harfbuzz.yaml | 3 tag_prefix: "^"
|
/third_party/curl/ |
D | curl.yaml | 3 tag_prefix: curl-
|
/third_party/libusb/ |
D | libusbx.yaml | 3 tag_prefix: "^v"
|
/third_party/expat/ |
D | expat.yaml | 3 tag_prefix: "^R_"
|
/third_party/cares/ |
D | c-ares.yaml | 3 tag_prefix: cares-
|
/third_party/libjpeg-turbo/ |
D | libjpeg-turbo.yaml | 3 tag_prefix: ^v
|
/third_party/bzip2/ |
D | bzip2.yaml | 3 tag_prefix: ^bzip2-
|
/third_party/libpng/ |
D | libpng.yaml | 4 tag_prefix: "^v"
|
/third_party/cups/ |
D | cups.yaml | 16 tag_prefix: ^v
|