===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1114-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:1115:* `$hash = delete_undef_values({a=>'A', b=>'', c=>`undef`, d => false})` returns {a => 'A', b => '', d => false}.
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1116-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1417-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:1418:Generates a random alphanumeric string, combining the `$fqdn` fact and an optional seed for repeatable randomness. Optionally, you can specify a character set for the function (defaults to alphanumeric).
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1419-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1443-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:1444:Rotates an array or string a random number of times, combining the `$fqdn` fact and an optional seed for repeatable randomness.
puppet-module-puppetlabs-stdlib-5.0.0/README.md-1445-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2463-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:2464:Returns the literal type of a given value. Requires Puppet 4. Useful for comparison of types with `<=` such as in `if type_of($some_value) <= Array[String] { ... }` (which is equivalent to `if $some_value =~ Array[String] { ... }`).
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2465-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2588-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:2589:The `$file` variable points to the location of the temporary file being tested in the Augeas tree.
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2590-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2886-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:2887:Here, the type of `$value` is defined as `Variant[Stdlib::Compat::Numeric, Numeric]`, which allows any `Numeric` (the new type), as well as all values previously accepted by `validate_numeric` (through `Stdlib::Compat::Numeric`).
puppet-module-puppetlabs-stdlib-5.0.0/README.md-2888-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README.md-3043-
puppet-module-puppetlabs-stdlib-5.0.0/README.md:3044:For example, given `$hash = {'a'=1, 'b'=2, 'c'=3} values($hash)` returns [1,2,3].
puppet-module-puppetlabs-stdlib-5.0.0/README.md-3045-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/README_DEVELOPER.markdown-12-
puppet-module-puppetlabs-stdlib-5.0.0/README_DEVELOPER.markdown:13:Ah! But Jeff, the custom fact won't be in the `$LOAD_PATH` unless the user
puppet-module-puppetlabs-stdlib-5.0.0/README_DEVELOPER.markdown-14-supplies `--facter`! You might say...
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rand_string.rb-9-  Generates a random string LENGTH characters long using the character set
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rand_string.rb:10:  provided by CHARSET, combining the `$fqdn` fact and the value of SEED for
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rand_string.rb-11-  repeatable randomness. (That is, each node will get a different random
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rotate.rb-10-
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rotate.rb:11:  Rotates VALUE a random number of times, combining the `$fqdn` fact and
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/fqdn_rotate.rb-12-  the value of SEED for repeatable randomness. (That is, each node will
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/validate_augeas.rb-14-    A third argument can be specified, listing paths which should
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/validate_augeas.rb:15:    not be found in the file. The `$file` variable points to the location
puppet-module-puppetlabs-stdlib-5.0.0/lib/puppet/parser/functions/validate_augeas.rb-16-    of the temporary file being tested in the Augeas tree.
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1148-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:1149:* `$hash = delete_undef_values({a=>'A', b=>'', c=>`undef`, d => false})`は{a => 'A', b => '', d => false}を返します。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1150-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1450-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:1451:ランダムな英数字文字列を生成します。`$fqdn` factとオプションのシードを組み合わせると、反復的な無作為抽出が可能です。オプションで、この関数に使用する文字セットを指定することもできます(デフォルトは英数字)。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1452-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1476-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:1477:配列と文字列をランダムな回数で回転させます。`$fqdn` factとオプションのシードを組み合わせると、反復的な無作為抽出が可能です。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-1478-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2492-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:2493:与えられた値のリテラル型を返します。Puppet 4が必要です。`if type_of($some_value) <= Array[String] { ... }`のように(これは`if $some_value =~ Array[String] { ... }`に相当します)、`<=`を用いたタイプの比較に役立ちます。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2494-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2617-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:2618:`$file`変数は、Augeasツリーでテストされる一時ファイルのロケーションを示します。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2619-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2914-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:2915:ここでは、`$value`のタイプが`Variant[Stdlib::Compat::Numeric, Numeric]`と定義されています。これにより、任意の`Numeric` (新形式)のほか、`validate_numeric`で(`Stdlib::Compat::Numeric`を通じて)これまで許可されていたすべての値を使用できます。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-2916-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-3070-
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md:3071:たとえば、`$hash = {'a'=1, 'b'=2, 'c'=3} values($hash)`を与えると、[1,2,3]を返します。
puppet-module-puppetlabs-stdlib-5.0.0/readmes/README_ja_JP.md-3072-
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/float.pp-4-#
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/float.pp:5:# ```class example($value) { validate_float($value,) }```
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/float.pp-6-#
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/integer.pp-6-#
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/integer.pp:7:# ```class example($value) { validate_integer($value, 10, 0) }```
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/integer.pp-8-#
##############################################
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/numeric.pp-6-#
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/numeric.pp:7:# ```class example($value) { validate_numeric($value, 10, 0) }```
puppet-module-puppetlabs-stdlib-5.0.0/types/compat/numeric.pp-8-#