Home
last modified time | relevance | path

Searched refs:new_components (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/mod_mono/mod_mono-3.13/src/
H A Dmono-io-portability.c146 g_strfreev (new_components); in mono_portability_find_file()
158 g_strfreev (new_components); in mono_portability_find_file()
165 g_strfreev (new_components); in mono_portability_find_file()
173 g_strfreev (new_components); in mono_portability_find_file()
178 new_components[component++] = entry; in mono_portability_find_file()
191 g_strfreev (new_components); in mono_portability_find_file()
198 g_strfreev (new_components); in mono_portability_find_file()
223 g_strfreev (new_components); in mono_portability_find_file()
229 new_components[component] = entry; in mono_portability_find_file()
237 g_strfreev (new_components); in mono_portability_find_file()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DRelinkablePath.cpp28 QStringList new_components; in normalize() local
31 if (new_components.isEmpty() in normalize()
33 || (new_components.size() == 1 && new_components.front().isEmpty()) in normalize()
36 new_components.push_back(comp); in normalize()
44 if (new_components.isEmpty()) { in normalize()
47 const QString& last_comp = new_components.back(); in normalize()
51 new_components.pop_back(); in normalize()
53 new_components.push_back(comp); in normalize()
57 return new_components.join(QChar('/')); in normalize()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-io-portability.c258 g_strfreev (new_components); in mono_portability_find_file_internal()
274 g_strfreev (new_components); in mono_portability_find_file_internal()
281 g_strfreev (new_components); in mono_portability_find_file_internal()
293 g_strfreev (new_components); in mono_portability_find_file_internal()
298 new_components[component++] = entry; in mono_portability_find_file_internal()
316 g_strfreev (new_components); in mono_portability_find_file_internal()
323 g_strfreev (new_components); in mono_portability_find_file_internal()
352 g_strfreev (new_components); in mono_portability_find_file_internal()
358 new_components[component] = entry; in mono_portability_find_file_internal()
366 g_strfreev (new_components); in mono_portability_find_file_internal()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-meta-backend.c2112 new_components = NULL; in test_create_objects()
2151 new_components = NULL; in test_create_objects()
2201 new_components = NULL; in test_create_objects()
2304 new_components = NULL; in test_modify_objects()
2336 new_components = NULL; in test_modify_objects()
2375 new_components = NULL; in test_modify_objects()
2415 new_components = NULL; in test_modify_objects()
2476 new_components = NULL; in test_remove_objects()
2507 new_components = NULL; in test_remove_objects()
2549 new_components = NULL; in test_remove_objects()
[all …]
/dports/print/lilypond/lilypond-2.22.1/flower/
H A Dfile-name.cc198 vector<string> new_components; in canonicalized() local
204 else if (new_components.size () && components[i] == string ("..")) in canonicalized()
206 string s = new_components.back (); in canonicalized()
207 new_components.pop_back (); in canonicalized()
208 if (!new_components.size ()) in canonicalized()
211 new_components.push_back (".."); in canonicalized()
213 new_components.push_back ("."); in canonicalized()
217 new_components.push_back (components[i]); in canonicalized()
220 c.dir_ = string_join (new_components, "/"); in canonicalized()
/dports/print/lilypond-devel/lilypond-2.23.5/flower/
H A Dfile-name.cc222 vector<string> new_components; in canonicalized() local
228 else if (new_components.size () && components[i] == string ("..")) in canonicalized()
230 string s = new_components.back (); in canonicalized()
231 new_components.pop_back (); in canonicalized()
232 if (!new_components.size ()) in canonicalized()
235 new_components.push_back (".."); in canonicalized()
237 new_components.push_back ("."); in canonicalized()
241 new_components.push_back (components[i]); in canonicalized()
244 c.dir_ = string_join (new_components, "/"); in canonicalized()
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/align/tools/
H A Dthread.py59 new_components = get_components_for_species(new_maf, species)
60 if new_components:
61 new_maf.components = new_components
63 new_maf.text_size = len(new_components[0].text)
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend-sync.c253 GSList **new_components, in e_cal_backend_sync_create_objects() argument
266 calobjs, opflags, uids, new_components, error); in e_cal_backend_sync_create_objects()
302 GSList **new_components, in e_cal_backend_sync_modify_objects() argument
352 GSList **new_components, in e_cal_backend_sync_remove_objects() argument
752 GSList *new_components = NULL; in cal_backend_create_objects() local
756 if (!new_components) in cal_backend_create_objects()
762 e_util_free_nullable_object_slist (new_components); in cal_backend_create_objects()
775 GSList *old_components = NULL, *new_components = NULL; in cal_backend_modify_objects() local
785 e_util_free_nullable_object_slist (new_components); in cal_backend_modify_objects()
798 GSList *old_components = NULL, *new_components = NULL; in cal_backend_remove_objects() local
[all …]
H A De-cal-backend-sync.h126 GSList **new_components,
135 GSList **new_components,
144 GSList **new_components,
231 GSList **new_components,
241 GSList **new_components,
251 GSList **new_components,
H A De-data-cal.h100 GSList *new_components);
106 GSList *new_components);
113 GSList *new_components);
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/address_formatting/
H A Dformatter.py415 new_components = []
437 new_components.append(el)
440 return ''.join(new_components).strip()
467 new_components = []
478 … token = new_components[-1] if new_components and '{' not in new_components[-1] else '\n'
486 while new_components and '{' not in new_components[-1]:
487 new_components.pop()
507 if new_components and '{' not in new_components[-1]:
521 new_components.append(el)
525 new_components.append(tag_token)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/public/base/
H A Davatar_icon_util.cc133 auto new_components = in GetAvatarImageURLWithOptions() local
136 if (new_components.empty()) { in GetAvatarImageURLWithOptions()
137 new_components = in GetAvatarImageURLWithOptions()
141 if (new_components.empty()) { in GetAvatarImageURLWithOptions()
146 std::string new_path = base::JoinString(new_components, kURLPathSeparator); in GetAvatarImageURLWithOptions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/public/base/
H A Davatar_icon_util.cc133 auto new_components = in GetAvatarImageURLWithOptions() local
136 if (new_components.empty()) { in GetAvatarImageURLWithOptions()
137 new_components = in GetAvatarImageURLWithOptions()
141 if (new_components.empty()) { in GetAvatarImageURLWithOptions()
146 std::string new_path = base::JoinString(new_components, kURLPathSeparator); in GetAvatarImageURLWithOptions()
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dmaf_limit_to_species.py23 new_components = []
26 new_components.append(comp)
27 m.components = new_components
H A Dmaf_thread_for_species.py43 new_components = get_components_for_species(m, species)
44 if new_components:
45 m.components = new_components
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/community/
H A Dcentrality.py168 new_components = tuple(nx.connected_components(G))
169 num_new_components = len(new_components)
170 return new_components
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/places/
H A Dconfig.py171 new_components = components.copy()
186 new_components.pop(component, None)
190 new_components.pop(c, None)
208 new_components[component] = value
210 self.drop_invalid_components(new_components, country, original_bitset=original_bitset)
212 return new_components
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Dtformv3.h63 SphericalTransformComponent * new_components() { in new_components() function
74 SphericalTransformComponent * new_components() { in new_components() function
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/cints/
H A Dtform.h64 SphericalTransformComponent * new_components() { in new_components() function
75 SphericalTransformComponent * new_components() { in new_components() function
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intcca/
H A Dtform.h60 SphericalTransformComponent * new_components() { in new_components() function
71 SphericalTransformComponent * new_components() { in new_components() function
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/testdata/
H A Dpaths.star143 new_components = []
149 if new_components and new_components[-1] != "..":
151 new_components.pop()
154 new_components.append(component)
156 new_components.append(component)
158 path = "/".join(new_components)
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/testdata/
H A Dpaths.star143 new_components = []
149 if new_components and new_components[-1] != "..":
151 new_components.pop()
154 new_components.append(component)
156 new_components.append(component)
158 path = "/".join(new_components)
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/testdata/
H A Dpaths.star143 new_components = []
149 if new_components and new_components[-1] != "..":
151 new_components.pop()
154 new_components.append(component)
156 new_components.append(component)
158 path = "/".join(new_components)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/site_scons/site_tools/
H A Dcomponent_builders.py70 new_components = set(components)
71 while new_components:
73 c = new_components.pop()
77 new_components.update(__component_list.get(c, set())
/dports/devel/py-curtsies/curtsies-0.3.10/curtsies/
H A Dformatstring.py374 new_components = []
384 new_components.extend(new_fs.chunks)
385 new_components.append(bfs)
392 new_components.extend([head] + new_fs.chunks)
397 new_components.append(tail)
402 new_components.append(tail)
405 new_components.append(bfs)
408 new_components.extend(new_fs.chunks)
411 return FmtStr(*(s for s in new_components if s.s))

123