Home
last modified time | relevance | path

Searched refs:stripped_name (Results 1 – 25 of 104) sorted by relevance

12345

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/.github/scripts/
H A Dsync-github-releases.sh74 stripped_name=$(_strip_name ${name})
81 RI=("*${stripped_name}*" "${RI[@]}")
98 _asset "otp_src_${stripped_name}.tar.gz"
100 _asset "otp_doc_man_${stripped_name}.tar.gz"
101 case "${stripped_name}" in
134 stripped_name=$(_strip_name ${name})
144 stripped_name=$(_strip_name ${name})
175 local stripped_name=""
179 stripped_name=$(_strip_name ${name})
211 stripped_name=$(_strip_name "${name}")
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/.github/scripts/
H A Dsync-github-releases.sh74 stripped_name=$(_strip_name ${name})
81 RI=("*${stripped_name}*" "${RI[@]}")
98 _asset "otp_src_${stripped_name}.tar.gz"
100 _asset "otp_doc_man_${stripped_name}.tar.gz"
101 case "${stripped_name}" in
134 stripped_name=$(_strip_name ${name})
144 stripped_name=$(_strip_name ${name})
175 local stripped_name=""
179 stripped_name=$(_strip_name ${name})
211 stripped_name=$(_strip_name "${name}")
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/.github/scripts/
H A Dsync-github-releases.sh74 stripped_name=$(_strip_name ${name})
81 RI=("*${stripped_name}*" "${RI[@]}")
98 _asset "otp_src_${stripped_name}.tar.gz"
100 _asset "otp_doc_man_${stripped_name}.tar.gz"
101 case "${stripped_name}" in
134 stripped_name=$(_strip_name ${name})
144 stripped_name=$(_strip_name ${name})
175 local stripped_name=""
179 stripped_name=$(_strip_name ${name})
211 stripped_name=$(_strip_name "${name}")
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/.github/scripts/
H A Dsync-github-releases.sh74 stripped_name=$(_strip_name ${name})
81 RI=("*${stripped_name}*" "${RI[@]}")
98 _asset "otp_src_${stripped_name}.tar.gz"
100 _asset "otp_doc_man_${stripped_name}.tar.gz"
101 case "${stripped_name}" in
134 stripped_name=$(_strip_name ${name})
144 stripped_name=$(_strip_name ${name})
175 local stripped_name=""
179 stripped_name=$(_strip_name ${name})
211 stripped_name=$(_strip_name "${name}")
[all …]
/dports/devel/trellis/prjtrellis-5eb0ad87/libtrellis/src/
H A DRoutingGraph.cpp57 std::string stripped_name = db_name; in globalise_net() local
60 stripped_name = db_name.substr(4); in globalise_net()
67 size_t pcsa_pos = stripped_name.find("PCSA"); in globalise_net()
69 stripped_name.replace(pcsa_pos + 3, 1, "B"); in globalise_net()
71 …if (stripped_name.find("G_") == 0 || stripped_name.find("L_") == 0 || stripped_name.find("R_") == … in globalise_net()
77 if (stripped_name.find("G_") == 0 && stripped_name.find("VPTX") == string::npos && in globalise_net()
78stripped_name.find("HPBX") == string::npos && stripped_name.find("HPRX") == string::npos) { in globalise_net()
85 id.id = ident(stripped_name); in globalise_net()
93 if (regex_match(stripped_name, m, e)) { in globalise_net()
106 id.id = ident(stripped_name); in globalise_net()
/dports/x11-fm/caja/caja-1.26.0/test/
H A Dtest-caja-wrap-table.c15 char *emblem_name, *stripped_name; in main() local
66 stripped_name = eel_filename_strip_extension (emblem_name); in main()
69 if (strcmp (stripped_name, "erase") == 0) { in main()
72 g_free (stripped_name); in main()
83 stripped_name, in main()
/dports/www/stagit/stagit-1.0/
H A Dstagit-index.c121 char *stripped_name = NULL, *p; in writelog() local
136 if (!(stripped_name = strdup(name))) in writelog()
138 if ((p = strrchr(stripped_name, '.'))) in writelog()
143 percentencode(fp, stripped_name, strlen(stripped_name)); in writelog()
145 xmlencode(fp, stripped_name, strlen(stripped_name)); in writelog()
158 free(stripped_name); in writelog()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/tools/
H A Dpocompendium122 stripped_name=`dirname $po_file`/`basename $po_file .po`
123 po_translated=${stripped_name}.translated.po
124 po_inverted=${stripped_name}.invert.po
151 stripped_name=`dirname $po_file`/`basename $po_file .po`
152 po_lower=${stripped_name}.lower.po
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/integrations/
H A Dsti_type.rb43 stripped_name = value.delete_suffix('Service')
44 return unless self.class.namespaced_integrations.include?(stripped_name)
46 "Integrations::#{stripped_name}"
/dports/graphics/proj/proj-7.2.1/src/apps/
H A Doptargpm.h400 const char *last_path_delim, *stripped_name = full_name; in opt_strip_path() local
402 last_path_delim = strrchr (stripped_name, '\\'); in opt_strip_path()
403 if (last_path_delim > stripped_name) in opt_strip_path()
404 stripped_name = last_path_delim + 1; in opt_strip_path()
406 last_path_delim = strrchr (stripped_name, '/'); in opt_strip_path()
407 if (last_path_delim > stripped_name) in opt_strip_path()
408 stripped_name = last_path_delim + 1; in opt_strip_path()
409 return stripped_name; in opt_strip_path()
/dports/cad/yosys/yosys-yosys-0.12/frontends/rpc/
H A Drpc_frontend.cc161 std::string stripped_name = name.str(); in derive() local
162 if (stripped_name.compare(0, 9, "$abstract") == 0) in derive()
163 stripped_name = stripped_name.substr(9); in derive()
164 log_assert(stripped_name[0] == '\\'); in derive()
166 …gn, "Executing RPC frontend `%s' for module `%s'.\n", server->name.c_str(), stripped_name.c_str()); in derive()
176 derived_name = stripped_name; in derive()
178 derived_name = "$paramod$" + sha1(parameter_info) + stripped_name; in derive()
180 derived_name = "$paramod" + stripped_name + parameter_info; in derive()
186 std::tie(command, input) = server->derive_module(stripped_name.substr(1), parameters); in derive()
197 if (original_name == stripped_name) { in derive()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASConfig/
H A DASConfig.c709 char *stripped_name = NULL; in asmenu_dir2property() local
735 if( stripped_name == NULL ) in asmenu_dir2property()
776 if( stripped_name[k] == '_' ) in asmenu_dir2property()
778 if( stripped_name[k+1] == '_' ) in asmenu_dir2property()
782 stripped_name[l-2] = stripped_name[l] ; in asmenu_dir2property()
783 hotkey = stripped_name[k] ; in asmenu_dir2property()
785 stripped_name[k] = ' ' ; in asmenu_dir2property()
812 item->name = stripped_name ; in asmenu_dir2property()
813 stripped_name = NULL ; in asmenu_dir2property()
829 if( stripped_name) in asmenu_dir2property()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/integrationtests/ui/
H A Dtext_editor_invalid.py22 stripped_name = self.name.strip()
23 return stripped_name == ''
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmenuitem.c407 fdata->name = mystrdup (t->stripped_name); in add_menuitem_from_file()
444 create_named_function (F_NOP, name ? name : t->stripped_name); in add_menuitem_from_file()
519 t->stripped_name); in dirtree_make_menu2()
523 fdata->popup = FindPopup (t->stripped_name, True); in dirtree_make_menu2()
527 mystrdup (t->stripped_name) in dirtree_make_menu2()
538 fdata = desktop_entry2function (t->de, t->stripped_name); in dirtree_make_menu2()
540 t->stripped_name, fdata->func); in dirtree_make_menu2()
547 fdata = create_named_function (t->command.func, t->stripped_name); in dirtree_make_menu2()
587 fdata = create_named_function (F_EXEC, t->stripped_name); in dirtree_make_menu2()
H A Ddirtree.c90 if (tree->stripped_name != NULL && tree->stripped_name != tree->name) in dirtree_delete()
91 free (tree->stripped_name); in dirtree_delete()
568 if (t->stripped_name == NULL) { in dirtree_merge()
569 t->stripped_name = in dirtree_merge()
572 if (t->stripped_name == t->name && tree->minipixmap_extension) { in dirtree_merge()
573 t->stripped_name = in dirtree_merge()
575 if (t->stripped_name != t->name) in dirtree_merge()
603 if (t2 != t && !strcmp (t2->stripped_name, t->stripped_name)) { in dirtree_merge()
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dtempl.c109 String *stripped_name = SwigType_templateprefix(symname); in cparse_template_expand() local
110 Setattr(n, "sym:name", stripped_name); in cparse_template_expand()
111 Delete(stripped_name); in cparse_template_expand()
148 String *stripped_name = SwigType_templateprefix(name); in cparse_template_expand() local
149 if (Strstr(tname, stripped_name)) { in cparse_template_expand()
150 Replaceid(name, stripped_name, tname); in cparse_template_expand()
152 Delete(stripped_name); in cparse_template_expand()
155 stripped_name = SwigType_templateprefix(symname); in cparse_template_expand()
156 if (Strstr(tname, stripped_name)) { in cparse_template_expand()
157 Replaceid(symname, stripped_name, tname); in cparse_template_expand()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dx-tcl.c903 char *stripped_name; in read_command() local
907 stripped_name = function_name; in read_command()
909 stripped_name += 2; in read_command()
912 stripped_name, strlen (stripped_name), in read_command()
923 stripped_name, strlen (stripped_name))); in read_command()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dx-tcl.c903 char *stripped_name; in read_command() local
907 stripped_name = function_name; in read_command()
909 stripped_name += 2; in read_command()
912 stripped_name, strlen (stripped_name), in read_command()
923 stripped_name, strlen (stripped_name))); in read_command()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dx-tcl.c903 char *stripped_name; in read_command() local
907 stripped_name = function_name; in read_command()
909 stripped_name += 2; in read_command()
912 stripped_name, strlen (stripped_name), in read_command()
923 stripped_name, strlen (stripped_name))); in read_command()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dx-tcl.c903 char *stripped_name; in read_command() local
907 stripped_name = function_name; in read_command()
909 stripped_name += 2; in read_command()
912 stripped_name, strlen (stripped_name), in read_command()
923 stripped_name, strlen (stripped_name))); in read_command()
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/account/
H A Dum-utils.c275 char *lc_name, *ascii_name, *stripped_name; in generate_username_choices() local
302 stripped_name = g_strnfill (strlen (lc_name) + 1, '\0'); in generate_username_choices()
311 stripped_name[i] = *c; in generate_username_choices()
315 if (strlen (stripped_name) == 0) { in generate_username_choices()
318 g_free (stripped_name); in generate_username_choices()
326 words1 = g_strsplit_set (stripped_name, " ", -1); in generate_username_choices()
330 item0 = g_string_sized_new (strlen (stripped_name)); in generate_username_choices()
334 g_free (stripped_name); in generate_username_choices()
/dports/security/gvm-libs/gvm-libs-21.4.3/util/
H A Dxmlutils.c1779 const gchar *stripped_name; in element_child() local
1784 stripped_name = strchr (name, ':'); in element_child()
1785 if (stripped_name) in element_child()
1794 stripped_name++; in element_child()
1796 if (*stripped_name == '\0') in element_child()
1802 child = find_child (element, stripped_name); in element_child()
1855 const gchar *stripped_name; in element_attribute() local
1860 stripped_name = strchr (name, ':'); in element_attribute()
1861 if (stripped_name) in element_attribute()
1870 stripped_name++; in element_attribute()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/pro/processes/
H A Dbstm_bundle_to_scene_process.cxx131 std::string stripped_name = vul_file::strip_extension(img_name); in bstm_bundle_to_scene_process()
138 std::sprintf(filename,"%s/%s_cam.txt", krt_dir.c_str(), stripped_name.c_str()); in bstm_bundle_to_scene_process()
155 std::string inImgGlob = in_img_dir + "/" + stripped_name + ".*JPG"; in bstm_bundle_to_scene_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_bundle_to_scene_process.cxx158 std::string stripped_name = vul_file::strip_extension(img_name); in boxm2_bundle_to_scene_process() local
165 std::sprintf(filename,"%s/%s_cam.txt", krt_dir.c_str(), stripped_name.c_str()); in boxm2_bundle_to_scene_process()
182 std::string inImgGlob = in_img_dir + "/" + stripped_name + ".*"; in boxm2_bundle_to_scene_process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/protoc_wrapper/
H A Dprotoc_wrapper.py115 stripped_name = StripProtoExtension(filename)
116 headers.append(os.path.join(cc_out_dir, stripped_name + ".pb.h"))

12345