Home
last modified time | relevance | path

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 DWithWSDL3.pm13 $c->stash->{soap}->compile_return({ details => { greeting => $grt.' '.$who.'!' }});
20 $c->stash->{soap}->compile_return({ details => {greeting => uc($grt).' '.uc($who).'!!' }});
H A DWithWSDL4.pm13 $c->stash->{soap}->compile_return({ greeting => $grt.' '.$who.'!' });
20 $c->stash->{soap}->compile_return({ greeting => uc($grt).' '.uc($who).'!' });
H A DWithWSDL6.pm14 $c->stash->{soap}->compile_return({ greeting => 'Greet '.$grt.' '.$who.'!' });
21 $c->stash->{soap}->compile_return({ greeting => 'Shout '.$grt.' '.$who.'!' });
H A DWithWSDL2.pm18 $c->stash->{soap}->compile_return({ greeting => $num.' '.$grt.' '.$who.'!'.(ref $num||'') });
H A DWithWSDL.pm19 …$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 DWS.pm14 …$c->stash->{soap}->compile_return({ details => { greeting => $num.' '.$grt.' '.$who.'!'.(ref $num|…
/dports/textproc/bibtool/BibTool/regex-0.12/test/
H A Dtest.c415 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 Dprovider.ex277 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 Dprovider.ex275 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 DSOAP.pm358 } elsif (my $cmp = $soap->compile_return) {
/dports/lang/py-hy/hy-0.19.0/hy/
H A Dcompiler.py1620 def compile_return(self, expr, root, arg): member in HyASTCompiler
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9compile.c5700 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 Dcompile.c5824 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 DChangeLog7558 * kawa/lang/compilefunc.java (compile): Only compile_return