Home
last modified time | relevance | path

Searched refs:printAttribute (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ant/
H A DAntScript.java76 printAttribute("target", target, true); //$NON-NLS-1$ in printAntCallTask()
229 printAttribute("file", file, false); //$NON-NLS-1$ in printAvailableTask()
244 printAttribute("file", file, false); //$NON-NLS-1$ in printAvailableTask()
282 printAttribute("dir", dir, false); //$NON-NLS-1$ in printAntTask()
570 printAttribute("dir", dir, false); //$NON-NLS-1$ in printDeleteTask()
610 printAttribute("dir", dir, false); //$NON-NLS-1$ in printExecTask()
611 printAttribute("os", os, false); //$NON-NLS-1$ in printExecTask()
635 printAttribute("dir", dir, false); //$NON-NLS-1$ in printMkdirTask()
649 printAttribute("root", root, true); //$NON-NLS-1$ in printBrandTask()
652 printAttribute("name", name, true); //$NON-NLS-1$ in printBrandTask()
[all …]
H A DJavacTask.java61 script.printAttribute("destdir", destdir, false); //$NON-NLS-1$ in print()
62 script.printAttribute("failonerror", failonerror, false); //$NON-NLS-1$ in print()
63 script.printAttribute("verbose", verbose, false); //$NON-NLS-1$ in print()
64 script.printAttribute("fork", fork, false); //$NON-NLS-1$ in print()
65 script.printAttribute("debug", debug, false); //$NON-NLS-1$ in print()
68 script.printAttribute("source", source, false); //$NON-NLS-1$ in print()
69 script.printAttribute("target", target, false); //$NON-NLS-1$ in print()
70 script.printAttribute("encoding", encoding, false); //$NON-NLS-1$ in print()
72 script.printAttribute("compiler", compilerAdapter, false); //$NON-NLS-1$ in print()
84 script.printAttribute("line", specificCompileArgs, true); //$NON-NLS-1$ in print()
[all …]
H A DTarFileSet.java38 script.printAttribute("file", dir, false); //$NON-NLS-1$ in print()
40 script.printAttribute("dir", dir, false); //$NON-NLS-1$ in print()
42 script.printAttribute("includes", includes, false); //$NON-NLS-1$ in print()
43 script.printAttribute("includesfile", includesfile, false); //$NON-NLS-1$ in print()
44 script.printAttribute("excludes", excludes, false); //$NON-NLS-1$ in print()
45 script.printAttribute("excludesfile", excludesfile, false); //$NON-NLS-1$ in print()
46 script.printAttribute("casesensitive", casesensitive, false); //$NON-NLS-1$ in print()
48 script.printAttribute("fullpath", prefix, false); //$NON-NLS-1$ in print()
50 script.printAttribute("prefix", prefix, false); //$NON-NLS-1$ in print()
53 script.printAttribute("filemode", permission, false); //$NON-NLS-1$ in print()
[all …]
H A DZipFileSet.java46 script.printAttribute("file", dir, false); //$NON-NLS-1$ in print()
48 script.printAttribute("dir", dir, false); //$NON-NLS-1$ in print()
50 script.printAttribute("includes", includes, false); //$NON-NLS-1$ in print()
51 script.printAttribute("includesfile", includesfile, false); //$NON-NLS-1$ in print()
52 script.printAttribute("excludes", excludes, false); //$NON-NLS-1$ in print()
53 script.printAttribute("excludesfile", excludesfile, false); //$NON-NLS-1$ in print()
57 script.printAttribute("prefix", pre, false); //$NON-NLS-1$ in print()
59 script.printAttribute("fullpath", prefix, false); //$NON-NLS-1$ in print()
61 script.printAttribute("prefix", prefix, false); //$NON-NLS-1$ in print()
65 script.printAttribute("filemode", permission, false); //$NON-NLS-1$ in print()
[all …]
H A DFileSet.java60 script.printAttribute("dir", dir, true); //$NON-NLS-1$ in print()
61 script.printAttribute("defaultexcludes", defaultexcludes, false); //$NON-NLS-1$ in print()
62 script.printAttribute("includesfile", includesfile, false); //$NON-NLS-1$ in print()
63 script.printAttribute("excludesfile", excludesfile, false); //$NON-NLS-1$ in print()
64 script.printAttribute("casesensitive", casesensitive, false); //$NON-NLS-1$ in print()
78 script.printAttribute("dir", dir, true); //$NON-NLS-1$ in printAs()
80 script.printAttribute("includesfile", includesfile, false); //$NON-NLS-1$ in printAs()
81 script.printAttribute("excludesfile", excludesfile, false); //$NON-NLS-1$ in printAs()
82 script.printAttribute("casesensitive", casesensitive, false); //$NON-NLS-1$ in printAs()
83 script.printAttribute("includes", includes, false); //$NON-NLS-1$ in printAs()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DP2ConfigScriptGenerator.java235 script.printAttribute("productFile", newProduct, true); //$NON-NLS-1$ in generateMetadataTarget()
244 script.printAttribute("metadata", TRUE, true); //$NON-NLS-1$ in generateMetadataTarget()
251 script.printAttribute("artifact", TRUE, true); //$NON-NLS-1$ in generateMetadataTarget()
262 script.printAttribute("os", config.getOs(), true); //$NON-NLS-1$ in generateMetadataTarget()
263 script.printAttribute("ws", config.getWs(), true); //$NON-NLS-1$ in generateMetadataTarget()
350 script.printAttribute("optional", TRUE, true); //$NON-NLS-1$ in generateSynchContext()
359 script.printAttribute("optional", TRUE, true); //$NON-NLS-1$ in generateSynchContext()
382 script.printAttribute(ID, product.getId(), true); in generateSynchContext()
383 script.printAttribute(VERSION, version, true); in generateSynchContext()
391 script.printAttribute(ID, getFeatureGroupId(feature), true); in generateSynchContext()
[all …]
H A DAssembleScriptGenerator.java181 script.printAttribute("config", "p2", true); //$NON-NLS-1$ //$NON-NLS-2$ in generateP2ConfigFileTargetCall()
182 script.printAttribute("element", p2ConfigGenerator.getTargetElement(), true); //$NON-NLS-1$ in generateP2ConfigFileTargetCall()
183 script.printAttribute("dot", ".", true); //$NON-NLS-1$ //$NON-NLS-2$ in generateP2ConfigFileTargetCall()
184 script.printAttribute("scriptPrefix", "assemble", true); //$NON-NLS-1$ //$NON-NLS-2$ in generateP2ConfigFileTargetCall()
200 script.printAttribute("config", config, true); //$NON-NLS-1$ in basicGenerateAssembleConfigFileTargetCall()
201 script.printAttribute("element", configScriptGenerator.getTargetElement(), true); //$NON-NLS-1$ in basicGenerateAssembleConfigFileTargetCall()
203 script.printAttribute("scriptPrefix", "assemble", true); //$NON-NLS-1$ //$NON-NLS-2$ in basicGenerateAssembleConfigFileTargetCall()
242 script.printAttribute("append", Utils.getPropertyFormat(PROPERTY_P2_APPEND), true); //$NON-NLS-1$ in generateMetadataTarget()
243 script.printAttribute("flavor", Utils.getPropertyFormat(PROPERTY_P2_FLAVOR), true); //$NON-NLS-1$ in generateMetadataTarget()
249 script.printAttribute("mode", "${mode}", true); //$NON-NLS-1$ //$NON-NLS-2$ in generateMetadataTarget()
[all …]
H A DAssembleConfigScriptGenerator.java188 script.printAttribute("mirrorProperties", TRUE, true); //$NON-NLS-1$ in generateMirrorTask()
212 script.printAttribute(ID, plugin.getSymbolicName(), true); in generateMirrorTask()
221 script.printAttribute(ID, getFeatureGroupId(feature), true); in generateMirrorTask()
222 script.printAttribute(VERSION, feature.getVersion(), true); in generateMirrorTask()
231 script.printAttribute(ID, getFeatureGroupId(rootProvider), true); in generateMirrorTask()
232 script.printAttribute(VERSION, rootProvider.getVersion(), true); in generateMirrorTask()
239 script.printAttribute(ID, productFile.getId(), true); in generateMirrorTask()
240 script.printAttribute(VERSION, getReplacedProductVersion(), true); in generateMirrorTask()
285 script.printAttribute("value", TRUE, true); //$NON-NLS-1$ in generateDirectorTarget()
361 script.printAttribute("value", TRUE, true); //$NON-NLS-1$ in generateArchivingTarget()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/
H A DPackageScriptGenerator.java80 script.printAttribute("config", config, true); //$NON-NLS-1$ in basicGenerateAssembleConfigFileTargetCall()
81 script.printAttribute("element", configScriptGenerator.getTargetElement(), true); //$NON-NLS-1$ in basicGenerateAssembleConfigFileTargetCall()
82 …script.printAttribute("dot", config.length() > 0 ? "." : "", true); //$NON-NLS-1$ //$NON-NLS-2$ //… in basicGenerateAssembleConfigFileTargetCall()
83 script.printAttribute("scriptPrefix", "package", true); //$NON-NLS-1$//$NON-NLS-2$ in basicGenerateAssembleConfigFileTargetCall()
134 script.printAttribute("append", Utils.getPropertyFormat(PROPERTY_P2_APPEND), true); //$NON-NLS-1$ in generateP2FinalCall()
135 script.printAttribute("flavor", Utils.getPropertyFormat(PROPERTY_P2_FLAVOR), true); //$NON-NLS-1$ in generateP2FinalCall()
136 …script.printAttribute("compress", Utils.getPropertyFormat(PROPERTY_P2_COMPRESS), true); //$NON-NLS… in generateP2FinalCall()
142 script.printAttribute("mode", "final", true); //$NON-NLS-1$ //$NON-NLS-2$ in generateP2FinalCall()
145 script.printAttribute("productFile", productFileLocation, true); //$NON-NLS-1$ in generateP2FinalCall()
147 script.printAttribute("versionAdvice", versionAdvice, true); //$NON-NLS-1$ in generateP2FinalCall()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/fetch/
H A DGETFetchFactory.java131 script.printAttribute(ATTRIBUTE_SRC, src, true); in printGetTask()
132 script.printAttribute(ATTRIBUTE_DEST, dest, true); in printGetTask()
137 script.printAttribute(ATTRIBUTE_IGNORE_ERRORS, ignoreErrors, false); in printGetTask()
141 script.printAttribute(ATTRIBUTE_USE_TIMESTAMP, useTimestamp, false); in printGetTask()
145 script.printAttribute(ATTRIBUTE_VERBOSE, verbose, false); in printGetTask()
150 script.printAttribute(ATTRIBUTE_USERNAME, username, password != null); in printGetTask()
152 script.printAttribute(ATTRIBUTE_PASSWORD, password, username != null); in printGetTask()
165 script.printAttribute(ATTRIBUTE_DIR, unzipped, true); in printGetTask()
170 script.printAttribute(ATTRIBUTE_SRC, dest, true); in printGetTask()
171 script.printAttribute(ATTRIBUTE_DEST, unzipped, true); in printGetTask()
[all …]
H A DCVSFetchTaskFactory.java335 script.printAttribute("command", command, false); //$NON-NLS-1$ in printCVSTask()
336 script.printAttribute("cvsRoot", cvsRoot, false); //$NON-NLS-1$ in printCVSTask()
337 script.printAttribute("dest", dest, false); //$NON-NLS-1$ in printCVSTask()
338 script.printAttribute("package", module, false); //$NON-NLS-1$ in printCVSTask()
339 script.printAttribute("tag", tag, false); //$NON-NLS-1$ in printCVSTask()
340 script.printAttribute("quiet", quiet, false); //$NON-NLS-1$ in printCVSTask()
342 script.printAttribute("passfile", passFile, false); //$NON-NLS-1$ in printCVSTask()
358 script.printAttribute("cvsRoot", cvsRoot, true); //$NON-NLS-1$ in printCVSPassTask()
359 script.printAttribute("password", password, true); //$NON-NLS-1$ in printCVSPassTask()
374 script.printAttribute("property", property, true); //$NON-NLS-1$ in printAvailableTask()
[all …]
H A DCOPYFetchTasksFactory.java121 script.printAttribute("file", file, false); //$NON-NLS-1$ in printCopyTask()
122 script.printAttribute("todir", todir, false); //$NON-NLS-1$ in printCopyTask()
123 …script.printAttribute("failonerror", failOnError ? "true" : "false", true); //$NON-NLS-1$ //$NON-N… in printCopyTask()
124 …script.printAttribute("overwrite", overwrite ? "true" : "false", true); //$NON-NLS-1$ //$NON-NLS-2… in printCopyTask()
133 script.printAttribute("dir", dirs[i], true); //$NON-NLS-1$ in printCopyTask()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DXMLWriter.java72 printAttribute("type", type.getName()); in printEvent()
85 private void printAttribute(String name, String value) { in printAttribute() method in XMLWriter
141 printAttribute("name", name); in printBeginElement()
144 printAttribute("index", Integer.toString(index)); in printBeginElement()
147 printAttribute("xsi:nil", "true"); in printBeginElement()
153 printAttribute("size", Integer.toString(array.length)); in printBeginElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/
H A DAPIDeprecationReportConversionTask.java90 private void printAttribute(Attributes attributes, String name) { in printAttribute() method in APIDeprecationReportConversionTask.ConverterDefaultHandler
109 printAttribute(attributes, IApiXmlConstants.ATTR_NAME_COMPATIBLE); in startElement()
110 printAttribute(attributes, IApiXmlConstants.ATTR_NAME_COMPONENT_ID); in startElement()
111 printAttribute(attributes, IApiXmlConstants.ATTR_NAME_ELEMENT_TYPE); in startElement()
112 printAttribute(attributes, IApiXmlConstants.ATTR_FLAGS); in startElement()
113 printAttribute(attributes, IApiXmlConstants.ATTR_KEY); in startElement()
114 printAttribute(attributes, IApiXmlConstants.ATTR_KIND); in startElement()
115 printAttribute(attributes, IApiXmlConstants.ATTR_NAME_NEW_MODIFIERS); in startElement()
116 printAttribute(attributes, IApiXmlConstants.ATTR_NAME_OLD_MODIFIERS); in startElement()
117 printAttribute(attributes, IApiXmlConstants.ATTR_RESTRICTIONS); in startElement()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/
H A Dconvert_wycheproof.go49 func printAttribute(w io.Writer, key string, valueI interface{}, isInstruction bool) error { func
79 if err := printAttribute(w, key+"."+k, value[k], isInstruction); err != nil {
153 if err := printAttribute(f, k, group[k], true); err != nil {
173 if err := printAttribute(f, k, test[k], false); err != nil {
184 if err := printAttribute(f, "flags", strings.Join(flags, ","), false); err != nil {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/
H A Dconvert_wycheproof.go49 func printAttribute(w io.Writer, key string, valueI interface{}, isInstruction bool) error { func
79 if err := printAttribute(w, key+"."+k, value[k], isInstruction); err != nil {
153 if err := printAttribute(f, k, group[k], true); err != nil {
173 if err := printAttribute(f, k, test[k], false); err != nil {
184 if err := printAttribute(f, "flags", strings.Join(flags, ","), false); err != nil {

1234567891011