Home
last modified time | relevance | path

Searched refs:controls_list (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/qthotkey/
H A Dgui.cc217 for (auto control : controls_list) in ~PrefWidget()
222 controls_list.clear(); in ~PrefWidget()
277 controls_list.push_back(control); in add_event_control()
284 controls_list.removeAll(control); in add_event_control()
293 for (const auto & control : controls_list) in getConfig()
H A Dgui.h62 QList<KeyControls *> controls_list; variable
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dcontrols.c82 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
83 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
319 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
369 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
409 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
410 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
411 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
437 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
466 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
488 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dcontrols.c82 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
83 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
319 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
369 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
409 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
410 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
411 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
437 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
466 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
488 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dcontrols.c85 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
86 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
327 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
368 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
453 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
454 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
455 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
481 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
510 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
532 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dcontrols.c85 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
86 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
327 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
368 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
453 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
454 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
455 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
481 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
510 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
532 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dcontrols.c85 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
86 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
327 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
368 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
453 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
454 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
455 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
481 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
510 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
532 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dcontrols.c85 static LDAP_SLIST_HEAD(ControlsList, slap_control) controls_list
86 = LDAP_SLIST_HEAD_INITIALIZER(&controls_list);
327 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); in register_supported_control2()
368 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); in unregister_supported_control()
453 while ( !LDAP_SLIST_EMPTY(&controls_list) ) { in controls_destroy()
454 sc = LDAP_SLIST_FIRST(&controls_list); in controls_destroy()
455 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); in controls_destroy()
481 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in controls_root_dse_info()
510 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
532 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { in get_supported_controls()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/_ui_tester_registry/wx/
H A D_interaction_helpers.py203 controls_list = control.GetSizer().GetContents().get_controls()
207 bx, by, bdx, bdy = controls_list[index].drag_bounds
/dports/games/quadrapassel/quadrapassel-40.2/src/
H A Dquadrapassel.vala390 var controls_list = new Gtk.ScrolledWindow (null, null);
391 controls_list.border_width = 12;
392 controls_list.hscrollbar_policy = Gtk.PolicyType.NEVER;
393 controls_list.vscrollbar_policy = Gtk.PolicyType.ALWAYS;
394 controls_list.shadow_type = Gtk.ShadowType.IN;
395 controls_list.add (controls_view);
397 notebook.append_page (controls_list, label);
/dports/games/gnome-robots/gnome-robots-40.0/src/
H A Dproperties-dialog.vala197 var controls_list = new GamesControlsList (properties);
199 vbox.pack_start (controls_list, true, true, 0);
/dports/deskutils/plans/plans_8.2.1/
H A Dit_italian.pl19 $lang{controls_list} = "Elenco di eventi";
/dports/mail/exim-mysql/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dacl.c418 static control_def controls_list[] = { variable
2261 if ( (idx = find_control(arg, controls_list, nelem(controls_list))) < 0 in decode_control()
2262 || ( (c = arg[len = Ustrlen((d = controls_list+idx)->name)]) != 0 in decode_control()
3139 if (controls_list[control_type].forbids & (1 << where)) in acl_check_condition()
3142 controls_list[control_type].name, acl_wherenames[where]); in acl_check_condition()