Home
last modified time | relevance | path

Searched refs:newTemplate (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtemplatemanager.cpp69 auto newTemplate = readObjectTemplate(fileName, error); in loadObjectTemplate() local
73 if (!newTemplate) in loadObjectTemplate()
74 newTemplate = std::make_unique<ObjectTemplate>(fileName); in loadObjectTemplate()
80 objectTemplate = newTemplate.get(); in loadObjectTemplate()
81 mObjectTemplates.insert(fileName, newTemplate.release()); in loadObjectTemplate()
100 auto newTemplate = readObjectTemplate(fileName); in pathsChanged() local
101 if (newTemplate) { in pathsChanged()
102 objectTemplate->setObject(newTemplate->object()); in pathsChanged()
103 objectTemplate->setFormat(newTemplate->format()); in pathsChanged()
/dports/deskutils/akonadi-import-wizard/akonadi-import-wizard-21.12.3/src/plugins/sylpheed/
H A Dsylpheedsettings.cpp207 QString newTemplate = templateStr; in convertToKmailTemplate() local
208 newTemplate.replace(QLatin1String("%date"), QLatin1String("%DATE")); in convertToKmailTemplate()
209 newTemplate.replace(QLatin1String("%d"), QLatin1String("%DATE")); in convertToKmailTemplate()
213 newTemplate.replace(QLatin1String("%t"), QLatin1String("%TONAME")); in convertToKmailTemplate()
215 newTemplate.replace(QLatin1String("%c"), QLatin1String("%CCNAME")); in convertToKmailTemplate()
221 newTemplate.replace(QLatin1String("%X"), QLatin1String("%CURSOR")); in convertToKmailTemplate()
223 newTemplate.replace(QLatin1String("%msg"), QLatin1String("%TEXT")); in convertToKmailTemplate()
224 newTemplate.replace(QLatin1String("%M"), QLatin1String("%TEXT")); in convertToKmailTemplate()
227 newTemplate.replace(QLatin1String("%Q"), QLatin1String("%QUOTE")); in convertToKmailTemplate()
233 newTemplate.replace(QLatin1String("%i"), QLatin1String("%MSGID")); in convertToKmailTemplate()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/podtemplate/
H A Dstrategy.go78 newTemplate := obj.(*api.PodTemplate)
81 pod.DropDisabledTemplateFields(&newTemplate.Template, &oldTemplate.Template)
85 if !apiequality.Semantic.DeepEqual(newTemplate.Template, oldTemplate.Template) {
86 newTemplate.Generation = oldTemplate.Generation + 1
104 newTemplate := obj.(*api.PodTemplate)
106 if newTemplate.Generation != oldTemplate.Generation {
107 …warnings = pod.GetWarningsForPodTemplate(ctx, field.NewPath("template"), &newTemplate.Template, &o…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/daemon/util/
H A Ddaemonset_util.go110 newTemplate := *template.DeepCopy()
112 AddOrUpdateDaemonPodTolerations(&newTemplate.Spec)
114 if newTemplate.ObjectMeta.Labels == nil {
115 newTemplate.ObjectMeta.Labels = make(map[string]string)
118 newTemplate.ObjectMeta.Labels[extensions.DaemonSetTemplateGenerationKey] = fmt.Sprint(*generation)
122 newTemplate.ObjectMeta.Labels[extensions.DefaultDaemonSetUniqueLabelKey] = hash
124 return newTemplate
/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dtemplatemanagementdialog.cpp82 const QString newTemplate = QInputDialog::getText(this, in slotAddTemplate() local
88 if (newTemplate.isEmpty() || !ok) { in slotAddTemplate()
92 if (m_templates.contains(newTemplate)) { in slotAddTemplate()
106 m_templates.append(newTemplate); in slotAddTemplate()
107 m_base.m_listBox->addItem(newTemplate); in slotAddTemplate()
111 m_newTemplate = newTemplate; in slotAddTemplate()
/dports/www/e107/e107/e107_handlers/
H A Dmail_template_class.php51 …* @param array|string $newTemplate - if a string, the name of a template. (The internal name of th…
56 public function setNewTemplate($newTemplate) argument
61 if (is_array($newTemplate))
63 $this->lastTemplateData = $newTemplate;
66 return $this->loadTemplateInfo($newTemplate);
/dports/net/libfixbuf/libfixbuf-2.3.1/src/
H A Dfbnetflow.c750 if (NULL == newTemplate) { in netflowDataTemplateParse()
757 newTemplate->templateId = templateId; in netflowDataTemplateParse()
758 newTemplate->templateLength = targetRecSize; in netflowDataTemplateParse()
759 newTemplate->optionsTemplate = FALSE; in netflowDataTemplateParse()
761 newTemplate->addSysUpTime = TRUE; in netflowDataTemplateParse()
763 newTemplate->addSysUpTime = FALSE; in netflowDataTemplateParse()
936 if (NULL == newTemplate) { in netflowOptionsTemplateParse()
942 newTemplate->templateId = templateId; in netflowOptionsTemplateParse()
943 newTemplate->templateLength = templateLength; in netflowOptionsTemplateParse()
944 newTemplate->optionsTemplate = TRUE; in netflowOptionsTemplateParse()
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/templates/tests/
H A Dtestgenerictypes.cpp153 auto t1 = engine.newTemplate( in testGenericClassType()
220 Grantlee::Template t1 = engine.newTemplate( in testSequentialIteration()
235 Grantlee::Template t1 = engine.newTemplate( in testSequentialIndexing()
262 Grantlee::Template t1 = engine.newTemplate( in iteration()
315 Grantlee::Template t1 = engine.newTemplate(
629 auto t1 = engine.newTemplate( in testNestedContainers()
816 auto t1 = engine.newTemplate( in testGadgetMetaType()
881 auto t1 = engine.newTemplate( in propertyMacroTypes()
892 auto t1 = engine.newTemplate( in propertyMacroTypes()
904 auto t1 = engine.newTemplate( in propertyMacroTypes()
[all …]
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoTextTemplateFile.m34 SOGoTextTemplateFile *newTemplate;
35 newTemplate = [[self alloc] initFromFile: file
37 [newTemplate autorelease];
38 return newTemplate;
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoTextTemplateFile.m34 SOGoTextTemplateFile *newTemplate;
35 newTemplate = [[self alloc] initFromFile: file
37 [newTemplate autorelease];
38 return newTemplate;
/dports/shells/elvish/elvish-0.17.0/website/cmd/genblog/
H A Dmain.go45 categoryTmpl := newTemplate("category", "..", template, contentIs("category"))
46 articleTmpl := newTemplate("article", "..", template, contentIs("article"))
47 homepageTmpl := newTemplate("homepage", ".", template, contentIs("article"))
48 feedTmpl := newTemplate("feed", ".", feedTemplText)
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Rest/PathTemplateMatcher/
H A DPathConflict.php11 public $newTemplate; variable in MediaWiki\\Rest\\PathTemplateMatcher\\PathConflict
24 $this->newTemplate = $template;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Rest/PathTemplateMatcher/
H A DPathConflict.php11 public $newTemplate; variable in MediaWiki\\Rest\\PathTemplateMatcher\\PathConflict
24 $this->newTemplate = $template;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Rest/PathTemplateMatcher/
H A DPathConflict.php11 public $newTemplate; variable in MediaWiki\\Rest\\PathTemplateMatcher\\PathConflict
24 $this->newTemplate = $template;
/dports/games/anki/anki-2.1.16/anki/
H A Dstdmodels.py20 t = mm.newTemplate(_("Card 1"))
53 t = mm.newTemplate(_("Card 2"))
95 t = mm.newTemplate(_("Cloze"))
/dports/www/sogo/SOGo-5.4.0/UI/SOGoElements/
H A DSOGoIEConditional.m33 template: (WOElement *) newTemplate
37 template: newTemplate]))
39 ASSIGN (template, newTemplate);
/dports/www/sogo-activesync/SOGo-5.4.0/UI/SOGoElements/
H A DSOGoIEConditional.m33 template: (WOElement *) newTemplate
37 template: newTemplate]))
39 ASSIGN (template, newTemplate);
/dports/www/sogo2/SOGo-2.4.1/UI/SOGoElements/
H A DSOGoIEConditional.m33 template: (WOElement *) newTemplate
37 template: newTemplate]))
39 ASSIGN (template, newTemplate);
/dports/devel/umbrello/umbrello-21.12.3/umbrello/uml1model/
H A Dclassifier.cpp395 UMLTemplate* newTemplate = new UMLTemplate(this, name); in createTemplate() local
402 name = newTemplate->name(); in createTemplate()
420 addTemplate(newTemplate); in createTemplate()
423 umldoc->signalUMLObjectCreated(newTemplate); in createTemplate()
424 return newTemplate; in createTemplate()
1044 QString name = newTemplate->name(); in addTemplate()
1046 newTemplate->setParent(this); in addTemplate()
1047 subordinates().append(newTemplate); in addTemplate()
1048 emit templateAdded(newTemplate); in addTemplate()
1054 log->removeChangeByNewID(newTemplate->id()); in addTemplate()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/pkg/tmpl/
H A Dcontext_tmpl.go9 func (c *Context) newTemplate() *template.Template { func
40 var t, parseErr = c.newTemplate().Parse(s)
/dports/devel/bazel-buildtools/buildtools-3.2.1/edit/
H A Dedit_test.go564 desc, input, oldPattern, newTemplate, want string
570 newTemplate: `xx`,
576 newTemplate: `xx`,
582 newTemplate: `xyz`,
588 newTemplate: `$1 $1`,
594 newTemplate: `$x $x`,
610 ListSubstitute(lst, oldRegexp, tst.newTemplate)
612 …tSubstitute(%q, %q, %q) = %q ; want %q", tst.input, tst.oldPattern, tst.newTemplate, got, tst.want)
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/go-i18n/i18n/translation/
H A Dtemplate.go15 func newTemplate(src string) (*template, error) { func
26 t, err := newTemplate(src)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/go-i18n/i18n/translation/
H A Dtemplate.go15 func newTemplate(src string) (*template, error) { func
26 t, err := newTemplate(src)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/go-i18n/i18n/translation/
H A Dtemplate.go15 func newTemplate(src string) (*template, error) { func
26 t, err := newTemplate(src)
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DGameSaveBrowserLogic.cs55 var newTemplate = panel.Get<ScrollItemWidget>("NEW_TEMPLATE"); in GameSaveBrowserLogic()
94 LoadGames(gameTemplate, newTemplate, world); in GameSaveBrowserLogic()
174 void LoadGames(ScrollItemWidget gameTemplate, ScrollItemWidget newTemplate, World world) in LoadGames() argument
179 var item = ScrollItemWidget.Setup(newTemplate, in LoadGames()

12345678910>>...12