Home
last modified time | relevance | path

Searched refs:deplist (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/print/lyx/lyx-2.3.4.2/src/
H A DDepTable.cpp39 if (deplist.find(f) == deplist.end()) { in insert()
51 deplist[f] = di; in insert()
63 DepList::iterator itr = deplist.begin(); in update()
64 while (itr != deplist.end()) { in update()
84 deplist.erase(doomed); in update()
116 if (cit != deplist.end()) { in haschanged()
152 return deplist.find(fil) != deplist.end(); in exist()
167 deplist.erase(doomed); in remove_files_with_extension()
186 deplist.erase(doomed); in remove_file()
229 deplist[FileName(nome)] = di; in read()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/
H A Dcheckdeps.pl86 @deplist = sort @ { $vars{$var} };
90 $a = shift @deplist;
101 $a = shift @deplist;
106 $a = shift @deplist;
111 $a = shift @deplist;
137 $a = shift @deplist;
148 $a = shift @deplist;
153 $a = shift @deplist;
158 $a = shift @deplist;
162 $a = shift @deplist;
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/
H A Dcheckdeps.pl86 @deplist = sort @ { $vars{$var} };
90 $a = shift @deplist;
101 $a = shift @deplist;
106 $a = shift @deplist;
111 $a = shift @deplist;
137 $a = shift @deplist;
148 $a = shift @deplist;
153 $a = shift @deplist;
158 $a = shift @deplist;
162 $a = shift @deplist;
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/
H A Dcheckdeps.pl86 @deplist = sort @ { $vars{$var} };
90 $a = shift @deplist;
101 $a = shift @deplist;
106 $a = shift @deplist;
111 $a = shift @deplist;
137 $a = shift @deplist;
148 $a = shift @deplist;
153 $a = shift @deplist;
158 $a = shift @deplist;
162 $a = shift @deplist;
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/
H A Dcheckdeps.pl86 @deplist = sort @ { $vars{$var} };
90 $a = shift @deplist;
101 $a = shift @deplist;
106 $a = shift @deplist;
111 $a = shift @deplist;
137 $a = shift @deplist;
148 $a = shift @deplist;
153 $a = shift @deplist;
158 $a = shift @deplist;
162 $a = shift @deplist;
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/keystate/
H A Dkey_purge.c7 key_dependency_list_t *deplist, key_dependency_t **deplist2, in free_all() argument
12 key_dependency_list_free(deplist); in free_all()
13 deplist = NULL; in free_all()
28 int deplist2_size = key_dependency_list_size(deplist); in free_all()
51 key_dependency_list_t *deplist = NULL; in removeDeadKeysNow() local
87 if (!(deplist = zone_db_get_key_dependencies(zone))) { in removeDeadKeysNow()
91 free_all(key_list, keylist, deplist, deplist2, zone); in removeDeadKeysNow()
130 deplist2_size = key_dependency_list_size(deplist); in removeDeadKeysNow()
137 key_dependency_list_free(deplist); in removeDeadKeysNow()
138 deplist = NULL; in removeDeadKeysNow()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/enforcer/
H A Denforcer.c411 key_dependency_list_t* deplist; in successor_rec() local
447 for (dep = key_dependency_list_begin(deplist); dep; dep = key_dependency_list_next(deplist)) { in successor_rec()
515 for (dep = key_dependency_list_begin(deplist); dep; dep = key_dependency_list_next(deplist)) { in successor_rec()
643 if (!deplist) { in successor()
650 for (dep = key_dependency_list_begin(deplist); dep; dep = key_dependency_list_next(deplist)) { in successor()
672 key_dependency_list_t* deplist) in exists_with_successor() argument
918 key_dependency_list_t* deplist) in dnssecApproval() argument
926 if (!deplist) { in dnssecApproval()
1401 if (!deplist) { in updateZone()
2585 assert(deplist); in removeDeadKeys()
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/partial/
H A DCouenneExprJac.cpp135 std::set <int> deplist; in ExprJac() local
137 c -> Body () -> DepList (deplist, STOP_AT_AUX); in ExprJac()
141 for (std::set <int>::iterator k = deplist.begin (); k != deplist.end (); ++k) { in ExprJac()
198 std::set <int> deplist; in ExprJac() local
200 e -> Image () -> DepList (deplist, STOP_AT_AUX); in ExprJac()
202 deplist.insert (e -> Index ()); in ExprJac()
206 for (std::set <int>::iterator k = deplist.begin (); k != deplist.end (); ++k) { in ExprJac()
H A DCouenneExprHess.cpp128 std::set <int> *deplist = new std::set <int> [1 + p -> nVars () + p -> nCons ()]; in ExprHess() local
137 p -> Obj (0) -> Body () -> DepList (deplist [nLevels++], STOP_AT_AUX); in ExprHess()
152 c -> DepList (deplist [nLevels++], STOP_AT_AUX); in ExprHess()
165 e -> Image () -> DepList (deplist [nLevels++], STOP_AT_AUX); in ExprHess()
171 for (std::set <int>::iterator j = deplist [i]. begin () ; j != deplist [i].end (); ++j) in ExprHess()
217 HessElemFill (i, 0, deplist [0], p -> Obj (0) -> Body (), rnz, lam, eee, p, globDepList); in ExprHess()
230 HessElemFill (i, level, deplist [level], c -> Body (), rnz, lam, eee, p, globDepList); in ExprHess()
245 HessElemFill (i, level, deplist [level], e -> Image (), rnz, lam, eee, p, globDepList); in ExprHess()
273 delete [] deplist; in ExprHess()
/dports/graphics/lfview/lfview-1.1a/
H A Dxutil.c17 int deplist[] = {32, 24, 16, 8, 4, 1}; in xut_get_vinfo() local
19 for (i = 0; i < sizeof(deplist) / sizeof(deplist[0]); i++) { in xut_get_vinfo()
20 if (deplist[i] < 16) { in xut_get_vinfo()
21 if (XMatchVisualInfo(si->disp, si->scr, deplist[i], PseudoColor, &vinfo) != 0) { in xut_get_vinfo()
22 fprintf(stderr, "Pseudo color, depth = %d.\n", deplist[i]); in xut_get_vinfo()
26 if (XMatchVisualInfo(si->disp, si->scr, deplist[i], DirectColor, &vinfo) != 0) { in xut_get_vinfo()
27 fprintf(stderr, "Direct color, depth = %d.\n", deplist[i]); in xut_get_vinfo()
30 if (XMatchVisualInfo(si->disp, si->scr, deplist[i], TrueColor, &vinfo) != 0) { in xut_get_vinfo()
31 fprintf(stderr, "True color, depth = %d.\n", deplist[i]); in xut_get_vinfo()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/No_license_found/
H A Ddep.pl7 my %deplist;
82 @deplist{$filename} = $list;
95 foreach (keys %deplist) {
97 draw_func(@deplist{$_});
117 draw_func(@deplist{$i});
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/problem/
H A DfillDependence.cpp44 std::set <int> deplist; in fillDependence() local
48 if ((*i) -> Image () -> DepList (deplist, STOP_AT_AUX) == 0) in fillDependence()
52 for (std::set <int>::iterator j = deplist.begin (); j != deplist.end (); ++j) { in fillDependence()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/qbs/modules/pluginjson/
H A Dpluginjson.qbs89 var deplist = [];
91deplist.push(" { \"Name\" : \"" + plugin_depends[i] + "\", \"Version\" : \"" + qtcVersion +…
94deplist.push(" { \"Name\" : \"" + plugin_recommends[i] + "\", \"Version\" : \"" + qtcVersio…
97deplist.push(" { \"Name\" : \"" + plugin_test_depends[i] + "\", \"Version\" : \"" + qtcVers…
99 deplist = deplist.join(",\n")
100 vars['dependencyList'] = "\"Dependencies\" : [\n" + deplist + "\n ]";
/dports/security/dropbear/dropbear-2020.81/libtommath/
H A Dhelper.pl257 my ($deplist, $depmap, $out, $indent, $funcslist) = @_;
261 if ($deplist =~ /$funcs[0]/) {
262 return $deplist;
264 $deplist = $deplist . $funcs[0];
272 my $olddeplist = $deplist;
274 …$deplist = draw_func($deplist, $depmap, $out, $indent + 1, ${$depmap}{$i}) if exists ${$depmap}{$i…
/dports/devel/py-plac/plac-1.3.4/
H A Dsetup.py8 deplist = []
13 deplist.append(module)
14 return deplist
/dports/lang/tcl87/tcl8.7a5/libtommath/
H A Dhelper.pl270 my ($deplist, $depmap, $out, $indent, $funcslist) = @_;
274 if ($deplist =~ /$funcs[0]/) {
275 return $deplist;
277 $deplist = $deplist . $funcs[0];
285 my $olddeplist = $deplist;
287 …$deplist = draw_func($deplist, $depmap, $out, $indent + 1, ${$depmap}{$i}) if exists ${$depmap}{$i…
/dports/math/libtommath/libtommath-1.2.0/
H A Dhelper.pl270 my ($deplist, $depmap, $out, $indent, $funcslist) = @_;
274 if ($deplist =~ /$funcs[0]/) {
275 return $deplist;
277 $deplist = $deplist . $funcs[0];
285 my $olddeplist = $deplist;
287 …$deplist = draw_func($deplist, $depmap, $out, $indent + 1, ${$depmap}{$i}) if exists ${$depmap}{$i…
/dports/graphics/digikam/digikam-7.4.0/project/bundles/macports/
H A Drll.py179 deplist = [] variable
182 deplist = deplist + embed_dependencies(dep) variable
184 depset = set(deplist)
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/
H A DexprAux.cpp157 int exprAux::DepList (std::set <int> &deplist, in DepList() argument
161 return image_ -> DepList (deplist, type); in DepList()
163 if (deplist.find (varIndex_) == deplist.end ()) in DepList()
164 deplist.insert (varIndex_); in DepList()
170 return 1 + image_ -> DepList (deplist, type); in DepList()
H A DCouenneExprVar.hpp106 virtual inline int DepList (std::set <int> &deplist, in DepList() argument
109 if (deplist.find (varIndex_) == deplist.end ()) { in DepList()
110 deplist.insert (varIndex_); in DepList()
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dspeaker.cc84 bx_list_c *deplist; in speaker_init_options() local
99 deplist = new bx_list_c(NULL); in speaker_init_options()
100 deplist->add(mode); in speaker_init_options()
101 enabled->set_dependent_list(deplist); in speaker_init_options()
103 deplist = new bx_list_c(NULL); in speaker_init_options()
104 deplist->add(volume); in speaker_init_options()
105 mode->set_dependent_list(deplist, 0); in speaker_init_options()
/dports/shells/zsh/zsh-5.8.1/Util/
H A Dmkdisttree.sh66 if test -n "$deplist" && test -f $dir_top/$subdir/Makefile; then
67 ( trap '' 1 2 15; cd $dir_top/$subdir && "$@" $deplist ) || exit 1
70 for f in $deplist `test -z "$globlist" || ( cd $dir_top/$subdir && eval "echo $globlist")`; do
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/admin/
H A Dindex.lua100 local deplist = {}
105 table.insert(deplist, name:lower())
115 table.insert(deplist, name:lower() .. " (on "..plat..")")
120 return '<p><b>External dependencies:</b> ' .. table.concat(deplist, ',&nbsp;').. '</p>'
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dsue_xc.tcl337 global deplist
349 lappend deplist $type
371 global deplist
383 set deplist {}
390 if {[llength $deplist] > 0} {
393 foreach dep $deplist {
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dimplicit.c226 struct patdeps *deplist in pattern_search() local
228 struct patdeps *pat = deplist; in pattern_search()
444 pat = deplist; in pattern_search()
517 pat = deplist; in pattern_search()
662 unsigned int l = pat - deplist; in pattern_search()
663 deplist = xrealloc (deplist, in pattern_search()
665 pat = deplist + l; in pattern_search()
837 while (pat-- > deplist) in pattern_search()
988 free (deplist); in pattern_search()

12345678910>>...15