Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 251 for subname (0.11 sec)

  1. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

         * <p>
         * For example see docs for {@link IdeaModule}
         */
        public String getName() {
            return name;
        }
    
        public void setName(String name) {
            this.name = name;
        }
    
        /**
         * The directories containing the production sources.
         *
         * For example see docs for {@link IdeaModule}
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java

                    (et, vl) -> ((ScheduledJob) et).setJobLogging(DfTypeUtil.toBoolean(vl)), "jobLogging");
            setupEpg(_epgMap, et -> ((ScheduledJob) et).getName(), (et, vl) -> ((ScheduledJob) et).setName(DfTypeUtil.toString(vl)), "name");
            setupEpg(_epgMap, et -> ((ScheduledJob) et).getScriptData(), (et, vl) -> ((ScheduledJob) et).setScriptData(DfTypeUtil.toString(vl)),
                    "scriptData");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/ipset/ipset.go

    		return err
    	}
    	return runner.createSet(set, ignoreExistErr)
    }
    
    // If ignoreExistErr is set to true, then the -exist option of ipset will be specified, ipset ignores the error
    // otherwise raised when the same set (setname and create parameters are identical) already exists.
    func (runner *runner) createSet(set *IPSet, ignoreExistErr bool) error {
    	args := []string{"create", set.Name, string(set.SetType)}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  4. pkg/webhooks/validation/server/server_test.go

    	if validConfig {
    		key = "key"
    	}
    
    	name := fmt.Sprintf("%s%d", "mock-config", i)
    
    	r := collections.Mock
    	var un unstructured.Unstructured
    	un.SetGroupVersionKind(r.GroupVersionKind().Kubernetes())
    	un.SetName(name)
    	un.SetLabels(map[string]string{"key": name})
    	un.SetAnnotations(map[string]string{"annotationKey": name})
    	un.Object["spec"] = &config.MockConfig{
    		Key: key,
    		Pairs: []*config.ConfigPair{{
    			Key:   key,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/experimental/tac/transforms/get_alternative_subgraph.cc

                               target_device_inference_type.inference_type)));
      std::string new_function_name =
          GetFunctionImplName(*interface_name, target_device_inference_type);
      cloned_func.setName(new_function_name);
    
      // If it's quantized -> float, we need to wrap all the ops around with dequant
      // and quant.
      if ((current_device_inference_type.inference_type == QUANTIZED_UINT8 ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/transforms/raise_target_subgraphs.cc

                                               device.getValue().str(), "_",
                                               inference_type.getValue().str());
      added_func_op.setName(builder.getStringAttr(function_name));
      added_call_op.setCallee(builder.getStringAttr(function_name));
    }
    
    // Raises partitioned sequential `Operations` from a block to a new function
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	handle = Handle(r0)
    	if handle == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func LoadLibrary(libname string) (handle Handle, err error) {
    	var _p0 *uint16
    	_p0, err = syscall.UTF16PtrFromString(libname)
    	if err != nil {
    		return
    	}
    	return _LoadLibrary(_p0)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Project.java

            return "defaultProject.xml";
        }
    
        /**
         * The name used for the name of the eclipse project
         */
        public String getName() {
            return name;
        }
    
        public void setName(String name) {
            this.name = name;
        }
    
        /**
         * A comment used for the eclipse project
         */
        public String getComment() {
            return comment;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/lib.go

    		}
    		return "none"
    	}
    	return strings.TrimSpace(string(out))
    }
    
    // findLibPath searches for library libname.
    // It returns library full path if found, or "none" if not found.
    func (ctxt *Link) findLibPath(libname string) string {
    	return ctxt.findLibPathCmd("--print-file-name="+libname, libname)
    }
    
    func (ctxt *Link) loadlib() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  10. src/cmd/internal/goobj/objfile.go

    func (s *Sym) IsLinkname() bool    { return s.Flag2()&SymFlagLinkname != 0 }
    func (s *Sym) ABIWrapper() bool    { return s.Flag2()&SymFlagABIWrapper != 0 }
    
    func (s *Sym) SetName(x string, w *Writer) {
    	binary.LittleEndian.PutUint32(s[:], uint32(len(x)))
    	binary.LittleEndian.PutUint32(s[4:], w.stringOff(x))
    }
    
    func (s *Sym) SetABI(x uint16)   { binary.LittleEndian.PutUint16(s[8:], x) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top