Home
last modified time | relevance | path

Searched refs:detect_width (Results 1 – 10 of 10) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/
H A DCli.php23 public static $detect_width = true; variable in Kint_Renderer_Cli
47 if (!KINT_WIN && self::$detect_width) {
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/
H A Dwechat_qrcode.cpp179 int detect_width = img_w / resizeRatio; in applyDetector() local
182 points = detector_->forward(img, detect_width, detect_height); in applyDetector()
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Deditor.h91 gboolean detect_width; member
H A Dproject.c1296 stash_group_add_toggle_button(group, &indentation.detect_width, in init_stash_prefs()
H A Dkeyfile.c190 stash_group_add_toggle_button(group, &editor_prefs.indentation->detect_width, in init_pref_groups()
H A Ddocument.c1259 if (iprefs->detect_width && detect_indent_width(doc->editor, type, &width)) in document_apply_indent_settings()
/dports/devel/geany/geany-1.38/src/
H A Deditor.h91 gboolean detect_width; member
H A Dproject.c1296 stash_group_add_toggle_button(group, &indentation.detect_width, in init_stash_prefs()
H A Dkeyfile.c190 stash_group_add_toggle_button(group, &editor_prefs.indentation->detect_width, in init_pref_groups()
H A Ddocument.c1258 if (iprefs->detect_width && detect_indent_width(doc->editor, type, &width)) in document_apply_indent_settings()