Home
last modified time | relevance | path

Searched refs:csens (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKQuery.h140 - (void)setCaseSensitive:(BOOL)csens;
141 - (void)setTextOperatorForCaseSensitive:(BOOL)csens;
179 caseSensitive:(BOOL)csens;
H A DMDKQuery.m439 - (void)setCaseSensitive:(BOOL)csens
441 caseSensitive = csens;
702 [query setCaseSensitive: csens];
1056 - (void)setCaseSensitive:(BOOL)csens
1063 caseSensitive = csens;
1068 NSString *wc = (csens ? @"%" : @"*");
1069 NSString *wildcard = (csens ? @"*" : @"%");
1090 caseSensitive = csens;
1342 - (void)setCaseSensitive:(BOOL)csens
1349 NSString *wc = (csens ? @"%" : @"*");
[all …]
H A DMDKWindow.m1214 BOOL csens = [[edinfo objectForKey: @"casesens"] boolValue];
1221 caseSensitive: csens];
1229 caseSensitive: csens];
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKQuery.h140 - (void)setCaseSensitive:(BOOL)csens;
141 - (void)setTextOperatorForCaseSensitive:(BOOL)csens;
179 caseSensitive:(BOOL)csens;
H A DMDKQuery.m439 - (void)setCaseSensitive:(BOOL)csens
441 caseSensitive = csens;
702 [query setCaseSensitive: csens];
1056 - (void)setCaseSensitive:(BOOL)csens
1063 caseSensitive = csens;
1068 NSString *wc = (csens ? @"%" : @"*");
1069 NSString *wildcard = (csens ? @"*" : @"%");
1090 caseSensitive = csens;
1342 - (void)setCaseSensitive:(BOOL)csens
1349 NSString *wc = (csens ? @"%" : @"*");
[all …]
H A DMDKWindow.m1214 BOOL csens = [[edinfo objectForKey: @"casesens"] boolValue];
1221 caseSensitive: csens];
1229 caseSensitive: csens];
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_fstrings.F901480 logical,optional,intent(in) :: csens local
1488 my_csens=.FALSE.; if (PRESENT(csens)) my_csens = csens
1530 logical,optional,intent(in) :: csens local
1540 my_csens=.FALSE.; if (PRESENT(csens)) my_csens = csens
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dprogram.h88 gboolean csens; /* Case sensitive */ member
H A Dprogram.c472 if( program->csens ) { in program_find_pos()
791 program->csens = FALSE; in program_init()
1481 program->csens = GTK_TOGGLE_BUTTON( find->csens )->active; in program_find_done_cb()
1491 if( !program->csens ) in program_find_done_cb()
1543 GTK_TOGGLE_BUTTON( FIND( find )->csens ), program->csens ); in program_find_action_cb()
H A Dboxes.h112 GtkWidget *csens; member
H A Dboxes.c619 find->csens = build_gtoggle( idlg->work, _( "Case sensitive" ) ); in find_build()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dallspaceconstraintsform.cpp227 Qt::CaseSensitivity csens=Qt::CaseSensitive; in filterOk() local
229 csens=Qt::CaseInsensitive; in filterOk()
242 okPartial.append(s.contains(t, csens)); in filterOk()
245 okPartial.append(!(s.contains(t, csens))); in filterOk()
263 regExp.setCaseSensitivity(csens); in filterOk()
268 regExp.setCaseSensitivity(csens); in filterOk()
H A Dalltimeconstraintsform.cpp409 Qt::CaseSensitivity csens=Qt::CaseSensitive; in filterOk() local
411 csens=Qt::CaseInsensitive; in filterOk()
424 okPartial.append(s.contains(t, csens)); in filterOk()
427 okPartial.append(!(s.contains(t, csens))); in filterOk()
445 regExp.setCaseSensitivity(csens); in filterOk()
450 regExp.setCaseSensitivity(csens); in filterOk()
/dports/net/gerbera/gerbera-1.9.2/src/config/
H A Dconfig_manager.cc251 …bool csens = setOption(root, CFG_IMPORT_MAPPINGS_EXTENSION_TO_MIMETYPE_CASE_SENSITIVE)->getBoolOpt… in load() local
252 args["tolower"] = fmt::to_string(!csens); in load()
/dports/databases/libgda5/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE;
723 csens = TRUE;
730 gtk_action_set_sensitive (action, csens);
732 gtk_action_set_sensitive (action, csens);
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/
H A Dbrowser-window.c720 gboolean bsens = FALSE, csens = FALSE; in connection_busy_cb() local
723 csens = TRUE; in connection_busy_cb()
730 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
732 gtk_action_set_sensitive (action, csens); in connection_busy_cb()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dhtml.c2273 bool csens) in html_textsearch_find() argument
2284 csens, in html_textsearch_find()