- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 777 for property (0.09 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/RenderMarkdown.java
public abstract RegularFileProperty getDestinationFile(); /** * Encoding of input file */ @Input public abstract Property<String> getInputEncoding(); /** * Encoding of output file */ @Input public abstract Property<String> getOutputEncoding(); @TaskAction public void process() { MutableDataSet options = new MutableDataSet();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java
// Property Gateway // ================ // ----------------------------------------------------- // Column Property // ---------------
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
def isSnapshot = moduleIdentity.snapshot inputs.property('acceptedViolations', acceptedViolations.toAcceptedChangesMap()) inputs.property("baseline.version", compatibilityBaselineVersion) inputs.property("currentVersion", baseVersion) def apiSourceFolders = configurations.currentSources.incoming.artifactView { lenient(true) }.files
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 26 08:15:16 UTC 2024 - 9.1K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/source/model/PropertyMetaDataTest.groovy
when: def p = propertyMetaData.overriddenProperty then: p == null } def "is deprecated when @Deprecated is attached to property"() { def notDeprecated = new PropertyMetaData('param', classMetaData) def deprecated = new PropertyMetaData('param', classMetaData) deprecated.addAnnotationTypeName(Deprecated.class.name)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 4.1K bytes - Viewed (0) -
dbflute_fess/dfprop/conditionBeanMap.dfprop
# /--------------------------------------------------------------------------- # conditionBeanMap: (NotRequired - Default map:{}) # # Specification: # map:{ # ; [property-type] = map:{ # ; [condition-key] = map:{ [table] = list:{ [column] ; [column] } } # } # # property-type: String, Number, Date, OrderBy, ... # condition-key: NotEqual, GreaterThan, LessThan, GreaterEqual, LessEqual
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlockDetailRenderer.java
seg.appendChild(linkRenderer.link(blockDoc.getType(), listener)); seg.appendChild(document.createTextNode(" in ")); // TODO - add linkRenderer.link(property) Element link = document.createElement("link"); seg.appendChild(link); link.setAttribute("linkend", blockDoc.getBlockProperty().getId());
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp
<div class="col-sm-10"> <la:errors property="handlerName"/> <la:select styleId="handlerName" property="handlerName" styleClass="form-control"> <la:option value=""/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 9.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
}); } private static void overrideDokkaVersion(Project project, GradleDocumentationExtension extension) { Property<String> dokkaVersionOverride = extension.getKotlinDslReference().getDokkaVersionOverride(); Property<String> defaultDokkaVersion = getDokkatooExtension(project).getVersions().getJetbrainsDokka();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:07:24 UTC 2024 - 7.7K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<field> <name>properties</name> <description> Extended configuration specific to this profile goes here. Contents take the form of {@code <property.name>property.value</property.name>} </description> <type>Properties</type> <association xml.mapStyle="inline"> <type>String</type> <multiplicity>*</multiplicity>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0)