Home
last modified time | relevance | path

Searched +defs:trim +defs:left (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCBannerLayout.java30 Control left = banner.left; in computeSize() local
40 int trim = computeTrim(bottom); in computeSize() local
46 int trim = computeTrim(right); in computeSize() local
62 int trim = computeTrim(left); in computeSize() local
116 Control left = banner.left; in layout() local
127 int trim = computeTrim(bottom); in layout() local
136 int trim = computeTrim(right); in layout() local
150 int trim = computeTrim(left); in layout() local
H A DViewFormLayout.java30 Control left = form.topLeft; in computeSize() local
114 Control left = form.topLeft; in layout() local
155 int trim = computeTrim(left); in layout() local
163 int trim = computeTrim(center); in layout() local
188 …Rectangle trim = left instanceof Composite ? ((Composite)left).computeTrim(0, 0, 0, 0) : new Recta… in layout() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCBannerLayout.java30 Control left = banner.left; in computeSize() local
40 int trim = computeTrim(bottom); in computeSize() local
46 int trim = computeTrim(right); in computeSize() local
62 int trim = computeTrim(left); in computeSize() local
116 Control left = banner.left; in layout() local
127 int trim = computeTrim(bottom); in layout() local
136 int trim = computeTrim(right); in layout() local
150 int trim = computeTrim(left); in layout() local
H A DViewFormLayout.java30 Control left = form.topLeft; in computeSize() local
114 Control left = form.topLeft; in layout() local
155 int trim = computeTrim(left); in layout() local
163 int trim = computeTrim(center); in layout() local
188 …Rectangle trim = left instanceof Composite ? ((Composite)left).computeTrim(0, 0, 0, 0) : new Recta… in layout() local
/dports/devel/R-cran-caTools/caTools/R/
H A Drunfunc.R9 endrule=c("mean", "NA", "trim", "keep", "constant", "func"),
10 align = c("center", "left", "right"))
46 endrule=c("min", "NA", "trim", "keep", "constant", "func"),
47 align = c("center", "left", "right"))
84 align = c("center", "left", "right"))
123 align = c("center", "left", "right"))
162 align = c("center", "left", "right"))
180 endrule=c("sd", "NA", "trim", "keep", "constant", "func"),
181 align = c("center", "left", "right"))
199 endrule=c("NA", "trim", "keep", "constant", "func"),
[all …]
/dports/comms/qpage/qpage-3.3/
H A Dident.c27 trim(char *str) in trim() function
76 int left; in ident() local
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dpstring.cpp89 pstring pstring::trim() const in trim() function in orcus::pstring
124 std::string operator+ (const std::string& left, const pstring& right) in operator +()
137 std::string& operator+= (std::string& left, const pstring& right) in operator +=()
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/Plugin/
H A DString.pm195 sub left { subroutine
276 sub trim { subroutine
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dbufferfragment_p.h66 void trim() in trim() function
98 BufferFragment left(unsigned int size) const in left() function
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dtext_data.cpp205 int left = s[0] - 'R'; in TextData() local
243 std::string TextData::trim(const std::string &s) in trim() function in horizon::TextData
/dports/multimedia/snapcast/snapcast-0.25.0/common/utils/
H A Dstring_utils.hpp52 static inline std::string& trim(std::string& s) in trim() function
102 static void split_left(const std::string& s, char delim, std::string& left, std::string& right) in split_left()
120 std::string left; in split_left() local
/dports/math/ambit/ambit-0.5.1/src/tensor/
H A Dindices.cc64 static inline string &trim(string &s) { return ltrim(rtrim(s)); } in trim() function
91 bool equivalent(const Indices &left, const Indices &right) in equivalent()
96 vector<size_t> permutation_order(const Indices &left, const Indices &right) in permutation_order()
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/core/1.0.2/src/
H A DString.elm245 left n string = function
406 trim = function
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dcanvas.py279 def set_pop_up(self, w, left, top, overlay_width, overlay_height): argument
636 def trim(self, top, count=None): member in CompositeCanvas
673 def pad_trim_left_right(self, left, right): argument
734 def overlay(self, other, left, top ): argument
1022 def shards_trim_sides(shards, left, cols): argument
1091 def cview_trim_top(cv, trim): argument
1094 def cview_trim_left(cv, trim): argument
1143 def CanvasOverlay(top_c, bottom_c, left, top): argument
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dstring.erl249 trim(Str) -> function
255 trim(Str, Dir) -> function
262 trim(Str, _, []) -> Str; function
263 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
265 trim(Str, leading, Sep) when is_list(Sep) -> function
267 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
269 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
272 trim(Str, both, Sep) when is_list(Sep) -> function
2066 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2074 left(String, Len, Char) when is_integer(Char) -> function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/
H A DFormLayout.java270 FormAttachment left = data.getLeftAttachment (control, spacing, flushCache); in computeWidth() local
311 FormAttachment left = data.getLeftAttachment (child, spacing, flushCache); in layout() local
315 int trim = 0; in layout() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/layout/
H A DFormLayout.java270 FormAttachment left = data.getLeftAttachment (control, spacing, flushCache); in computeWidth() local
311 FormAttachment left = data.getLeftAttachment (child, spacing, flushCache); in layout() local
315 int trim = 0; in layout() local
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl250 trim(Str) -> function
256 trim(Str, Dir) -> function
263 trim(Str, _, []) -> Str; function
264 trim(Str, leading, [Sep]) when is_list(Str), Sep < 256 -> function
266 trim(Str, leading, Sep) when is_list(Sep) -> function
268 trim(Str, trailing, [Sep]) when is_list(Str), Sep < 256 -> function
270 trim(Str, trailing, Seps0) when is_list(Seps0) -> function
273 trim(Str, both, Sep) when is_list(Sep) -> function
2104 left(String, Len) when is_integer(Len) -> left(String, Len, $\s). function
2112 left(String, Len, Char) when is_integer(Char) -> function
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dkeytran.c39 static char *trim(char *x) in trim() function
122 *left = (kt_entry *)l, in kt_compare() local
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DRectangleInsets.java80 private double left; field in RectangleInsets
105 public RectangleInsets(final double top, final double left, in RectangleInsets()
121 final double top, final double left, in RectangleInsets()
552 public void trim(final Rectangle2D area) { in trim() method in RectangleInsets

12345678910>>...14