代码搜索:enables
找到约 1,207 项符合「enables」的源代码
代码结果 1,207
www.eeworm.com/read/152843/5658353
kconfig
config 4xx
bool
depends on 40x || 44x
default y
config WANT_EARLY_SERIAL
bool
select SERIAL_8250
default n
menu "AMCC 4xx options"
depends on 4xx
choice
prompt "Machine Type"
depends on 40
www.eeworm.com/read/152843/5660493
kconfig
config 4xx
bool
depends on 40x || 44x
default y
config WANT_EARLY_SERIAL
bool
select SERIAL_8250
default n
menu "IBM 4xx options"
depends on 4xx
choice
prompt "Machine Type"
depends on 40x
www.eeworm.com/read/291714/8402200
inc atimageboxoptions.inc
// ATImageBox options:
//{$define TNT} //Enables Tnt Unicode Controls usage.
//{$define GIF} //Enables GIFImage usage.
www.eeworm.com/read/291714/8402545
html usage properties media-related.html
Usage: Properties, Media-related
www.eeworm.com/read/188621/8525106
ifdef
#!/usr/local/bin/perl5 -i~
while ($ARGV[0] =~ /^([+-])(.*)$/) {
push (@enables, $1);
push (@names, $2);
if ($1 eq '+') {
print "Enabling $2\n";
} else {
print "Disabli
www.eeworm.com/read/188484/8538030
cs autoconfigure.cs
using System;
namespace FreeTextBoxControls {
///
/// Several predefined sets of buttons
///
public enum AutoConfigure {
///
/// Uses the default string
www.eeworm.com/read/431224/8698270
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = values{4};
switch type
case 'on', enables{3} = 'on';
case 'off', enables{3} = 'off';
end
www.eeworm.com/read/431224/8698412
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
display = 'plot(xc,yc), color(''blue''), text(-0.5,0.1,';
num = str2num(values{2});
type = get_param(object,'MaskType');
blocks =