Home
last modified time | relevance | path

Searched refs:matchedExtension (Results 1 – 2 of 2) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DGraphImplementation.cxx519 Bool matchedExtension = false; in draw() local
530 matchedExtension = true; in draw()
548 …rCommand << "postscript(\"" << file + (matchedExtension ? "" : extensionMap[EPS]) << "\", horizont… in draw()
552 …rCommand << "pdf(\"" << file + (matchedExtension ? "" : extensionMap[PDF]) << "\", onefile = FALSE… in draw()
556 …rCommand << "png(\"" << file + (matchedExtension ? "" : extensionMap[PNG]) << "\",height=" << heig… in draw()
560 …rCommand << "xfig(\"" << file + (matchedExtension ? "" : extensionMap[FIG]) << "\", horizontal = F… in draw()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/controlplane/
H A Dkube_apiserver_test.go167 matchedExtension := false
175 matchedExtension = true
180 if matchedExtension && matchedRegistration {
185 if !matchedExtension {