Search Options

Results per page
Sort
Preferred Languages
Advance

Results 621 - 630 of 676 for stateN (0.06 sec)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                daysOfWeek: moment.weekdaysMin(),
                monthNames: moment.monthsShort(),
                firstDay: moment.localeData().firstDayOfWeek()
            };
    
            this.callback = function() { };
    
            //some state information
            this.isShowing = false;
            this.leftCalendar = {};
            this.rightCalendar = {};
    
            //custom options from user
            if (typeof options !== 'object' || options === null)
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  2. cmd/server-main.go

    		// Initialize bucket metadata sub-system.
    		bootstrapTrace("globalBucketMetadataSys.Init", func() {
    			globalBucketMetadataSys.Init(GlobalContext, buckets, newObject)
    		})
    
    		// initialize replication resync state.
    		bootstrapTrace("initResync", func() {
    			globalReplicationPool.Get().initResync(GlobalContext, buckets, newObject)
    		})
    
    		// Initialize site replication manager after bucket metadata
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 35.2K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_ko.properties

    labels.user_destinationIndicator = 특송 서비스 주소 정보
    labels.destinationIndicator = 특송 서비스 주소 정보
    labels.user_internationaliSDNNumber = 국제 ISDN 번호
    labels.internationaliSDNNumber = 국제 ISDN 번호
    labels.user_state = 도시
    labels.state = 도시
    labels.user_employeeType = 고용 형태
    labels.employeeType = 고용 형태
    labels.user_facsimileTelephoneNumber = FAX 번호
    labels.facsimileTelephoneNumber = FAX 번호
    labels.user_postOfficeBox = 사서함
    labels.postOfficeBox = 사서함
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Maps.java

    package com.google.common.collect;
    
    import static com.google.common.base.Preconditions.checkArgument;
    import static com.google.common.base.Preconditions.checkNotNull;
    import static com.google.common.base.Predicates.compose;
    import static com.google.common.collect.CollectPreconditions.checkEntryNotNull;
    import static com.google.common.collect.CollectPreconditions.checkNonnegative;
    import static com.google.common.collect.Maps.immutableEntry;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Maps.java

    package com.google.common.collect;
    
    import static com.google.common.base.Preconditions.checkArgument;
    import static com.google.common.base.Preconditions.checkNotNull;
    import static com.google.common.base.Predicates.compose;
    import static com.google.common.collect.CollectPreconditions.checkEntryNotNull;
    import static com.google.common.collect.CollectPreconditions.checkNonnegative;
    import static com.google.common.collect.Maps.immutableEntry;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/primitives/IntsTest.java

    public class IntsTest extends TestCase {
      private static final int[] EMPTY = {};
      private static final int[] ARRAY1 = {(int) 1};
      private static final int[] ARRAY234 = {(int) 2, (int) 3, (int) 4};
    
      private static final int LEAST = Integer.MIN_VALUE;
      private static final int GREATEST = Integer.MAX_VALUE;
    
      private static final int[] VALUES = {LEAST, (int) -1, (int) 0, (int) 1, GREATEST};
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/primitives/LongsTest.java

    package com.google.common.primitives;
    
    import static com.google.common.primitives.Longs.max;
    import static com.google.common.primitives.Longs.min;
    import static com.google.common.primitives.ReflectionFreeAssertThrows.assertThrows;
    import static com.google.common.truth.Truth.assertThat;
    import static com.google.common.truth.Truth.assertWithMessage;
    import static java.lang.Long.MAX_VALUE;
    import static java.lang.Long.MIN_VALUE;
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

    - Fixed a regression introduced in 1.23.0 where Azure load balancers were not kept up to date with the state of cluster nodes. In particular, nodes that are not in the ready state and are not newly created (i.e. not having the `node.cloudprovider.kubernetes.io/uninitialized` taint) now get removed from Azure load balancers. ([#109932](https://github.com/kubernetes/kubernetes/pull/109932),...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. docs/metrics/prometheus/grafana/minio-dashboard.json

              "legendFormat": "Pool: {{pool}} Set: {{set}}",
              "range": true,
              "refId": "A",
              "useBackend": false
            }
          ],
          "title": "Cluster Health Status",
          "type": "stat"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "description": "",
          "fieldConfig": {
            "defaults": {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 14:51:03 UTC 2024
    - 93K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    ldap.attr.postalCode=postalCode
    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    ldap.attr.destinationIndicator=destinationIndicator
    ldap.attr.internationaliSDNNumber=internationaliSDNNumber
    ldap.attr.state=st
    ldap.attr.employeeType=employeeType
    ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
    ldap.attr.postOfficeBox=postOfficeBox
    ldap.attr.initials=initials
    ldap.attr.carLicense=carLicense
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top