Home
last modified time | relevance | path

Searched refs:BS4 (Results 1 – 25 of 119) sorted by relevance

12345

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web_editor/static/src/scss/
H A Dbootstrap_overridden.scss36 // color. As BS4 allows to extend the map a priori to define our own colors,
46 // BS4:
53 // -> Here gray('100') is blue but $gray-100 is still gray... so BS4 is not
54 // correctly generated as BS4 uses $gray-100 in _variables.scss
H A Dsecondary_variables.scss33 // color 1 and 2 are used to override primary and secondary BS4
47 // Extend grays with transparent ones (for some reason, BS4 create black-50 and
/dports/www/R-cran-bslib/bslib/inst/bs3compat/
H A D_navbar_compat.scss43 // BS3 .navbar-default -> BS4 .navbar-light
48 // we've introduced this variable into BS4 Sass variables, and defaulted
64 // BS3 .navbar-inverse -> BS4 .navbar-dark
92 // In BS4, media-breakpoint-down() does the _next_ breakpoint (xs->sm)
H A D_headers.scss1 // BS3 -> BS4 saw a removal of margin-top on headers,
H A D_wells.scss1 // Derives from BS3 SASS, but modified to inherit from BS4 vars
/dports/www/R-cran-shiny/shiny/inst/www/shared/datepicker/scss/
H A Dbuild3.scss11 // *defaults* for these variables based on BS4 variables, so this scss can work for
12 // both BS3 and BS4
24 // they're the same in BS3 and BS4
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mass_mailing/static/src/scss/themes/
H A Dtheme_basic.scss3 // Themes scss have to use bg-variant and text-emphasis-variant mixins of BS4
4 // to properly work. That use was introduced as a fix in 12.0... but the BS4
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D4bs4_a64.sdf3 Coordinates from PDB:4BS4:A:2165 Model:1 without hydrogens
95 4BS4
H A D1bs4_2pe.sdf3 Coordinates from PDB:1BS4:A:170 Model:1 without hydrogens
124 1BS4
H A D5bs4_4ux.sdf3 Coordinates from PDB:5BS4:A:201 Model:1 without hydrogens
176 5BS4
H A D3rcf_bs4.sdf87 BS4
/dports/www/moodle39/moodle/theme/boost/scss/
H A Dmoodle.scss3 // Making BS4 Stable compatible with BS4 Alpha for moodle core sass
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web/static/src/scss/
H A Dprimary_variables.scss43 // Extension of BS4. This is not redefining the BS4 variable directly as we only
45 // Note: default BS4 values are hardcoded here while it should be possible to
H A Ddropdown_menu.scss31 &.selected { // TODO why not using standard BS4 "active" class ?
/dports/www/tikiwiki/tiki-21.2/themes/base_files/scss/
H A D_bs3-bs4-transition.scss13 …; // Not sure where this is used besides buttons and pagination; not sure where it's defined in BS4
21 //$card-text: $body-color; // No $card-text color in BS4 - use .text-black, etc.
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dalnfile.fasta7 >BS4-fragment 7fab heavy chain variable region
/dports/graphics/povray36/povray-3.6.1/scenes/advanced/
H A Dlemon.inc92 #declare BS4= array[24] {
142 #declare P= BS4[J];
/dports/biology/molden/molden5.8/plush/
H A DBS41 mol="BS4" Charge="0"
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/advanced/grenadine/
H A Dlemon.inc104 #declare BS4= array[24] {
154 #declare P= BS4[J];
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/advanced/grenadine/
H A Dlemon.inc104 #declare BS4= array[24] {
154 #declare P= BS4[J];
/dports/www/R-cran-bslib/bslib/inst/nav-spacer/
H A Dnav-spacer.scss31 /* BS4+ uses this mixin for configurable breakpoints */
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonJuno.c144 #define BS4 12 macro
173 {"Man/Auto", 2, C9, BR2 + 70, BS4, BS3, 0, 1, 0,
204 {"Env +/-", 2, C21, BR2 + 70, BS4, BS3, 0, 1, 0,
214 {"Amp Env/Gate", 2, C25 - 10, BR2 + 70, BS4, BS3, 0, 1, 0,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/render_povray/templates_pov/
H A Dgrenadine.pov147 #declare BS4= array[24] {
197 #declare P= BS4[J];
/dports/www/py-django-bootstrap4/django-bootstrap4-0.0.8/
H A DHISTORY.rst66 - Remove `bootstrap_icon`, BS4 no longer has default icons.
/dports/www/py-beautifulsoup/beautifulsoup4-4.10.0/doc.zh/source/
H A Dindex.rst20 * このページは日本語で利用できます(`外部リンク <http://kondou.com/BS4/>`_)
170 如果你没有安装 ``easy_install`` 或 ``pip`` ,那你也可以 `下载BS4的源码 <http://www.crummy.com/software/BeautifulSoup/d…
174 如果上述安装方法都行不通,Beautiful Soup的发布协议允许你将BS4的代码打包在你的项目中,这样无须安装即可使用.
190 …document]'代码处遇到 ``SyntaxError`` "Invalid syntax"错误,需要将把BS4的Python代码版本从Python2转换到Python3. 可以重新安装BS4:
2551 迁移到BS4
2570 虽然BS4兼容绝大部分BS3的功能,但BS3中的大部分方法已经不推荐使用了,就方法按照 `PEP8标准 <http://www.Python.org/dev/peps/pep-0008/>`_ 重新…
2572 上述内容就是BS3迁移到BS4的注意事项
2630 修改了下面3个属性的名字,以免雨Python保留字冲突.这些变动不是向下兼容的,如果在BS3中使用了这些属性,那么在BS4中这些代码无法执行.
2657 所以迁移到BS4版本时要替换这些代码:
2675 BS4中增加了2个新的生成器, `.strings 和 stripped_strings`_ . ``.strings`` 生成器返回NavigableString对象, ``.stripped_s…
[all …]

12345