検索結果- 英語 - 多言語
検索内容:
cramp someone's style
(idiomatic, informal) To restrict someone's free action or expression.
(慣用表現)誰かの自由な行動や自己表現を制限する
( present singular third-person )
( participle present )
( participle past )
( past )
California-style pizza
A style of single-serving pizza that combines New York and Italian thin crust with toppings from Californian cuisine.
ニューヨークやイタリアの薄いクラストを基本に、カリフォルニア料理由来のトッピングを組み合わせた、一人前サイズのピザのスタイル
California-style pizzas
Hollywood-style flats
C-style string
(programming) A string which uses a null value to mark its own end.
ヌル文字(\0)を用いて終端を示すC言語スタイルの文字列。
Korean-style short ribs
(cooking) Synonym of flanken short ribs (ribs cut across the bone, instead of along the bone) / (food) A Korean dish made from Korean-barbequed flanken ribs
韓国風カルビ:骨を横断して切り落としたショートリブ(牛の肋骨肉)を用い、韓国バーベキュー風に調理した料理。 / 韓国風ショートリブ:フランケンスタイル(骨を横切ってカットされた)のショートリブを用いた韓国式の料理。
Chicago-style hot dogs
Chicago-style hot dog
A beef hot dog served with mustard, onion, relish, peppers, tomato, and a pickle on a poppy seed bun.
ビーフホットドッグをマスタード、玉ねぎ、リリッシュ、ピーマン、トマト、ピクルスとともにポピーシードバンで挟んだ、シカゴスタイルのホットドッグ
New York-style pizza
A pizza with a thick crispy outer bread crust, and thin soft bread base
外側は厚くカリカリとしたクラスト、内側は薄く柔らかい生地を持つピザ
one true brace style
(programming, informal) A source code formatting preference resembling K&R style, but where functions have their opening braces on the same line separated by a space, and the braces are not omitted for a control statement with only a single statement in its scope.
プログラミング用語(非公式)として、K&Rスタイルに類似したソースコードのフォーマット方式。具体的には、関数定義において、関数名やパラメータと同じ行に開き中括弧を配置し、制御文(if, for, etc.)で一つの文だけの場合でも中括弧を省略せず必ず使用するという特徴を持つスタイルです。