Home
last modified time | relevance | path

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

/dports/devel/ga/ga-5.8/armci/
H A DMakefile.am458 atsrc = macro
461 atsrc += testing/rpl_armci_msg_init.c
465 atsrc += testing/rpl_armci_msg_finalize.c
519 testing_fork_SOURCES = testing/fork.c $(atsrc)
528 testing_perf_SOURCES = testing/perf.c $(atsrc)
535 testing_te_SOURCES = testing/te.c $(atsrc)
657 examples/benchmarks/lu/pthreads/timing.c $(atsrc)
662 examples/benchmarks/RandomAccess/timing.c $(atsrc)
666 examples/benchmarks/RandomAccess/timing.c $(atsrc)
691 examples/features/gpc/hashtable/Util.h $(atsrc)
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidconf.c836 return atsrc; in zxid_load_atsrc()
843 return atsrc; in zxid_load_atsrc()
850 return atsrc; in zxid_load_atsrc()
857 return atsrc; in zxid_load_atsrc()
864 return atsrc; in zxid_load_atsrc()
871 return atsrc; in zxid_load_atsrc()
881 zxid_free_atsrc(cf, atsrc); in zxid_load_atsrc()
882 atsrc = NULL; in zxid_load_atsrc()
889 as->n = atsrc; in zxid_load_atsrc()
890 atsrc = as; in zxid_load_atsrc()
[all …]
H A Dzxidpriv.h156 ZXID_DECL struct zxid_atsrc* zxid_load_atsrc(zxid_conf* cf, struct zxid_atsrc* atsrc, char* v);
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmldefs.pp73 atselected, atshape, atsize, atspan, atsrc, atstandby, atstart, atstyle, atsummary,
219 Attributes: atscoreattrs+[atlongdesc,atname,atsrc,atframeborder,
246 Attributes: atscoreattrs+[atlongdesc,atname,atsrc,atframeborder,atmarginwidth,
250 Attributes: atsattrs+[atsrc,atalt,atlongdesc,atheight,atwidth,atusemap,atismap]),
254 atreadonly,atsize,atmaxlength,atsrc,atalt,atusemap,attabindex,
306 (Name: 'script'; Flags: [efPCDATAContent]; Attributes: [atcharset,attype,atsrc,atdefer]),
H A Dtagsintf.inc271 property src : DOMString index atsrc read GetAttribute write SetAttribute;
348 property src : DOMString index atsrc read GetAttribute write SetAttribute;
359 property src : DOMString index atsrc read GetAttribute write SetAttribute;
389 property src : DOMString index atsrc read GetAttribute write SetAttribute;
571 property src : DOMString index atsrc read GetAttribute write SetAttribute;
H A Ddom_html.pp219 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
403 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
488 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
611 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
627 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmldefs.pp73 atselected, atshape, atsize, atspan, atsrc, atstandby, atstart, atstyle, atsummary,
219 Attributes: atscoreattrs+[atlongdesc,atname,atsrc,atframeborder,
246 Attributes: atscoreattrs+[atlongdesc,atname,atsrc,atframeborder,atmarginwidth,
250 Attributes: atsattrs+[atsrc,atalt,atlongdesc,atheight,atwidth,atusemap,atismap]),
254 atreadonly,atsize,atmaxlength,atsrc,atalt,atusemap,attabindex,
306 (Name: 'script'; Flags: [efPCDATAContent]; Attributes: [atcharset,attype,atsrc,atdefer]),
H A Dtagsintf.inc271 property src : DOMString index atsrc read GetAttribute write SetAttribute;
348 property src : DOMString index atsrc read GetAttribute write SetAttribute;
359 property src : DOMString index atsrc read GetAttribute write SetAttribute;
389 property src : DOMString index atsrc read GetAttribute write SetAttribute;
571 property src : DOMString index atsrc read GetAttribute write SetAttribute;
H A Ddom_html.pp219 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
403 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
488 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
611 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
627 property Src: DOMString index atsrc read GetStrAttr write SetStrAttr;
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs3531 …TYPE_p_zxid_atsrc zxid_load_atsrc(SWIGTYPE_p_zxid_conf cf, SWIGTYPE_p_zxid_atsrc atsrc, string v) { in zxid_load_atsrc() argument
3532 …PINVOKE.zxid_load_atsrc(SWIGTYPE_p_zxid_conf.getCPtr(cf), SWIGTYPE_p_zxid_atsrc.getCPtr(atsrc), v); in zxid_load_atsrc()