Searched refs:Separator (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/ |
H A D | fix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch | 43 { "/Buddies/sep1", NULL, NULL, 0, "<Separator>", NULL }, 56 { "/Buddies/sep2", NULL, NULL, 0, "<Separator>", NULL }, 61 { "/Tools/sep2", NULL, NULL, 0, "<Separator>", NULL }, 66 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL }, 86 { "/Conversation/sep0", NULL, NULL, 0, "<Separator>", NULL }, 99 { "/Conversation/sep1", NULL, NULL, 0, "<Separator>", NULL }, 130 { "/Conversation/sep2", NULL, NULL, 0, "<Separator>", NULL }, 148 { "/Conversation/sep3", NULL, NULL, 0, "<Separator>", NULL }, 157 { "/Conversation/sep4", NULL, NULL, 0, "<Separator>", NULL }, 170 { "/Options/sep0", NULL, NULL, 0, "<Separator>", NULL },
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 578 pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in join() argument 580 Self: Join<Separator>, in join() 598 pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in connect() argument 600 Self: Join<Separator>, in connect() 697 pub trait Join<Separator> { 704 fn join(slice: &Self, sep: Separator) -> Self::Output; in join()
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 1725 [menu addItem:[NSMenuItem separatorItem]]; //Separator 1733 [menu addItem:[NSMenuItem separatorItem]]; //Separator
|