代码搜索:Configurable

找到约 1,039 项符合「Configurable」的源代码

代码结果 1,039
www.eeworm.com/read/148782/12427026

ini carma.ini

; Editor Configuration for ARM Assembler Files [Editor] TabSize =8 AutoIndent =1 ShowWhitespace =0 VirtualWhitespace =0 ReplaceTabs =0 MatchCase =1 [Font] FaceName =Courier New Size =10
www.eeworm.com/read/148782/12427029

ini carmp.ini

; Editor Configuration for ARM C++ Files [Editor] TabSize =4 AutoIndent =1 ShowWhitespace =0 VirtualWhitespace =1 ReplaceTabs =0 MatchCase =1 [Font] FaceName =Courier New Size =10 Itali
www.eeworm.com/read/148782/12427034

ini c51.ini

; Editor Configuration for C51 Files (also used for C files when not toolchain selected) [Editor] TabSize =4 AutoIndent =1 ShowWhitespace =0 VirtualWhitespace =1 ReplaceTabs =0 MatchCase =1
www.eeworm.com/read/148782/12427036

ini a251.ini

; Editor Configuration for A251 Files [Editor] TabSize =8 AutoIndent =1 ShowWhitespace =0 VirtualWhitespace =0 ReplaceTabs =0 MatchCase =1 [Font] FaceName =Courier New Size =10 Italic =
www.eeworm.com/read/210194/15204779

ini lanspanish.ini

[mp3DirectCut Language File] ------------------------------------------------------- Language: Spanish Composer: Gonzalo Zarzosa A. Version: 1.30 Update: 2007-03-28 (mpesch3: men023 rem
www.eeworm.com/read/172555/5384080

java environmentlist.java

package org.j3de.server; import java.util.Iterator; import org.j3de.util.Configurable; import org.j3de.interfaces.LocalEnvironment; public interface EnvironmentList extends Co
www.eeworm.com/read/172555/5384082

java applicationlist.java

package org.j3de.server; import java.util.Iterator; import org.j3de.util.Configurable; import org.j3de.interfaces.Application; public interface ApplicationList extends Configurabl
www.eeworm.com/read/172555/5384087

java environmentwrapper.java

package org.j3de.server; import org.j3de.interfaces.LocalEnvironment; import org.j3de.util.Configurable; public class EnvironmentWrapper extends WrapperComponent {
www.eeworm.com/read/172555/5384097

java application.java

package org.j3de.interfaces; import java.rmi.Remote; import org.j3de.util.Configurable; public interface Application extends Remote { }
www.eeworm.com/read/172555/5384098

java systemsecurity.java

package org.j3de.security; import javax.security.auth.callback.CallbackHandler; import org.j3de.util.Configurable; public interface SystemSecurity extends Configurable { pu