Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Cf (0.06 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsScheduledJobCQ.java

            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    ScheduledJobCQ cf = new ScheduledJobCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
                });
            }
            final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 98.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java

            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    DataConfigCQ cf = new DataConfigCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
                });
            }
            final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 108.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    				a.Reg = obj.REG_NONE
    			}
    			c.instoffset = int64(c.autosize) + a.Offset + 8
    		default:
    			return C_GOK
    		}
    		cf := c.instoffset
    		if isaddcon(cf) || isaddcon(-cf) {
    			return C_AACON
    		}
    		if isaddcon2(cf) {
    			return C_AACON2
    		}
    
    		return C_LACON
    
    	case obj.TYPE_BRANCH:
    		return C_SBRA
    
    	case obj.TYPE_SPECIAL:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java

            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    SearchLogCQ cf = new SearchLogCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
                });
            }
            final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 145.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java

            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    WebConfigCQ cf = new WebConfigCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
                });
            }
            final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 172.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java

            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    FileConfigCQ cf = new FileConfigCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
                });
            }
            final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 165.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	SIO_GET_EXTENSION_FUNCTION_POINTER = IOC_INOUT | IOC_WS2 | 6
    	SIO_KEEPALIVE_VALS                 = IOC_IN | IOC_VENDOR | 4
    	SIO_UDP_CONNRESET                  = IOC_IN | IOC_VENDOR | 12
    
    	// cf. http://support.microsoft.com/default.aspx?scid=kb;en-us;257460
    
    	IP_HDRINCL         = 0x2
    	IP_TOS             = 0x3
    	IP_TTL             = 0x4
    	IP_MULTICAST_IF    = 0x9
    	IP_MULTICAST_TTL   = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

    ^bb0(%arg0: tensor<8x16x32x64xf32>):
      %0 = "tf.Cast"(%arg0) {Truncate = false} : (tensor<8x16x32x64xf32>) -> tensor<8x16x32x64xf32>
      cf.br ^bb1
    ^bb1:
      %1 = "tf.Cast"(%0) {Truncate = true} : (tensor<8x16x32x64xf32>) -> tensor<8x16x32x64xf32>
      cf.br ^exit
    ^exit:
      func.return %1: tensor<8x16x32x64xf32>
    
      // CHECK: return %arg0
    }
    
    // CHECK-LABEL: testConcatCanonicalization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        func.return %1 : tensor<*xf32>
      }
    
      // CHECK-LABEL: func @multiple_blocks_one_return(%arg0: tensor<?xf32>) -> tensor<?xf32>
      func.func @multiple_blocks_one_return(%arg0: tensor<?xf32>) -> tensor<*xf32> {
        cf.br ^bb1
      ^bb1:
      // CHECK: %[[IDENTITY:.*]] = "tf.Identity"(%arg0) : (tensor<?xf32>) -> tensor<?xf32>
      // CHECK: return %[[IDENTITY]] : tensor<?xf32>
        %ret = "tf.Identity"(%arg0) : (tensor<?xf32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top