Home
last modified time | relevance | path

Searched refs:templateID (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/avp/avp-20170505/src/avp/
H A Ddynblock.c12 DYNAMICSBLOCK* AllocateDynamicsBlock(enum DYNAMICS_TEMPLATE_ID templateID);
727 DYNAMICSBLOCK* AllocateDynamicsBlock(enum DYNAMICS_TEMPLATE_ID templateID) in AllocateDynamicsBlock() argument
735 GLOBALASSERT(templateID>=0); in AllocateDynamicsBlock()
736 GLOBALASSERT(templateID<MAX_NO_OF_DYNAMICS_TEMPLATES); in AllocateDynamicsBlock()
737 *dynPtr = DynamicsTemplate[templateID]; in AllocateDynamicsBlock()
H A Ddynblock.h136 extern DYNAMICSBLOCK* AllocateDynamicsBlock(enum DYNAMICS_TEMPLATE_ID templateID);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/TypoScript/
H A DTemplateService.php632 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
675 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
682 'templateID' => $templateID,
694 $this->clearList_const[] = $templateID;
695 $this->clearList_setup[] = $templateID;
750 'templateId' => &$templateID,
760 $this->addExtensionStatics($idList, $templateID, $pid);
807 $this->addExtensionStatics($idList, $templateID, $pid);
812 'templateId' => &$templateID,
850 public function addExtensionStatics($idList, $templateID, $pid) argument
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/TypoScript/
H A DTemplateService.php662 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
705 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
712 'templateID' => $templateID,
724 $this->clearList_const[] = $templateID;
725 $this->clearList_setup[] = $templateID;
783 'templateId' => &$templateID,
793 $this->addExtensionStatics($idList, $templateID, $pid);
840 $this->addExtensionStatics($idList, $templateID, $pid);
845 'templateId' => &$templateID,
883 public function addExtensionStatics($idList, $templateID, $pid) argument
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceHttp.cpp169 static int sceHttpCreateConnection(int templateID, const char *hostString, const char *unknown1, u3… in sceHttpCreateConnection() argument
170 …ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnection(%d, %s, %s, %d, %d)", templateID, hostString, un… in sceHttpCreateConnection()
189 static int sceHttpDeleteTemplate(int templateID) { in sceHttpDeleteTemplate() argument
190 ERROR_LOG(SCENET, "UNIMPL sceHttpDeleteTemplate(%d)", templateID); in sceHttpDeleteTemplate()
255 static int sceHttpCreateConnectionWithURL(int templateID, const char *url, int unknown1) { in sceHttpCreateConnectionWithURL() argument
256 ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnectionWithURL(%d, %s, %d)", templateID, url, unknown1); in sceHttpCreateConnectionWithURL()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceHttp.cpp169 static int sceHttpCreateConnection(int templateID, const char *hostString, const char *unknown1, u3… in sceHttpCreateConnection() argument
170 …ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnection(%d, %s, %s, %d, %d)", templateID, hostString, un… in sceHttpCreateConnection()
189 static int sceHttpDeleteTemplate(int templateID) { in sceHttpDeleteTemplate() argument
190 ERROR_LOG(SCENET, "UNIMPL sceHttpDeleteTemplate(%d)", templateID); in sceHttpDeleteTemplate()
255 static int sceHttpCreateConnectionWithURL(int templateID, const char *url, int unknown1) { in sceHttpCreateConnectionWithURL() argument
256 ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnectionWithURL(%d, %s, %d)", templateID, url, unknown1); in sceHttpCreateConnectionWithURL()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceHttp.cpp169 static int sceHttpCreateConnection(int templateID, const char *hostString, const char *unknown1, u3… in sceHttpCreateConnection() argument
170 …ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnection(%d, %s, %s, %d, %d)", templateID, hostString, un… in sceHttpCreateConnection()
189 static int sceHttpDeleteTemplate(int templateID) { in sceHttpDeleteTemplate() argument
190 ERROR_LOG(SCENET, "UNIMPL sceHttpDeleteTemplate(%d)", templateID); in sceHttpDeleteTemplate()
255 static int sceHttpCreateConnectionWithURL(int templateID, const char *url, int unknown1) { in sceHttpCreateConnectionWithURL() argument
256 ERROR_LOG(SCENET, "UNIMPL sceHttpCreateConnectionWithURL(%d, %s, %d)", templateID, url, unknown1); in sceHttpCreateConnectionWithURL()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/TypoScript/
H A DTemplateService.php821 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
864 $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
872 'templateID' => $templateID,
884 $this->clearList_const[] = $templateID;
885 $this->clearList_setup[] = $templateID;
949 'templateId' => &$templateID,
959 $this->addExtensionStatics($idList, $templateID, $pid);
991 $this->addExtensionStatics($idList, $templateID, $pid);
996 'templateId' => &$templateID,
1034 public function addExtensionStatics($idList, $templateID, $pid) argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dpod.go232 isTemplate, templateID, err := oci.ParseCloneAnnotations(ctx, s)
235 } else if (isTemplate || templateID != "") && p.host == nil {
238 return isTemplate, templateID, nil
283 _, templateID, err := p.GetCloneAnnotations(ctx, s)
289 if templateID != "" {
290 st, err = newClonedHcsTask(ctx, p.events, p.host, false, req, s, templateID)
H A Dtask_hcs.go239 templateID string) (_ shimTask, err error) {
243 "templateid": templateID,
266 ID: templateID,
286 templateID: templateID,
395 templateID string member
/dports/net-mgmt/semaphore/semaphore-2.6.8/.dredd/hooks/
H A Dcapabilities.go23 var templateID int64 var
89 templateID, _ = res.LastInsertId()
112 func() string { return strconv.Itoa(int(templateID)) },
146 bodyFieldProcessor("template_id", templateID, &request)
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocEditListImpl.c117 int templateID= rand(); in docDefaultList() local
124 if ( dl->dlListTemplateID == templateID ) in docDefaultList()
129 { dlTo->dlListTemplateID= templateID; } in docDefaultList()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/oci/
H A Duvm.go361 func ParseCloneAnnotations(ctx context.Context, s *specs.Spec) (isTemplate bool, templateID string,…
362 templateID = ParseAnnotationsTemplateID(ctx, s)
364 if templateID != "" && isTemplate {
368 if (isTemplate || templateID != "") && !IsWCOW(s) {
419 templateID := parseAnnotationsString(a, annotationTemplateID, "")
420 if templateID != "" {
421 tc, err := clone.FetchTemplateConfig(ctx, templateID)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/oci/
H A Duvm.go361 func ParseCloneAnnotations(ctx context.Context, s *specs.Spec) (isTemplate bool, templateID string,…
362 templateID = ParseAnnotationsTemplateID(ctx, s)
364 if templateID != "" && isTemplate {
368 if (isTemplate || templateID != "") && !IsWCOW(s) {
419 templateID := parseAnnotationsString(a, annotationTemplateID, "")
420 if templateID != "" {
421 tc, err := clone.FetchTemplateConfig(ctx, templateID)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/
H A DNewPluginProjectFromTemplateWizard.java201 String templateID = getTemplateID(); in getTemplateWizard() local
202 if (templateID == null) { in getTemplateWizard()
216 if (templateID.equals(element.getAttribute(WizardElement.ATT_ID))) { in getTemplateWizard()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/list/
H A DRtfListLevel.java317 private int templateID = -1; field in RtfListLevel
329 templateID = document.getRandomInt(); in RtfListLevel()
338 templateID = document.getRandomInt(); in RtfListLevel()
346 templateID = document.getRandomInt(); in RtfListLevel()
472 result.write(intToByteArray(this.templateID)); in writeDefinition()
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dnetflow.py1371 def GetNetflowRecordV9(flowset, templateID=None):
1384 definitions[ntv9.templateID] = cls
1390 if templateID is None:
1394 return definitions[templateID]
1456 definitions[ntv9.templateID] = (tot_len, cls)
1488 definitions_opts[current.templateID] = (
1498 tid = datafl.templateID
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/hcsoci/
H A Dcreate.go70templateID string // Template ID of the template fro… member
143 if coi.HostingSystem != nil && coi.templateID != "" && !coi.HostingSystem.IsClone {
147 if coi.templateID != "" {
211 coi.templateID = oci.ParseAnnotationsTemplateID(ctx, createOptions.Spec)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/hcsoci/
H A Dcreate.go70templateID string // Template ID of the template fro… member
143 if coi.HostingSystem != nil && coi.templateID != "" && !coi.HostingSystem.IsClone {
147 if coi.templateID != "" {
211 coi.templateID = oci.ParseAnnotationsTemplateID(ctx, createOptions.Spec)
/dports/www/e107/e107/
H A Dpage.php110 protected $templateID = null; variable in pageClass
594 … = e107::getScBatch('page',null,'cpage')->setVars($this->page)->wrapper('page/'.$this->templateID);
609 $this->templateID = vartrue($this->page['page_template'], 'default');
611 $this->template = e107::getCoreTemplate('page', $this->templateID, true, true);
617 $this->templateID = 'default';
623 $this->templateID = 'default';
638 $this->batch->wrapper('page/'.$this->templateID );
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Drepo.go147 templateID := ctx.FormInt64("template_id")
148 if templateID > 0 {
149 templateRepo, err := repo_model.GetRepositoryByID(templateID)
151 ctx.Data["repo_template"] = templateID
/dports/net-mgmt/semaphore/semaphore-2.6.8/api/projects/
H A Dtemplates.go19 templateID, err := util.GetIntParam("template_id", w, r)
25 …select * from project__template where project_id=? and id=?", project.ID, templateID); err != nil {
/dports/net/gscloud/gscloud-0.11.0/cmd/
H A Dserver.go279 var templateID string
292 templateID = id.String()
299 templateID = template.Properties.ObjectUUID
334 TemplateUUID: templateID,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/views/skin/
H A DToolBarView.java888 String templateID = templatePrefix; in createItemSO() local
890 templateID += ".right"; in createItemSO()
892 templateID += ".left"; in createItemSO()
894 templateID += ".lr"; in createItemSO()
899 SWTSkinObject so = skin.createSkinObject(id, templateID, getGroupSO(item.getGroupID())); in createItemSO()
/dports/security/p5-openxpki/openxpki-3.16.1/config/config.d/realm.tpl/workflow/def/
H A Drequest_checker.yaml97 …[% IF value.certificateTemplate %][% value.certificateTemplate.templateID %] (v[% value.certificat…

123