Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for identifier (0.24 sec)

  1. doc/go_spec.html

    </p>
    
    <h3 id="Qualified_identifiers">Qualified identifiers</h3>
    
    <p>
    A <i>qualified identifier</i> is an identifier qualified with a package name prefix.
    Both the package name and the identifier must not be
    <a href="#Blank_identifier">blank</a>.
    </p>
    
    <pre class="ebnf">
    QualifiedIdent = PackageName "." identifier .
    </pre>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // List of endpoints.
      repeated Endpoints items = 2;
    }
    
    // EnvFromSource represents the source of a set of ConfigMaps
    message EnvFromSource {
      // An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
      // +optional
      optional string prefix = 1;
    
      // The ConfigMap to select from
      // +optional
      optional ConfigMapEnvSource configMapRef = 2;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * [stable] You can now customize the iSCSI initiator name per volume in the iSCSI volume plugin.
    
    * [stable] You can now specify the World Wide Identifier (WWID) for the volume identifier in the Fibre Channel volume plugin.
    
    * [beta] Reclaim policy in StorageClass
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. l */
        String LDAP_ATTR_CITY = "ldap.attr.city";
    
        /** The key of the configuration. e.g. teletexTerminalIdentifier */
        String LDAP_ATTR_TELETEX_TERMINAL_IDENTIFIER = "ldap.attr.teletexTerminalIdentifier";
    
        /** The key of the configuration. e.g. x121Address */
        String LDAP_ATTR_X121_ADDRESS = "ldap.attr.x121Address";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  5. CHANGELOG/CHANGELOG-1.24.md

    - CEL CRD validation expressions may now reference existing object state using the identifier `oldSelf`. ([#108073](https://github.com/kubernetes/kubernetes/pull/108073), [@benluddy](https://github.com/benluddy))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Aug 24 00:02:43 GMT 2023
    - 473.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    ## Non-user-facing Changes
    
    * CRI now uses moutpoint as image filesystem identifier instead of UUID. ([#59475](https://github.com/kubernetes/kubernetes/pull/59475), [@Random-Liu](https://github.com/Random-Liu))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

      - Improve tests to work better with constrained resources
      - Add support for node autodiscovery
      - Add support for `--cloud-config`
      - Update group identifier to use for Cluster API annotations
      
      ### Exoscale
      - Add support for Exoscale
      
      ### GCE
      - Decrease the number of GCE Read Requests made while deleting nodes
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  8. CHANGELOG/CHANGELOG-1.20.md

      - Improve tests to work better with constrained resources
      - Add support for node auto-discovery
      - Add support for `--cloud-config`
      - Update group identifier to use for Cluster API annotations
      
      ### Exoscale
      - Add support for Exoscale
      
      ### GCE
      - Decrease the number of GCE Read Requests made while deleting nodes
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Update data structure and render for external-links. PR [#10495](https://github.com/tiangolo/fastapi/pull/10495) by [@tiangolo](https://github.com/tiangolo).
    * ✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md`. PR [#10433](https://github.com/tiangolo/fastapi/pull/10433) by [@worldworm](https://github.com/worldworm).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.9.md

    ## Introduction to 1.9.0
    
    Kubernetes version 1.9 includes new features and enhancements, as well as fixes to identified issues. The release notes contain a brief overview of the important changes introduced in this release. The content is organized by Special Interest Group ([SIG](https://github.com/kubernetes/community/blob/master/sig-list.md)).
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top