This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("youtube.com") { | |
:root { | |
--yt-player-corner-radius-mod: 0px; | |
} | |
/* YouTube Video Player */ | |
#ytd-player { | |
border-radius: var(--yt-player-corner-radius-mod) !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
732: WASAPI の初期化を行います | |
744: デフォルト遅延時間 : 10.000 ms | |
751: 最小遅延時間 : 3.000 ms | |
760: 遅延時間 : 10.000 ms | |
768: チャンネル数 : 2 ch | |
776: 量子化ビット深度 : 32 bit | |
785: 有効ビット深度 : 32 bit | |
794: サンプリングレート : 192000 Hz | |
802: データ形式 : 浮動小数点型 | |
858: 動作モード : 共有モード |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
693: WASAPI の初期化を行います | |
706: デフォルト遅延時間 : 10.000 ms | |
712: 最小遅延時間 : 3.000 ms | |
719: 遅延時間 : 10.000 ms | |
728: デバイスが指定のフォーマットに非対応だったため他のフォーマットでの初期化を試みます | |
741: チャンネル数 : 2 ch | |
748: 量子化ビット深度 : 24 bit | |
755: 有効ビット深度 : 24 bit | |
761: サンプリングレート : 192000 Hz | |
767: データ形式 : 整数型 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
777: ASIO の初期化を行います | |
784: ASIOドライバの列挙を開始します | |
792: ASIOドライバのレジストリ階層を取得しました | |
799: ASIOドライバNo.0 のドライバキー名は Yamaha Steinberg USB ASIO です | |
805: ASIOドライバNo.0 のドライバキー階層の取得に成功しました | |
813: ASIOドライバNo.0 のCLSIDは {cb7f9ffd-a33b-48b2-8bc0-437d94f37142} です | |
834: ASIOドライバNo.0 のCLSIDの情報を発見しました | |
843: ASIOドライバNo.0 のCLSIDの情報階層の取得に成功しました | |
850: ASIOドライバNo.0 のドライバのパスキーの取得に成功しました | |
858: ASIOドライバNo.0 のドライバのパスは C:\Program Files (x86)\Yamaha\Yamaha Steinberg USB Driver\ysusb_asio64.dll です |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
708: ASIO の初期化を行います | |
713: ASIOドライバの列挙を開始します | |
721: ASIOドライバのレジストリ階層を取得しました | |
728: ASIOドライバNo.0 のドライバキー名は Yamaha Steinberg USB ASIO です | |
735: ASIOドライバNo.0 のドライバキー階層の取得に成功しました | |
742: ASIOドライバNo.0 のCLSIDは {cb7f9ffd-a33b-48b2-8bc0-437d94f37142} です | |
765: ASIOドライバNo.0 のCLSIDの情報を発見しました | |
772: ASIOドライバNo.0 のCLSIDの情報階層の取得に成功しました | |
781: ASIOドライバNo.0 のドライバのパスキーの取得に成功しました | |
787: ASIOドライバNo.0 のドライバのパスは C:\Program Files (x86)\Yamaha\Yamaha Steinberg USB Driver\ysusb_asio64.dll です |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$wgDefaultSkin = "vector"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_once "$IP/skins/foreground/foreground.php"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$wgExtraNamespaces = array(100 => "日記", 101 => "日記・トーク"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$wgExtraNamespaces[100] = "日記"; | |
$wgExtraNamespaces[101] = "日記・トーク"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$wgLogo = "$wgScriptPath/resources/assets/wiki.png"; |
NewerOlder