Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 70 for administrador (0.07 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. [a-zA-Z0-9_]+ */
        String USER_CODE_PATTERN = "user.code.pattern";
    
        /** The key of the configuration. e.g. Administrator */
        String MAIL_FROM_NAME = "mail.from.name";
    
        /** The key of the configuration. e.g. root@localhost */
        String MAIL_FROM_ADDRESS = "mail.from.address";
    
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 525.7K bytes
    - Click Count (2)
  2. CHANGELOG/CHANGELOG-1.33.md

    **Action required** for Kubernetes cluster administrators and for distributions that manage the cluster Service CIDR.
    Kubernetes now allows users to define the cluster Service CIDR via an API object: ServiceCIDR.
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Dec 10 01:15:24 GMT 2025
    - 334.8K bytes
    - Click Count (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     *
     * <tr><td >
     * <code>smb1://Administrator:P%40ss@msmith1/c/WINDOWS/Desktop/foo.txt</code></td><td>
     * A relativly sophisticated example that references a file
     * <code>msmith1</code>'s desktop as user <code>Administrator</code>. Notice the '@' is URL encoded with the '%40' hexcode escape.
     * </td></tr>
     *
     * <tr><td ><code>smb1://angus/</code></td><td>
     * This references only a server. The behavior of some methods is different
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 112.2K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.12.md

    multiple runtime options to support a variety of workload types.  Examples include native linux containers, and “sandboxed” containers that isolate the container from the host kernel.
    
    The CustomCFSQuotaPeriod alpha feature enables node administrators to change the default period used to enforce CFS quota on a node.  This can improve performance for some workloads that experience latency while using CFS quota with the default measurement period.  Finally, the SIG continues to focus on improving...
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: System Error */
        public static final String LABELS_system_error_title = "{labels.system_error_title}";
    
        /** The key of the message: Please contact your site administrator. */
        public static final String LABELS_contact_site_admin = "{labels.contact_site_admin}";
    
        /** The key of the message: Invalid Request Format. */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 156.4K bytes
    - Click Count (0)
  6. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by registry <******@****.***>
    gb
    
    // gd : https://www.iana.org/domains/root/db/gd.html
    edu.gd
    gov.gd
    gd
    
    // ge : https://nic.ge/en/administrator/the-ge-domain-regulations
    // Confirmed by registry <******@****.***> 2024-11-20
    ge
    com.ge
    edu.ge
    gov.ge
    net.ge
    org.ge
    pvt.ge
    school.ge
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  7. CHANGELOG/CHANGELOG-1.13.md

    - kube-apiserver: the `NodeRestriction` admission plugin now prevents kubelets from modifying `Node` labels prefixed with `node-restriction.kubernetes.io/`. The `node-restriction.kubernetes.io/` label prefix is reserved for cluster administrators to use for labeling `Node` objects to target workloads to nodes in a way that kubelets cannot modify or spoof. ([#68267](https://github.com/kubernetes/kubernetes/pull/68267), [@liggitt](https://github.com/liggitt))
    
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.6.md

        * platforms would be satisfied by manually-created PersistentVolume objects.
        * Administrators can choose to disable this behavior by deleting the automatically
        * installed StorageClass API object. Alternatively, administrators may choose to
        * keep the automatically installed StorageClass and only disable the defaulting
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Adds feature gate `NodeLogQuery` which provides cluster administrators with a streaming view of logs using kubectl without them having to implement a client side reader or logging into the node. ([#96120](https://github.com/kubernetes/kubernetes/pull/96120), [@LorbusChris](https://github.com/LorbusChris))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jul 17 07:48:22 GMT 2024
    - 466.3K bytes
    - Click Count (2)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Kubernetes server components using `kubeconfig` files no longer default to `http://localhost:8080`.  Administrators must specify a server value in their kubeconfig files. ([#30808](https://github.com/kubernetes/kubernetes/pull/30808), [@smarterclayton](https://github.com/smarterclayton))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Click Count (0)
Back to Top