コンテンツにスキップ

検索結果

(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • print("*** Block style ***") print(s); print("*** Load ***") print(yaml.safe_load(s)) s = yaml.dump(obj, default_flow_style=True) print("*** Flow style ***") print(s);…
    28キロバイト (3,822 語) - 2024年6月29日 (土) 06:38
  • マークは、ピアノ演奏を示します。 |- style="text-align:left;font-family:Times New Roman;font-size:13pt;" ! style="font-size:11pt;"|[[|border|100px]] | style="font-size:10pt;"|[[:|分秒…
    44キロバイト (902 語) - 2024年9月6日 (金) 12:47
  • } "); gtk::style_context_add_provider_for_display( &Display::default().expect("Could not connect to display"), &css_provider, gtk::STYLE_PROVIDER_PRIORITY_APPLICATION…
    8キロバイト (707 語) - 2025年1月1日 (水) 04:12
  • @new_f_in_host,"$FORM{'host_in'}";} if($#new_f_in_host > $ip_kazu){$#new_f_in_host = $ip_kazu;} $new_f_host = join ("<>",@new_f_in_host); $new_f_host…
    74キロバイト (11,172 語) - 2024年6月28日 (金) 00:25
  • <file>css/style.css</file> </gresource> </gresources> try: builder = Gtk.Builder() builder.add_from_file("interface.glade") except GLib.Error as e: print(f"Error…
    7キロバイト (585 語) - 2025年1月1日 (水) 01:09
  • CssProvider() provider.load_from_data(css) Gtk.StyleContext.add_provider_for_screen( screen, provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION ) # ボックスレイアウト…
    8キロバイト (968 語) - 2024年12月31日 (火) 21:16
  • |- style="text-align:left;font-family:Times New Roman;font-size:13pt;" | style="height:1em;" | !スーザ | style="font-size:10pt;" |● | style="font-size:9pt;"…
    142キロバイト (2,868 語) - 2024年10月31日 (木) 12:41
  • (fold and unfold) and then define our whole library based on those. This style is used by the Haskell Prelude: it gives you more concise definitions, less…
    14キロバイト (2,312 語) - 2011年11月16日 (水) 05:24
  • array(typecode, "ABCDEF" if typecode == 'u' else range(10)) print(f'''\ |- ! {repr(typecode)} | {ctype} |style='text-align:right'| {ary.itemsize}\ ''') print("|}")…
    19キロバイト (3,010 語) - 2024年1月14日 (日) 01:47
  • Appendix F Known Causes of Trouble F.1 Actual Bugs We Haven’t Fixed Yet F.2 Reporting Bugs F.2.1 Have You Found a Bug? F.2.2 Where to Report Bugs F.2.3 How…
    37キロバイト (4,574 語) - 2014年7月16日 (水) 23:16
  • Wikipedia:Manual of Style for Japan-related articlesもご覧ください。特に、 子音は修正ヘボン式で書きます。 (s, sh, z, j, t, ts, ch, f) 「ん」を表す"n"は、母音とyの前では、"n'"と書きます。…
    5キロバイト (708 語) - 2023年9月25日 (月) 06:25
  • <gresource prefix="/org/example/app"> <file>ui/interface.ui</file> <file>css/style.css</file> </gresource> </gresources> from gi.repository import Gio resource…
    7キロバイト (771 語) - 2025年1月1日 (水) 01:22
  • Chrome部分ダウンロードファイル(完全ダウンロードされると削除される) キヤノン製カメラのRAW画像ファイル C Sharpのソースコード Cascading Style Sheets CSS の教科書 Comma-Separated Values フォーマット カーソルアイコン C++ ソースコード C++ の教科書…
    2キロバイト (154 語) - 2020年4月4日 (土) 23:52
  • array(typecode, "ABCDEF" if typecode == 'u' else range(10)) print(f'''\ |- ! {repr(typecode)} | {ctype} |style='text-align:right'| {ary.itemsize}\ ''') print("|}")…
    1キロバイト (38,877 語) - 2024年6月27日 (木) 05:29
  • unwordsList = unwords . map showVal unwordsListの定義は引数を含みません。これはpoint-free style、つまり関数定義を関数合成と部分適用のみで書く手法の例です。個々の値や"points"にかかずらわる代わりに、いくつかの組み込み関数の組み合わせ…
    16キロバイト (2,305 語) - 2021年4月13日 (火) 11:11
  • {{先頭に戻る|style=border-top:1px solid gray;}} [TODO:所謂インラインアセンラ] === atomic === {{先頭に戻る|style=border-top:1px solid gray;}} === 非同期関数 === {{先頭に戻る|style=border-top:1px…
    264キロバイト (32,158 語) - 2024年11月14日 (木) 11:23
  • 基本的なHTTP/2 Pushの設定 以下の設定では、/index.htmlにアクセスした際に/style.cssと/script.jsをプッシュします。 paths: /index.html: http2-push: ["/style.css", "/script.js"]…
    27キロバイト (3,454 語) - 2024年6月30日 (日) 05:15
  • 現在のところ、コード中の様々な場所でエラーを無視するか、暗黙の内に#fや0などの「デフォルト値」を与えています。いくつかの言語 - PerlやPHP等 - はこの方針で問題ないようです。しかしながら、それは大抵エラーが表面上は問題ないようにプログラム中を推移し、のちに大きな問題となって顕れるという…
    14キロバイト (1,943 語) - 2021年4月13日 (火) 11:10
  • 例 {% macro func(arg) %} <span style="color:blue"> {{ arg }} </span> {% endmacro %} {{ func("おはよう") }} 実行結果 <span style="color:blue"> おはよう </span> レンダリング例…
    40キロバイト (5,132 語) - 2024年6月27日 (木) 05:23
  • 定することができることに注意してください。したがって、次の4つの代入の値はすべて等価である: var f: real; f = 123.0e2; f = 123e2; f = 123.0E2; f = 123E2; Chapelでは、虚数型を表現するためにキーワードimagが使用されます。 imag…
    166キロバイト (18,253 語) - 2024年11月14日 (木) 22:02
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示