Home
last modified time | relevance | path

Searched refs:spacelist (Results 1 – 10 of 10) sorted by relevance

/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/SpaceMan/
H A DSMFile.pm372 my $spacelist = shift;
375 unless (defined($spacelist)
383 my $spacelist = shift;
389 if ($spacelist->[1] =~ m/\d+/)
793 push @{$spacelist}, $spacelist->[2]
941 splice (@{$spacelist}, 0, 3);
947 foreach my $xt (@{$spacelist})
1011 splice (@{$spacelist}, 0, 3);
1069 splice (@{$spacelist}, 0, 3);
1113 unless (defined($spacelist))
[all …]
/dports/irc/sic/sic-0.23a/
H A Dtabkey.c30 static struct nlist_ *spacelist = NULL, *spacenext = NULL; variable
122 return real_add(&spacelist, &spacenext, nick, uh);
192 return real_get(spacelist, &spacenext); in space_get()
/dports/math/gap/gap-4.11.0/pkg/hapcryst-0.1.13/lib/
H A DCWcomplexThings_LargeGroupRep.gi370 function(resolution,dim,spacelist)
372 if ForAll(spacelist,subspace->IsFreeZGWord_LargeGroupRep(resolution,dim,subspace))
374 return IsContractiblePartialSpaceNC_LargeGroupRep(resolution,dim,spacelist);
375 elif ForAll(spacelist,subspace->IsFreeZGWord(resolution,dim,subspace))
377 spacelist_large:=List(spacelist,space->ConvertStandardWord(resolution,dim,space));
389 function(resolution,dim,spacelist)
391 chaincomplex:=ChainComplexFromPartialSpaceNC_LargeGroupRep(resolution,spacelist);
H A DCWcomplexThings.gi274 function(resolution,dim,spacelist)
275 if not ForAll(spacelist,subspace->IsFreeZGWord(resolution,dim,subspace))
279 return IsContractiblePartialSpaceNC(resolution,dim,spacelist);
284 function(resolution,dim,spacelist)
286 chaincomplex:=ChainComplexFromPartialSpaceNC(resolution,dim,spacelist);
H A DCWcomplexThings_GroupRingRep.gi743 function(resolution,dim,spacelist)
745 if ForAll([1..Size(spacelist)],subspace->
746 IsFreeZGWord_LargeGroupRep(resolution,subspace-1,spacelist[subspace]))
748 return IsContractiblePartialSpaceNC_LargeGroupRep(resolution,dim,spacelist);
749 elif ForAll([1..Size(spacelist)],subspace->
750 IsFreeZGWord(resolution,subspace-1,spacelist[subspace]))
752 spacelist_large:=List(spacelist,space->ConvertStandardWord(resolution,dim,space));
764 function(resolution,dim,spacelist)
766 chaincomplex:=ChainComplexFromPartialSpaceNC_LargeGroupRep(resolution,spacelist{[1..dim+1]});
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_rand_timing.py403 spacelist = []
409 spacelist.append(dind)
433 nspace = len(spacelist)
440 sind = spacelist[mind]
445 spacelist.remove(sind)
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DUtil.pm1505 my $spacelist = " " x ($len_dif + 1);
1508 unless ($hstr =~ m/$spacelist/);
1512 $hstr =~ s/$spacelist/$one_space/;
1526 my $spacelist = " " x length($kvpair);
1528 $hstr =~ s/$spacelist/$kvpair/;
/dports/print/yatex/yatex1.82/
H A Dyatex.el2925 (p (point)) ii end poslist spacelist lenlist b e n
2975 spacelist (cons (preceding-char) spacelist)
2987 spacelist (cons (YaTeX-match-string n) spacelist)
2995 (while spacelist
3000 (insert (car spacelist))
3001 (setq spacelist (cdr spacelist)
/dports/lang/sbcl/sbcl-1.3.13/doc/internals-notes/
H A DGENCGC-PORTING-NOTES213 File: ppc-darwin-spacelist.h
604 File: src/runtime/ppc-darwin-spacelist.h
/dports/databases/p5-Genezzo/Genezzo-0.72/
H A DTODO245 index. Need to extend smfile to have multiple free extents in spacelist,