Home
last modified time | relevance | path

Searched refs:posttag (Results 1 – 18 of 18) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_z_zone.h46 int posttag; member
H A Dz_zone.c364 base->posttag=MEMORYPOSTTAG; in Z_Malloc()
463 base->posttag=MEMORYPOSTTAG; in Z_LevelMalloc()
696 if (block->posttag!=MEMORYPOSTTAG) in Z_CheckHeap()
719 if (block->posttag!=MEMORYPOSTTAG) in Z_CheckHeap()
/dports/shells/zsh/zsh-5.8.1/Completion/Debian/Command/
H A D_git-buildpackage11 '--git-tag-only[do not build, only tag and run the posttag hook]' \
33 '--git-posttag=-[hook run after a successful tag operation]:command:' \
H A D_svn-buildpackage24 '--svn-posttag:hook: _command_names -e' \
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhtml.c81 char *posttag; /* Html code to follow text */ member
1089 char *posttag = 0; in Html_processSpecialChar() local
1096 posttag = htmlSpecialSpecs[i].posttag; in Html_processSpecialChar()
1103 if (posttag) Html_processTag(h,posttag,strlen(posttag)); in Html_processSpecialChar()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditTablePlugin/
H A DEditTableData.pm13 posttag => undef, # text after EDITTABLE tag
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DMessageIndex.pm1143 ( $tmpmessage, $pretext, $pretag, $tagtext, $posttag ) = @_;
1152 $posttag =~ s/\[/|/sm;
1166 . $posttag;
1169 return $pretext . $pretag . $tagtext . $posttag;
/dports/devel/cvs-devel/cvs-1.12.13/doc/
H A Dcvs.info214 Node: posttag423995
H A Dcvs.info-23033 * posttag:: Logging tags
3517 directories are added ot the repository. *Note posttag:: for how to
3653 File: cvs.info, Node: taginfo, Next: posttag, Prev: postadmin, Up: Trigger Scripts
3717 File: cvs.info, Node: posttag, Next: postwatch, Prev: taginfo, Up: Trigger Scripts
3722 The `posttag' file defines programs to execute after a `tag' or `rtag'
3723 command modifies files. The `posttag' file has the standard form for
3728 The `posttag' admin file supports the same format strings as the
5548 * format strings, posttag admin file: posttag. (line 12)
5795 * posttag (admin file): posttag. (line 6)
5932 * script hook, posttag: posttag. (line 6)
[all …]
H A Dwriteproxy.rtf588 …th1\revdttm-2038016924 scripting}{\deleted\revauthdel1\revdttmdel-2038016924 CVSROOT/posttag}{ hook
628 …rd \qj \li0\ri0\widctlpar\intbl\aspalpha\aspnum\faauto\adjustright\rin0\lin0 {CVSROOT/posttag\cell
H A Dcvs.texinfo3119 be configured via @file{loginfo}, @file{postadmin}, @file{posttag}, &
3149 Setting up the @file{loginfo}, @file{postadmin}, @file{posttag}, and
13162 * posttag:: Logging tags
13772 are added ot the repository. @ref{posttag} for how to log tagging
14034 @node posttag
14036 @cindex posttag (admin file)
14037 @cindex script hook, posttag
14040 The @file{posttag} file defines programs to execute after a @code{tag} or
14041 @code{rtag} command modifies files. The @file{posttag} file has the standard
14046 @cindex format strings, posttag admin file
[all …]
H A DChangeLog438 (postadmin, posttag, postwatch, preproxy, postproxy): New nodes.
463 (postadmin, posttag, postwatch): New nodes.
H A Dcvs.info-12112 This must be configured via `loginfo', `postadmin', `posttag', &
2140 2. Setting up the `loginfo', `postadmin', `posttag', and `postwatch'
/dports/devel/cvs-devel/cvs-1.12.13/contrib/
H A Dvalidate_repo.in816 qr{^(./)?CVSROOT/posttag$}o,
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dsanity.sh2750 cat >>posttag <<EOF
2763 cp posttag $TESTDIR/posttag-clean
7521 posttag
7583 /posttag/1\.[0-9][0-9]*/$DATE//
7613 posttag
19849 posttag)
19893 dotest posttag-init-3 "$testcvs -q co first-dir"
19908 dotest posttag-1 "$testcvs -q tag tag1" \
19911 dotest posttag-2 "$testcvs -q tag tag3" \
19915 dotest posttag-3 "$testcvs -q tag rejectme" \
[all …]
H A DChangeLog3227 * tag.c (tag_filesdoneproc): Don't track posttag errors.
3628 * tag.c (tag_filesdoneproc): Don't track posttag errors.
3640 Merge of postadmin, posttag, and postwatch functionality from
/dports/devel/cvs-devel/cvs-1.12.13/
H A DNEWS274 hooks have been added to the CVS server. These are the postadmin, posttag,
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl34971 my $posttag;
34976 $posttag = $1 if ($_ =~ s/(<\/span>[\r\n]*)$//o);
35063 push(@rary,$pretag . $out . $posttag);
35120 push(@rary, $pretag . $out . $posttag);