Home
last modified time | relevance | path

Searched refs:tplate (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/gomplate/gomplate-3.9.0/
H A Dtemplate.go26 type tplate struct { struct
42 func (t *tplate) toGoTemplate(g *gomplate) (tmpl *template.Template, err error) { argument
73 func (t *tplate) loadContents(in io.Reader) ([]byte, error) { argument
94 …s(cfg *config.Config, outFileNamer func(string) (string, error)) (templates []*tplate, err error) {
103 templates = []*tplate{{
117 templates = make([]*tplate, len(cfg.InputFiles))
131 func processTemplates(cfg *config.Config, templates []*tplate) ([]*tplate, error) { argument
172 templates := make([]*tplate, 0)
207 templates = append(templates, &tplate{
218 func fileToTemplates(inFile, outFile string, mode os.FileMode, modeOverride bool) (*tplate, error) {
[all …]
H A Dtemplate_test.go49 tmpl := &tplate{name: "foo"}
174 templates []*tplate
181 templates: []*tplate{{name: "<arg>", contents: "foo", targetPath: "-", mode: 0644}},
187 templates: []*tplate{{name: "<arg>", contents: "foo", targetPath: "out", mode: 0644}},
192 templates: []*tplate{{name: "foo", targetPath: "out", mode: 0600}},
197 templates: []*tplate{{name: "foo", targetPath: "out", mode: 0755}},
202 templates: []*tplate{
211 templates: []*tplate{
218 templates: []*tplate{
H A Dgomplate.go35 func (g *gomplate) runTemplate(_ context.Context, t *tplate) error {
194 t := &tplate{
H A Dtemplate_unix_test.go30 expected := []*tplate{
H A Dtemplate_windows_test.go30 expected := []*tplate{
/dports/devel/R-cran-abind/abind/
H A DChangeLog1 2016-05-14 Tony Plate <tplate@acm.org>
4 2016-04-16 Tony Plate <tplate@acm.org>
8 2013-08-18 Tony Plate <tplate@acm.org>
13 2010-09-26 Tony Plate <tplate@acm.org>
17 2009-12-03 Tony Plate <tplate@acm.org>
27 2004-03-12 Tony Plate <tplate@acm.org>
H A DDESCRIPTION5 Author: Tony Plate <tplate@acm.org> and Richard Heiberger
6 Maintainer: Tony Plate <tplate@acm.org>
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DXsystem.c392 char tplate[STR_MAX]; in tmpf() local
397 LYStrNCpy(tplate, ev, sizeof(tplate) - 2 - strlen(tp)); in tmpf()
400 strcat(tplate, "\\"); in tmpf()
402 tplate[0] = 0; in tmpf()
404 strcat(tplate, tp); in tmpf()
405 return strdup(mktemp(tplate)); in tmpf()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DXsystem.c392 char tplate[STR_MAX]; in tmpf() local
397 LYStrNCpy(tplate, ev, sizeof(tplate) - 2 - strlen(tp)); in tmpf()
400 strcat(tplate, "\\"); in tmpf()
402 tplate[0] = 0; in tmpf()
404 strcat(tplate, tp); in tmpf()
405 return strdup(mktemp(tplate)); in tmpf()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h126 typedef struct tplate struct
129 struct tplate * nextaction; argument
130 struct tplate * prevaction; argument
H A Drt_door.c581 void AddTouchplateAction(touchplatetype *tplate,int index) in AddTouchplateAction() argument
584 {tplate->prevaction = lastaction[index]; in AddTouchplateAction()
585 lastaction[index]->nextaction = tplate; in AddTouchplateAction()
588 touchplate[index] = tplate; in AddTouchplateAction()
589 lastaction[index] = tplate; in AddTouchplateAction()
599 lastaction[index] = tplate->prevaction; in RemoveTouchplateAction()
601 tplate->nextaction->prevaction = tplate->prevaction; in RemoveTouchplateAction()
603 if (tplate == touchplate[index]) in RemoveTouchplateAction()
604 touchplate[index] = tplate->nextaction; in RemoveTouchplateAction()
606 tplate->prevaction->nextaction = tplate->nextaction; in RemoveTouchplateAction()
[all …]
/dports/x11-toolkits/ntk/ntk/fluid/
H A DFl_Widget_Type.cxx2287 Fl_Valuator* f = (Fl_Valuator*)(tplate); in write_widget_code()
2309 Fl_Spinner* f = (Fl_Spinner*)(tplate); in write_widget_code()
2350 if (ww != tplate->when() || subclass()) in write_widget_code()
2417 if (o->box() != tplate->box()) { in write_properties()
2446 if (o->color()!=tplate->color()) in write_properties()
2450 if (o->labeltype()!=tplate->labeltype()) { in write_properties()
2454 if (o->labelfont()!=tplate->labelfont()) in write_properties()
2456 if (o->labelsize()!=tplate->labelsize()) in write_properties()
2460 if (o->align()!=tplate->align()) in write_properties()
2462 if (o->when() != tplate->when()) in write_properties()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Damserverconfig.pl139 my $tplate = $_[0];
140 unless ($tplate) {
144 open(CONF, "$templatedir/amanda-$tplate.conf")
145 || &log_and_die ("ERROR: Cannot open $templatedir/amanda-$tplate.conf: $!\n", 1);
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Damserverconfig.pl139 my $tplate = $_[0];
140 unless ($tplate) {
144 open(CONF, "$templatedir/amanda-$tplate.conf")
145 || &log_and_die ("ERROR: Cannot open $templatedir/amanda-$tplate.conf: $!\n", 1);
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DFl_Widget_Type.cxx2317 Fl_Valuator* f = (Fl_Valuator*)(tplate); in write_widget_code()
2339 Fl_Spinner* f = (Fl_Spinner*)(tplate); in write_widget_code()
2380 if (ww != tplate->when() || subclass()) in write_widget_code()
2447 if (o->box() != tplate->box()) { in write_properties()
2476 if (o->color()!=tplate->color()) in write_properties()
2480 if (o->labeltype()!=tplate->labeltype()) { in write_properties()
2484 if (o->labelfont()!=tplate->labelfont()) in write_properties()
2486 if (o->labelsize()!=tplate->labelsize()) in write_properties()
2490 if (o->align()!=tplate->align()) in write_properties()
2492 if (o->when() != tplate->when()) in write_properties()
[all …]
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DFl_Widget_Type.cxx2287 Fl_Valuator* f = (Fl_Valuator*)(tplate); in write_widget_code()
2309 Fl_Spinner* f = (Fl_Spinner*)(tplate); in write_widget_code()
2350 if (ww != tplate->when() || subclass()) in write_widget_code()
2417 if (o->box() != tplate->box()) { in write_properties()
2446 if (o->color()!=tplate->color()) in write_properties()
2450 if (o->labeltype()!=tplate->labeltype()) { in write_properties()
2454 if (o->labelfont()!=tplate->labelfont()) in write_properties()
2456 if (o->labelsize()!=tplate->labelsize()) in write_properties()
2460 if (o->align()!=tplate->align()) in write_properties()
2462 if (o->when() != tplate->when()) in write_properties()
[all …]
/dports/japanese/gawk/gawk-3.0.6/pc/
H A Dxsystem.c603 char tplate[PATH_MAX]; in tmpf() local
615 strcpy(tplate, ev); in tmpf()
618 strcat(tplate, "\\"); in tmpf()
620 tplate[0] = 0; in tmpf()
622 strcat(tplate, tp); in tmpf()
623 return strdup(mktemp(tplate)); in tmpf()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/script/
H A Dstandard.cpp99 BOOST_FOREACH(const PAIRTYPE(txnouttype, CScript)& tplate, mTemplates) in Solver()
101 const CScript& script2 = tplate.second; in Solver()
115 typeRet = tplate.first; in Solver()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/script/
H A Dstandard.cpp99 BOOST_FOREACH(const PAIRTYPE(txnouttype, CScript)& tplate, mTemplates) in Solver()
101 const CScript& script2 = tplate.second; in Solver()
115 typeRet = tplate.first; in Solver()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/script/
H A Dstandard.cpp99 BOOST_FOREACH(const PAIRTYPE(txnouttype, CScript)& tplate, mTemplates) in Solver()
101 const CScript& script2 = tplate.second; in Solver()
115 typeRet = tplate.first; in Solver()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dstandard.cpp128 for (const std::pair<txnouttype, CScript>& tplate : mTemplates) in Solver() local
130 const CScript& script2 = tplate.second; in Solver()
149 if (tplate.first == TX_MULTISIG) in Solver()
157 return tplate.first; in Solver()
/dports/devel/R-cran-abind/abind/man/
H A Dacorn.Rd28 \author{Tony Plate \email{tplate@acm.org}}
H A Dasub.Rd46 \author{Tony Plate \email{tplate@acm.org}}
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A DmApply.s6 ## Modification of code by Tony Plate <tplate@blackmesacapital.com> 10Oct02
/dports/textproc/htmltolatex/htmltolatex/
H A DCH2L.cpp1584 char tplate[1024]; in make_image() local
1586 strncpy(tplate,tsp.c_str(),1023); in make_image()
1587 tplate[1023] = '\0'; in make_image()
1588 int fd = mkstemp(tplate); // -1 if error... what to do? in make_image()
1595 string fn = tsp = tplate; in make_image()
3939 char tplate[1024]; in openTableDimensionsFile() local
3941 strncpy(tplate,tsp.c_str(),1023); in openTableDimensionsFile()
3942 tplate[1023] = '\0'; in openTableDimensionsFile()
3944 int fd = mkstemp(tplate); in openTableDimensionsFile()
3948 tsp = string(tplate) + ".tex"; in openTableDimensionsFile()

12