Home
last modified time | relevance | path

Searched refs:curcat (Results 1 – 16 of 16) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A Dbuild_contents.py29 def _setcurcat(self, curcat): argument
30 self.curcat = curcat
31 if self.curcat not in self.cats:
32 self.cats[self.curcat] = { }
33 self.subcats[self.curcat] = { }
43 self.curcat = ""
77 self.cats[self.curcat][self.title] = self.htmlfilename
81 if self.curcat != "" and self.cur != "":
82 self.cats[self.curcat].pop(self.title, None)
83 if self.cur not in self.subcats[self.curcat]:
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexCharClass.cs865 if (curcat == 0) in CharInCategory()
871 else if (curcat > 0) in CharInCategory()
875 if (curcat == SpaceConst) in CharInCategory()
885 --curcat; in CharInCategory()
893 if (curcat == NotSpaceConst) in CharInCategory()
906 curcat = -1 - curcat; in CharInCategory()
925 if (curcat > 0) in CharInCategoryGroup()
930 while (curcat != 0) in CharInCategoryGroup()
934 --curcat; in CharInCategoryGroup()
948 while (curcat != 0) in CharInCategoryGroup()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexCharClass.cs899 int curcat = (short) set[i]; in CharInCategory()
901 if (curcat == 0) { in CharInCategory()
906 else if (curcat > 0) { in CharInCategory()
917 --curcat; in CharInCategory()
935 curcat = -1 - curcat; in CharInCategory()
953 int curcat = (short) category[i]; in CharInCategoryGroup()
954 if (curcat > 0) { in CharInCategoryGroup()
958 while (curcat != 0) { in CharInCategoryGroup()
960 --curcat; in CharInCategoryGroup()
974 while (curcat != 0) { in CharInCategoryGroup()
[all …]
/dports/math/ploticus/pl240src/src/
H A Dcats.c27 static int curcat[2] = { 0, 0 }; /* used with roundrobin category lookup */ variable
53 curcat[0] = 0; curcat[1] = 0; in PL_catfree()
184 curcat[ axi ] = 0;
300 j = curcat[ axi ];
301 if( j == -1 ) { recurs = 1; j = curcat[axi] = 0; }
318 curcat[ axi ] = -1;
324 curcat[ axi ] = j;
H A Dproc_catlines.c27 char subcat[MAXSUBCATLEN], curcat[MAXSUBCATLEN]; in PLP_catlines() local
163 strcpy( curcat, "" ); in PLP_catlines()
187 if( strcmp( cat, curcat ) != 0 ) Emovu( xcenter+ofs, yval ); /* category break */ in PLP_catlines()
192 strcpy( curcat, cat ); in PLP_catlines()
/dports/math/ploticus-nox11/pl240src/src/
H A Dcats.c27 static int curcat[2] = { 0, 0 }; /* used with roundrobin category lookup */ variable
53 curcat[0] = 0; curcat[1] = 0; in PL_catfree()
184 curcat[ axi ] = 0;
300 j = curcat[ axi ];
301 if( j == -1 ) { recurs = 1; j = curcat[axi] = 0; }
318 curcat[ axi ] = -1;
324 curcat[ axi ] = j;
H A Dproc_catlines.c27 char subcat[MAXSUBCATLEN], curcat[MAXSUBCATLEN]; in PLP_catlines() local
163 strcpy( curcat, "" ); in PLP_catlines()
187 if( strcmp( cat, curcat ) != 0 ) Emovu( xcenter+ofs, yval ); /* category break */ in PLP_catlines()
192 strcpy( curcat, cat ); in PLP_catlines()
/dports/math/gnumeric/gnumeric-1.12.50/doc/
H A Dmake-func-list.pl28 my $curcat = undef; # Current category
99 if ((not defined $curcat) or ($curcat ne $cat)) {
298 $curcat = $cat;
/dports/www/chems/chems-0x04/modules/categories/
H A Dcategories.php245 foreach($cats as $curcat) {
246 if( $cat === $curcat )
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dgtk-sky-glance.c237 guint curcat; in size_allocate_cb() local
332 curcat = 0; in size_allocate_cb()
344 if (skp->catnum != curcat) in size_allocate_cb()
347 curcat = skp->catnum; in size_allocate_cb()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DDisplay.pm154 $curcat = ${ $uid . $currentboard }{'cat'};
168 ( $cat, $catperms ) = split /\|/xsm, $catinfo{"$curcat"};
669 $template_cat = qq~<a href="$scripturl?catselect=$curcat">$cat</a>~;
683 $template_cat = qq~<a href="$scripturl?catselect=$curcat">$cat</a>~;
1313 …. qq~;leave=0;newcat=$curcat;newboard=$currentboard;newthread=new;ss_submit=1" onclick="return con…
1519 …_splice;board=$currentboard;thread=$viewnum;oldposts=all;leave=0;newcat=$curcat;newboard=$currentb…
H A DSearch.pm66 @categories, $curcat, %catname, %cataccess, @membergroups,
365 $curcat, @categories, %catid, %catname, %cataccess,
798 $board, $curcat, @categories, %catname, %cataccess,
H A DPrintpage.pm487 $curcat = ${ $uid . $currentboard }{'cat'};
501 ( $cat, $catperms ) = split /\|/xsm, $catinfo{"$curcat"};
H A DPoll.pm264 ( $curcat, $catperms ) = split /\|/xsm, $catinfo{"$cat"};
353 qq~<a href="$scripturl?catselect=$curcat" class="nav">$cat</a>~;
H A DPost.pm107 $curcat = ${ $uid . $currentboard }{'cat'};
112 ( $cat, $catperms ) = split /\|/xsm, $catinfo{$curcat};
2724 $curcat = ${ $uid . $currentboard }{'cat'};
2729 ( $cat, $catperms ) = split /\|/xsm, $catinfo{$curcat};
H A DBoardIndex.pm320 my $curcat = ${ $uid . ${$scthreadnum}{'board'} }{'cat'};
321 my $catperms = ( split /\|/xsm, $catinfo{$curcat} )[1];