並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

unsetの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

unsetに関するエントリは4件あります。 techfeedshellscript などが関連タグです。 人気エントリには 『Understanding the “Initial”, “Inherit” and “Unset” CSS Keywords』などがあります。
  • Understanding the “Initial”, “Inherit” and “Unset” CSS Keywords

    CSS has default keywords for various values. In this article I’m going to talk about three of them: initial, inherit, and the relatively new one, unset. There’s a good chance that although most web developers have encountered them, many of even the most experienced ones don’t fully understand them. For a long time, the only thing I knew about these keywords was that they’re used for resetting styl

      Understanding the “Initial”, “Inherit” and “Unset” CSS Keywords
    • CSS値の「initial」「inherit」「unset」「revert」の違い - Qiita

      一言で言うとプロパティの初期化になるのですが、 それぞれが異なる動きをします。 自分のまとめも兼ねて投稿します。 これは何? CSSの値のキーワード プロパティに対して、初期値・継承値をセットします。 この為、プロパティをリセットしたい時に使用できます。 使いたい場面 ABテスト等で特定のstyleを消したい時。 CSSフレームワークを使用する際に、特定のstyleを消したい時。 急ぎ(障害対応等)でstyleを設定したい、かつ複数のセレクタが入り混じって何だか分からない時に、一旦styleを消してしまいたい時。 基本的には「初期値・継承値をセット」なのですが、それぞれ異なる働きをするので、注意が必要です。 各プロパティ そのstyleのプロパティの初期値又は規定値を設定する。初期値に戻したい時に使用できる。 ここでの初期値は、ブラウザーのスタイルシートで指定された値ではありません。 使用

        CSS値の「initial」「inherit」「unset」「revert」の違い - Qiita
      • 高梨陣平 on Twitter: "bashスクリプトの最初の2行はこれにしようと。 #!/usr/env bash set -euo pipefail コマンドが落ちたら止める、unsetな変数に出会ったら止める、pipe連結した任意のコマンドが落ちたらそのe… https://t.co/lpTz8HoEWj"

        bashスクリプトの最初の2行はこれにしようと。 #!/usr/env bash set -euo pipefail コマンドが落ちたら止める、unsetな変数に出会ったら止める、pipe連結した任意のコマンドが落ちたらそのe… https://t.co/lpTz8HoEWj

          高梨陣平 on Twitter: "bashスクリプトの最初の2行はこれにしようと。 #!/usr/env bash set -euo pipefail コマンドが落ちたら止める、unsetな変数に出会ったら止める、pipe連結した任意のコマンドが落ちたらそのe… https://t.co/lpTz8HoEWj"
        • 【PHP】参照渡しの配列の要素をunsetしても参照は解除されない - Qiita

          タイトルの通りです。 参照渡し(参照の代入)が推奨できるかはさておき、挙動の一例として参考にしてください。 テストデータの作成 配列$foodsを作成し、$ref_foodsへ参照を代入します。 $foods = [ 'fruits' => [ 'apple', 'orange' ], 'vegetables' => [ 'carrot', 'tomato' ] ]; $ref_foods = &$foods; var_dump($ref_foods); /* array(2) { ["fruits"]=> array(2) { [0]=> string(5) "apple" [1]=> string(6) "orange" } ["vegetables"]=> array(2) { [0]=> string(6) "carrot" [1]=> string(6) "tomato" } }

            【PHP】参照渡しの配列の要素をunsetしても参照は解除されない - Qiita
          1

          新着記事