Home
last modified time | relevance | path

Searched refs:nulltag (Results 1 – 7 of 7) sorted by relevance

/dports/devel/R-cran-Rdpack/Rdpack/R/
H A Dyytransient.R13 .safeRdtag <- function(x, nulltag = ""){ # replaces NULL with nulltag argument
16 res <- nulltag
22 Rdo_tags <- function(rdo, nulltag = ""){ # note: absent Rd_tag's are returned as "" argument
24 .safeRdtag(x, nulltag)
/dports/devel/R-cran-Rdpack/Rdpack/man/
H A DRdo_tags.Rd7 Rdo_tags(rdo, nulltag = "")
12 \item{nulltag}{a value to use when \code{Rd_tag} is missing or NULL.}
17 collected in a character vector. Argument \code{nulltag} is used for
/dports/textproc/p5-YAML-LibYAML/YAML-LibYAML-0.83/t/
H A Dalias.t91 - &nulltag !!null
92 - *nulltag
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_anongame.c751 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
767 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
783 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
799 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
815 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
831 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
857 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
873 bn_byte_set( &rpacket->u.server_anongame_tournament_reply.nulltag, 0); in _client_anongame_tournament()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Daggregate_utils.c955 TargetEntry *nulltag = list_nth(aggref->args, 2); in TypecheckCoordCombineAggReturnType() local
957 return nulltag != NULL && IsA(nulltag->expr, Const) && in TypecheckCoordCombineAggReturnType()
958 ((Const *) nulltag->expr)->consttype == finalType; in TypecheckCoordCombineAggReturnType()
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Danongame_protocol.h386 bn_byte nulltag; /* 00 */ member
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-tag.t411 $ hg tag -R empty -r 00000000000 -f nulltag