Home
last modified time | relevance | path

Searched refs:trim (Results 1 – 25 of 11467) sorted by relevance

12345678910>>...459

/dports/shells/ion/decimal-972c8547a0a76c7ad9a314e28a335aa57d46a543/decTest/
H A Dtrim.decTest27 trmx001 trim '1' -> '1'
28 trmx002 trim '-1' -> '-1'
29 trmx003 trim '1.00' -> '1'
31 trmx005 trim '0' -> '0'
32 trmx006 trim '0.00' -> '0'
33 trmx007 trim '00.0' -> '0'
34 trmx008 trim '00.00' -> '0'
35 trmx009 trim '00' -> '0'
38 trmx011 trim '2' -> '2'
40 trmx013 trim '2.00' -> '2'
[all …]
/dports/devel/R-cran-glue/glue/tests/testthat/
H A Dtest-trim.R12 trim(
23 trim(
26 trim("
31 trim("
38 trim("
51 trim("
57 trim("
85 trim("
92 trim("
106 trim("
[all …]
/dports/math/R-cran-psych/psych/R/
H A Dwinsor.R4 ans <- wins(x,trim=trim,na.rm=na.rm) } else {
12 ans <- win.mean(x,trim=trim,na.rm=na.rm) } else {
20 ans <- win.mean(x,trim=trim,na.rm=na.rm) } else {
28 ans <- win.var(x,trim=trim,na.rm=na.rm) } else {
36 ans <- sqrt(win.var(x,trim=trim,na.rm=na.rm) )} else {
48 if ((trim < 0) | (trim>0.5) )
50 qtrim <- quantile(x,c(trim,.5, 1-trim),na.rm = na.rm)
53 if(trim<.5) {
61 if ((trim < 0) | (trim>0.5) )
64 ans <- mean(wins(x,trim =trim,na.rm=na.rm),na.rm=na.rm)
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/Image/
H A Dimg_plugin_default_and_mandatory.php30 $img_condition_name = trim($img_condition[0]);
140 switch (strtolower(trim($img_parameter_array[0]))) {
142 $imgdata['src'] = trim($img_parameter_array[1]);
145 $imgdata['id'] = trim($img_parameter_array[1]);
160 $imgdata['attId'] = trim($img_parameter_array[1]);
163 $imgdata['thumb'] = trim($img_parameter_array[1]);
169 $imgdata['link'] = trim($img_parameter_array[1]);
172 $imgdata['rel'] = trim($img_parameter_array[1]);
184 $imgdata['max'] = trim($img_parameter_array[1]);
208 $imgdata['desc'] = trim($img_parameter_array[1]);
[all …]
/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DColumnDefinitionProcessor.php61 if (trim($token) !== ',') {
87 $trim = '';
98 $trim = trim($token);
110 if ($trim === '') {
114 $upper = strtoupper($trim);
327 $options['storage'] = $trim;
336 $options['col_format'] = $trim;
345 $options['comment'] = $trim;
352 $options['default'] = $trim;
359 $options['collate'] = $trim;
[all …]
H A DTableProcessor.php92 $trim = trim($token);
104 if ($trim === '') {
108 $upper = strtoupper($trim);
123 $expr[] = $this->getReservedType($trim);
140 $expr[] = $this->getOperatorType($trim);
147 $expr[] = $this->getReservedType($trim);
152 $expr[] = $this->getReservedType($trim);
249 $expr[] = $this->getReservedType($trim);
250 …$result['select-option'] = array('base_expr' => trim($base_expr), 'duplicates' => $trim, 'as' => f…
255 $expr[] = $this->getReservedType($trim);
[all …]
H A DIndexProcessor.php81 $trim = trim($token);
93 if ($trim === '') {
97 $upper = strtoupper($trim);
102 $expr[] = $this->getReservedType($trim);
107 $expr[] = $this->getReservedType($trim);
116 $expr[] = $this->getReservedType($trim);
125 $expr[] = $this->getReservedType($trim);
134 $expr[] = $this->getReservedType($trim);
142 $expr[] = $this->getReservedType($trim);
152 $expr[] = $this->getReservedType($trim);
[all …]
H A DSQLProcessor.php76 $trim = trim($token); // this removes also \n and \t!
79 if ($trim !== "" && $trim[0] === "(" && $token_category === "") {
88 if ($trim === "") {
95 $trim = "";
103 $upper = strtoupper($trim);
264 $out[$upper][0] = $trim;
271 $out[$upper][0] = $trim;
298 $out[$upper][0] = $trim;
421 $trim = "BEGIN";
458 $out['OPTIONS'][] = $trim;
[all …]
H A DCreateDefinitionProcessor.php112 $trim = trim($token);
120 if ($trim === '') {
124 $upper = strtoupper($trim);
134 $expr[] = array('expr_type' => ExpressionType::LIKE, 'base_expr' => $trim);
173 $expr[] = array('expr_type' => ExpressionType::INDEX, 'base_expr' => $trim);
178 $expr[] = array('expr_type' => ExpressionType::CHECK, 'base_expr' => $trim);
187 $expr[] = array('expr_type' => ExpressionType::INDEX, 'base_expr' => $trim);
302 … $expr[] = array('expr_type' => ExpressionType::TABLE, 'table' => $trim, 'base_expr' => $trim,
303 'no_quotes' => $this->revokeQuotation($trim));
388 $expr[] = array('expr_type' => ExpressionType::COLREF, 'base_expr' => $trim,
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DColumnDefinitionProcessor.php61 if (trim($token) !== ',') {
87 $trim = '';
98 $trim = trim($token);
110 if ($trim === '') {
114 $upper = strtoupper($trim);
327 $options['storage'] = $trim;
336 $options['col_format'] = $trim;
345 $options['comment'] = $trim;
352 $options['default'] = $trim;
359 $options['collate'] = $trim;
[all …]
H A DTableProcessor.php92 $trim = trim($token);
104 if ($trim === '') {
108 $upper = strtoupper($trim);
123 $expr[] = $this->getReservedType($trim);
140 $expr[] = $this->getOperatorType($trim);
147 $expr[] = $this->getReservedType($trim);
152 $expr[] = $this->getReservedType($trim);
249 $expr[] = $this->getReservedType($trim);
250 …$result['select-option'] = array('base_expr' => trim($base_expr), 'duplicates' => $trim, 'as' => f…
255 $expr[] = $this->getReservedType($trim);
[all …]
H A DIndexProcessor.php81 $trim = trim($token);
93 if ($trim === '') {
97 $upper = strtoupper($trim);
102 $expr[] = $this->getReservedType($trim);
107 $expr[] = $this->getReservedType($trim);
116 $expr[] = $this->getReservedType($trim);
125 $expr[] = $this->getReservedType($trim);
134 $expr[] = $this->getReservedType($trim);
142 $expr[] = $this->getReservedType($trim);
152 $expr[] = $this->getReservedType($trim);
[all …]
H A DSQLProcessor.php76 $trim = trim($token); // this removes also \n and \t!
79 if ($trim !== "" && $trim[0] === "(" && $token_category === "") {
88 if ($trim === "") {
95 $trim = "";
103 $upper = strtoupper($trim);
264 $out[$upper][0] = $trim;
271 $out[$upper][0] = $trim;
298 $out[$upper][0] = $trim;
421 $trim = "BEGIN";
458 $out['OPTIONS'][] = $trim;
[all …]
H A DCreateDefinitionProcessor.php112 $trim = trim($token);
120 if ($trim === '') {
124 $upper = strtoupper($trim);
134 $expr[] = array('expr_type' => ExpressionType::LIKE, 'base_expr' => $trim);
173 $expr[] = array('expr_type' => ExpressionType::INDEX, 'base_expr' => $trim);
178 $expr[] = array('expr_type' => ExpressionType::CHECK, 'base_expr' => $trim);
187 $expr[] = array('expr_type' => ExpressionType::INDEX, 'base_expr' => $trim);
302 … $expr[] = array('expr_type' => ExpressionType::TABLE, 'table' => $trim, 'base_expr' => $trim,
303 'no_quotes' => $this->revokeQuotation($trim));
388 $expr[] = array('expr_type' => ExpressionType::COLREF, 'base_expr' => $trim,
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl1368 inside)",[trim]))),
23637 no",".*$",[trim]))),
23685 no",".*$",[trim]))),
23891 B","^.*B",[trim]))),
24070 b","a.b",[trim]))),
27655 c","()^b",[trim]))),
27670 c","()^b",[trim]))),
27894 b","a\\Z",[trim]))),
27903 b","b\\Z",[trim]))),
27912 b","b\\Z",[trim]))),
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dudf_10_trims.q5 SELECT trim(trim(trim(trim(trim(trim(trim(trim(trim(trim( ' abc '))))))))))
10 SELECT trim(trim(trim(trim(trim(trim(trim(trim(trim(trim( ' abc '))))))))))
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/msgparsers/
H A Dmsgparser.wireless.class.php76 $szMsg = trim($szMsg);
81 $arrArguments[SYSLOG_NET_HOST] = trim($out[1]);
86 $arrArguments[SYSLOG_NET_LASTIP] = trim($out[4]);
87 $arrArguments[SYSLOG_NET_RXRATE] = trim($out[5]);
88 $arrArguments[SYSLOG_NET_TXRATE] = trim($out[6]);
89 $arrArguments[SYSLOG_NET_UPTIME] = trim($out[7]);
95 $arrArguments[SYSLOG_NET_TXCCQ] = trim($out[11]);
98 $arrArguments[SYSLOG_MESSAGE] = trim($out[0]);
149 $arrArguments[SYSLOG_NET_HOST] = trim($out[6]);
154 $arrArguments[SYSLOG_NET_LASTIP] = trim($out[9]);
[all …]
/dports/science/jstrack/jstrack/extlib/textutil/
H A Dtrim.test2 # trim.test: tests for the trim command of the textutil package.
19 useLocal trim.tcl textutil::trim
24 test trim-0.1 {trim string on left} {
29 test trim-0.2 {trim string on right} {
34 test trim-0.3 {trim string on both side} {
44 test trim-1.1 {trim text on left} {
50 test trim-1.2 {trim text on right} {
56 test trim-1.3 {trim string on both side} {
74 test trim-2.2 {trim text on right} {
80 test trim-2.3 {trim string on both side} {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/textutil/
H A Dtrim.test2 # trim.test: tests for the trim command of the textutil package.
19 useLocal trim.tcl textutil::trim
24 test trim-0.1 {trim string on left} {
29 test trim-0.2 {trim string on right} {
34 test trim-0.3 {trim string on both side} {
44 test trim-1.1 {trim text on left} {
50 test trim-1.2 {trim text on right} {
56 test trim-1.3 {trim string on both side} {
74 test trim-2.2 {trim text on right} {
80 test trim-2.3 {trim string on both side} {
[all …]

12345678910>>...459