Searched refs:for_filter (Results 1 – 4 of 4) sorted by relevance
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/ |
H A D | analog.py | 144 def _ensure_parser(self, symbolic=False, for_filter=False): argument 145 if self.parser is None or not self.parser.matches(symbolic, for_filter): 150 …arser = dk_simulator.Parser(self.S, self.V, self.FS, not self.backward_euler, for_filter, symbolic) 412 self._ensure_parser(symbolic=symbolic, for_filter=True)
|
/dports/databases/p5-Rose-DBx-Object-Renderer/Rose-DBx-Object-Renderer/lib/Rose/DBx/Object/ |
H A D | Renderer.pm | 46 …ate => sub {_update_date(@_);}, for_search => sub {_search_date(@_);}, for_filter => sub {_search_… 47 … => sub{_update_datetime(@_);}, for_search => sub {_search_date(@_);}, for_filter => sub {_search_… 48 … {_update_timestamp(@_);}, for_search => sub {_search_timestamp(@_);}, for_filter => sub {_search_… 66 …$value/100) if $value;}, for_search => sub {_search_percentage(@_);}, for_filter => sub {_search_… 73 …$options->{$self->$column};}, for_search => sub {_search_boolean(@_)}, for_filter => sub {_search_… 2415 …olumn_config && exists $column_config->{format} && exists $column_config->{format}->{for_filter}) { 2416 …$existing = $class->new($column => $column_config->{format}->{for_filter}->($class, $column, $valu…
|
/dports/databases/p5-Rose-DBx-Object-Renderer/Rose-DBx-Object-Renderer/ |
H A D | Changes | 169 …Updated the auto-generated unique key validation code to handle columns with 'for_filter' formatti… 253 Fixed a bug in render_as_table with columns using the 'for_filter' formatting option. 285 …Added the 'for_filter' option for column filtering in render_as_table and the 'for_create' option …
|
/dports/www/nginx-full/nginx-auth-ldap-42d195d/ |
H A D | ngx_http_auth_ldap_module.c | 2152 size_t for_filter; in ngx_http_auth_ldap_check_group() local 2233 …for_filter = ngx_strlen(cn_gr) + ctx->server->group_attribute.len + ngx_strlen((const char *) user… in ngx_http_auth_ldap_check_group() 2236 for_filter); in ngx_http_auth_ldap_check_group()
|