Home
last modified time | relevance | path

Searched refs:large_size (Results 176 – 200 of 312) sorted by relevance

12345678910>>...13

/dports/x11-themes/canta-icon-theme/Canta-theme-2020-05-17/src/_sass/
H A D_variables.scss17 $large_size: if($compact == 'false', 42px, 38px); variable
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Freetype/
H A Drubber_stix_font.cpp136 large_size (string s) { in large_size() function
196 int nr= large_size (s); in search_font_sub()
360 int nr= large_size (orig); in get_extents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/android/
H A Dmedia_codec_bridge_impl_unittest.cc368 size_t large_size = 8 * 1024 * 1024 + 2; in TEST() local
369 std::vector<uint8_t> large_header(large_size, 0xff); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/android/
H A Dmedia_codec_bridge_impl_unittest.cc368 size_t large_size = 8 * 1024 * 1024 + 2; in TEST() local
369 std::vector<uint8_t> large_header(large_size, 0xff); in TEST()
/dports/www/py-flask-compress/Flask-Compress-1.10.1/tests/
H A Dtest_flask_compress.py79 self.large_size = os.path.getsize(large_path) - 1
113 self.assertNotEqual(self.large_size, len(response.data))
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/exception/
H A Dinfo.hpp183 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/xtrabackup/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/percona57-server/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/percona57-client/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/exception/
H A Dinfo.hpp182 enum e { value = (sizeof(dispatch_boost_exception((T*)0))==sizeof(large_size)) };
/dports/x11-themes/mojave-gtk-themes/Mojave-gtk-theme-2021-07-20/src/sass/
H A D_variables.scss29 $large_size: if($laptop == 'false', 48px, 44px); variable
/dports/emulators/mess/mame-mame0226/3rdparty/expat/cmake/
H A Dexpat-config.cmake.in48 expat_register_component(large_size @EXPAT_LARGE_SIZE@)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/expat/src/expat/cmake/
H A Dexpat-config.cmake.in48 expat_register_component(large_size @EXPAT_LARGE_SIZE@)
/dports/emulators/mame/mame-mame0226/3rdparty/expat/cmake/
H A Dexpat-config.cmake.in48 expat_register_component(large_size @EXPAT_LARGE_SIZE@)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/expat/src/expat/cmake/
H A Dexpat-config.cmake.in48 expat_register_component(large_size @EXPAT_LARGE_SIZE@)
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Dhttp.dict28 large_size="999999999"
/dports/textproc/expat2/expat-2.4.7/cmake/
H A Dexpat-config.cmake.in48 expat_register_component(large_size @EXPAT_LARGE_SIZE@)
/dports/x11-themes/canta-gtk-themes/Canta-theme-2021-09-08/src/_sass/
H A D_variables.scss17 $large_size: if($compact == 'false', 42px, 38px); variable
/dports/x11-themes/layan-gtk-themes/Layan-gtk-theme-2021-06-30/src/_sass/
H A D_variables.scss17 $large_size: if($compact == 'false', 42px, 38px); variable
/dports/x11-themes/canta-icon-theme/Canta-theme-2020-05-17/src/_sass/gtk/
H A D_common.scss498 padding: ($large_size - 24px) / 2 ($large_size - 16px) / 2;
743 min-width: $large_size - 8px * 2;
754 // min-width: $large_size - 8px;
805 min-width: $large_size;
811 min-width: $large_size;
1167 min-height: $large_size;
2252 margin: -($large_size - 24px) / 2;
2253 padding: ($large_size - 24px) / 2;
2328 border-image-slice: $large_size / 2px;
2329 border-image-width: $large_size / 2;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dsquare_ink_drop_ripple.cc143 SquareInkDropRipple::SquareInkDropRipple(const gfx::Size& large_size, in SquareInkDropRipple() argument
152 large_size_(large_size), in SquareInkDropRipple()

12345678910>>...13