Home
last modified time | relevance | path

Searched refs:style_word (Results 1 – 9 of 9) sorted by relevance

/dports/editors/joe/joe-4.6/syntax/
H A Dcss.jsf111 "a-zA-Z-" style_word recolor=-1
127 :style_word Keyword
128 * style_word
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/chbs-0.1.0/src/component/
H A Dtraits.rs49 fn style_word(&self, word: String) -> String; in style_word() method
H A Dword.rs116 fn style_word(&self, mut word: String) -> String { in style_word() method
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/chbs-0.1.0/src/
H A Dscheme.rs112 words = words.into_iter().map(|w| p.style_word(w)).collect(); in generate()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h123 ULONG style_word; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h123 ULONG style_word; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwalpmapi.pas287 style_word: ULONG;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs2374 pub style_word: u32, field
2384 …SV_STYLE").field("style_header", &self.style_header).field("style_word", &self.style_word).finish() in fmt()
2389 self.style_header == other.style_header && self.style_word == other.style_word in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs1168 pub style_word: u32, field