Home
last modified time | relevance | path

Searched defs:goto (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/public/users/
H A Dedit-alias.php80 $goto = strtolower($fGoto); variable
81 $goto = preg_replace('/\\\r\\\n/', ',', $goto); variable
82 $goto = preg_replace('/\r\n/', ',', $goto); variable
83 $goto = preg_replace('/,[\s]+/i', ',', $goto); variable
84 $goto = preg_replace('/[\s]+,/i', ',', $goto); variable
85 $goto = preg_replace('/\,*$/', '', $goto); variable
87 $goto = explode(",", $goto); variable
90 $goto = array_merge(array_unique($goto)); variable
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/public/users/
H A Dedit-alias.php80 $goto = strtolower($fGoto); variable
81 $goto = preg_replace('/\\\r\\\n/', ',', $goto); variable
82 $goto = preg_replace('/\r\n/', ',', $goto); variable
83 $goto = preg_replace('/,[\s]+/i', ',', $goto); variable
84 $goto = preg_replace('/[\s]+,/i', ',', $goto); variable
85 $goto = preg_replace('/\,*$/', '', $goto); variable
87 $goto = explode(",", $goto); variable
90 $goto = array_merge(array_unique($goto)); variable
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/public/users/
H A Dedit-alias.php80 $goto = strtolower($fGoto); variable
81 $goto = preg_replace('/\\\r\\\n/', ',', $goto); variable
82 $goto = preg_replace('/\r\n/', ',', $goto); variable
83 $goto = preg_replace('/,[\s]+/i', ',', $goto); variable
84 $goto = preg_replace('/[\s]+,/i', ',', $goto); variable
85 $goto = preg_replace('/\,*$/', '', $goto); variable
87 $goto = explode(",", $goto); variable
90 $goto = array_merge(array_unique($goto)); variable
/dports/mail/postfixadmin/postfixadmin-d3bc1551/public/users/
H A Dedit-alias.php80 $goto = strtolower($fGoto); variable
81 $goto = preg_replace('/\\\r\\\n/', ',', $goto); variable
82 $goto = preg_replace('/\r\n/', ',', $goto); variable
83 $goto = preg_replace('/,[\s]+/i', ',', $goto); variable
84 $goto = preg_replace('/[\s]+,/i', ',', $goto); variable
85 $goto = preg_replace('/\,*$/', '', $goto); variable
87 $goto = explode(",", $goto); variable
90 $goto = array_merge(array_unique($goto)); variable
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dsql.php50 $goto = Util::getScriptNameForOption( variable
54 $goto = Util::getScriptNameForOption( variable
131 $goto = ''; variable
193 $goto = 'sql.php' . Url::getCommon( variable
H A Dimport.php273 $goto = 'tbl_import.php'; variable
275 $goto = 'db_import.php'; variable
277 $goto = 'server_import.php'; variable
281 $goto = 'tbl_structure.php'; variable
283 $goto = 'db_structure.php'; variable
285 $goto = 'server_sql.php'; variable
/dports/databases/hbase/hbase-1.2.1/bin/
H A Dhbase.cmd208 goto :MakeCmdArgsLoop subroutine
307 goto :eof subroutine
H A Dstop-hbase.cmd54 goto :eof subroutine
H A Dstart-hbase.cmd61 goto :eof subroutine
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_stomp/src/
H A Drabbit_stomp_frame.erl110 goto(noframe, command, Rest, State ) -> parser(Rest, command, Sta… function
111 goto(command, headers, Rest, State = #state{acc = Acc} ) -> parser(Rest, headers, Sta… function
112 goto(headers, body, Rest, #state{cmd = Cmd, hdrs = Hdrs}) -> parse_body(Rest, #stomp_f… function
113 goto(headers, hdrname, Rest, State ) -> parser(Rest, hdrname, Sta… function
114 goto(hdrname, hdrvalue, Rest, State = #state{acc = Acc} ) -> parser(Rest, hdrvalue, St… function
115 goto(hdrname, headers, _Rest, #state{acc = Acc} ) -> {error, {header_no_value,… function
116 goto(hdrvalue, headers, Rest, State = #state{acc = Acc, hdrs = Headers, hdrname = HdrName}) -> function
/dports/mail/postfixadmin/postfixadmin-d3bc1551/ADDITIONS/squirrelmail-plugin/
H A Dpostfixadmin_forward.php34 $goto = preg_replace('/\r\n/', ',', $fGoto); variable
35 $goto = preg_replace('/[\s]+/i', '', $goto); variable
36 $goto = preg_replace('/\,*$/', '', $goto); variable
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/ADDITIONS/squirrelmail-plugin/
H A Dpostfixadmin_forward.php34 $goto = preg_replace('/\r\n/', ',', $fGoto); variable
35 $goto = preg_replace('/[\s]+/i', '', $goto); variable
36 $goto = preg_replace('/\,*$/', '', $goto); variable
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/ADDITIONS/squirrelmail-plugin/
H A Dpostfixadmin_forward.php34 $goto = preg_replace('/\r\n/', ',', $fGoto); variable
35 $goto = preg_replace('/[\s]+/i', '', $goto); variable
36 $goto = preg_replace('/\,*$/', '', $goto); variable
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/ADDITIONS/squirrelmail-plugin/
H A Dpostfixadmin_forward.php34 $goto = preg_replace('/\r\n/', ',', $fGoto); variable
35 $goto = preg_replace('/[\s]+/i', '', $goto); variable
36 $goto = preg_replace('/\,*$/', '', $goto); variable
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/samples/
H A Dhighlight.asm80 goto label label
89 goto label label
99 goto label ; C=0 => reg - W < 0 label
109 goto label ; C=1 => reg - W >= 0 label
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dbasic.erl36 goto('$end_of_table') -> stop(0); function
37 goto(L) -> function
/dports/devel/geany-legacy/geany-1.37.1/data/filedefs/
H A Dfiletypes.sh20 primary=break case continue do done elif else esac eval exit export fi for function goto if in inte… function
/dports/devel/geany/geany-1.38/data/filedefs/
H A Dfiletypes.sh20 primary=break case continue do done elif else esac eval exit export fi for function goto if in inte… function
/dports/lang/perl5.34/perl-5.34.0/t/lib/Devel/
H A Dswitchd_goto.pm4 sub goto { print "goto<$DB::sub>;" } subroutine

12345678910>>...18