Searched refs:is_bool (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm57 =item $is_bool = Types::Serialiser::is_bool $value
65 $value && Types::Serialiser::is_bool $value
132 sub is_bool ($) { UNIVERSAL::isa $_[0], Types::Serialiser::Boolean:: } subroutine
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp-help.c116 int is_bool; /* Whether it's `boolean'. */
142 if (up->is_bool
219 if (unspec && !un->is_bool)
115 int is_bool; /* Whether it's `boolean'. */ member in struct:uparam_name
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1397 sub is_bool { defined $_[0] and UNIVERSAL::isa($_[0], "JSON::PP::Boolean"); } subroutine
1708 =head2 JSON::PP::is_bool
1710 $is_boolean = JSON::PP::is_bool($scalar)
2582 the C<JSON::is_bool> function.
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm1002 a scalar is a JSON boolean by using the C<Types::Serialiser::is_bool>
1610 *is_bool = \&Types::Serialiser::is_bool;
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim2445 \ 'is_bool(': 'mixed var | bool',

Completed in 154 milliseconds