Home
last modified time | relevance | path

Searched refs:locator_type (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/disamb/
H A Dref_context.rs17 pub locator_type: Option<LocatorType>, field
56 locator_type: ctx.cite.locators.as_ref().and_then(|locs| match locs { in from_cite_context()
90 locator_type: fc.to_loc_type(), in from_free_cond()
151 NumberVariable::Locator => self.locator_type.is_some(), in has_variable()
185 fn locator_type(&self) -> Option<LocatorType> { in locator_type() function
186 self.locator_type in locator_type()
H A Dimplementation.rs78 .maybe_suppress_num(var, |_| ctx.locator_type.map(|_| EdgeData::Locator)); in ref_ir()
95 if let Some(_loctype) = ctx.locator_type { in ref_ir()
220 NumberVariable::Locator if ctx.locator_type.is_some() => { in ref_ir()
H A Dfree.rs136 (@locator_type $pos:expr) => {
184 match_fc!(@locator_type self); in to_loc_type()
191 match_fc!(@locator_type opposite); in to_loc_type()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/
H A Dui_wrapper.py129 for locator_type in sorted(location_to_doc, key=repr):
130 print(repr(locator_type))
133 location_to_doc[locator_type], prefix=" "
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hip.c593 guint8 locator_type; in dissect_hip_tlv() local
632 locator_type = tvb_get_guint8(tvb, newoffset + 1); in dissect_hip_tlv()
633 if (locator_type == 0) { in dissect_hip_tlv()
636 } else if (locator_type == 1) { in dissect_hip_tlv()
639 } else if (locator_type == 2) { in dissect_hip_tlv()
648 if (locator_type <= 2) { in dissect_hip_tlv()
656 locator_type = tvb_get_guint8(tvb, newoffset); in dissect_hip_tlv()
674 if (locator_type == 0) { in dissect_hip_tlv()
681 } else if (locator_type == 1) { in dissect_hip_tlv()
692 } else if (locator_type == 2) { in dissect_hip_tlv()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hip.c593 guint8 locator_type; in dissect_hip_tlv() local
632 locator_type = tvb_get_guint8(tvb, newoffset + 1); in dissect_hip_tlv()
633 if (locator_type == 0) { in dissect_hip_tlv()
636 } else if (locator_type == 1) { in dissect_hip_tlv()
639 } else if (locator_type == 2) { in dissect_hip_tlv()
648 if (locator_type <= 2) { in dissect_hip_tlv()
656 locator_type = tvb_get_guint8(tvb, newoffset); in dissect_hip_tlv()
674 if (locator_type == 0) { in dissect_hip_tlv()
681 } else if (locator_type == 1) { in dissect_hip_tlv()
692 } else if (locator_type == 2) { in dissect_hip_tlv()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hip.c593 guint8 locator_type; in dissect_hip_tlv() local
632 locator_type = tvb_get_guint8(tvb, newoffset + 1); in dissect_hip_tlv()
633 if (locator_type == 0) { in dissect_hip_tlv()
636 } else if (locator_type == 1) { in dissect_hip_tlv()
639 } else if (locator_type == 2) { in dissect_hip_tlv()
648 if (locator_type <= 2) { in dissect_hip_tlv()
656 locator_type = tvb_get_guint8(tvb, newoffset); in dissect_hip_tlv()
674 if (locator_type == 0) { in dissect_hip_tlv()
681 } else if (locator_type == 1) { in dissect_hip_tlv()
692 } else if (locator_type == 2) { in dissect_hip_tlv()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hip.c593 guint8 locator_type; in dissect_hip_tlv() local
632 locator_type = tvb_get_guint8(tvb, newoffset + 1); in dissect_hip_tlv()
633 if (locator_type == 0) { in dissect_hip_tlv()
636 } else if (locator_type == 1) { in dissect_hip_tlv()
639 } else if (locator_type == 2) { in dissect_hip_tlv()
648 if (locator_type <= 2) { in dissect_hip_tlv()
656 locator_type = tvb_get_guint8(tvb, newoffset); in dissect_hip_tlv()
674 if (locator_type == 0) { in dissect_hip_tlv()
681 } else if (locator_type == 1) { in dissect_hip_tlv()
692 } else if (locator_type == 2) { in dissect_hip_tlv()
/dports/www/py-notebook/notebook-6.4.5/notebook/tests/selenium/
H A Dutils.py39 def _wait_for(driver, locator_type, locator, timeout=10, visible=False, single=False, obscures=Fals… argument
66 return wait.until(conditional((locator_type, locator)))
69 def _wait_for_multiple(driver, locator_type, locator, timeout, wait_for_n, visible=False): argument
84 elements = driver.find_elements(locator_type, locator)
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/
H A Drenderer.rs56 fn locator_type(&self) -> Option<LocatorType>;
144 .locator_type() in page_range_format()
201 .locator_type() in number()
394 self.ctx.locator_type(), in numeric_label()
H A Dchoose.rs261 Cond::Locator(typ) => checker.locator_type() == Some(*typ), in eval_condset()
304 fn locator_type(&self) -> Option<LocatorType> { in locator_type() method
332 fn locator_type(&self) -> Option<LocatorType>; in locator_type() method
H A Dcite_context.rs238 fn locator_type(&self) -> Option<LocatorType> { in locator_type() function
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/csl/src/
H A Dlocale.rs386 pub fn get_num_gender(&self, var: NumberVariable, locator_type: LocatorType) -> Gender { in get_num_gender()
388 GenderedTermSelector::Locator(locator_type, TermForm::Long) in get_num_gender()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dvhdx.h314 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dvhdx.h312 MSGUID locator_type; /* type of the parent virtual disk. */ member
/dports/devel/boost-docs/boost_1_72_0/libs/gil/doc/design/
H A Dmetafunctions.rst60 struct locator_type { typedef ... type; };
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/doc/design/
H A Dmetafunctions.rst60 struct locator_type { typedef ... type; };
/dports/devel/boost-libs/boost_1_72_0/libs/gil/doc/design/
H A Dmetafunctions.rst60 struct locator_type { typedef ... type; };

12