Search Options

Results per page
Sort
Preferred Languages
Advance

Results 371 - 380 of 1,038 for logb (0.05 sec)

  1. helm/minio/Chart.yaml

    name: minio
    version: 5.3.0
    appVersion: RELEASE.2024-04-18T19-09-19Z
    keywords:
      - minio
      - storage
      - object-storage
      - s3
      - cluster
    home: https://min.io
    icon: https://min.io/resources/img/logo/MINIO_wordmark.png
    sources:
    - https://github.com/minio/minio
    maintainers:
    - name: MinIO, Inc
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 374 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java

        public String getEntityTypeName() {
            return "org.codelibs.fess.es.log.exentity.ClickLog";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.es.log.cbean.ClickLogCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.es.log.exbhv.ClickLogBhv";
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. cmd/admin-router.go

    		// HTTP Trace
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/trace").HandlerFunc(adminMiddleware(adminAPI.TraceHandler, noObjLayerFlag))
    
    		// Console Logs
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/log").HandlerFunc(adminMiddleware(adminAPI.ConsoleLogHandler, traceAllFlag))
    
    		// -- KMS APIs --
    		//
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Sep 21 11:35:40 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/cbean/UserInfoCB.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean;
    
    import org.codelibs.fess.es.log.cbean.bs.BsUserInfoCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserInfoCB extends BsUserInfoCB {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 810 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/log/cbean/ca/FavoriteLogCA.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean.ca;
    
    import org.codelibs.fess.es.log.cbean.ca.bs.BsFavoriteLogCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FavoriteLogCA extends BsFavoriteLogCA {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 825 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/log/cbean/cq/ClickLogCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean.cq;
    
    import org.codelibs.fess.es.log.cbean.cq.bs.BsClickLogCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ClickLogCQ extends BsClickLogCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 816 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/log/cbean/ca/UserInfoCA.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean.ca;
    
    import org.codelibs.fess.es.log.cbean.ca.bs.BsUserInfoCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserInfoCA extends BsUserInfoCA {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 816 bytes
    - Viewed (0)
  8. cmd/batch-handlers_gen_test.go

    			b.Fatal(err)
    		}
    	}
    }
    
    func TestEncodeDecodeBatchJobPrefix(t *testing.T) {
    	v := BatchJobPrefix{}
    	var buf bytes.Buffer
    	msgp.Encode(&buf, &v)
    
    	m := v.Msgsize()
    	if buf.Len() > m {
    		t.Log("WARNING: TestEncodeDecodeBatchJobPrefix Msgsize() is inaccurate")
    	}
    
    	vn := BatchJobPrefix{}
    	err := msgp.Decode(&buf, &vn)
    	if err != nil {
    		t.Error(err)
    	}
    
    	buf.Reset()
    	msgp.Encode(&buf, &v)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 01 12:53:30 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. cmd/local-locker_gen_test.go

    			b.Fatal(err)
    		}
    	}
    }
    
    func TestEncodeDecodelocalLockMap(t *testing.T) {
    	v := localLockMap{}
    	var buf bytes.Buffer
    	msgp.Encode(&buf, &v)
    
    	m := v.Msgsize()
    	if buf.Len() > m {
    		t.Log("WARNING: TestEncodeDecodelocalLockMap Msgsize() is inaccurate")
    	}
    
    	vn := localLockMap{}
    	err := msgp.Decode(&buf, &vn)
    	if err != nil {
    		t.Error(err)
    	}
    
    	buf.Reset()
    	msgp.Encode(&buf, &v)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Feb 19 22:54:46 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/IntMathTest.java

        }
      }
    
      public void testLog2NegativeAlwaysThrows() {
        for (int x : NEGATIVE_INTEGER_CANDIDATES) {
          for (RoundingMode mode : ALL_ROUNDING_MODES) {
            assertThrows(IllegalArgumentException.class, () -> IntMath.log2(x, mode));
          }
        }
      }
    
      // Relies on the correctness of BigIntegerMath.log2 for all modes except UNNECESSARY.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top