Home
last modified time | relevance | path

Searched refs:ANCHOR (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dconstants.py66 ANCHOR='anchor' variable
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError)
441 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
1358 event = self.bindingslist.get(ANCHOR).split()[0]
1387 list_index = self.bindingslist.index(ANCHOR)
1478 list_index = self.bindingslist.index(ANCHOR)
2181 item_index = self.helplist.index(ANCHOR)
2200 item_index = self.helplist.index(ANCHOR)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py54 ANCHOR = re.compile(r'\[\[(?P<entity_name>[^\]]+)\]\]') variable
133 ANCHOR = 'anchor' variable in Attrib
501 for match in ANCHOR.finditer(line):
/third_party/nghttp2/src/
H A Dhttp2.cc1253 static constexpr char ANCHOR[] = "anchor=";
1254 static constexpr size_t ANCHORLEN = str_size(ANCHOR);
1255 if (!ign && !check_link_param_empty(first, last, ANCHOR, ANCHORLEN)) {
H A Dhttp2_test.cc677 StringRef::from_lit(R"(<url>; rel=preload; ANCHOR="#foo", <url2>; )" in test_http2_parse_link_header()

Completed in 11 milliseconds