Home
last modified time | relevance | path

Searched refs:depstring (Results 1 – 25 of 35) sorted by relevance

12

/dports/deskutils/egroupware/egroupware/setup/
H A Dapplications.php71 $depstring = '(';
78 $depstring .= $c . ': ' .implode(',',$d) . '; ';
83 $depstring .= $c . ': ' . $d . '; ';
88 $depstring .= ')';
91 return $depstring;
503 $depstring = parsedep($value['depends']); variable
504 $depstring .= ')';
519 $status = lang('Dependency Failure') . ':' . $depstring . $value['status'];
523 $depstring = parsedep($value['depends']); variable
524 $depstring .= ')';
[all …]
H A Dschematoy.php61 $depstring = '(';
68 $depstring .= $c . ': ' .implode(',',$d) . '; ';
73 $depstring .= $c . ': ' . $d . '; ';
78 $depstring .= ')';
81 return $depstring;
/dports/www/phpgroupware/phpgroupware-0.9.16.017/setup/
H A Dapplications.php78 $depstring = '(';
85 $depstring .= $c . ': ' .implode(',',$d) . '; ';
90 $depstring .= $c . ': ' . $d . '; ';
95 $depstring .= ')';
98 return $depstring;
512 $depstring = parsedep($value['depends']); variable
513 $depstring .= ')';
520 $status = lang('Dependency Failure') . ':' . $depstring . $value['status'];
524 $depstring = parsedep($value['depends']); variable
525 $depstring .= ')';
[all …]
H A Dschematoy.php61 $depstring = '(';
68 $depstring .= $c . ': ' .implode(',',$d) . '; ';
73 $depstring .= $c . ': ' . $d . '; ';
78 $depstring .= ')';
81 return $depstring;
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddeps.c479 if(depstring == NULL) { in alpm_dep_from_string()
486 if((desc = strstr(depstring, ": ")) != NULL) { in alpm_dep_from_string()
488 deplen = desc - depstring; in alpm_dep_from_string()
492 deplen = strlen(depstring); in alpm_dep_from_string()
493 desc = depstring + deplen; in alpm_dep_from_string()
498 if((ptr = memchr(depstring, '<', deplen))) { in alpm_dep_from_string()
506 } else if((ptr = memchr(depstring, '>', deplen))) { in alpm_dep_from_string()
520 ptr = depstring + deplen; in alpm_dep_from_string()
527 STRNDUP(depend->name, depstring, ptr - depstring, goto error); in alpm_dep_from_string()
777 alpm_list_t *dbs, const char *depstring) in alpm_find_dbs_satisfier() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dbuilder.cc185 std::string depstring; in CheckForBadItems() local
197 depstring += src->label().GetUserVisibleName(true) + "\n needs " + in CheckForBadItems()
204 if (!depstring.empty()) { in CheckForBadItems()
205 *err = Err(Location(), "Unresolved dependencies.", depstring); in CheckForBadItems()
212 depstring = CheckForCircularDependencies(bad_records); in CheckForBadItems()
213 if (depstring.empty()) { in CheckForBadItems()
215 depstring = in CheckForBadItems()
219 depstring += in CheckForBadItems()
222 *err = Err(Location(), "", depstring); in CheckForBadItems()
224 *err = Err(Location(), "Dependency cycle:", depstring); in CheckForBadItems()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dbuilder.cc185 std::string depstring; in CheckForBadItems() local
197 depstring += src->label().GetUserVisibleName(true) + "\n needs " + in CheckForBadItems()
204 if (!depstring.empty()) { in CheckForBadItems()
205 *err = Err(Location(), "Unresolved dependencies.", depstring); in CheckForBadItems()
212 depstring = CheckForCircularDependencies(bad_records); in CheckForBadItems()
213 if (depstring.empty()) { in CheckForBadItems()
215 depstring = in CheckForBadItems()
219 depstring += in CheckForBadItems()
222 *err = Err(Location(), "", depstring); in CheckForBadItems()
224 *err = Err(Location(), "Dependency cycle:", depstring); in CheckForBadItems()
/dports/devel/gn/gn-1962/src/gn/
H A Dbuilder.cc208 std::string depstring; in CheckForBadItems() local
213 depstring += src->label().GetUserVisibleName(true) + "\n needs " + in CheckForBadItems()
219 if (!depstring.empty()) { in CheckForBadItems()
220 *err = Err(Location(), "Unresolved dependencies.", depstring); in CheckForBadItems()
227 depstring = CheckForCircularDependencies(bad_records); in CheckForBadItems()
228 if (depstring.empty()) { in CheckForBadItems()
230 depstring = in CheckForBadItems()
234 depstring += in CheckForBadItems()
237 *err = Err(Location(), "", depstring); in CheckForBadItems()
239 *err = Err(Location(), "Dependency cycle:", depstring); in CheckForBadItems()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dpackage.c171 char *depstring = alpm_dep_compute_string(optdep); in optdeplist_display() local
173 if(alpm_find_satisfier(alpm_db_get_pkgcache(localdb), depstring)) { in optdeplist_display()
175 depstring = realloc(depstring, strlen(depstring) + strlen(installed) + 1); in optdeplist_display()
176 strcpy(depstring + strlen(depstring), installed); in optdeplist_display()
179 text = alpm_list_add(text, depstring); in optdeplist_display()
H A Dremove.c124 char *depstring = alpm_dep_compute_string(miss->depend); in pacman_remove() local
126 miss->target, miss->causingpkg, depstring); in pacman_remove()
127 free(depstring); in pacman_remove()
H A Ddatabase.c102 char *depstring = alpm_dep_compute_string(miss->depend); in check_db_missing_deps() local
104 depstring, miss->target); in check_db_missing_deps()
105 free(depstring); in check_db_missing_deps()
H A Dsync.c715 char *depstring = alpm_dep_compute_string(miss->depend); in print_broken_dep() local
721 depstring, miss->target); in print_broken_dep()
725 miss->causingpkg, alpm_pkg_get_version(pkg), depstring, miss->target); in print_broken_dep()
729 miss->causingpkg, depstring, miss->target); in print_broken_dep()
731 free(depstring); in print_broken_dep()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/devel/avr-gcc/gcc-10.2.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gnat_util/gcc-6-20180516/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
62 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/devel/riscv64-gcc/gcc-8.3.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gcc10/gcc-10.3.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/lang/gcc8/gcc-8.5.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dgraph-header-logs24 depstring = ("In file included from", " from")
65 if len (line) > 21 and line[:21] in depstring:

12