Home
last modified time | relevance | path

Searched refs:remove_space (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/devel/p5-Data-DumpXML/Data-DumpXML-1.06/t/
H A Dbasic.t8 $xml = remove_space(dump_xml(33));
12 $xml = remove_space(dump_xml(\33));
16 $xml = remove_space(dump_xml({"\1" => "\0"}));
25 $xml = remove_space(dump_xml(bless {ref => $ref2}, "Bar"));
31 $xml = remove_space(dump_xml($a, \@a));
36 $xml = remove_space(dump_xml(["&", "<>", "]]>"]));
42 sub remove_space
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Ddn.py37 def _add_ava(ava, decompose, remove_space, space_around_equal): argument
44 if remove_space:
49 if remove_space:
57 def to_dn(iterator, decompose=False, remove_space=False, space_around_equal=False, separate_rdn=Fal… argument
74 dn.append(_add_ava(component, decompose, remove_space, space_around_equal))
79 dn.append(_add_ava(component, decompose, remove_space, space_around_equal))
85 dn.append(_add_ava(component, decompose, remove_space, space_around_equal))
/dports/science/gabedit/GabeditSrc251_300720/spglib/
H A Dspg_database.c8499 static int remove_space(char symbol[], const int num_char);
8584 remove_space(spgtype.schoenflies, 7); in spgdb_get_spacegroup_type()
8585 position = remove_space(spgtype.hall_symbol, 17); in spgdb_get_spacegroup_type()
8587 remove_space(spgtype.international, 32); in spgdb_get_spacegroup_type()
8588 remove_space(spgtype.international_full, 20); in spgdb_get_spacegroup_type()
8589 remove_space(spgtype.international_short, 11); in spgdb_get_spacegroup_type()
8590 remove_space(spgtype.choice, 6); in spgdb_get_spacegroup_type()
8595 static int remove_space(char symbol[], const int num_char) { in remove_space() function
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/src/
H A Dspg_database.c8499 static int remove_space(char symbol[], const int num_char);
8584 remove_space(spgtype.schoenflies, 7); in spgdb_get_spacegroup_type()
8585 position = remove_space(spgtype.hall_symbol, 17); in spgdb_get_spacegroup_type()
8587 remove_space(spgtype.international, 32); in spgdb_get_spacegroup_type()
8588 remove_space(spgtype.international_full, 20); in spgdb_get_spacegroup_type()
8589 remove_space(spgtype.international_short, 11); in spgdb_get_spacegroup_type()
8590 remove_space(spgtype.choice, 6); in spgdb_get_spacegroup_type()
8595 static int remove_space(char symbol[], const int num_char) { in remove_space() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dget_element_status_action.cc36 bool remove_space) { in CreateComparisonReport() argument
39 report.mutable_match_options()->set_remove_space(remove_space); in CreateComparisonReport()
42 remove_space ? RemoveWhitespace(actual) : actual; in CreateComparisonReport()
46 !re2.is_re2 && remove_space ? RemoveWhitespace(re2.value) : re2.value; in CreateComparisonReport()
194 expectation.match_options().remove_space()); in OnGetStringAttribute()
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/inc/
H A Dbinpacker.php134 $remove_space = function($page_key,$bin_key, $size) use(&$pages)
164 $remove_space($page_key, $bin_key, $item[0]);
237 $remove_space($page_key, $bin_key, $item[0]);
276 $remove_space($bin_page[$bin_key], $bin_key, $item[0]);
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/data/xlnet/
H A Dsquad.py8 def _preprocess_text(inputs, lower=False, remove_space=True, keep_accents=False): argument
26 if remove_space:
134 if (_preprocess_text(token, lower=lower, remove_space=False) == seq2[j]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/language_model/transformer/
H A Ddata.py59 def __init__(self, sentencepiece_path: str, lower: bool = False, remove_space: bool = True,
63 self._remove_space = remove_space
/dports/dns/dns2tcp/dns2tcp-0.5.2/common/
H A Dconfig.c66 static void remove_space(char *buffer) in remove_space() function
90 remove_space(buffer); in get_next_line()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/txt/
H A Dmarkdownml.py191 remove_space = self.remove_space_after_newline
193 self.remove_space_after_newline = remove_space
200 remove_space = self.remove_space_after_newline
202 self.remove_space_after_newline = remove_space
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/devel/git/git-2.34.1/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dpatch-id.c12 static int remove_space(char *line) in remove_space() function
119 len = remove_space(line); in get_one_patchid()
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dselection.c117 remove_space(euc_str); in search_selected()
221 remove_space(str); in selection_received()
253 remove_space(str); in copy_clipboard_win()
H A Dmisc.h26 void remove_space(gchar *f);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_util.erl793 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
802 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
811 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
819 remove_space([Str|Rest],Acc) -> function
820 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_util.erl795 {remove_space(string:lexemes(Headings, "|"),[]), Rest};
804 parse_row(T,[remove_space(Values,[])|Rows], NumCols);
813 parse_row(T, [remove_space(string:lexemes(Row,"|"),[])|Rows],
821 remove_space([Str|Rest],Acc) -> function
822 remove_space(Rest,[string:trim(string:trim(Str,both,[$\s]),both,[$'])|Acc]);

12345678910>>...12