Home
last modified time | relevance | path

Searched refs:st_line (Results 1 – 25 of 47) sorted by relevance

12

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_reconcile_model.py339 … currency_id = st_line.currency_id or st_line.journal_id.currency_id or self.company_id.currency_id
409 if st_line.to_check:
416 partner = partner or st_line.partner_id
489 for st_line in st_lines:
493 if not st_line.amount_residual:
496 …= (partner_map and partner_map.get(st_line.id) and self.env['res.partner'].browse(partner_map[st_l…
554 …ord, rule_field, record_field in [(st_line, 'label', 'payment_ref'), (st_line.move_id, 'note', 'na…
640 if st_line.amount > 0:
800 'st_line_ids': tuple(st_line.id for (st_line, partner) in st_lines_with_partner),
824 st_line_currency = st_line.foreign_currency_id or st_line.currency_id
[all …]
H A Daccount_bank_statement.py792 for st_line in self:
797st_line.amount_residual = -st_line.amount_currency if st_line.foreign_currency_id else -st_line.am…
804 if not st_line.id:
810 elif st_line.currency_id.is_zero(st_line.amount):
824 for st_line in self:
825 if st_line.journal_id != st_line.statement_id.journal_id:
827 if st_line.foreign_currency_id == st_line.currency_id:
829 if not st_line.foreign_currency_id and st_line.amount_currency:
907 ) % (st_line.move_id.display_name, st_line.statement_id.display_name))
973 st_line.write(move._cleanup_write_orm_values(st_line, st_line_vals_to_write))
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dserver_state.c514 st_line = eb64_entry(node, typeof(*st_line), node); in srv_state_px_update()
520 free(st_line); in srv_state_px_update()
670 st_line = calloc(1, sizeof(*st_line)); in srv_state_parse_and_store_line()
677 ret = srv_state_parse_line(st_line->line, vsn, st_line->params); in srv_state_parse_and_store_line()
718 if (eb64_insert(st_tree, &st_line->node) != &st_line->node) { in srv_state_parse_and_store_line()
727 if (st_line) { in srv_state_parse_and_store_line()
729 free(st_line); in srv_state_parse_and_store_line()
902 st_line = eb64_entry(node, typeof(*st_line), node); in apply_server_state()
915 free(st_line); in apply_server_state()
925 st_line = eb64_entry(node, typeof(*st_line), node); in apply_server_state()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/jay/
H A Derror.c77 print_pos(st_line, st_cptr) in print_pos() argument
78 char *st_line; in print_pos()
83 if (st_line == 0) return;
84 for (s = st_line; *s != '\n'; ++s)
92 for (s = st_line; s < st_cptr; ++s)
104 syntax_error(st_lineno, st_line, st_cptr) in syntax_error() argument
106 char *st_line;
111 print_pos(st_line, st_cptr);
H A Dreader.c169 char *st_line = dup_line(); in skip_comment() local
170 char *st_cptr = st_line + (cptr - line); in skip_comment()
178 FREE(st_line); in skip_comment()
185 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Derror.c51 void print_pos(char *st_line, char *st_cptr) in print_pos() argument
55 if (st_line == 0) return; in print_pos()
56 for (s = st_line; *s != '\n'; ++s) in print_pos()
64 for (s = st_line; s < st_cptr; ++s) in print_pos()
76 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument
80 print_pos(st_line, st_cptr); in syntax_error()
H A Dreader.c140 char *st_line = dup_line(); in skip_comment() local
141 char *st_cptr = st_line + (cptr - line); in skip_comment()
149 FREE(st_line); in skip_comment()
156 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
H A Ddefs.h346 extern void syntax_error (int st_lineno, char *st_line, char *st_cptr) Noreturn, terminal_lhs (int …
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Derror.c51 void print_pos(char *st_line, char *st_cptr) in print_pos() argument
55 if (st_line == 0) return; in print_pos()
56 for (s = st_line; *s != '\n'; ++s) in print_pos()
64 for (s = st_line; s < st_cptr; ++s) in print_pos()
76 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument
80 print_pos(st_line, st_cptr); in syntax_error()
H A Dreader.c140 char *st_line = dup_line(); in skip_comment() local
141 char *st_cptr = st_line + (cptr - line); in skip_comment()
149 FREE(st_line); in skip_comment()
156 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
/dports/devel/byaccj/byaccj1.15/src/
H A Derror.c36 void print_pos(char *st_line,char *st_cptr) in print_pos() argument
40 if (st_line == 0) return; in print_pos()
41 for (s = st_line; *s != '\n'; ++s) in print_pos()
49 for (s = st_line; s < st_cptr; ++s) in print_pos()
61 void syntax_error(int st_lineno,char *st_line,char *st_cptr) in syntax_error() argument
65 print_pos(st_line, st_cptr); in syntax_error()
H A Ddefs.h346 void print_pos(char *st_line,char *st_cptr);
347 void syntax_error(int st_lineno,char *st_line,char *st_cptr);
H A Dreader.c123 char *st_line = dup_line(); in skip_comment() local
124 char *st_cptr = st_line + (cptr - line); in skip_comment()
132 FREE(st_line); in skip_comment()
139 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Derror.c35 void print_pos(char *st_line, char *st_cptr) in print_pos() argument
39 if (st_line == 0) return; in print_pos()
40 for (s = st_line; *s != '\n'; ++s) in print_pos()
48 for (s = st_line; s < st_cptr; ++s) in print_pos()
60 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument
64 print_pos(st_line, st_cptr); in syntax_error()
H A Dreader.c129 char *st_line = dup_line(); in skip_comment() local
130 char *st_cptr = st_line + (cptr - line); in skip_comment()
138 FREE(st_line); in skip_comment()
145 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
/dports/devel/efl/efl-1.25.1/src/lib/evas/gesture/
H A Defl_canvas_gesture_recognizer_momentum.c133 pd->st_line = pd->end_line = in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
136 efl_gesture_hotspot_set(gesture, pd->st_line); in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
151 pd->st_line = efl_gesture_touch_current_point_get(event); in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
165 pd->st_line.x = pd->end_line.x; in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
172 pd->st_line.y = pd->end_line.y; in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
182 _momentum_set(obj, md, pd->st_line, efl_gesture_touch_current_point_get(event), in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
206 pd->st_line = efl_gesture_touch_current_point_get(event); in _efl_canvas_gesture_recognizer_momentum_efl_canvas_gesture_recognizer_recognize()
H A Defl_canvas_gesture_recognizer_flick.c17 pd->st_line = EINA_POSITION2D(0, 0); in _reset_recognizer()
88 pd->st_line = efl_gesture_touch_current_point_get(event); in _single_line_process()
91 efl_gesture_hotspot_set(gesture, pd->st_line); in _single_line_process()
112 _momentum_set(obj, fd, pd->st_line, efl_gesture_touch_current_point_get(event), in _single_line_process()
206 _vector_get(pd->st_line, efl_gesture_touch_current_point_get(event), in _efl_canvas_gesture_recognizer_flick_efl_canvas_gesture_recognizer_recognize()
H A Defl_canvas_gesture_private.h99 Eina_Position2D st_line; member
111 Eina_Position2D st_line; member
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DLogSyntax.cpp19 bool st_line = false; in Highlight() local
62 st_line = st_line || st; in Highlight()
83 if(st_line) in Highlight()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Derror.c49 print_pos(const char *st_line, const char *st_cptr) in print_pos() argument
53 if (st_line == 0) in print_pos()
55 for (s = st_line; *s != '\n'; ++s) in print_pos()
63 for (s = st_line; s < st_cptr; ++s) in print_pos()
75 syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument
79 print_pos(st_line, st_cptr); in syntax_error()
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Derror.c54 void print_pos(char *st_line, char *st_cptr) in print_pos() argument
58 if (st_line == 0) return; in print_pos()
59 for (s = st_line; *s != '\n'; ++s) in print_pos()
67 for (s = st_line; s < st_cptr; ++s) in print_pos()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Dtracebacker.c158 PyObject *st_line = PyObject_GetAttrString(st_items, "line"); in uwsgi_python_tracebacker_thread() local
167 PyObject *st_line = PyTuple_GetItem(st_items, 3); in uwsgi_python_tracebacker_thread()
232 if (st_line) { in uwsgi_python_tracebacker_thread()
236 … PyObject *st_line_utf8 = PyUnicode_AsEncodedString(st_line, "ASCII", "strict"); in uwsgi_python_tracebacker_thread()
245 iov[9].iov_base = PyString_AsString(st_line); in uwsgi_python_tracebacker_thread()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/lldb/formatters/
H A Dkde.py32 st_line = start.GetChildMemberWithName('m_line').GetValueAsUnsigned(0)
36 return '[({}, {}) -> ({}, {})]'.format(st_line, st_col, ed_line, ed_col)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/
H A Dtest_account_bank_statement.py724 st_line = statement.line_ids
732 'move_id': st_line.move_id.id,
738 'move_id': st_line.move_id.id,
742 st_line.move_id.write({
747 st_line.line_ids.create(addition_lines_to_create)
751 st_line.move_id.action_post()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/include/libgeda/
H A Dstruct.h32 typedef struct st_line LINE;
90 struct st_line { struct

12