Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 989 for usability (0.14 sec)

  1. pkg/test/framework/features/README.md

    ```yaml
        usability:
          observability:
            status:
          analyzers:
            virtualservice:
    ```
    
    will allow you to label a test with:
    
    ```go
        "usability.observability.status.exist-by-default"
        "usability.analyzers.virtualservice"
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 20 19:13:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/usability/plugin/ExpressionDocumenter.java

     * under the License.
     */
    package org.apache.maven.usability.plugin;
    
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.net.URLClassLoader;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    import org.apache.maven.usability.plugin.io.xpp3.ParamdocXpp3Reader;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. maven-compat/src/main/java/org/apache/maven/usability/plugin/ExpressionDocumentationException.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.usability.plugin;
    
    /**
     * ExpressionDocumentationException
     */
    @Deprecated
    public class ExpressionDocumentationException extends Exception {
        static final long serialVersionUID = 1;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_index.yaml

            will include the application of HPC techniques, along with integration of
            search algorithms like reinforcement learning. MLIR aims to reduce the
            cost to bring up new hardware, and improve usability for existing
            TensorFlow users.
    
        - code_block: |
            <pre class = "prettyprint">
            // Syntactically similar to LLVM:
            func @testFunction(%arg0: i32) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  5. pkg/capabilities/capabilities.go

    func Initialize(c Capabilities) {
    	// Only do this once
    	capInstance.once.Do(func() {
    		capInstance.capabilities = &c
    	})
    }
    
    // Setup the capability set.  It wraps Initialize for improving usability.
    func Setup(allowPrivileged bool, perConnectionBytesPerSec int64) {
    	Initialize(Capabilities{
    		AllowPrivileged:                        allowPrivileged,
    		PerConnectionBandwidthLimitBytesPerSec: perConnectionBytesPerSec,
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 12:51:16 UTC 2019
    - 3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/release/notes-template.md

    For Java, Groovy, Kotlin, and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).   
    
    ## New features and usability improvements
    
    <!-- Do not add breaking changes or deprecations here! Add them to the upgrade guide instead. -->
    
    <!--
    
    ================== TEMPLATE ==============================
    
    <a name="FILL-IN-KEY-AREA"></a>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 14:04:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/release/notes.md

    For Java, Groovy, Kotlin, and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).   
    
    ## New features and usability improvements
    
    <!-- Do not add breaking changes or deprecations here! Add them to the upgrade guide instead. -->
    
    <!--
    
    ================== TEMPLATE ==============================
    
    <a name="FILL-IN-KEY-AREA"></a>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 07:16:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. src/internal/poll/fd.go

    // internally and are not intended to be used outside the standard libraries,
    // Therefore, we make those APIs use internal types like poll.FD or poll.String
    // in their function signatures to disable the usability of these APIs from
    // external codebase.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:16:28 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. maven-compat/src/main/mdo/paramdoc.mdo

      <name>Paramdoc</name>
      <description><![CDATA[Documentation on parameter expressions supported by Maven for use in plugins.]]></description>
      <defaults>
        <default>
          <key>package</key>
          <value>org.apache.maven.usability.plugin</value>
        </default>
      </defaults>
      <classes>
        <class rootElement="true" xml.tagName="paramdoc">
          <version>1.0.0</version>
          <name>ExpressionDocumentation</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Aug 21 15:04:07 UTC 2009
    - 5.4K bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/internal/IdeaDependenciesProvider.java

             * file dependency, with the file path pointing to the attempted component selector.
             * This shows up in the IDE as a red flag in the dependencies view. That's not the best
             * usability and it also muddies the API contract, because we disguise an unresolved
             * dependency as a file dependency, even though that file really doesn't exist.
             *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top