Lines Matching refs:function
5 function echoOk($x) {
9 function echoString($inputString) {
13 function echoStringArray($inputStringArray) {
17 function echoInteger($inputInteger) {
21 function echoIntegerArray($inputIntegerArray) {
25 function echoFloat($inputFloat) {
29 function echoFloatArray($inputFloatArray) {
33 function echoStruct($x) {
37 function echoStructArray($x) {
41 function echoVoid() {
45 function echoBase64($b_encoded) {
49 function echoDate($timeInstant) {
53 function echoHexBinary($hb) {
57 function echoDecimal($dec) {
61 function echoBoolean($boolean) {
65 function echoStructAsSimpleTypes ($struct) {
71 function echoSimpleTypesAsStruct($string, $int, $float) {
77 function echoNestedStruct($struct) {
81 function echo2DStringArray($ary) {
85 function echoNestedArray($ary) {
89 function countItems($input) {
93 function isNil($input=NULL) {
97 function returnVoid() {
100 function emptyBody() {
103 function requiredHeader($x) {
107 function echoHeader() {
111 function echoResolvedRef($ref) {
115 function validateCountryCode($code) {