代码搜索:brackets
找到约 233 项符合「brackets」的源代码
代码结果 233
www.eeworm.com/read/329537/3430957
c brackets37.c
void
foo ()
{
if (mask && ((mask[0] == '\0') ||
(mask[1] == '\0'
&& ((mask[0] == '0')
|| (mask[0] ==
'*')))))
mask = NULL;
if ((acptr = FindUser (nick)) &&
((!(bitsel
www.eeworm.com/read/329537/3430962
c brackets34.c
void
foo ()
{
if (mask
&& ((mask[0] == '\0')
|| (mask[1] == '\0'
&& ((mask[0] == '0')
|| (mask[0] ==
'*')))))
mask = NULL;
if ((acptr = FindUser (nick)) &&
((
www.eeworm.com/read/270401/4239265
drl or_binding_with_brackets.drl
rule simple_rule
when
foo : (
Person(name == "mark") or Person(type == "fan")
)
then
System.out.println( "Mark and Michael" + bar );
end
www.eeworm.com/read/270401/4239266
drl not_exist_with_brackets.drl
package HR1
rule simple_rule
when
not ( Cheese(type == "stilton") )
exists ( Foo() )
then
funky();
end
www.eeworm.com/read/270401/4239270
drl brackets_precedence.drl
rule simple_rule
when
( (not Foo(x=="a") or Foo(x=="y") ) and ( Shoes() or Butt() ) )
then
go wild
end
www.eeworm.com/read/136812/5861111
text_extras_menu
# @(#)text_extras_menu 1.1 92/07/30 SMI
#
# Copyright (c) 1987 by Sun Microsystems, Inc.
#
# Text "Extras" menu
#
"Format" fmt
"Capitalize" MENU
"abcd -> ABCD" capitalize -u
"ABCD -> abcd" capita
www.eeworm.com/read/101082/6243088
1b l12.1b
#print
Bars are not the only characters you can put
around an equation.
If you say
left ( thing right )
you will get large parentheses around "thing".
You can also use [ and ] for large square br
www.eeworm.com/read/458682/7291445
sh ex29.sh
#!/bin/bash
# Testing ranges of characters.
echo; echo "Hit a key, then hit return."
read Keypress
case "$Keypress" in
[[:lower:]] ) echo "Lowercase letter";;
[[:upper:]] ) echo "Uppercase l