Home
last modified time | relevance | path

Searched refs:listValue (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/dports/www/gitea/gitea-1.16.5/modules/util/
H A Dpaginate.go19 listValue := reflect.ValueOf(list)
23 if page*pageSize >= listValue.Len() {
24 return listValue.Slice(listValue.Len(), listValue.Len()).Interface()
27 listValue = listValue.Slice(page*pageSize, listValue.Len())
29 if listValue.Len() > pageSize {
30 return listValue.Slice(0, pageSize).Interface()
33 return listValue.Interface()
/dports/lang/seed7/seed7/src/
H A Dprclib.c197 block_body->value.listValue != NULL && in prc_begin()
198 block_body->value.listValue->next == NULL) { in prc_begin()
628 dest = dest->value.listValue->obj; in prc_cpy()
636 dest->value.listValue = NULL; in prc_cpy()
991 block_body->value.listValue != NULL && in prc_local()
1127 block_body->value.listValue != NULL && in prc_res_begin()
1210 block_body->value.listValue != NULL && in prc_res_local()
1278 block_body->value.listValue != NULL && in prc_return()
1342 block_body->value.listValue != NULL && in prc_return2()
1428 block_body->value.listValue != NULL && in prc_varfunc()
[all …]
H A Dmatch.c121 if (object->value.listValue != NULL) { in check_access_rights()
122 if (object->value.listValue->obj != NULL) { in check_access_rights()
126 if (HAS_ENTITY(object->value.listValue->obj)) { in check_access_rights()
128 expr_list = object->value.listValue->next; in check_access_rights()
192 expr_list = expr_object->value.listValue; in substitute_params()
276 expr_list = expr_object->value.listValue; in update_owner()
364 result->value.listValue = NULL; in match_object()
453 result->value.listValue = NULL; in match_object2()
517 result->value.listValue = NULL; in match_object3()
1065 expr_list = expr_object->value.listValue;
[all …]
H A Dexecutl.c83 expr_object.value.listValue = expr_list; in get_create_call_obj()
133 expr_object.value.listValue = expr_list; in get_destroy_call_obj()
179 expr_object.value.listValue = expr_list; in type_create_call_obj()
194 match_result->value.listValue->obj; in type_create_call_obj()
225 expr_object.value.listValue = expr_list; in type_copy_call_obj()
268 expr_object.value.listValue = expr_list; in type_ord_call_obj()
312 expr_object.value.listValue = expr_list; in type_in_call_obj()
355 expr_object.value.listValue = expr_list; in type_value_call_obj()
910 call_object.value.listValue = call_list; in param1_call()
935 call_object.value.listValue = call_list; in param2_call()
[all …]
H A Dlstlib.c78 arg2->value.listValue = NULL; in lst_cat()
90 arg1->value.listValue = NULL; in lst_cat()
127 dest->value.listValue = take_list(source); in lst_cpy()
128 source->value.listValue = NULL; in lst_cpy()
135 dest->value.listValue = help_list; in lst_cpy()
163 dest->value.listValue = take_list(source); in lst_create()
164 source->value.listValue = NULL; in lst_create()
168 dest->value.listValue = NULL; in lst_create()
203 old_list->value.listValue = NULL; in lst_destr()
289 list->value.listValue = NULL; in lst_head()
[all …]
H A Dname.c786 match_name_list(object_name->value.listValue); in inst_list()
840 match_name_list(object_name->value.listValue); in inst_object_expr()
890 if (object_name->value.listValue->next != NULL) { in entername()
900 object_name->value.listValue->obj, in entername()
938 match_name_list(object_name->value.listValue); in find_name()
951 match_name_list(object_name->value.listValue); in find_name()
1020 match_name_list(object_name->value.listValue); in search_name()
1033 match_name_list(object_name->value.listValue); in search_name()
1095 param_descr = param_object->value.listValue; in dollar_parameter()
1144 name_elem = object_name->value.listValue; in dollar_inst_list()
[all …]
H A Drfllib.c77 arg_3(arguments)->value.listValue = NULL; in rfl_append()
128 arg2->value.listValue = NULL; in rfl_cat()
140 arg1->value.listValue = NULL; in rfl_cat()
178 source->value.listValue = NULL; in rfl_cpy()
185 dest->value.listValue = help_list; in rfl_cpy()
214 source->value.listValue = NULL; in rfl_create()
218 dest->value.listValue = NULL; in rfl_create()
237 arg_1(arguments)->value.listValue = NULL; in rfl_destr()
560 list->value.listValue = NULL; in rfl_head()
885 list_from->value.listValue = NULL; in rfl_set_value()
[all …]
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DtfOpConverter.cpp117 auto &listValue = tf_attr.list(); in ConvertTfAttribute() local
119 for (int j = 0; j < listValue.s_size(); ++j) { in ConvertTfAttribute()
120 attrExtr->list->s.push_back(listValue.s(j)); in ConvertTfAttribute()
122 for (int j = 0; j < listValue.b_size(); ++j) { in ConvertTfAttribute()
123 attrExtr->list->b.push_back(listValue.b(j)); in ConvertTfAttribute()
125 for (int j = 0; j < listValue.i_size(); ++j) { in ConvertTfAttribute()
126 attrExtr->list->i.push_back(listValue.i(j)); in ConvertTfAttribute()
128 for (int j = 0; j < listValue.f_size(); ++j) { in ConvertTfAttribute()
129 attrExtr->list->f.push_back(listValue.f(j)); in ConvertTfAttribute()
131 for (int j = 0; j < listValue.type_size(); ++j) { in ConvertTfAttribute()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Script/
H A DValue.php59 public function setListValue(Google_Service_Script_ListValue $listValue) argument
61 $this->listValue = $listValue;
68 return $this->listValue;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script/
H A DValue.php59 public function setListValue(Google_Service_Script_ListValue $listValue) argument
61 $this->listValue = $listValue;
68 return $this->listValue;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/rpc/xml/
H A DTypeIterator.as89 var listValue:IList = value as IList;
90 result = listValue.getItemAt(index);
115 var listValue:IList = value as IList;
116 result = listValue.length;
167 var listValue:IList = parent as IList;
168 listValue.addItem(value);
169 result = listValue.length;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/rpc/xml/
H A DTypeIterator.as89 var listValue:IList = value as IList;
90 result = listValue.getItemAt(index);
115 var listValue:IList = value as IList;
116 result = listValue.length;
167 var listValue:IList = parent as IList;
168 listValue.addItem(value);
169 result = listValue.length;
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dlist.go9 type listValue []string type
11 func (s *listValue) Set(value string, opt Option) error {
22 func (s *listValue) String() string {
67 opt := s.VarLong((*listValue)(p), name, short, helpvalue...)

12345678910>>...31