Home
last modified time | relevance | path

Searched refs:remove_junk (Results 1 – 18 of 18) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/contrib/utilities/
H A Dwrapcomments.py48 def remove_junk(lines): function
137 out.extend(wrap_block(remove_junk(curlines), start))
139 thisline = remove_junk([lines[idx]])[0]
147 out.extend(wrap_block(remove_junk(curlines), start))
154 out.extend(wrap_block(remove_junk(curlines), start))
164 thisline = remove_junk([lines[idx]])[0]
176 thisline = remove_junk([lines[idx]])[0]
214 thisline = remove_junk([lines[idx]])[0]
274 assert(remove_junk(lineI)==lineO)
284 assert(wrap_block(remove_junk(lineI)," * ")==lineI)
[all …]
/dports/sysutils/istatserver/istatserver-3.02/src/
H A DConf.cpp75 remove_junk(line); in parse()
128 void Config::remove_junk(string & _line) in remove_junk() function in Config
H A DConf.h67 void remove_junk(std::string & _line);
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/askalono-0.4.3/src/
H A Dpreproc.rs31 &remove_junk,
80 fn remove_junk(input: Cow<str>) -> Cow<str> { in remove_junk() function
/dports/devel/glib20/glib-2.70.4/glib/
H A Dghostutils.c222 remove_junk (const gchar *str, in remove_junk() function
326 name = remove_junk (hostname, len); in nameprep()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dworktree.c184 static void remove_junk(void) in remove_junk() function
203 remove_junk(); in remove_junk_on_signal()
316 atexit(remove_junk); in add_worktree()
H A Dclone.c512 static void remove_junk(void) in remove_junk() function
541 remove_junk(); in remove_junk_on_signal()
1028 atexit(remove_junk); in cmd_clone()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dworktree.c167 static void remove_junk(void)
186 remove_junk();
295 atexit(remove_junk);
H A Dclone.c407 static void remove_junk(void)
436 remove_junk();
964 atexit(remove_junk); in correct_untracked_entries()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dworktree.c167 static void remove_junk(void) in remove_junk() function
186 remove_junk(); in remove_junk_on_signal()
295 atexit(remove_junk); in add_worktree()
H A Dclone.c407 static void remove_junk(void) in remove_junk() function
436 remove_junk(); in remove_junk_on_signal()
964 atexit(remove_junk); in cmd_clone()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dworktree.c167 static void remove_junk(void) in remove_junk() function
186 remove_junk(); in remove_junk_on_signal()
295 atexit(remove_junk); in add_worktree()
H A Dclone.c407 static void remove_junk(void) in remove_junk() function
436 remove_junk(); in remove_junk_on_signal()
964 atexit(remove_junk); in cmd_clone()
/dports/devel/git/git-2.34.1/builtin/
H A Dworktree.c167 static void remove_junk(void) in remove_junk() function
186 remove_junk(); in remove_junk_on_signal()
295 atexit(remove_junk); in add_worktree()
H A Dclone.c407 static void remove_junk(void) in remove_junk() function
436 remove_junk(); in remove_junk_on_signal()
964 atexit(remove_junk); in cmd_clone()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dworktree.c167 static void remove_junk(void) in remove_junk() function
186 remove_junk(); in remove_junk_on_signal()
295 atexit(remove_junk); in add_worktree()
H A Dclone.c407 static void remove_junk(void) in remove_junk() function
436 remove_junk(); in remove_junk_on_signal()
964 atexit(remove_junk); in cmd_clone()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-sequence-matcher.c328 remove_junk (gpointer key, gpointer value, gpointer user_data) in remove_junk() function
352 g_hash_table_foreach_steal(priv->to_indices, remove_junk, &data); in remove_junks_from_to_indices()