Lines Matching full:foreach
124 * \return number of exported ForEach functions in this script/module.
131 * \return array of exported ForEach function signatures.
138 * \return array of exported ForEach function names.
202 * \return whether or not this ForEach function signature has an "In"
205 * \param sig - ForEach function signature to check.
212 * \return whether or not this ForEach function signature has an "Out"
215 * \param sig - ForEach function signature to check.
222 * \return whether or not this ForEach function signature has a "UsrData"
225 * \param sig - ForEach function signature to check.
232 * \return whether or not this ForEach function signature has an "X"
235 * \param sig - ForEach function signature to check.
242 * \return whether or not this ForEach function signature has a "Y"
245 * \param sig - ForEach function signature to check.
252 * \return whether or not this ForEach function signature is a
255 * \param sig - ForEach function signature to check.