検索結果- 英語 - 多言語
検索内容:
style sheet languages
Chicago-style pizza
A casserole-like deep-dish pizza, the crust of which has a characteristically high edge, on which the toppings are often layered "upside down" (first cheese and meat or vegetables, then tomato sauce).
キャセロールのようなディープディッシュピザで、外周のクラストが特に高く、通常トッピングは「逆さま」に配置され(先にチーズや肉、または野菜が載せられ、その上からトマトソースがかけられる)、一種独特の調理方法が特徴となる。
Chicago-style pizzas
C-style strings
plural of C-style string
「C-style string」(C言語方式の文字列)の複数形。
white crane style
(martial arts) Synonym of White Crane
白鶴流:武術における流派の一つで、鶴の動きを模倣した技法を特徴とするスタイル。
Lexington-style barbecue
A style of barbecue, most common in the Piedmont and western areas of North Carolina, that uses a red sauce made from vinegar, tomatoes, and usually red pepper flakes, along with other spices.
レキシントンスタイルのバーベキュー:主にノースカロライナ州のピードモント地域および西部で一般的な、ビネガー、トマト、通常は赤唐辛子フレークをはじめとするスパイスを使った赤いソースを使用するバーベキューの調理法、またはその調理スタイル。
continuation passing style
Alternative form of continuation-passing style.
continuation-passing styleの別形
Hollywood-style flat
Alternative form of Hollywood flat
Hollywood flatの別形
mother-in-law style
(linguistics, anthropology) The style of speech and manners which are to be observed between an Australian aboriginal man and his mother-in-law (i.e. wife's mother). Depending on the particular people, this can go so as far as an entirely separate vocabulary of words.
オーストラリア先住民の男性とその義母(妻の母)の間で守るべき、言語表現や礼儀作法のスタイル。 / 場合によっては、通常とは全く異なる専用の語彙が使用されることを意味する。
continuation-passing style
(programming) A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r.
継続渡しスタイルとは、プログラミング手法の一つで、各ユーザ関数が継続(計算過程や次のステップを表す関数)を示す追加の引数を受け取り、本来の戻り値の代わりにその継続に結果を渡す方式である。