Home
last modified time | relevance | path

Searched refs:query_param (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpip/
H A Dquery_parser.c112 sscanf(fieldval, "%d,%d", &query_param->fx, &query_param->fy); in parse_query()
116 sscanf(fieldval, "%d,%d", &query_param->rx, &query_param->ry); in parse_query()
120 sscanf(fieldval, "%d,%d", &query_param->rw, &query_param->rh); in parse_query()
167 return query_param; in parse_query()
249 if (query_param.tid) { in print_queryparam()
253 fprintf(logstream, "\t fx,fy: %d, %d\n", query_param.fx, query_param.fy); in print_queryparam()
255 query_param.ry, query_param.rw, query_param.rh); in print_queryparam()
270 if (query_param.cid) { in print_queryparam()
277 for (i = 0, cclose = query_param.cclose; i < query_param.numOfcclose; i++) { in print_queryparam()
288 query_param.box_type[i], query_param.limit[i], query_param.w[i], in print_queryparam()
[all …]
H A Djpip_parser.c52 if (query_param.tid) { in identify_target()
66 if (query_param.target) in identify_target()
90 if (!query_param.cnew) { in associate_channel()
150 for (i = 0, cclose = query_param.cclose; i < query_param.numOfcclose; in close_channel()
167 for (i = 0, cclose = query_param.cclose; i < query_param.numOfcclose; in close_channel()
244 if (query_param.box_type[0][0] != 0 && query_param.len != 0) in gene_JPIPstream()
259 if ((query_param.fx > 0 && query_param.fy > 0)) { in gene_JPIPstream()
318 imgreg = map_viewin2imgreg(query_param.fx, query_param.fy, in enqueue_imagedata()
319 query_param.rx, query_param.ry, query_param.rw, query_param.rh, in enqueue_imagedata()
324 if (query_param.len == 0) { in enqueue_imagedata()
[all …]
H A Djpip_parser.h49 OPJ_BOOL identify_target(query_param_t query_param,
62 OPJ_BOOL associate_channel(query_param_t query_param,
77 OPJ_BOOL open_channel(query_param_t query_param,
93 OPJ_BOOL close_channel(query_param_t query_param,
108 OPJ_BOOL gene_JPIPstream(query_param_t query_param,
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/jpip/libopenjpip/
H A Dquery_parser.c107 sscanf( fieldval, "%d,%d", &query_param->fx, &query_param->fy); in parse_query()
110 sscanf( fieldval, "%d,%d", &query_param->rx, &query_param->ry); in parse_query()
113 sscanf( fieldval, "%d,%d", &query_param->rw, &query_param->rh); in parse_query()
151 return query_param; in parse_query()
227 if( query_param.target) in print_queryparam()
230 if( query_param.tid) in print_queryparam()
233 fprintf( logstream, "\t fx,fy: %d, %d\n", query_param.fx, query_param.fy); in print_queryparam()
234 …stream, "\t rx,ry: %d, %d \t rw,rh: %d, %d\n", query_param.rx, query_param.ry, query_param.rw, que… in print_queryparam()
248 if( query_param.cid) in print_queryparam()
254 for( i=0, cclose=query_param.cclose; i<query_param.numOfcclose; i++){ in print_queryparam()
[all …]
H A Djpip_parser.c51 if( query_param.tid){ in identify_target()
63 if( query_param.target) in identify_target()
86 if( !query_param.cnew) in associate_channel()
218 if( query_param.layers != -1){ in gene_JPIPstream()
226 if( query_param.box_type[0][0] != 0 && query_param.len != 0) in gene_JPIPstream()
238 if( (query_param.fx > 0 && query_param.fy > 0)) in gene_JPIPstream()
291 imgreg = map_viewin2imgreg( query_param.fx, query_param.fy, in enqueue_imagedata()
292 query_param.rx, query_param.ry, query_param.rw, query_param.rh, in enqueue_imagedata()
296 if( query_param.len == 0) in enqueue_imagedata()
322 …enqueue_allprecincts( tile_id, imgreg.level, query_param.lastcomp, query_param.comps, query_param.… in enqueue_imagedata()
[all …]
H A Djpip_parser.h50 bool identify_target( query_param_t query_param, targetlist_param_t *targetlist, target_param_t **t…
62 bool associate_channel( query_param_t query_param,
77 bool open_channel( query_param_t query_param,
93 bool close_channel( query_param_t query_param,
108 bool gene_JPIPstream( query_param_t query_param,
/dports/graphics/opencv/opencv-4.5.3/samples/opencl/
H A Dopencl-opencv-interop.cpp52 query_param(id, CL_PLATFORM_PROFILE, m_profile); in QueryInfo()
53 query_param(id, CL_PLATFORM_VERSION, m_version); in QueryInfo()
54 query_param(id, CL_PLATFORM_NAME, m_name); in QueryInfo()
55 query_param(id, CL_PLATFORM_VENDOR, m_vendor); in QueryInfo()
111 query_param(id, CL_DEVICE_TYPE, m_type); in QueryInfo()
112 query_param(id, CL_DEVICE_VENDOR_ID, m_vendor_id); in QueryInfo()
203 query_param(id, CL_DEVICE_PLATFORM, m_platform); in QueryInfo()
204 query_param(id, CL_DEVICE_NAME, m_name); in QueryInfo()
205 query_param(id, CL_DEVICE_VENDOR, m_vendor); in QueryInfo()
207 query_param(id, CL_DEVICE_PROFILE, m_profile); in QueryInfo()
[all …]
/dports/net/p5-URI/URI-5.10/t/
H A Dquery-param.t21 is join(':', $u->query_param), "a:b", 'query_param list keys';
23 is $u->query_param("a"), "1", "query_param scalar return";
24 is join(":", $u->query_param("a")), "1:3:5", "query_param list return";
26 is $u->query_param(a => 11 .. 15), 1, "query_param set return";
48 $u->query_param(a => 1, 2, 3);
49 $u->query_param(b => 1);
51 is $u->query, 'a=1&a=2&a=3&b=1', 'query_param from scratch';
61 $u->query_param(a => 1, 2, 3);
62 $u->query_param(b => 1);
66 $u->query_param('a' => []);
[all …]
/dports/net-mgmt/observium/observium/html/includes/search/
H A Dip-addresses.inc.php25 $query_param = "%$addr%"; variable
29 $results = dbFetchRows($query_ipv4 . $query_end, array($query_param));
34 $results = dbFetchRows($query_ipv6 . $query_end, array($query_param, $query_param));
37 $results_ipv4 = dbFetchRows($query_ipv4 . $query_end, array($query_param));
38 $results_ipv6 = dbFetchRows($query_ipv6 . $query_end, array($query_param, $query_param));
H A Ddevices.inc.php17 … BY `hostname` LIMIT $query_limit", array($query_param, $query_param, $query_param, $query_param, …
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/lib/Net/Amazon/S3/Signature/
H A DV4Implementation.pm75 my @headers_to_sign = $req->uri->query_param( $X_AMZ_SIGNEDHEADERS )
76 ? $req->uri->query_param( $X_AMZ_SIGNEDHEADERS )
107 unless $request->uri->query_param( $X_AMZ_DATE );
109 $request->uri->query_param( $X_AMZ_ALGORITHM => $ALGORITHM )
110 unless $request->uri->query_param( $X_AMZ_ALGORITHM );
113 unless $request->uri->query_param( $X_AMZ_CREDENTIAL );
115 $request->uri->query_param( $X_AMZ_EXPIRES => $expires_in || $MAX_EXPIRES )
116 unless $request->uri->query_param( $X_AMZ_EXPIRES );
117 $request->uri->query_param( $X_AMZ_EXPIRES => $MAX_EXPIRES )
118 if $request->uri->query_param( $X_AMZ_EXPIRES ) > $MAX_EXPIRES;
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_template_info.py117 query_param = {}
119 query_param = dict([("$" + k, v) for k, v in system_query_param.items() if v is not None])
120 return query_param
141 query_param = None
148 query_param = _get_query_parameters(module.params)
153 resp = rest_obj.invoke_request('GET', template_path, query_param=query_param)
H A Dome_user_info.py110 query_param = {}
112 query_param = dict([("$" + k, v) for k, v in system_query_param.items() if v is not None])
113 return query_param
134 query_param = None
143 query_param = _get_query_parameters(module.params)
148 resp = rest_obj.invoke_request('GET', account_path, query_param=query_param)
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dscore.c798 if (query_param->NewVersion) in UdmCalcScoreWordDistance()
849 if (query_param->SingleWordDistance) in UdmCalcScoreWordDistance()
1307 if (query_param->nwf_num) in UdmCalcScore()
1318 if (query_param->Phrase2CountFactor) in UdmCalcScore()
1688 if (!query_param->NewVersion) in UdmCalcUniqSection()
1711 if (!query_param->NewVersion) in UdmCalcUniqSection()
1717 if (query_param->NewVersion) in UdmCalcUniqSection()
1726 if (query_param->NewVersion) in UdmCalcUniqSection()
1933 const char *nwf= query_param->nwf; in UdmGroupByURLLoop_OneWord_All2()
1934 unsigned int nwf_num= query_param->nwf_num; in UdmGroupByURLLoop_OneWord_All2()
[all …]
/dports/www/p5-webservice-validator-css-w3c/WebService-Validator-CSS-W3C-0.2/lib/WebService/Validator/CSS/
H A DW3C.pm106 $uri->query_param(text => $parm{string});
108 $uri->query_param(uri => $parm{uri});
118 $uri->query_param(medium => $parm{medium});
126 $uri->query_param(profile => $parm{profile});
134 $uri->query_param(warning => "no");
137 $uri->query_param(warning => $parm{warnings});
142 $uri->query_param(output => "soap12");
/dports/net/p5-Rose-URI/Rose-URI-1.02/t/
H A Dquery.t65 $uri->query_param('b' => 4);
66 ok($uri->query_param('b', 4), 'get/set scalar');
68 $uri->query_param('a' => [ 11, 12 ]);
69 my $a = $uri->query_param('a');
72 $uri->query_param('b' => 3);
76 $uri->query_param('a' => [ 1, 2 ]);
144 $uri->query_param('c' => 5);
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/BugUrl/
H A DSourceForge.pm27 and $uri->query_param('func') eq 'detail'
28 and $uri->query_param('aid')
29 and $uri->query_param('group_id')
30 and $uri->query_param('atid')) ? 1 : 0;
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/BugUrl/
H A DSourceForge.pm23 and $uri->query_param('func') eq 'detail'
24 and $uri->query_param('aid')
25 and $uri->query_param('group_id')
26 and $uri->query_param('atid')) ? 1 : 0;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/module_utils/
H A Dome.py78 def _build_url(self, path, query_param=None): argument
84 if query_param:
87 url += "?{0}".format(urlencode(query_param).replace('+', '%20'))
122 def invoke_request(self, method, path, data=None, query_param=None, headers=None, argument
145 url = self._build_url(path, query_param=query_param)
190query_param={"$top": first_page_count, "$skip": len(report_list)})
220 … response = self.invoke_request("GET", "DeviceService/Devices", query_param={"$filter": query})
348query_param = {"$filter": "LastRunStatus/Id eq 2030 or LastRunStatus/Id eq 2040 or LastRunStatus/I…
349 job_resp = self.invoke_request("GET", JOB_SERVICE_URI, query_param=query_param)
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/lib/Net/Amazon/S3/Request/Role/Query/
H A DParam.pm12 parameter query_param => (
41 my $query_param = $params->query_param;
55 return (\$self->\$inner, (q[$query_param] => \$value) x!! defined \$value);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/drm/
H A Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function
91 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
93 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
95 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
97 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
101 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
103 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
204 int ret = query_param(pipe, param, &value); in get_param()
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/drm/
H A Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function
91 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
93 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
95 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
97 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
101 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
103 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
204 int ret = query_param(pipe, param, &value); in get_param()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/drm/
H A Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function
91 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
93 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
95 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
97 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
101 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
103 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
204 int ret = query_param(pipe, param, &value); in get_param()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/drm/
H A Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function
91 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
93 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
95 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
97 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
101 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
103 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
204 int ret = query_param(pipe, param, &value); in get_param()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/drm/
H A Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function
91 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param()
93 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
95 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param()
97 return query_param(pipe, MSM_PARAM_PP_PGTABLE, value); in msm_pipe_get_param()
101 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
103 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
204 int ret = query_param(pipe, param, &value); in get_param()

12345678910