Searched refs:anchors (Results 1 - 11 of 11) sorted by relevance
/third_party/PyYAML/lib/yaml/ |
H A D | composer.py | 14 self.anchors = {} 60 self.anchors = {} 67 if anchor not in self.anchors: 70 return self.anchors[anchor] 74 if anchor in self.anchors: 76 % anchor, self.anchors[anchor].start_mark, 96 self.anchors[anchor] = node 108 self.anchors[anchor] = node 126 self.anchors[anchor] = node
|
H A D | serializer.py | 23 self.anchors = {} 57 self.anchors = {} 61 if node in self.anchors: 62 if self.anchors[node] is None: 63 self.anchors[node] = self.generate_anchor(node) 65 self.anchors[node] = None 79 alias = self.anchors[node]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | linkcheck.py | 6 # internal anchors and report inconsistencies. 45 anchors = set() 50 anchors.add(e.get('id')) 53 xrefsOnly = internals.difference(anchors) 54 anchorsOnly = anchors.difference(internals) 60 # print('Anchors: ', len(anchors)) 62 print('Internal xrefs not in anchors:', len(xrefsOnly)) 65 if args.anchors: 66 print('Internal anchors not in xrefs:', len(anchorsOnly)) 77 parser.add_argument('-anchors', actio [all...] |
H A D | antora-prep.py | 159 - anchors - asciidoc anchors found in the file 177 self.anchors = set() 291 - pageMap - map from page anchors to page names 292 - xrefMap - map from anchors within a page to the page anchor""" 479 help='Specify path to xrefMap.py containing map of anchors to chapter anchors') 482 help='Specify path to output pageMap.cjs containing map of anchors to chapter anchors') 547 # Look for <<>>-style anchors an [all...] |
/third_party/curl/lib/vtls/ |
H A D | bearssl.c | 59 br_x509_trust_anchor *anchors; member 72 /* array of trust anchors loaded from CAfile */ 73 br_x509_trust_anchor *anchors; member 111 br_x509_trust_anchor **anchors, in load_cafile() 141 ca.anchors = NULL; in load_cafile() 183 if(ca.anchors_len == SIZE_MAX / sizeof(ca.anchors[0])) { in load_cafile() 188 new_anchors = realloc(ca.anchors, in load_cafile() 189 new_anchors_len * sizeof(ca.anchors[0])); in load_cafile() 194 ca.anchors = new_anchors; in load_cafile() 196 ta = &ca.anchors[c in load_cafile() 110 load_cafile(struct cafile_source *source, br_x509_trust_anchor **anchors, size_t *anchors_len) load_cafile() argument [all...] |
/third_party/python/Lib/ |
H A D | traceback.py | 483 anchors = None 486 anchors = _extract_caret_anchors_from_line_segment( 494 anchors and anchors.right_start_offset - anchors.left_end_offset > 0): 498 if anchors: 499 row.append(anchors.primary_char * (anchors.left_end_offset)) 500 row.append(anchors.secondary_char * (anchors [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-ankr-table.hh | 70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local 71 return anchors[i]; in get_anchor()
|
H A D | hb-ot-layout-gpos-table.hh | 686 const AnchorMatrix &anchors, unsigned int class_count, in apply() 696 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 253 cdef object anchors 293 self.anchors = {} 690 self.anchors = {} 697 if anchor not in self.anchors: 705 return self.anchors[anchor] 717 if anchor in self.anchors: 724 self.anchors[anchor].start_mark, u"second occurrence", mark) 773 self.anchors[anchor] = node 801 self.anchors[anchor] = node 840 self.anchors[ancho [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 81 // This is index into anchors. Firefox uses ANCHOR_FOLLOWERS for html 92 constexpr auto anchors = std::array<Anchor, 5>{{ member 306 anchor_id = anchors[ANCHOR_LEADERS].stream_id; in resolve_dep() 310 anchor_id = anchors[ANCHOR_UNBLOCKED].stream_id; in resolve_dep() 314 anchor_id = anchors[ANCHOR_FOLLOWERS].stream_id; in resolve_dep() 318 anchor_id = anchors[ANCHOR_FOLLOWERS].stream_id; in resolve_dep() 1197 for (auto &anchor : anchors) { in connection_made() 1208 session, anchors[ANCHOR_FOLLOWERS].stream_id + 2); in connection_made() 1216 auto &anchor = anchors[ANCHOR_FOLLOWERS]; in connection_made() 2368 dep_stream_id = anchors[ANCHOR_FOLLOWER in communicate() [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7838 % empty for anchors.
|
Completed in 21 milliseconds