Home
last modified time | relevance | path

Searched defs:ur (Results 1 – 25 of 2941) sorted by relevance

12345678910>>...118

/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/ur/
H A Dur.go1 package ur package
12 type ur struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/ur/
H A Dur.go1 package ur package
12 type ur struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/ur/
H A Dur.go1 package ur package
12 type ur struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/auxiliary/uctype/
H A Ductype.c9 size_t get_towupper( size_t codepoint, struct unicode_record_t * ur ) in get_towupper()
14 size_t get_towlower( size_t codepoint, struct unicode_record_t * ur ) in get_towlower()
19 size_t get_iswupper( size_t codepoint, struct unicode_record_t * ur, struct derived_properties_t * … in get_iswupper()
24 size_t get_iswlower( size_t codepoint, struct unicode_record_t * ur, struct derived_properties_t * … in get_iswlower()
29 size_t get_iswalpha( size_t codepoint, struct unicode_record_t * ur, struct derived_properties_t * … in get_iswalpha()
44 size_t get_iswblank( size_t codepoint, struct unicode_record_t * ur ) in get_iswblank()
49 size_t get_iswspace( size_t codepoint, struct unicode_record_t * ur ) in get_iswspace()
54 size_t get_iswcntrl( size_t codepoint, struct unicode_record_t * ur ) in get_iswcntrl()
59 size_t get_iswgraph( size_t codepoint, struct unicode_record_t * ur ) in get_iswgraph()
64 size_t get_iswprint( size_t codepoint, struct unicode_record_t * ur ) in get_iswprint()
[all …]
H A Dunicode_data.c111 int has_name( struct unicode_record_t * ur, const char * name ) in has_name()
116 int name_ends_with( struct unicode_record_t * ur, const char * name ) in name_ends_with()
121 int is_general_category( struct unicode_record_t * ur, const char * category ) in is_general_category()
126 int decomposition_contains( struct unicode_record_t * ur, const char * substring ) in decomposition_contains()
131 int towupper_differs( struct unicode_record_t * ur, size_t codepoint ) in towupper_differs()
136 int towlower_differs( struct unicode_record_t * ur, size_t codepoint ) in towlower_differs()
H A Dmain.c62 static void print_additional_codepoint_info( size_t codepoint, struct unicode_record_t * ur ) in print_additional_codepoint_info()
94 static void print_codepoint_info( size_t codepoint, struct unicode_record_t * ur, struct derived_pr… in print_codepoint_info()
181 static struct output_record_t get_output_record( size_t codepoint, struct unicode_record_t * ur, st… in get_output_record()
256 struct unicode_record_t * ur = &( ud->records[i] ); in main() local
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Drouting.c352 struct uwsgi_route *old_ur = NULL, *ur = uwsgi.routes; in uwsgi_opt_add_route() local
500 void uwsgi_fixup_routes(struct uwsgi_route *ur) { in uwsgi_fixup_routes()
526 struct uwsgi_route *ur = NULL; in uwsgi_route_api_func() local
579 static int uwsgi_router_break(struct uwsgi_route *ur, char *arg) { in uwsgi_router_break()
611 static int uwsgi_router_return(struct uwsgi_route *ur, char *arg) in uwsgi_router_return()
733 static int uwsgi_router_flush(struct uwsgi_route *ur, char *arg) { in uwsgi_router_flush()
754 static int uwsgi_router_fixcl(struct uwsgi_route *ur, char *arg) { in uwsgi_router_fixcl()
794 static int uwsgi_router_log(struct uwsgi_route *ur, char *arg) { in uwsgi_router_log()
901 static int uwsgi_router_goto(struct uwsgi_route *ur, char *arg) { in uwsgi_router_goto()
1446 static int uwsgi_router_send(struct uwsgi_route *ur, char *arg) { in uwsgi_router_send()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_http/
H A Drouter_http.c7 static int uwsgi_routing_func_http(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_http()
102 static int uwsgi_router_http(struct uwsgi_route *ur, char *args) { in uwsgi_router_http()
124 static int uwsgi_router_proxyhttp(struct uwsgi_route *ur, char *args) { in uwsgi_router_proxyhttp()
129 static int uwsgi_router_proxyhttp_connect(struct uwsgi_route *ur, char *args) { in uwsgi_router_proxyhttp_connect()
134 static int uwsgi_router_http_connect(struct uwsgi_route *ur, char *args) { in uwsgi_router_http_connect()
139 static int uwsgi_router_httpdumb(struct uwsgi_route *ur, char *args) { in uwsgi_router_httpdumb()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_static/
H A Drouter_static.c25 int uwsgi_routing_func_static(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_static()
40 int uwsgi_routing_func_file(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_file()
113 int uwsgi_routing_func_sendfile(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_sendfile()
264 static int uwsgi_router_static(struct uwsgi_route *ur, char *args) { in uwsgi_router_static()
271 static int uwsgi_router_static_next(struct uwsgi_route *ur, char *args) { in uwsgi_router_static_next()
276 static int uwsgi_router_file(struct uwsgi_route *ur, char *args) { in uwsgi_router_file()
315 static int uwsgi_router_file_next(struct uwsgi_route *ur, char *args) { in uwsgi_router_file_next()
320 static int uwsgi_router_sendfile(struct uwsgi_route *ur, char *args) { in uwsgi_router_sendfile()
326 static int uwsgi_router_sendfile_next(struct uwsgi_route *ur, char *args) { in uwsgi_router_sendfile_next()
333 static int uwsgi_router_fastfile(struct uwsgi_route *ur, char *args) { in uwsgi_router_fastfile()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_dup.c560 #define BOUT_00(ul,ur,ll,lr) BOUT(ul,ur,ll,lr,49, 7, 7, 1) in mri_dup2D_rgb4() argument
561 #define BOUT_10(ul,ur,ll,lr) BOUT(ul,ur,ll,lr,35,21, 5, 3) in mri_dup2D_rgb4() argument
562 #define BOUT_20(ul,ur,ll,lr) BOUT(ul,ur,ll,lr,21,35, 3, 5) in mri_dup2D_rgb4() argument
563 #define BOUT_30(ul,ur,ll,lr) BOUT(ul,ur,ll,lr, 7,49, 1, 7) in mri_dup2D_rgb4() argument
584 #define FOUR_ROWS(k,c,ul,ur,ll,lr) \ in mri_dup2D_rgb4() argument
697 #define THREE_ROWS(k,c,ul,ur,ll,lr) \ in mri_dup2D_rgb3() argument
816 #define DOUT_00(ul,ur,ll,lr) DOUT(ul,ur,ll,lr,9,3,3,1) in mri_dup2D_rgb2() argument
817 #define DOUT_10(ul,ur,ll,lr) DOUT(ul,ur,ll,lr,3,9,1,3) in mri_dup2D_rgb2() argument
819 #define DOUT_01(ul,ur,ll,lr) DOUT(ul,ur,ll,lr,3,1,9,3) in mri_dup2D_rgb2() argument
820 #define DOUT_11(ul,ur,ll,lr) DOUT(ul,ur,ll,lr,1,3,3,9) in mri_dup2D_rgb2() argument
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_cache/
H A Drouter_cache.c162 static int uwsgi_routing_func_cache(struct wsgi_request *wsgi_req, struct uwsgi_route *ur){ in uwsgi_routing_func_cache()
218 static int uwsgi_routing_func_cachevar(struct wsgi_request *wsgi_req, struct uwsgi_route *ur){ in uwsgi_routing_func_cachevar()
313 static int uwsgi_router_cache_store(struct uwsgi_route *ur, char *args) { in uwsgi_router_cache_store()
373 static int uwsgi_router_cache(struct uwsgi_route *ur, char *args) { in uwsgi_router_cache()
414 static int uwsgi_router_cache_continue(struct uwsgi_route *ur, char *args) { in uwsgi_router_cache_continue()
468 static int uwsgi_router_cacheinc(struct uwsgi_route *ur, char *args) { in uwsgi_router_cacheinc()
476 static int uwsgi_router_cachedec(struct uwsgi_route *ur, char *args) { in uwsgi_router_cachedec()
484 static int uwsgi_router_cachemul(struct uwsgi_route *ur, char *args) { in uwsgi_router_cachemul()
492 static int uwsgi_router_cachediv(struct uwsgi_route *ur, char *args) { in uwsgi_router_cachediv()
500 static int uwsgi_router_cacheset(struct uwsgi_route *ur, char *args) { in uwsgi_router_cacheset()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_metrics/
H A Dplugin.c19 static int uwsgi_routing_func_metricmath(struct wsgi_request *wsgi_req, struct uwsgi_route *ur){ in uwsgi_routing_func_metricmath()
46 static struct uwsgi_router_metric_conf *uwsgi_router_metricmath(struct uwsgi_route *ur, char *args)… in uwsgi_router_metricmath()
71 static int uwsgi_router_metricinc(struct uwsgi_route *ur, char *args) { in uwsgi_router_metricinc()
78 static int uwsgi_router_metricdec(struct uwsgi_route *ur, char *args) { in uwsgi_router_metricdec()
85 static int uwsgi_router_metricmul(struct uwsgi_route *ur, char *args) { in uwsgi_router_metricmul()
92 static int uwsgi_router_metricdiv(struct uwsgi_route *ur, char *args) { in uwsgi_router_metricdiv()
100 static int uwsgi_router_metricset(struct uwsgi_route *ur, char *args) { in uwsgi_router_metricset()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_uwsgi/
H A Drouter_uwsgi.c6 static int uwsgi_routing_func_uwsgi_simple(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_uwsgi_simple()
34 static int uwsgi_routing_func_uwsgi_remote(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_uwsgi_remote()
93 static void uwsgi_router_uwsgi_free(struct uwsgi_route *ur) { in uwsgi_router_uwsgi_free()
97 static int uwsgi_router_uwsgi(struct uwsgi_route *ur, char *args) { in uwsgi_router_uwsgi()
159 static int uwsgi_router_proxyuwsgi(struct uwsgi_route *ur, char *args) { in uwsgi_router_proxyuwsgi()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_redirect/
H A Drouter_redirect.c7 static int uwsgi_routing_func_redirect(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_redirect()
28 … int uwsgi_routing_func_redirect_permanent(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_redirect_permanent()
52 static int uwsgi_router_redirect(struct uwsgi_route *ur, char *args) { in uwsgi_router_redirect()
60 static int uwsgi_router_redirect_permanent(struct uwsgi_route *ur, char *args) { in uwsgi_router_redirect_permanent()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dcorpus.h141 #define utt_res_set_uttfile(ur,name) ur->uttfile=name argument
142 #define utt_res_set_lmname(ur,name) ur->lmname=name argument
143 #define utt_res_set_fsgname(ur,name) ur->fsgname=name argument
144 #define utt_res_set_regmatname(ur,name) ur->regmatname=name argument
145 #define utt_res_set_cb2mllrname(ur,name) ur->cb2mllrname=name argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/fractional/poisson/
H A Dfractional_objective.hpp70 ROL::Ptr<ROL::Vector<Real> > ur in value() local
82 ROL::Ptr<ROL::Vector<Real> > ur in gradient_1() local
94 ROL::Ptr<ROL::Vector<Real> > ur in gradient_2() local
111 ROL::Ptr<ROL::Vector<Real> > ur in hessVec_11() local
124 ROL::Ptr<ROL::Vector<Real> > ur in hessVec_12() local
138 ROL::Ptr<ROL::Vector<Real> > ur in hessVec_21() local
148 ROL::Ptr<ROL::Vector<Real> > ur in hessVec_22() local
/dports/dns/knot3/knot-3.1.5/src/knot/common/
H A Dunreachable.c64 knot_unreachable_t *ur, *nxt; in knot_unreachables_deinit() local
75 static bool clear_old(knot_unreachable_t *ur, uint32_t now, uint32_t ttl_ms) in clear_old()
93 knot_unreachable_t *ur, *nxt; in get_ur() local
139 knot_unreachable_t *ur = malloc(sizeof(*ur)); in knot_unreachable_add() local
/dports/dns/knot3-lib/knot-3.1.5/src/knot/common/
H A Dunreachable.c64 knot_unreachable_t *ur, *nxt; in knot_unreachables_deinit() local
75 static bool clear_old(knot_unreachable_t *ur, uint32_t now, uint32_t ttl_ms) in clear_old()
93 knot_unreachable_t *ur, *nxt; in get_ur() local
139 knot_unreachable_t *ur = malloc(sizeof(*ur)); in knot_unreachable_add() local
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_rewrite/
H A Drouter_rewrite.c6 static int uwsgi_routing_func_rewrite(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rewrite()
74 static int uwsgi_router_rewrite(struct uwsgi_route *ur, char *args) { in uwsgi_router_rewrite()
83 static int uwsgi_router_rewrite_last(struct uwsgi_route *ur, char *args) { in uwsgi_router_rewrite_last()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_transfer.c123 struct u_resource *ur = u_resource(resource); in u_resource_get_handle_vtbl() local
130 struct u_resource *ur = u_resource(resource); in u_resource_destroy_vtbl() local
141 struct u_resource *ur = u_resource(resource); in u_transfer_map_vtbl() local
150 struct u_resource *ur = u_resource(transfer->resource); in u_transfer_flush_region_vtbl() local
157 struct u_resource *ur = u_resource(transfer->resource); in u_transfer_unmap_vtbl() local
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Durandom.c40 int32_t ur; member
54 int32_t ur = open("/dev/urandom", O_RDONLY); in urand_init() local
67 int32_t ur = p->ur; in urand_run() local
88 int32_t ur = p->ur; in urand_arun() local
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dshader_graph_editor_plugin.cpp657 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_const_changed() local
675 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_const_changed() local
687 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _rgb_const_changed() local
699 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_op_changed() local
711 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_op_changed() local
723 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_scalar_op_changed() local
735 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _rgb_op_changed() local
747 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _xform_inv_rev_changed() local
759 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_func_changed() local
771 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_func_changed() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dshader_graph_editor_plugin.cpp657 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_const_changed() local
675 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_const_changed() local
687 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _rgb_const_changed() local
699 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_op_changed() local
711 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_op_changed() local
723 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_scalar_op_changed() local
735 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _rgb_op_changed() local
747 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _xform_inv_rev_changed() local
759 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _scalar_func_changed() local
771 UndoRedo *ur = EditorNode::get_singleton()->get_undo_redo(); in _vec_func_changed() local
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/rpc/
H A Drpc_plugin.c282 static int uwsgi_routing_func_rpc(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rpc()
333 static int uwsgi_routing_func_rpc_blob(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rpc_blob()
387 static int uwsgi_routing_func_rpc_raw(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rpc_raw()
442 static int uwsgi_routing_func_rpc_var(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rpc_var()
498 static int uwsgi_routing_func_rpc_ret(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_rpc_ret()
595 static int uwsgi_router_rpc_base(struct uwsgi_route *ur, char *args) { in uwsgi_router_rpc_base()
628 static int uwsgi_router_rpc(struct uwsgi_route *ur, char *args) { in uwsgi_router_rpc()
633 static int uwsgi_router_rpc_ret(struct uwsgi_route *ur, char *args) { in uwsgi_router_rpc_ret()
638 static int uwsgi_router_rpc_blob(struct uwsgi_route *ur, char *args) { in uwsgi_router_rpc_blob()
643 static int uwsgi_router_rpc_raw(struct uwsgi_route *ur, char *args) { in uwsgi_router_rpc_raw()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_spnego/
H A Drouter_spnego.c54 static char *uwsgi_spnego_new_token(struct wsgi_request *wsgi_req, struct uwsgi_route *ur, char *to… in uwsgi_spnego_new_token()
179 static int uwsgi_routing_func_spnego(struct wsgi_request *wsgi_req, struct uwsgi_route *ur) { in uwsgi_routing_func_spnego()
229 static int uwsgi_router_spnego(struct uwsgi_route *ur, char *args) { in uwsgi_router_spnego()
240 static int uwsgi_router_spnego_next(struct uwsgi_route *ur, char *args) { in uwsgi_router_spnego_next()

12345678910>>...118