Home
last modified time | relevance | path

Searched refs:confine (Results 1 – 25 of 1104) sorted by relevance

12345678910>>...45

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dconfine.c244 struct confine *confine = data; in redraw_handler() local
278 struct confine *confine = data; in keyboard_focus_handler() local
288 struct confine *confine = data; in key_handler() local
337 struct confine *confine = data; in button_handler() local
356 struct confine *confine = data; in motion_handler() local
373 struct confine *confine = data; in resize_handler() local
394 struct confine *confine = data; in leave_handler() local
402 struct confine *confine = in cursor_timeout_func() local
412 struct confine *confine = data; in pointer_unconfined() local
420 struct confine *confine; in confine_create() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dconfine.c244 struct confine *confine = data; in redraw_handler() local
278 struct confine *confine = data; in keyboard_focus_handler() local
288 struct confine *confine = data; in key_handler() local
337 struct confine *confine = data; in button_handler() local
356 struct confine *confine = data; in motion_handler() local
373 struct confine *confine = data; in resize_handler() local
394 struct confine *confine = data; in leave_handler() local
402 struct confine *confine = in cursor_timeout_func() local
412 struct confine *confine = data; in pointer_unconfined() local
420 struct confine *confine; in confine_create() local
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dstr_search.h44 int SearchFindString(unsigned int mpse_id, const char *str, unsigned int str_len, int confine, Mat…
53 …nceFindString( void * instance, const char *str, unsigned int str_len, int confine, MatchFunction);
54 …ndStringAll( void * instance, const char *str, unsigned int str_len, int confine, MatchFunction, v…
55 …SFindString( void * instance, const char *str, unsigned int str_len, int confine, MatchFunction, i…
83 …int (*search_instance_find)(void * instance, const char *s, unsigned int s_len, int confine, Ma…
84 …stance_find_all)(void * instance, const char *s, unsigned int s_len, int confine, MatchFunction, v…
86 …h_instance_find)(void * instance, const char *s, unsigned int s_len, int confine, MatchFunction, i…
H A Dstr_search.c156 int confine, in SearchFindString() argument
162 if ( confine && _mpse[mpse_id].max_len != 0 ) in SearchFindString()
263 int confine, in SearchInstanceFindString() argument
270 if ( confine && (search->max_len > 0) ) in SearchInstanceFindString()
286 int confine, in SearchInstanceFindStringAll() argument
294 if ( confine && (search->max_len > 0) ) in SearchInstanceFindStringAll()
311 int confine, in StatefulSearchInstanceFindString() argument
317 if ( confine && (search->max_len > 0) ) in StatefulSearchInstanceFindString()
/dports/security/snort3/snort3-3.1.19.0/src/search_engines/
H A Dsearch_tool.cc131 const char* str, unsigned len, MpseMatch mf, int& state, bool confine, void* user_data) in find() argument
137 if ( confine && max_len > 0 ) in find()
164 const char* str, unsigned len, MpseMatch mf, bool confine, void* user_data) in find() argument
167 return find(str, len, mf, state, confine, user_data); in find()
171 const char* str, unsigned len, MpseMatch mf, bool confine, void* user_data) in find_all() argument
177 if ( confine && max_len > 0 ) in find_all()
H A Dsearch_tool.h49 bool confine = false, void* user_data = nullptr);
52 bool confine = false, void* user_data = nullptr);
55 bool confine = false, void* user_data = nullptr);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/cgsd/
H A Dcgsd_excited.F22 logical stalled,value,gvirtual,bvirtual,confine,oprint
69 confine = control_confine_virtual()
111 if (confine) call electron_create_confine()
127 if (confine) call electron_destroy_confine()
129 if ((bvirtual).or.(confine.and.(.not.gvirtual))) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/cgsd/
H A Dcgsd_excited.F22 logical stalled,value,gvirtual,bvirtual,confine,oprint,gci local
73 confine = control_confine_virtual()
115 if (confine) call electron_create_confine()
134 if (confine) call electron_destroy_confine()
136 if ((bvirtual).or.(confine.and.(.not.gvirtual))) then
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/tests/
H A Dpointerconstraintstest.qml21 function confine() {
44 root.confine();
109 onClicked: root.confine()
113 text: "Persistent confine"
119 text: "Hide and confine pointer"
200 text: "Hide cursor and confine pointer: H / undo hide: G"
/dports/games/lincity/lincity-1.13.1/help/
H A Dconfinep.hlp2 text -1 30 This button is used to confine the
9 text -1 110 would want to confine the pointer.
22 text -1 260 for linux YMMV). Then confine the pointer
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/acceptance/files/modules/basic/lib/puppet/provider/warn/
H A Dbasic.rb8 confine another: "I'm"
9 confine feature: :can_warn
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dgrabs.h32 int GrabPointerSet(Win win, unsigned int csr, int confine);
37 unsigned int csr, int confine);
H A Dgrabs.c93 GrabPointerSet(Win win, unsigned int csr, int confine __UNUSED__) in GrabPointerSet()
105 EX_Window confine_to = (confine) ? WinGetXwin(VROOT) : NoXID; in GrabPointerSet()
151 unsigned int event_mask, unsigned int csr, int confine __UNUSED__) in GrabButtonSet()
188 EX_Window confine_to = (confine) ? WinGetXwin(win) : NoXID; in GrabButtonSet()
H A Dhiwin.h40 void HiwinShow(Hiwin * phi, EWin * ewin, int zoom, int confine);
/dports/lang/perl5.34/perl-5.34.0/vms/
H A Dvmspipe.com9 $ pif perl_popen_in .nes. "" then perl_define/user/name_attributes=confine sys$input 'perl_popen_…
10 $ pif perl_popen_err .nes. "" then perl_define/user/name_attributes=confine sys$error 'perl_popen_…
/dports/lang/perl5.30/perl-5.30.3/vms/
H A Dvmspipe.com9 $ pif perl_popen_in .nes. "" then perl_define/user/name_attributes=confine sys$input 'perl_popen_…
10 $ pif perl_popen_err .nes. "" then perl_define/user/name_attributes=confine sys$error 'perl_popen_…
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/vms/
H A Dvmspipe.com9 $ pif perl_popen_in .nes. "" then perl_define/user/name_attributes=confine sys$input 'perl_popen_…
10 $ pif perl_popen_err .nes. "" then perl_define/user/name_attributes=confine sys$error 'perl_popen_…
/dports/lang/perl5.32/perl-5.32.1/vms/
H A Dvmspipe.com9 $ pif perl_popen_in .nes. "" then perl_define/user/name_attributes=confine sys$input 'perl_popen_…
10 $ pif perl_popen_err .nes. "" then perl_define/user/name_attributes=confine sys$error 'perl_popen_…
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dedje-threshold.edc56 confine: "area/horizontal";
73 confine: "area/vertical";
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dpanes.edc30 dragable { confine: "whole";
39 dragable { confine: "whole";
86 dragable { confine: "sub_whole";
160 dragable { confine: "whole";
169 dragable { confine: "whole";
216 dragable { confine: "sub_whole";
285 dragable { confine: "whole";
294 dragable { confine: "whole";
339 dragable { confine: "sub_whole";
502 dragable { confine: "whole";
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dpanes.edc26 dragable { confine: "whole";
35 dragable { confine: "whole";
82 dragable { confine: "sub_whole";
161 dragable { confine: "whole";
170 dragable { confine: "whole";
217 dragable { confine: "sub_whole";
300 dragable { confine: "whole";
309 dragable { confine: "whole";
354 dragable { confine: "sub_whole";
528 dragable { confine: "whole";
[all …]
H A Dctxpopup.edc112 dragable.confine: "arrow_area_left";
135 dragable.confine: "arrow_area_right";
159 dragable.confine: "arrow_area_up";
182 dragable.confine: "arrow_area_down";
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dseltrans.cpp958 auto confine = Modifiers::Modifier::get(Modifiers::Type::TRANS_CONFINE)->active(state); in scaleRequest() local
959 if (confine || _desktop->isToolboxButtonActive ("lock")) { in scaleRequest()
1087 if (confine) { in stretchRequest()
1298 auto confine = Modifiers::Modifier::get(Modifiers::Type::TRANS_CONFINE)->active(state); in rotateRequest() local
1300 if (increments || confine) { in rotateRequest()
1360 auto confine = Modifiers::Modifier::get(Modifiers::Type::MOVE_CONFINE)->active(state); in centerRequest() local
1361 if (confine) { in centerRequest()
1446 auto confine = Modifiers::Modifier::get(Modifiers::Type::MOVE_CONFINE)->active(state); in moveTo() local
1448 if (confine) { in moveTo()
1473 if (confine) { // constrained movement with snapping in moveTo()
[all …]
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dgrab.c110 gboolean confine, ObCursor cur) in grab_pointer_full() argument
119 (confine ? obt_root(ob_screen) : None), in grab_pointer_full()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/inert/
H A DREADME.md149 - `confine` - serve file relative to this directory and returns `403 Forbidden` if the
150 `path` resolves outside the `confine` directory.
151 Defaults to `true` which uses the `relativeTo` route option as the `confine`.
189 - `confine` - serve file relative to this directory and returns `403 Forbidden` if the
190 `path` resolves outside the `confine` directory.
191 Defaults to `true` which uses the `relativeTo` route option as the `confine`.

12345678910>>...45