Home
last modified time | relevance | path

Searched refs:move_state (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dslash.py22 def move_state(new_state):
34 (r"<%=", Comment.Preproc, move_state("slash")),
35 (r"<%!!", Comment.Preproc, move_state("slash")),
37 (r"<%", Comment.Preproc, move_state("slash")),
41 (r"\\", String.Escape, move_state("string_e")),
42 (r"\"", String, move_state("slash")),
47 (r'n', String.Escape, move_state("string")),
48 (r't', String.Escape, move_state("string")),
49 (r'r', String.Escape, move_state("string")),
50 (r'e', String.Escape, move_state("string")),
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dslash.py23 def move_state(new_state): member in SlashLanguageLexer
35 (r"<%=", Comment.Preproc, move_state("slash")),
36 (r"<%!!", Comment.Preproc, move_state("slash")),
38 (r"<%", Comment.Preproc, move_state("slash")),
42 (r"\\", String.Escape, move_state("string_e")),
43 (r"\"", String, move_state("slash")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dslash.py23 def move_state(new_state): member in SlashLanguageLexer
35 (r"<%=", Comment.Preproc, move_state("slash")),
36 (r"<%!!", Comment.Preproc, move_state("slash")),
38 (r"<%", Comment.Preproc, move_state("slash")),
42 (r"\\", String.Escape, move_state("string_e")),
43 (r"\"", String, move_state("slash")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
[all …]
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dslash.py23 def move_state(new_state): member in SlashLanguageLexer
35 (r"<%=", Comment.Preproc, move_state("slash")),
36 (r"<%!!", Comment.Preproc, move_state("slash")),
38 (r"<%", Comment.Preproc, move_state("slash")),
42 (r"\\", String.Escape, move_state("string_e")),
43 (r"\"", String, move_state("slash")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dslash.py23 def move_state(new_state): member in SlashLanguageLexer
35 (r"<%=", Comment.Preproc, move_state("slash")),
36 (r"<%!!", Comment.Preproc, move_state("slash")),
38 (r"<%", Comment.Preproc, move_state("slash")),
42 (r"\\", String.Escape, move_state("string_e")),
43 (r"\"", String, move_state("slash")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dslash.py23 def move_state(new_state): member in SlashLanguageLexer
35 (r"<%=", Comment.Preproc, move_state("slash")),
36 (r"<%!!", Comment.Preproc, move_state("slash")),
38 (r"<%", Comment.Preproc, move_state("slash")),
42 (r"\\", String.Escape, move_state("string_e")),
43 (r"\"", String, move_state("slash")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/report/
H A Daccount_journal.py16 move_state = ['draft', 'posted']
18 move_state = ['posted']
21 params = [tuple(move_state), tuple(journal_ids)] + query_get_clause[2]
33 move_state = ['draft', 'posted']
35 move_state = ['posted']
38 params = [tuple(move_state), tuple(journal_id.ids)] + query_get_clause[2]
45 move_state = ['draft', 'posted']
47 move_state = ['posted']
50 params = [tuple(move_state), tuple(journal_id.ids)] + query_get_clause[2]
57 move_state = ['draft', 'posted']
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/membership/models/
H A Dmembership.py61 move_state = line.account_invoice_id.state
65 if move_state == 'draft':
67 elif move_state == 'posted':
77 elif move_state == 'cancel':
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/custom_state/
H A Dcustom_state.lua362 local move_state = sol.state.create("move")
363 hero:start_state(move_state)
364 local test_event = make_test_event_utility(move_state)
376 move_state:collect_events()
394 hero:start_state(move_state)
405 move_state:collect_events()
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dpanel-plugin-move.c33 p->move_state != PANEL_MOVE_STOP) in _lxpanel_button_release()
35 if (p->move_state == PANEL_MOVE_MOVING) in _lxpanel_button_release()
44 p->move_state = PANEL_MOVE_STOP; in _lxpanel_button_release()
65 if (p->move_state == PANEL_MOVE_DETECT) in _lxpanel_motion_notify()
90 p->move_state = PANEL_MOVE_STOP; in _lxpanel_motion_notify()
110 p->move_state = PANEL_MOVE_MOVING; in _lxpanel_motion_notify()
191 else if (p->move_state == PANEL_MOVE_MOVING) in _lxpanel_motion_notify()
H A Dprivate.h166 PanelPluginMoveState move_state; /* Plugin movement (drag&drop) support */ member
H A Dpanel.c383 if (p->move_state == PANEL_MOVE_STOP) in lxpanel_button_press()
388 p->move_state = PANEL_MOVE_DETECT; in lxpanel_button_press()
965 if (p->move_state != PANEL_MOVE_STOP) in mouse_watch()
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-sdl2.c471 struct move_state { struct
543 struct move_state move_state; member
2835 if (window->move_state.active && !window->move_state.moving) { in handle_menu_mousebuttondown()
2998 struct move_state *move_state = &window->move_state; in do_moving() local
3010 move_state->originx = x; in do_moving()
3011 move_state->originy = y; in do_moving()
3017 if (window->move_state.active && window->move_state.moving) { in handle_menu_mousebuttonup()
3027 if (window->move_state.active in handle_menu_mousebuttonup()
3040 if (window->move_state.moving) { in handle_menu_mousemotion()
3091 if (window->move_state.active) { in handle_menu_windowevent()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dsyntax.h88 #define move_state(to,from) (*(to)= *(from)) macro
/dports/multimedia/libv4l/linux-5.13-rc2/net/bluetooth/
H A Dl2cap_core.c956 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
1316 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3288 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
5008 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5010 switch (chan->move_state) { in l2cap_logical_finish_move()
5032 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5065 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5133 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5176 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5297 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/bluetooth/
H A Dl2cap_core.c956 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
1316 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3288 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
5008 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5010 switch (chan->move_state) { in l2cap_logical_finish_move()
5032 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5065 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5133 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5176 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5297 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/bluetooth/
H A Dl2cap_core.c956 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
1316 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3288 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
5008 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5010 switch (chan->move_state) { in l2cap_logical_finish_move()
5032 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5065 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5133 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5176 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5297 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/models/
H A Dstock_picking.py484 move_state = move.state
486 …ny_draft': picking_moves_state_map[picking_id.id].get('any_draft', False) or move_state == 'draft',
487 …cancel': picking_moves_state_map[picking_id.id].get('all_cancel', True) and move_state == 'cancel',
488 …icking_moves_state_map[picking_id.id].get('all_cancel_done', True) and move_state in ('cancel', 'd…
/dports/devel/tla/tla-1.3.5/src/hackerlab/vu/
H A Dvu.h123 VU_FS_NAME##c (move_state, prefix, middle, suffix, \
H A Dvu.c472 rv = handler->vtable->move_state (errn, fd, newfd, handler->closure); in vu_move_state()
H A Dvfdbuf.c1392 sub_move = bufs.vfd[fd].sub_handler.vtable->move_state (errn, in vfdbuf_move_state()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/bluetooth/
H A Dl2cap.h597 __u8 move_state; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/bluetooth/
H A Dl2cap.h597 __u8 move_state; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/bluetooth/
H A Dl2cap.h597 __u8 move_state; member