Home
last modified time | relevance | path

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

/curl/scripts/
H A Dcompletion.pl95 $option .= " --short-option '" . strip_dash(trim($short)) . "'"
97 $option .= " --long-option '" . strip_dash(trim($long)) . "'"
99 $option .= " --description '" . strip_dash(trim($desc)) . "'"
102 $option .= '{' . trim($short) . ',' if defined $short;
103 $option .= trim($long) if defined $long;
105 $option .= '\'[' . trim($desc) . ']\'' if defined $desc;
138 sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s }; subroutine
/curl/.github/workflows/
H A Dspellcheck.yml32 - name: trim all man page *.md files
35 - name: trim libcurl man page *.md files
38 - name: trim libcurl option man page *.md files
41 - name: trim cmdline docs markdown _*.md files
H A Dlinkcheck.yml36 - name: trim the cmdline docs markdown files
/curl/tests/data/
H A Dtest45141 …hello --variable second=again --expand-data "--{{what:trim:json}}22{{none}}--{{second}}{{what:trim
H A Dtest45423 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable what=hello --expand-data "--{{what:trim,url}}"
H A Dtest45223 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable what=hello --expand-data "--{{what:trim:super}}"
H A Dtest45041 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable what@%LOGDIR/junk --expand-data "{{what:trim:url}}"
/curl/docs/cmdline-opts/
H A Dvariable.md48 ## trim section

Completed in 9 milliseconds