Home
last modified time | relevance | path

Searched refs:from_right (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/py-pydash/pydash-4.8.0/src/pydash/
H A Dfunctions.py100 self.from_right = kargs.get('from_right', True)
105 from_index = -1 if self.from_right else 0
296 def __init__(self, func, args, kargs=None, from_right=False): argument
300 self.from_right = from_right
306 if self.from_right:
676 return Flow(*funcs, from_right=False)
711 return Flow(*funcs, from_right=True)
886 return Partial(func, args, kargs, from_right=True)
H A Dcollections.py832 def reductions(collection, iteratee=None, accumulator=None, from_right=False): argument
869 reducer = reduce_right if from_right else reduce_
899 return reductions(collection, iteratee, accumulator, from_right=True)
H A Dutilities.py856 return base_range(*args, from_right=True)
1244 from_right = kargs.get('from_right', False)
1274 if from_right:
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dselection.cpp199 int from_right, from_below, is_above, is_below; in getSelection() local
226 from_right = (_select.left != (int16)cx0); in getSelection()
244 if (from_right) { in getSelection()
256 if (from_right) { in getSelection()
268 if (from_right) { in getSelection()
280 if (from_right) { in getSelection()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dselection.cpp204 int from_right, from_below, is_above, is_below; in getSelection() local
231 from_right = (_select.left != (int16)cx0); in getSelection()
249 if (from_right) { in getSelection()
261 if (from_right) { in getSelection()
273 if (from_right) { in getSelection()
285 if (from_right) { in getSelection()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dstdmacro.c74 int from_right ; /* distance from right edge of bar */ member
436 sptr->from_right = INT_MAX ;
456 sptr->from_right = sinkX - sptr->ptr->l ;
499 if( sptr->from_left < sptr->from_right ){
538 min1 = MIN( t1->from_right, t1->from_left ) ;
539 min2 = MIN( t2->from_right, t2->from_left ) ;
/dports/biology/py-hits/hits-0.1/hits/
H A Dvariants.py159 from_right = read_length - 1 - read_pos
160 from_edge = min(from_left, from_right)
275 from_right = max_read_length - 1 - read_pos
279 from_right = mapping.query_alignment_end - 1 - read_pos
280 position = from_right
291 from_edge = min(from_left, from_right)
583 from_right = mapping.qlen - 1 - next_read_i
588 from_right = mapping.qlen - 1 - read_i
593 from_edge = min(from_left, from_right)
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DSmith_normal_form.h36 void from_right(const SparseMatrix2x2<E>&) const {} in from_right() function
52 void from_right(const SparseMatrix2x2<E>& U) const { Logger::from_left(T(U)); } in from_right() function
54 void from_left(const SparseMatrix2x2<E>& U) const { Logger::from_right(T(U)); } in from_left()
94 void from_right(const Matrix& U) const in from_right() function
184 Logger.from_right(U); in smith_normal_form_steps()
233 Logger.from_right(U); in smith_normal_form_steps()
312 Logger.from_right(SparseMatrix2x2<E>(t->second, t2->second, in smith_normal_form()
448 Logger.from_right(U); in eliminate_ones()
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dreceive_buffer.cpp66 void from_right(std::size_t timestep, int data) in from_right() function
70 HPX_DEFINE_COMPONENT_ACTION(partition_server, from_right, from_right_action);
/dports/games/mindfocus/mindfocus-0.88/mindfocus/
H A Dmindfocus.h11 int from_right; member
H A Dmindfocus.c79 pos->from_right = pos->win_w - pos->from_left; in calcpos()
83 pos->from_right = pos->x_param; in calcpos()
84 pos->from_left = pos->win_w - pos->from_right; in calcpos()
90 pos->from_right = pos->win_w - pos->from_left; in calcpos()
165 return winpos.from_right; in get_x_pos_from_right()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dstring_utf8.c896 const bool from_right) in BLI_str_partition_ex_utf8() argument
907 for (*sep = (char *)(from_right ? BLI_str_find_prev_char_utf8(str, str + str_len) : str), in BLI_str_partition_ex_utf8()
910 *sep = (char *)(from_right ? BLI_str_find_prev_char_utf8(str, *sep) : str + index)) { in BLI_str_partition_ex_utf8()
921 if (!from_right) { in BLI_str_partition_ex_utf8()
H A Dstring.c1021 const bool from_right) in BLI_str_partition_ex() argument
1024 char *(*func)(const char *str, int c) = from_right ? strrchr : strchr; in BLI_str_partition_ex()
1034 if (from_right) { in BLI_str_partition_ex()
1053 if (tmp && (from_right ? (*sep < tmp) : (!*sep || *sep > tmp))) { in BLI_str_partition_ex()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_select.c321 static bool node_select_grouped_name(SpaceNode *snode, bNode *node_act, const bool from_right) in node_select_grouped_name() argument
330 node_act->name, NULL, delims, &sep, &suf_act, from_right); in node_select_grouped_name()
333 if (from_right && !(sep && suf_act)) { in node_select_grouped_name()
343 node->name, NULL, delims, &sep, &suf_curr, from_right); in node_select_grouped_name()
346 if (from_right && !(sep && suf_curr)) { in node_select_grouped_name()
351 if ((from_right && STREQ(suf_act, suf_curr)) || in node_select_grouped_name()
352 (!from_right && (pref_len_act == pref_len_curr) && in node_select_grouped_name()
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A DHomologyComplex.h67 void from_right(const Matrix& U) const { this->R->multiply_from_left(this->inv(U)); } in from_right() function
85 …void from_right(const Matrix& U) const { if (super::R) super::from_right(U), elim2.from_right(U); } in from_right() function
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/ui/geometry/
H A DRect.h64 RectT<T> from_right(T q) const { in from_right() function
85 RectT<T> r = from_right(q); in take_from_right()
/dports/audio/ssr-lv2/ssr-e1999da/plugins/ssr/ui/geometry/
H A DRect.h71 RectT<T> from_right(T q) const { in from_right() function
92 RectT<T> r = from_right(q); in take_from_right()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/ui/geometry/
H A DRect.h64 RectT<T> from_right(T q) const {
85 RectT<T> r = from_right(q);
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/sources/ui/geometry/
H A DRect.h71 RectT<T> from_right(T q) const {
92 RectT<T> r = from_right(q);
/dports/games/tuxpaint/tuxpaint-0.9.26/magic/src/
H A Drails.c279 int from_top = 0, from_bottom = 0, from_left = 0, from_right = 0; in rails_select_image() local
290 from_right = 1; in rails_select_image()
354 if (from_right || (val_right & SEG_LEFT) || from_top_right) in rails_select_image()
H A Dfretwork.c369 int from_top = 0, from_bottom = 0, from_left = 0, from_right = 0; in fretwork_select_image() local
379 from_right = 1; in fretwork_select_image()
435 if (from_right || (val_right & SEG_LEFT) || from_top_right) in fretwork_select_image()
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/utils/
H A Dcontour.py32 from_right = [4, 12, 13] variable in Contour
242 (position[1] + 1 if con_idx in self.from_right
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_string_utf8.h95 const bool from_right) ATTR_NONNULL(1, 3, 4, 5);
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/sources/ui/components/
H A DSpinBoxChooser.cpp147 fBoundsRightButton = bounds.from_right(h); in updateLayout()
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DXMLGFPreprocessor.cpp842 string from_right, to_left; in process() local
852 rctxt.string_recv(from_right,0,rctxt.mype()+1); in process()
853 buf.append(from_right); in process()
856 seg_end[seg_end.size()-1] += from_right.size(); in process()

1234