Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 72 for PROPERTIES (0.19 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    static final String PROPERTY_XMLDECL_VERSION = http://xmlpull.org/v1/doc/properties.html#xmldecl-version; protected static final String PROPERTY_XMLDECL_STANDALONE = http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone; protected static final String PROPERTY_XMLDECL_CONTENT = http://xmlpull.org/v1/doc/properties.html#xmldecl-content; protected static final String PROPERTY_LOCATION = http://xmlpull.org/v1/doc/properties.html#location; protected boolean allStringsInterned; private static final...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    '../utils/computeAutoPlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nexport default function applyStyle(data)...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/elytron-security-properties-file/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/deployment/pom.xml
    	quarkus/extensions/elytron-security/deployment/pom.xml
    	quarkus/extensions/elytron-security-properties-file/runtime/pom.xml
    	quarkus/extensions/undertow/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * can be changed (See <a href="../../../resolver.html">Setting Name
     * Resolution Properties</a>). The servername and path components are
     * not case sensitive but the domain, username, and password components
     * are. It is also likely that properties must be specified for jcifs.smb1
     * to function (See <a href="../../overview-summary.html#scp">Setting
     * JCIFS Properties</a>). Here are some examples of SMB URLs with brief
     * descriptions of what they do:
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    LogicalResult CustomTfOp::inferReturnTypes(
        MLIRContext*, std::optional<Location> location, ValueRange operands,
        DictionaryAttr attr, OpaqueProperties properties, RegionRange regions,
        SmallVectorImpl<Type>& inferredReturnTypes) {
      CustomTfOpAdaptor op(operands, attr, properties, regions);
    
      if (op.getRegions().empty()) return success();
      auto* real_op = &op.getBody().front().front();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    String getParent(); public String getChild(); } org/codehaus/plexus/embed/Embedder.class package org.codehaus.plexus.embed; public synchronized class Embedder implements PlexusEmbedder { private java.net.URL configurationUrl; private java.util.Properties properties; private org.codehaus.plexus.DefaultPlexusContain container; private boolean embedderStarted; private boolean embedderStopped; private java.util.Map context; public void Embedder(); public void Embedder(java.util.Map, String) throws EmbedderException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    String getParent(); public String getChild(); } org/codehaus/plexus/embed/Embedder.class package org.codehaus.plexus.embed; public synchronized class Embedder implements PlexusEmbedder { private java.net.URL configurationUrl; private java.util.Properties properties; private org.codehaus.plexus.DefaultPlexusContain container; private boolean embedderStarted; private boolean embedderStopped; private java.util.Map context; public void Embedder(); public void Embedder(java.util.Map, String) throws EmbedderException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Env Properties */
        public static final String LABELS_system_info_env_title = "{labels.system_info_env_title}";
    
        /** The key of the message: System Properties */
        public static final String LABELS_system_info_prop_title = "{labels.system_info_prop_title}";
    
        /** The key of the message: Fess Properties */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    LogicalResult ConstOp::inferReturnTypes(
        MLIRContext* context, std::optional<Location> location, ValueRange operands,
        DictionaryAttr attributes, OpaqueProperties properties, RegionRange regions,
        SmallVectorImpl<Type>& inferredReturnTypes) {
      ConstOpAdaptor adaptor(operands, attributes, properties, regions);
      auto value = adaptor.getValue();
      if (!value) return emitOptionalError(location, "missing attribute 'value'");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    the Rays in all the Refractions. The unusual Refraction is therefore perform'd by an original property of the Rays. And it remains to be enquired, whether the Rays have not more original Properties than are yet discover'd. _Qu._ 26. Have not the Rays of Light several sides, endued with several original Properties? For if the Planes of perpendicular Refraction of the second Crystal be at right Angles with the Planes of perpendicular Refraction of the first Crystal, the Rays which are refracted after...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top