Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for not (0.03 sec)

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

         * @return The value of found property. (NotNull: if not found, exception)
         * @throws ConfigPropertyNotFoundException When the property is not found.
         */
        String get(String propertyKey);
    
        /**
         * Is the property true?
         * @param propertyKey The key of the property which is boolean type. (NotNull)
         * @return The determination, true or false. (if not found, exception)
    Registered: 2024-10-31 13:40
    - Last Modified: 2024-10-11 21:11
    - 468.5K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Fixed the bug where if Endpointslices mirrored from Endpoints by the EndpointSliceMirroring controller they would not reconcile if modified. were not reconciled if modified ([#124131](https://github.com/kubernetes/kubernetes/pull/124131), [@zyjhtangtang](https://github.com/zyjhtangtang)) [SIG Apps and Network]
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-23 12:18
    - 315.4K bytes
    - Viewed (0)
  3. doc/go_spec.html

    myString("foo" + "bar")  // "foobar" of type myString
    string([]byte{'a'})      // not a constant: []byte{'a'} is not a constant
    (*int)(nil)              // not a constant: nil is not a constant, *int is not a boolean, numeric, or string type
    int(1.2)                 // illegal: 1.2 cannot be represented as an int
    string(65.0)             // illegal: 65.0 is not an integer constant
    </pre>
    
    <p>
    Registered: 2024-11-05 11:13
    - Last Modified: 2024-10-02 00:58
    - 282.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

      
      This is currently an alpha-level feature and while it probably will not
      eat your data, it may nibble at it a bit. (It passes e2e testing but has
      not yet seen real-world use.)
      
      At this point it should be functionally mostly identical to the iptables
      mode, except that it does not (and will not) support Service NodePorts on
      127.0.0.1. (Also note that there are currently no command-line arguments
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-23 04:37
    - 375.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.30.md

    providers now waits for the providerID value to be available before untainting it. This ensures that nodes are not declared Ready without necessary information such as the providerID and zone labels, which are required for integrations like load balancers to function correctly. Cloud providers that do not implement the GetInstanceProviderID method will not require the providerID to be set and will not fail to initialize the node for backward compatibility. ([#123713](https://github.com/kubernetes/kubernetes/pull/123713),...
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-23 04:40
    - 309.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    ### Other (Cleanup or Flake)
    
    - Fixes an issue where the vsphere cloud provider will not trust a certificate if:
      - The issuer of the certificate is unknown (x509.UnknownAuthorityError)
      - The requested name does not match the set of authorized names (x509.HostnameError)
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-23 04:34
    - 456.9K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

        if item_id not in data:
            raise HTTPException(status_code=404, detail="Item not found")
        item = data[item_id]
        if item["owner"] != username:
            raise OwnerError(username)
        return item
    ```
    
    ---
    
    Registered: 2024-11-03 07:19
    - Last Modified: 2024-11-01 11:25
    - 460.3K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/moment-with-locales.min.js

    d._isUTC=n,d._l=t,d._i=e,d._f=a,d._strict=s,(r=new k(la(ba(d))))._nextDay&&(r.add(1,"d"),r._nextDay=void 0),r}function Ha(e,a,t,s){return Sa(e,a,t,s,!1)}M.createFromInputFallback=t("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?"...
    Registered: 2024-10-31 13:40
    - Last Modified: 2024-10-26 01:49
    - 360.5K bytes
    - Viewed (2)
Back to top