- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 219 for editable (0.13 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/Parameter.java
return alias; } public void setAlias(String alias) { this.alias = alias; } public boolean isEditable() { return editable; } public void setEditable(boolean editable) { this.editable = editable; } public void setDefaultValue(String defaultValue) { this.defaultValue = defaultValue; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.1K bytes - Viewed (0) -
impl/maven-core/lifecycle-executor.txt
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java
String template = editable.getValue().getResult(); String prefix = template.substring(0, template.indexOf("$")); editMap = prompt.prompt( context.header, prompt.getPromptBuilder() .createInputPrompt()
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.1K bytes - Viewed (0) -
manifests/addons/values-grafana.yaml
access: proxy isDefault: true jsonData: timeInterval: 15s editable: true - name: Loki type: loki orgId: 1 url: http://loki:3100 access: proxy isDefault: false jsonData: timeInterval: 5s
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 20:46:28 UTC 2024 - 1.7K bytes - Viewed (0) -
compat/maven-plugin-api/src/test/resources/plugin.xml
<name>finalName</name> <alias>jarName</alias> <type>java.lang.String</type> <implementation>java.lang.String</implementation> <required>false</required> <editable>true</editable> <description>parameter-description</description> <deprecated>deprecated-parameter</deprecated> <since>3.0.0</since> </parameter> </parameters> <configuration>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.3K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
PlexusConfiguration editableConfig = d.getChild("editable"); // we need the null check for pre-build legacy plugins... if (editableConfig != null) { String editable = d.getChild("editable").getValue(); parameter.setEditable(editable == null || Boolean.parseBoolean(editable)); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.6K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/paramdoc.mdo
<type>String</type> </field> <field> <version>1.0.0</version> <name>editable</name> <description>Whether the value of this expression can be changed.</description> <type>boolean</type> <defaultValue>true</defaultValue> </field> </fields>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.4K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/node/minio-node.json
"description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "description": "MinIO Nodes Grafana Dashboard - https://min.io/", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 15306, "graphTooltip": 0, "id": 267, "links": [ { "icon": "external link", "includeVars": true, "keepTime": true,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 04 13:24:37 UTC 2024 - 22.4K bytes - Viewed (0) -
docs/en/docs/contributing.md
This only happens when you install using this included `requirements.txt` instead of running `pip install fastapi` directly. That is because inside the `requirements.txt` file, the local version of FastAPI is marked to be installed in "editable" mode, with the `-e` option. /// ### Format the code There is a script that you can run that will format and clean all your code: <div class="termy"> ```console $ bash scripts/format.sh ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 12.7K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
for a Mojo before it is injected, and before the Mojo is executed from some half-state. </description> </field> <field> <name>editable</name> <version>1.0.0+</version> <type>boolean</type> <defaultValue>true</defaultValue> <description>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Aug 16 14:16:22 UTC 2024 - 24.9K bytes - Viewed (0)