Searched refs:compile_return (Results 1 – 14 of 14) sorted by relevance
/dports/www/p5-Catalyst-Controller-SOAP/Catalyst-Controller-SOAP-1.25/t/PostApp/lib/PostApp/Controller/ |
H A D | WithWSDL3.pm | 13 $c->stash->{soap}->compile_return({ details => { greeting => $grt.' '.$who.'!' }}); 20 $c->stash->{soap}->compile_return({ details => {greeting => uc($grt).' '.uc($who).'!!' }});
|
H A D | WithWSDL4.pm | 13 $c->stash->{soap}->compile_return({ greeting => $grt.' '.$who.'!' }); 20 $c->stash->{soap}->compile_return({ greeting => uc($grt).' '.uc($who).'!' });
|
H A D | WithWSDL6.pm | 14 $c->stash->{soap}->compile_return({ greeting => 'Greet '.$grt.' '.$who.'!' }); 21 $c->stash->{soap}->compile_return({ greeting => 'Shout '.$grt.' '.$who.'!' });
|
H A D | WithWSDL2.pm | 18 $c->stash->{soap}->compile_return({ greeting => $num.' '.$grt.' '.$who.'!'.(ref $num||'') });
|
H A D | WithWSDL.pm | 19 …$c->stash->{soap}->compile_return({ details => { greeting => $num.' '.$grt.' '.$who.'!'.(ref $num|…
|
/dports/www/p5-Catalyst-Controller-SOAP/Catalyst-Controller-SOAP-1.25/t/lib/TestApp2/Controller/ |
H A D | WS.pm | 14 …$c->stash->{soap}->compile_return({ details => { greeting => $num.' '.$grt.' '.$who.'!'.(ref $num|…
|
/dports/textproc/bibtool/BibTool/regex-0.12/test/ |
H A D | test.c | 415 const char *compile_return; local 425 compile_return = re_compile_pattern (pattern, strlen (pattern), &buf); 427 if (compile_return) 430 printf ("%s\n", compile_return);
|
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/config/ |
H A D | provider.ex | 277 for {app, [key | path], compile_return} <- compile_env, 288 Expected it to match the compile time value of #{return_to_text(compile_return)}. 293 ^compile_return -> 302 * Compile time value #{return_to_text(compile_return)}
|
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/config/ |
H A D | provider.ex | 275 for {app, [key | path], compile_return} <- compile_env, 286 Expected it to match the compile time value of #{return_to_text(compile_return)}. 291 ^compile_return -> 300 * Compile time value #{return_to_text(compile_return)}
|
/dports/www/p5-Catalyst-Controller-SOAP/Catalyst-Controller-SOAP-1.25/lib/Catalyst/Controller/ |
H A D | SOAP.pm | 358 } elsif (my $cmp = $soap->compile_return) {
|
/dports/lang/py-hy/hy-0.19.0/hy/ |
H A D | compiler.py | 1620 def compile_return(self, expr, root, arg): member in HyASTCompiler
|
/dports/editors/vim/vim-8.2.3745/src/ |
H A D | vim9compile.c | 5700 compile_return(char_u *arg, int check_return_type, int legacy, cctx_T *cctx) in compile_return() function 10026 line = compile_return(p, check_return_type, in compile_def_function()
|
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | compile.c | 5824 compile_return(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *const node, int popped) in compile_return() function 6831 CHECK(compile_return(iseq, ret, node, popped)); in iseq_compile_each0()
|
/dports/lang/kawa/kawa-3.1.1/ |
H A D | ChangeLog | 7558 * kawa/lang/compilefunc.java (compile): Only compile_return
|