Home
last modified time | relevance | path

Searched refs:myTemplate (Results 1 – 25 of 38) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoTemplateGroup.cpp61 KoTemplate *myTemplate = find(t->name()); in add() local
62 if (myTemplate == 0) { in add()
66 } else if (myTemplate && force) { in add()
68 QFile::remove(myTemplate->fileName()); in add()
69 QFile::remove(myTemplate->picture()); in add()
70 QFile::remove(myTemplate->file()); in add()
71 m_templates.removeAll(myTemplate); in add()
72 delete myTemplate; in add()
76 } else if (myTemplate) { in add()
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisTemplateGroup.cpp63 KisTemplate *myTemplate = find(t->name()); in add() local
64 if (myTemplate == 0) { in add()
69 else if (myTemplate && force) { in add()
71 QFile::remove(myTemplate->fileName()); in add()
72 QFile::remove(myTemplate->picture()); in add()
73 QFile::remove(myTemplate->file()); in add()
74 m_templates.removeAll(myTemplate); in add()
75 delete myTemplate; in add()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/tests/files/
H A Dtemplates.cpp4 struct myTemplate {}; struct
8 struct myTemplateChild : myTemplate<int> { };
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DTemplate.php75 * @param array $myTemplate Templates
79 … public function __construct(array $myTemplate, TemplateHelper $tplHelper, $tplSetName = 'default') argument
84 foreach ($myTemplate as $templateName => $filename) {
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DXSLparser.cwp98 => localref myTemplate = myXSLNode.content#back;
99 => insert myTemplate.type = "template";
100 [#insert(myTemplate.match) XPath("match", myTemplate.match)]?
102 [XMLContent(myTemplate)]?
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixDialog_New.cpp363 UT_UTF8String * myTemplate = new UT_UTF8String(templateDir + (const char *) list->data); in _constructWindow() local
364 mTemplates.addItem ( myTemplate ) ; in _constructWindow()
369 0, UT_basename(myTemplate->utf8_str()), in _constructWindow()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/moc/
H A Dtemplate-gtgt.h42 class myTemplate :
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/net-mgmt/prometheus1/prometheus-1.8.2/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/docs/configuration/
H A Dtemplate_examples.md100 {{define "myTemplate"}}
105 {{template "myTemplate"}}
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/security/ca_root_nss/nss-3.71/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/www/firefox/firefox-99.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/security/nss/nss-3.76.1/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1137 CK_ATTRIBUTE myTemplate[2]; in ckcapi_cert_exists() local
1143 myTemplate[0].type = CKA_CLASS; in ckcapi_cert_exists()
1144 myTemplate[0].pValue = &cert_class; in ckcapi_cert_exists()
1145 myTemplate[0].ulValueLen = sizeof(cert_class); in ckcapi_cert_exists()
1146 myTemplate[1].type = CKA_VALUE; in ckcapi_cert_exists()
1147 myTemplate[1].pValue = value->data; in ckcapi_cert_exists()
1148 myTemplate[1].ulValueLen = value->size; in ckcapi_cert_exists()
1150 count = nss_ckcapi_collect_all_certs(myTemplate, templateCount, &listp, in ckcapi_cert_exists()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dstrformat.nim276 template myTemplate(arg: untyped): untyped =
281 myTemplate(x)
283 First the template `myTemplate` is expanded, where every identifier
293 template myTemplate(arg: untyped): untyped =
301 keep the hygiene of `myTemplate`, and we do not want `arg1`
302 to be injected into the context where `myTemplate` is expanded,
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cheggaaa/pb/
H A DREADME.md72 bar.SetTemplateString(myTemplate)
/dports/net/drive/drive-0.4.0/vendor/github.com/cheggaaa/pb/
H A DREADME.md72 bar.SetTemplateString(myTemplate)

12