Home
last modified time | relevance | path

Searched refs:is_hash (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/x11-wm/fvwm3/fvwm3-1.0.4/perllib/FVWM/Tracker/
H A DModuleConfig.pm35 $self->{is_hash} = 1;
48 $self->{is_hash} = $params{ConfigType} eq 'hash';
49 $self->{default_config} = $self->{is_hash} ? {} : [];
63 $self->{data} = $self->{is_hash} ? { %$default } : [ @$default ];
101 if ($self->{is_hash}) {
118 return $data->{$info} if $self->{is_hash};
127 $self->{is_hash} ? sort keys %$data : (0 .. @$data - 1);
131 my $line_data = $self->{is_hash} ? "$_ $data->{$_}" : $data->[$_];
/dports/x11-wm/fvwm2/fvwm-2.6.9/perllib/FVWM/Tracker/
H A DModuleConfig.pm35 $self->{is_hash} = 1;
48 $self->{is_hash} = $params{ConfigType} eq 'hash';
49 $self->{default_config} = $self->{is_hash} ? {} : [];
63 $self->{data} = $self->{is_hash} ? { %$default } : [ @$default ];
101 if ($self->{is_hash}) {
118 return $data->{$info} if $self->{is_hash};
127 $self->{is_hash} ? sort keys %$data : (0 .. @$data - 1);
131 my $line_data = $self->{is_hash} ? "$_ $data->{$_}" : $data->[$_];
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/samples/benchmark/
H A Dbench_conf_readers.pl356 my ($is_array,$is_hash,$is_multiline);
375 if( $is_array || $is_hash ){
381 @pieces = map {split(/\s+/,$_,2)} @pieces if $is_hash;
394 }elsif( $is_hash ){
407 $is_hash = 0;
414 $is_hash = $key =~ s/^hash://i;
426 if( $is_array || $is_hash ){
432 @pieces = map {split(/\s+/,$_,2)} @pieces if $is_hash;
445 }elsif( $is_hash ){
H A Dbench_conf_writers.pl188 my ($is_array,$is_hash,$is_multiline);
207 if( $is_array || $is_hash ){
213 @pieces = map {split(/\s+/,$_,2)} @pieces if $is_hash;
226 }elsif( $is_hash ){
239 $is_hash = 0;
246 $is_hash = $key =~ s/^hash://i;
258 if( $is_array || $is_hash ){
264 @pieces = map {split(/\s+/,$_,2)} @pieces if $is_hash;
277 }elsif( $is_hash ){
/dports/finance/ledgersmb12/ledgersmb/utils/cli/
H A Dledgersmb_cli.pl130 my $is_hash = 0;
132 $is_hash = 1;
143 is_hash => $is_hash
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupImportCompare.php214 $is_hash = CArrayHelper::isHash($before) || CArrayHelper::isHash($after);
227 if ($is_hash) {
254 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
264 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
275 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
288 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
304 * @param boolean $is_hash
308 private function prepareYamlKey($key, bool $is_hash) { argument
309 if ($is_hash) {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupImportCompare.php214 $is_hash = CArrayHelper::isHash($before) || CArrayHelper::isHash($after);
227 if ($is_hash) {
254 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
264 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
275 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
288 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
304 * @param boolean $is_hash
308 private function prepareYamlKey($key, bool $is_hash) { argument
309 if ($is_hash) {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupImportCompare.php214 $is_hash = CArrayHelper::isHash($before) || CArrayHelper::isHash($after);
227 if ($is_hash) {
254 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
264 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
275 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
288 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
304 * @param boolean $is_hash
308 private function prepareYamlKey($key, bool $is_hash) { argument
309 if ($is_hash) {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupImportCompare.php214 $is_hash = CArrayHelper::isHash($before) || CArrayHelper::isHash($after);
227 if ($is_hash) {
254 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
264 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
275 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
288 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
304 * @param boolean $is_hash
308 private function prepareYamlKey($key, bool $is_hash) { argument
309 if ($is_hash) {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupImportCompare.php214 $is_hash = CArrayHelper::isHash($before) || CArrayHelper::isHash($after);
227 if ($is_hash) {
254 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
264 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
275 $yaml_key = $this->prepareYamlKey($before_key, $is_hash);
288 $yaml_key = $this->prepareYamlKey($after_key, $is_hash);
304 * @param boolean $is_hash
308 private function prepareYamlKey($key, bool $is_hash) { argument
309 if ($is_hash) {
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DUserSettings.pm43 unless (is_hash($data)) {
48 unless (is_hash($data)) {
318 if (is_hash($value)) {
357 if (is_hash($value)) {
387 if (is_hash($self->reset_to) && exists $self->reset_to->{$key}) {
393 } elsif (is_hash($self->reset_to)) {
403 if (is_hash($self->reset_to) && keys %{$self->reset_to}) {
426 unless (is_hash($self->comment)) {
458 } elsif (is_hash($ref)) {
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest114.tcl98 [is_hash $method] != 1 } {
128 [is_hash $omethod] != 1 && \
279 if { [is_hash $method] == 1 } {
299 if { [is_hash $method] == 1 } {
329 if { [is_hash $method] != 0 } {
418 if { [is_hash $method] == 1 } {
439 if { [is_hash $method] == 1 } {
460 if { [is_hash $method] != 0 } {
H A Dtest155.tcl19 [is_hash $method] == 0 } {
31 if { [is_btree $method] == 1 || [is_hash $method] == 1 } {
92 if { [is_hash $method] == 1 && [is_substr $ret "DB_NOTFOUND"] == 1 } {
/dports/mail/p5-Email-Address-XS/Email-Address-XS-1.04/lib/Email/Address/
H A DXS.pm256 my $is_hash;
258 $is_hash = 1 if exists $hash_keys{$args[0]};
260 $is_hash = 1 if exists $hash_keys{$args[0]} and exists $hash_keys{$args[2]};
262 $is_hash = 1;
266 if ( $is_hash ) {
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/Object/
H A DAccessor.pm193 my $is_hash = UNIVERSAL::isa( $_[1], 'HASH' );
197 for my $acc ( $is_hash ? keys %{$_[1]} : @_[1..$#_] ) {
211 $self->{$acc}->[ALLOW] = $_[1]->{$acc} if $is_hash;
722 my $is_hash = UNIVERSAL::isa( $_[0], 'HASH' );
726 ) if $is_hash;
/dports/devel/p5-Object-Accessor/Object-Accessor-0.48/lib/Object/
H A DAccessor.pm193 my $is_hash = UNIVERSAL::isa( $_[1], 'HASH' );
197 for my $acc ( $is_hash ? keys %{$_[1]} : @_[1..$#_] ) {
211 $self->{$acc}->[ALLOW] = $_[1]->{$acc} if $is_hash;
722 my $is_hash = UNIVERSAL::isa( $_[0], 'HASH' );
726 ) if $is_hash;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/security/nss/nss-3.76.1/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/www/firefox/firefox-99.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c39 int is_hash; in main() local
57 is_hash = (NULL != strstr(in, "_HASH")); in main()
92 } else if (is_hash) in main()
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtest114.tcl169 if { [is_hash $method] == 1 } {
212 if { [is_hash $method] == 1 } {
246 if { [is_hash $method] != 0 } {
299 if { [is_hash $method] == 1 } {
342 if { [is_hash $method] == 1 } {
367 if { [is_hash $method] != 0 } {

1234567891011