Home
last modified time | relevance | path

Searched refs:object_params (Results 1 – 19 of 19) sorted by relevance

/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dmib_cache.php77 foreach($mp->oids as $object_name => $object_params) {
78 if ($object_params['otype'] != 'TEXTUAL-CONVENTION') {
82 array($object_params['oid'], $object_name, $object_params['mib'], $object_params['syntax'],
83 $object_params['otype'], $object_params['kind'], $object_params['max-access'],
84 str_replace("\r\n", '<br>', trim($object_params['description']))));
86 if ($object_params['otype'] == 'NOTIFICATION-TYPE') {
87 foreach($object_params['objects'] as $notification_object_index => $notification_object) {
91 … array($object_name, $object_params['mib'], $notification_object, $notification_object_index));
98 …array($object_name, $object_params['mib'], $object_params['syntax'], nl2br($object_params['descrip…
/dports/www/kohana/kohana-v3.3.6/modules/database/classes/Kohana/Database/
H A DQuery.php215 public function execute($db = NULL, $as_object = NULL, $object_params = NULL) argument
228 if ($object_params === NULL)
230 $object_params = $this->_object_params;
246 return new Database_Result_Cached($result, $sql, $as_object, $object_params);
251 $result = $db->query($this->_type, $sql, $as_object, $object_params);
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dzabbix_template.py381 for object_params in create_list:
383 object_params.update({c_def["pid_ref_name"]: parent_id})
386 object_params.update({c_def["pid_ref_name2"]: template_id})
388 _adjust_object_lists(object_params)
392 c_def["qtype"] + ".create", object_params, **kwargs
400 "params": object_params,
401 c_def["filter"]: object_params[c_def["filter"]],
410 "params": object_params,
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox.h162 struct object_params { struct
440 struct object_params *object_params; member
H A Dhtml.h45 struct object_params;
H A Dbox_special.c97 static int box_object_talloc_destructor(struct object_params *o) in box_object_talloc_destructor()
848 struct object_params *params; in box_embed()
860 params = talloc(content->bctx, struct object_params); in box_embed()
965 box->object_params = params; in box_embed()
1401 struct object_params *params; in box_object()
1417 params = talloc(content->bctx, struct object_params); in box_object()
1619 box->object_params = params; in box_object()
H A Dobject.c174 box->object_params); in html_object_callback()
612 object->box->object_params); in html_object_open_objects()
H A Dbox_manipulate.c153 box->object_params = NULL; in box_create()
H A Dhtml.c1298 struct object_params *params) in html_open()
/dports/devel/bugzilla44/bugzilla-4.4.13/extensions/Example/
H A DExtension.pm607 my $object_params = $args->{'params'};
613 . join(', ', keys(%$object_params));
663 my $object_params = $args->{'params'};
668 $object_params->{example_field} = 1;
688 my $object_params = $args->{'params'};
692 if ($object_params->{example_field} == 1) {
/dports/devel/bugzilla50/bugzilla-5.0.4/extensions/Example/
H A DExtension.pm631 my $object_params = $args->{'params'};
637 . join(', ', keys(%$object_params));
687 my $object_params = $args->{'params'};
692 $object_params->{example_field} = 1;
712 my $object_params = $args->{'params'};
716 if ($object_params->{example_field} == 1) {
/dports/www/netsurf/netsurf-3.10/content/
H A Dcontent.h42 struct object_params;
372 struct content *page, struct object_params *params);
H A Dcontent_protected.h42 struct object_params;
84 struct content *page, struct object_params *params);
H A Dcontent.c793 struct object_params *params) in content_open()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dplugin_hack.c57 struct content *page, struct object_params *params);
190 struct content *page, struct object_params *params) in amiga_plugin_hack_open()
H A Ddt_sound.c62 struct content *page, struct object_params *params);
225 struct content *page, struct object_params *params) in amiga_dt_sound_open()
H A Ddt_anim.c78 struct content *page, struct object_params *params);
294 struct content *page, struct object_params *params) in amiga_dt_anim_open()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/graphql/project/
H A Dissue_spec.rb38 query_graphql_field(object_field_name, object_params, object_fields)
/dports/www/netsurf/netsurf-3.10/content/handlers/text/
H A Dtextplain.c1219 struct object_params *params) in textplain_open()