Home
last modified time | relevance | path

Searched refs:to_title_case (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/heck/src/
H A Dtitle.rs16 /// assert_eq!(sentence.to_title_case(), "We Have Always Lived In Slums And Holes In The Wall");
20 fn to_title_case(&self) -> Self::Owned; in to_title_case() functions
24 fn to_title_case(&self) -> String { in to_title_case() functions
55 assert_eq!($s1.to_title_case(), $s2)
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py133 def to_title_case(name): function
142 return prefix + "".join(to_title_case(x) or "-" for x in word.split("-"))
151 return to_title_case(name)
198 jinja_env.filters.update({"to_title_case": to_title_case, "dash_to_camelcase": dash_to_camelcase, "to_method_case": functools.partial(to_method_case, config)})
423 all_refs.add(domain_name + "." + to_title_case(event["name"]) + "Notification")
454 event_type["id"] = to_title_case(event["name"]) + "Notification"
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py135 def to_title_case(name): function
144 return prefix + "".join(to_title_case(x) or "-" for x in word.split("-"))
154 return to_title_case(name)
203 "to_title_case": to_title_case,

Completed in 3 milliseconds