| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/test/soap/calc/ |
| calc.rb | 2 def self.add(lhs, rhs) 3 lhs + rhs 6 def self.sub(lhs, rhs) 7 lhs - rhs 10 def self.multi(lhs, rhs) 11 lhs * rhs 14 def self.div(lhs, rhs) 15 lhs / rhs
|
| calc2.rb | 14 def +(rhs) 15 @value + rhs 18 def -(rhs) 19 @value - rhs 22 def *(rhs) 23 @value * rhs 26 def /(rhs) 27 @value / rhs
|
| /webstack/webstack/trunk/src/ruby-1.8.5/test/soap/calc/ |
| calc.rb | 2 def self.add(lhs, rhs) 3 lhs + rhs 6 def self.sub(lhs, rhs) 7 lhs - rhs 10 def self.multi(lhs, rhs) 11 lhs * rhs 14 def self.div(lhs, rhs) 15 lhs / rhs
|
| calc2.rb | 14 def +(rhs) 15 @value + rhs 18 def -(rhs) 19 @value - rhs 22 def *(rhs) 23 @value * rhs 26 def /(rhs) 27 @value / rhs
|
| /webstack/webstack/trunk/src/ruby-1.8.6/test/soap/calc/ |
| calc.rb | 2 def self.add(lhs, rhs) 3 lhs + rhs 6 def self.sub(lhs, rhs) 7 lhs - rhs 10 def self.multi(lhs, rhs) 11 lhs * rhs 14 def self.div(lhs, rhs) 15 lhs / rhs
|
| calc2.rb | 14 def +(rhs) 15 @value + rhs 18 def -(rhs) 19 @value - rhs 22 def *(rhs) 23 @value * rhs 26 def /(rhs) 27 @value / rhs
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/xsd/ |
| qname.rb | 33 def match(rhs) 34 if rhs.namespace and (rhs.namespace != @namespace) 37 if rhs.name and (rhs.name != @name) 43 def ==(rhs) 44 !rhs.nil? and @namespace == rhs.namespace and @name == rhs.name 47 def ===(rhs) [all...] |
| namedelements.rb | 62 def <<(rhs) 63 @elements << rhs 67 def delete(rhs) 68 @elements.delete(rhs) 71 def +(rhs) 73 o.elements = @elements + rhs.elements 77 def concat(rhs) 78 @elements.concat(rhs.elements) 86 def elements=(rhs) 87 @elements = rhs [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.5/lib/xsd/ |
| qname.rb | 33 def match(rhs) 34 if rhs.namespace and (rhs.namespace != @namespace) 37 if rhs.name and (rhs.name != @name) 43 def ==(rhs) 44 !rhs.nil? and @namespace == rhs.namespace and @name == rhs.name 47 def ===(rhs) [all...] |
| namedelements.rb | 62 def <<(rhs) 63 @elements << rhs 67 def delete(rhs) 68 @elements.delete(rhs) 71 def +(rhs) 73 o.elements = @elements + rhs.elements 77 def concat(rhs) 78 @elements.concat(rhs.elements) 86 def elements=(rhs) 87 @elements = rhs [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.6/lib/xsd/ |
| qname.rb | 33 def match(rhs) 34 if rhs.namespace and (rhs.namespace != @namespace) 37 if rhs.name and (rhs.name != @name) 43 def ==(rhs) 44 !rhs.nil? and @namespace == rhs.namespace and @name == rhs.name 47 def ===(rhs) [all...] |
| namedelements.rb | 62 def <<(rhs) 63 @elements << rhs 67 def delete(rhs) 68 @elements.delete(rhs) 71 def +(rhs) 73 o.elements = @elements + rhs.elements 77 def concat(rhs) 78 @elements.concat(rhs.elements) 86 def elements=(rhs) 87 @elements = rhs [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/c++/ |
| cursslk.h | 76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) 78 if (this != &rhs) { 79 *this = rhs; 84 Soft_Label_Key(const Soft_Label_Key& rhs) 86 format(rhs.format), 87 num(rhs.num) 89 *this = rhs.label; 148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) 150 if (this != &rhs) { 151 *this = rhs; [all...] |
| cursesapp.h | 93 NCursesApplication& operator=(const NCursesApplication& rhs) 95 if (this != &rhs) { 96 *this = rhs; 101 NCursesApplication(const NCursesApplication& rhs) 102 : b_Colors(rhs.b_Colors), 103 Root_Window(rhs.Root_Window)
|
| cursesf.h | 83 NCursesFieldType& operator=(const NCursesFieldType& rhs) 85 if (this != &rhs) { 86 *this = rhs; 91 NCursesFieldType(const NCursesFieldType& rhs) 92 : fieldtype(rhs.fieldtype) 141 NCursesFormField& operator=(const NCursesFormField& rhs) 143 if (this != &rhs) { 144 *this = rhs; 149 NCursesFormField(const NCursesFormField& rhs) 150 : field(rhs.field), ftype(rhs.ftype [all...] |
| /webstack/webstack/trunk/src/ncurses-5.5/c++/ |
| cursslk.h | 76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) 78 if (this != &rhs) { 79 *this = rhs; 84 Soft_Label_Key(const Soft_Label_Key& rhs) 86 format(rhs.format), 87 num(rhs.num) 89 *this = rhs.label; 148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) 150 if (this != &rhs) { 151 *this = rhs; [all...] |
| cursesapp.h | 93 NCursesApplication& operator=(const NCursesApplication& rhs) 95 if (this != &rhs) { 96 *this = rhs; 101 NCursesApplication(const NCursesApplication& rhs) 102 : b_Colors(rhs.b_Colors), 103 Root_Window(rhs.Root_Window)
|
| cursesf.h | 83 NCursesFieldType& operator=(const NCursesFieldType& rhs) 85 if (this != &rhs) { 86 *this = rhs; 91 NCursesFieldType(const NCursesFieldType& rhs) 92 : fieldtype(rhs.fieldtype) 141 NCursesFormField& operator=(const NCursesFormField& rhs) 143 if (this != &rhs) { 144 *this = rhs; 149 NCursesFormField(const NCursesFormField& rhs) 150 : field(rhs.field), ftype(rhs.ftype [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/demos/ |
| pexpr.c | 105 struct {struct expr *lhs, *rhs;} ops; member in struct:expr::__anon665::__anon666 857 RHS and left hand side lhs. Put the result in R. */ 859 makeexp (expr_t *r, enum op_t op, expr_t lhs, expr_t rhs) 865 res -> operands.ops.rhs = rhs; 877 if (e->operands.ops.rhs != NULL) 878 free_expr (e->operands.ops.rhs); 890 mpz_t lhs, rhs; local 898 mpz_init (lhs); mpz_init (rhs); 900 mpz_eval_expr (rhs, e->operands.ops.rhs) 1298 mpz_t lhs, rhs; local [all...] |
| /webstack/webstack/trunk/src/gmp-4.2.1/demos/ |
| pexpr.c | 105 struct {struct expr *lhs, *rhs;} ops; member in struct:expr::__anon4049::__anon4050 857 RHS and left hand side lhs. Put the result in R. */ 859 makeexp (expr_t *r, enum op_t op, expr_t lhs, expr_t rhs) 865 res -> operands.ops.rhs = rhs; 877 if (e->operands.ops.rhs != NULL) 878 free_expr (e->operands.ops.rhs); 890 mpz_t lhs, rhs; local 898 mpz_init (lhs); mpz_init (rhs); 900 mpz_eval_expr (rhs, e->operands.ops.rhs) 1298 mpz_t lhs, rhs; local [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/src/ |
| po-gram-gen.y | 151 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; 163 %type <rhs> pluralform pluralform_list 225 $4.rhs.msgstr, $4.rhs.msgstr_len, &$4.pos, 234 free ($4.rhs.msgstr); 253 free ($3.rhs.msgstr); 376 $$.rhs.msgstr = (char *) xmalloc ($1.rhs.msgstr_len + $2.rhs.msgstr_len) [all...] |
| po-gram-gen.c | 138 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon632 502 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 503 Current.last_line = Rhs[N].last_line; \ 504 Current.last_column = Rhs[N].last_column; 743 /* When reducing, the number of symbols on the RHS of the reduced 1058 check_obsolete (yyvsp[-3].message_intro, yyvsp[0].rhs); 1061 yyvsp[0].rhs.rhs.msgstr, yyvsp[0].rhs.rhs.msgstr_len, &yyvsp[0].rhs.pos [all...] |
| /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/src/ |
| po-gram-gen.y | 151 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; 163 %type <rhs> pluralform pluralform_list 225 $4.rhs.msgstr, $4.rhs.msgstr_len, &$4.pos, 234 free ($4.rhs.msgstr); 253 free ($3.rhs.msgstr); 376 $$.rhs.msgstr = (char *) xmalloc ($1.rhs.msgstr_len + $2.rhs.msgstr_len) [all...] |
| po-gram-gen.c | 138 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon4016 502 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 503 Current.last_line = Rhs[N].last_line; \ 504 Current.last_column = Rhs[N].last_column; 743 /* When reducing, the number of symbols on the RHS of the reduced 1058 check_obsolete (yyvsp[-3].message_intro, yyvsp[0].rhs); 1061 yyvsp[0].rhs.rhs.msgstr, yyvsp[0].rhs.rhs.msgstr_len, &yyvsp[0].rhs.pos [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/test/wsdl/marshal/ |
| test_wsdlmarshal.rb | 38 def ==(rhs) 39 @familyname == rhs.familyname and @givenname == rhs.givenname and 40 @var1 == rhs.var1 and @var2 == rhs.var2 and @var3 == rhs.var3
|