puppetlabs-stdlib/lib/puppet/parser/functions
2011-07-29 22:08:09 +01:00
..
abs.rb Added doc strings for first five functions 2011-07-30 04:22:30 +10:00
bool2num.rb Added doc strings for first five functions 2011-07-30 04:22:30 +10:00
capitalize.rb Added doc strings for first five functions 2011-07-30 04:22:30 +10:00
chomp.rb Added doc strings for first five functions 2011-07-30 04:22:30 +10:00
chop.rb Added doc strings for first five functions 2011-07-30 04:22:30 +10:00
delete.rb Add some more functional tests. 2011-06-29 23:37:37 +01:00
delete_at.rb Convert to module format. 2011-04-30 15:59:31 +02:00
downcase.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
empty.rb Convert to module format. 2011-04-30 15:59:31 +02:00
flatten.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
grep.rb Add some more functional tests. 2011-06-29 23:37:37 +01:00
hash.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
is_array.rb Convert to module format. 2011-04-30 15:59:31 +02:00
is_float.rb (#2) - Added is_float and is_integer functionality. 2011-07-28 15:38:19 +01:00
is_hash.rb Removed duplicate - is_hash is really now is_hash instead of is_array. 2011-06-26 14:33:53 +02:00
is_integer.rb (#2) - Added is_float and is_integer functionality. 2011-07-28 15:38:19 +01:00
is_numeric.rb (#2) unstub is_numeric function. 2011-07-28 21:03:33 +01:00
is_string.rb (#2) fix is_string finally so it also makes sure numbers return false. 2011-07-29 20:11:47 +01:00
is_valid_domain_name.rb (#2) unstub is_valid_domain_name 2011-07-29 20:08:31 +01:00
is_valid_ip_address.rb (#2) - unstubbed is_valid_ip_address 2011-07-28 18:10:16 +01:00
is_valid_mac_address.rb (#2) unstub is_valid_mac_address. 2011-07-29 17:55:45 +01:00
join.rb Convert to module format. 2011-04-30 15:59:31 +02:00
keys.rb Convert to module format. 2011-04-30 15:59:31 +02:00
kwalify.rb Move require inside function for kwalify. 2011-06-29 23:39:23 +01:00
load_json.rb Added tests for each function, fixing functions as we hit bugs. 2011-06-29 21:21:55 +01:00
load_yaml.rb Added tests for each function, fixing functions as we hit bugs. 2011-06-29 21:21:55 +01:00
lstrip.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
member.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
num2bool.rb Convert to module format. 2011-04-30 15:59:31 +02:00
prefix.rb Convert to module format. 2011-04-30 15:59:31 +02:00
range.rb Convert to module format. 2011-04-30 15:59:31 +02:00
reverse.rb Convert to module format. 2011-04-30 15:59:31 +02:00
rstrip.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
shuffle.rb Convert to module format. 2011-04-30 15:59:31 +02:00
size.rb Convert to module format. 2011-04-30 15:59:31 +02:00
sort.rb Allow sort for strings. 2011-07-29 00:10:31 +01:00
squeeze.rb (#1) - fleshed out some more tests. 2011-07-24 00:39:17 +01:00
str2bool.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
strftime.rb Convert to module format. 2011-04-30 15:59:31 +02:00
strip.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
swapcase.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
time.rb Added tests for each function, fixing functions as we hit bugs. 2011-06-29 21:21:55 +01:00
type.rb Moved type.rb 2011-04-30 15:59:55 +02:00
unique.rb Convert to module format. 2011-04-30 15:59:31 +02:00
upcase.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00
validate_resource.rb Added validate_resource function and examples on how to use it (and kwalify as well) 2011-07-01 21:09:02 +02:00
values.rb Convert to module format. 2011-04-30 15:59:31 +02:00
values_at.rb Convert to module format. 2011-04-30 15:59:31 +02:00
zip.rb Moved more functions into lib/puppet/parser/functions/ 2011-04-30 16:00:49 +02:00