Home
last modified time | relevance | path

Searched refs:l (Results 101 – 125 of 49885) sorted by relevance

12345678910>>...1996

/dports/security/hashcat-legacy/hashcat-legacy-2.00/masks/
H A Drockyou-1-60.hcmask11 ?l?l?l
16 ?l?l?l?l
22 ?l?l?l?l?l
30 ?l?l?l?l?d?d
39 ?l?l?l?l?d
45 ?l?l?l?l?l?l
58 ?l?l?l?l?l?d
104 ?l?l?l?l?l?d?d
172 ?l?l?l?l?l?l?l
182 ?l?l?l?l?l?l?d
[all …]
H A D8char-1l-1u-1d-1s-compliant.hcmask2801 ?d?l?l?l?l?l?u?s
2802 ?d?l?l?l?l?l?s?u
2804 ?d?l?l?l?l?u?l?s
2807 ?d?l?l?l?l?u?s?l
2811 ?d?l?l?l?l?s?l?u
2813 ?d?l?l?l?l?s?u?l
2825 ?d?l?l?l?u?l?l?s
2828 ?d?l?l?l?u?l?s?l
2843 ?d?l?l?l?u?s?l?l
2862 ?d?l?l?l?s?l?l?u
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/languages/english/admin/
H A Dconfig_settings.lang.php20 $l['title'] = "Title";
22 $l['group'] = "Group";
24 $l['name'] = "Identifier";
27 $l['text'] = "Text";
29 $l['textarea'] = "Textarea";
43 $l['php'] = "Evaluated PHP";
44 $l['type'] = "Type";
45 $l['extra'] = "Extra";
47 $l['value'] = "Value";
58 $l['order'] = "Order";
[all …]
H A Duser_mass_mail.lang.php8 $l['mass_mail'] = "Mass Mail";
26 $l['subject'] = "Subject";
55 $l['hours'] = "Hours";
56 $l['days'] = "Days";
57 $l['weeks'] = "Weeks";
58 $l['months'] = "Months";
59 $l['years'] = "Years";
60 $l['ago'] = "ago";
68 $l['email'] = "Email";
98 $l['draft'] = "Draft";
[all …]
H A Dforum_attachments.lang.php9 $l['attachments'] = "Attachments";
10 $l['stats'] = "Statistics";
47 $l['size'] = "Size";
49 $l['thread'] = "Thread";
66 $l['unknown'] = "Unknown";
67 $l['results'] = "Results";
68 $l['step1'] = "Step 1";
69 $l['step2'] = "Step 2";
96 $l['kb'] = "KB";
103 $l['asc'] = "Ascending";
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/languages/english/
H A Dsearch.lang.php8 $l['nav_search'] = "Search";
9 $l['nav_results'] = "Results";
11 $l['pages_last'] = "last";
12 $l['search'] = "Search";
39 $l['sort_in'] = "in";
43 $l['asc'] = "asc";
44 $l['desc'] = "desc";
50 $l['post'] = "Post";
52 $l['forum'] = "Forum";
54 $l['views'] = "Views";
[all …]
H A Dshowthread.lang.php12 $l['author'] = "Author";
13 $l['message'] = "Message";
15 $l['linear'] = "Linear Mode";
39 $l['poll'] = "Poll:";
43 $l['total'] = "Total";
44 $l['vote'] = "Vote!";
67 $l['thread'] = "Thread";
69 $l['views'] = "Views";
85 $l['inline_go'] = "Go";
86 $l['clear'] = "Clear";
[all …]
H A Dforumdisplay.lang.php13 $l['thread'] = "Thread";
14 $l['author'] = "Author";
15 $l['replies'] = "Replies";
16 $l['views'] = "Views";
18 $l['rating'] = "Rating";
19 $l['prefix'] = "Prefix:";
52 $l['pages'] = "Pages:";
69 $l['inline_go'] = "Go";
70 $l['clear'] = "Clear";
74 $l['asc'] = "asc";
[all …]
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dlstm_layer.c233 mul_cpu(l.outputs*l.batch, l.f_cpu, 1, l.c_cpu, 1); in forward_lstm_layer()
236 copy_cpu(l.outputs*l.batch, l.c_cpu, 1, l.h_cpu, 1); in forward_lstm_layer()
238 mul_cpu(l.outputs*l.batch, l.o_cpu, 1, l.h_cpu, 1); in forward_lstm_layer()
288 l.output += l.outputs*l.batch*(l.steps - 1); in backward_lstm_layer()
289 l.cell_cpu += l.outputs*l.batch*(l.steps - 1); in backward_lstm_layer()
290 l.delta += l.outputs*l.batch*(l.steps - 1); in backward_lstm_layer()
293 … if (i != 0) copy_cpu(l.outputs*l.batch, l.cell_cpu - l.outputs*l.batch, 1, l.prev_cell_cpu, 1); in backward_lstm_layer()
295 … if (i != 0) copy_cpu(l.outputs*l.batch, l.output - l.outputs*l.batch, 1, l.prev_state_cpu, 1); in backward_lstm_layer()
532 l.output_gpu += l.outputs*l.batch*(l.steps - 1); in backward_lstm_layer_gpu()
533 l.cell_gpu += l.outputs*l.batch*(l.steps - 1); in backward_lstm_layer_gpu()
[all …]
H A Dconv_lstm_layer.c202 l.bflops = l.uf->bflops + l.ui->bflops + l.ug->bflops + l.uo->bflops + in make_conv_lstm_layer()
373 cuda_push_array(l.h_gpu, l.h_cpu, l.outputs * l.batch); in free_state_conv_lstm()
374 cuda_push_array(l.c_gpu, l.c_cpu, l.outputs * l.batch); in free_state_conv_lstm()
388 cuda_push_array(l.h_gpu, l.h_cpu, l.outputs * l.batch); in randomize_state_conv_lstm()
592 l.output += l.outputs*l.batch*(l.steps - 1); in backward_conv_lstm_layer()
593 l.cell_cpu += l.outputs*l.batch*(l.steps - 1); in backward_conv_lstm_layer()
594 l.delta += l.outputs*l.batch*(l.steps - 1); in backward_conv_lstm_layer()
902 …sum_of_mults(l.f_gpu, l.c_gpu, l.i_gpu, l.g_gpu, l.outputs*l.batch, l.c_gpu); // decreases mAP??? in forward_conv_lstm_layer_gpu()
997 l.output_gpu += l.outputs*l.batch*(l.steps - 1); in backward_conv_lstm_layer_gpu()
998 l.cell_gpu += l.outputs*l.batch*(l.steps - 1); in backward_conv_lstm_layer_gpu()
[all …]
H A Dshortcut_layer.c35 l.w = l.out_w = w; in make_shortcut_layer()
36 l.h = l.out_h = h; in make_shortcut_layer()
37 l.c = l.out_c = c; in make_shortcut_layer()
88 l.bflops = l.out_w * l.out_h * l.out_c * l.n / 1000000000.; in make_shortcut_layer()
157 int size = l.batch * l.w * l.h * l.c; in forward_shortcut_layer()
164 …ultilayer_cpu(l.outputs * l.batch, l.outputs, l.batch, l.n, l.input_sizes, l.layers_output, l.outp… in forward_shortcut_layer()
171 …if (l.activation == SWISH) activate_array_swish(l.output, l.outputs*l.batch, l.activation_input, l in forward_shortcut_layer()
178 …if (l.activation == SWISH) gradient_array_swish(l.output, l.outputs*l.batch, l.activation_input, l in backward_shortcut_layer()
180 else gradient_array(l.output, l.outputs*l.batch, l.activation, l.delta); in backward_shortcut_layer()
182 backward_shortcut_multilayer_cpu(l.outputs * l.batch, l.outputs, l.batch, l.n, l.input_sizes, in backward_shortcut_layer()
[all …]
H A Dconnected_layer.c70 l.n = l.out_c; in make_connected_layer()
72 l.stride = l.stride_x = l.stride_y = 1; in make_connected_layer()
188 mean_cpu(l.output, l.batch, l.outputs, 1, l.mean); in forward_connected_layer()
189 variance_cpu(l.output, l.mean, l.batch, l.outputs, 1, l.variance); in forward_connected_layer()
196 copy_cpu(l.outputs*l.batch, l.output, 1, l.x, 1); in forward_connected_layer()
197 normalize_cpu(l.output, l.mean, l.variance, l.batch, l.outputs, 1); in forward_connected_layer()
213 gradient_array(l.output, l.outputs*l.batch, l.activation, l.delta); in backward_connected_layer()
220 scale_bias(l.delta, l.scales, l.batch, l.outputs, 1); in backward_connected_layer()
222 mean_delta_cpu(l.delta, l.variance, l.batch, l.outputs, 1, l.mean_delta); in backward_connected_layer()
223 … variance_delta_cpu(l.x, l.delta, l.mean, l.variance, l.batch, l.outputs, 1, l.variance_delta); in backward_connected_layer()
[all …]
H A Dconvolutional_layer.c80 return (l.h + 2*l.pad - l.size) / l.stride_y + 1; in convolutional_out_height()
85 return (l.w + 2*l.pad - l.size) / l.stride_x + 1; in convolutional_out_width()
144 return (size_t)l.out_h*l.out_w*l.size*l.size*(l.c / l.groups)*sizeof(float); in get_workspace_size32()
452 l.outputs = l.out_h * l.out_w * l.out_c; in make_convolutional_layer()
453 l.inputs = l.w * l.h * l.c; in make_convolutional_layer()
769 l->outputs = l->out_h * l->out_w * l->out_c; in resize_convolutional_layer()
770 l->inputs = l->w * l->h * l->c; in resize_convolutional_layer()
1030 l->align_workspace_size = l->bit_align * l->size * l->size * l->c; in binary_align_weights()
1092 int k = l.size*l.size*l.c / l.groups; in forward_convolutional_layer()
1404 int n = l.size*l.size*l.c / l.groups; in backward_convolutional_layer()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dlanguages.cpp24 l["aa"] = tr("Afar"); in list()
28 l["ak"] = tr("Akan"); in list()
49 l["cr"] = tr("Cree"); in list()
58 l["ee"] = tr("Ewe"); in list()
77 l["gv"] = tr("Manx"); in list()
94 l["io"] = tr("Ido"); in list()
120 l["lo"] = tr("Lao"); in list()
218 return l; in list()
238 return l; in most_used_list()
329 return l; in encodings()
[all …]
/dports/print/fontforge/fontforge-20201107/tests/fonts/
H A DCaslonMM.sfd64 486 108 l 1
73 50 288 l 1
74 500 737 l 1
75 950 287 l 1
115 90 539 l 1
116 73 539 l 1
117 59 661 l 1
136 99 43 l 1
137 83 43 l 1
139 0 213 l 1
[all …]
H A Ddvng10a-crash.sfd185 56 807 l 0
186 56 806 l 0
187 1 751 l 0
188 0 751 l 0
191 0 861 l 1
206 151 30 l 0
207 150 30 l 0
272 1 309 l 0
273 1 317 l 0
359 1 317 l 0
[all …]
/dports/games/0verkill/0verkill-0.16/grx/
H A Dblood.avi29 l
41 l
43 l
45 l
57 l
59 l
61 l
63 l
65 l
67 l
[all …]
H A Dpytlak.avi3 l ,,,.
7 l|| |'C \
9 l||\`-__-,
11 l|| / _ \
13 l||| ( | \
15 l| | `/`_ |
17 l\ | `--3 )
21 l `\,, ),'
23 l || |
25 l ||__m,
[all …]
H A Dsmoker.avi3 l ))))
5 l ,C o
7 l |`:, \
9 l `-__o=k==
11 l / _ \||
15 l | `-/__/
17 l |======C
21 l \ /
23 l ||_|
31 l ))))
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/fonts/
H A DIdeFont.sfd68 0 1376 l 2,4,5
71 755 685 l 2,8,9
84 45 -115 l 2,0,1
99 1536 -64 l 2,1,2
102 64 -128 l 2,5,6
105 0 1344 l 2,9,10
128 1664 0 l 2,5,6
138 256 0 l 1,17,-1
191 0 832 l 2,26,27
199 256 0 l 1,36,-1
[all …]
/dports/security/hashcat/hashcat-6.2.5/masks/
H A D8char-1l-1u-1d-1s-compliant.hcmask2801 ?d?l?l?l?l?l?u?s
2802 ?d?l?l?l?l?l?s?u
2804 ?d?l?l?l?l?u?l?s
2807 ?d?l?l?l?l?u?s?l
2811 ?d?l?l?l?l?s?l?u
2813 ?d?l?l?l?l?s?u?l
2825 ?d?l?l?l?u?l?l?s
2828 ?d?l?l?l?u?l?s?l
2843 ?d?l?l?l?u?s?l?l
2862 ?d?l?l?l?s?l?l?u
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/preprocessor/list/detail/limits/
H A Dfold_left_1024.hpp19l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_514, s BOOST_PP_TUPLE_EAT_3)(o, … argument
20l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_515, s BOOST_PP_TUPLE_EAT_3)(o, … argument
21l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_516, s BOOST_PP_TUPLE_EAT_3)(o, … argument
22l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_517, s BOOST_PP_TUPLE_EAT_3)(o, … argument
23l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_518, s BOOST_PP_TUPLE_EAT_3)(o, … argument
24l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_519, s BOOST_PP_TUPLE_EAT_3)(o, … argument
25l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_520, s BOOST_PP_TUPLE_EAT_3)(o, … argument
26l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_521, s BOOST_PP_TUPLE_EAT_3)(o, … argument
27l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_522, s BOOST_PP_TUPLE_EAT_3)(o, … argument
28l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_523, s BOOST_PP_TUPLE_EAT_3)(o, … argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/list/detail/limits/
H A Dfold_left_1024.hpp19l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_514, s BOOST_PP_TUPLE_EAT_3)(o, … argument
20l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_515, s BOOST_PP_TUPLE_EAT_3)(o, … argument
21l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_516, s BOOST_PP_TUPLE_EAT_3)(o, … argument
22l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_517, s BOOST_PP_TUPLE_EAT_3)(o, … argument
23l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_518, s BOOST_PP_TUPLE_EAT_3)(o, … argument
24l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_519, s BOOST_PP_TUPLE_EAT_3)(o, … argument
25l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_520, s BOOST_PP_TUPLE_EAT_3)(o, … argument
26l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_521, s BOOST_PP_TUPLE_EAT_3)(o, … argument
27l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_522, s BOOST_PP_TUPLE_EAT_3)(o, … argument
28l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_523, s BOOST_PP_TUPLE_EAT_3)(o, … argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/list/detail/limits/
H A Dfold_left_1024.hpp19l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_514, s BOOST_PP_TUPLE_EAT_3)(o, … argument
20l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_515, s BOOST_PP_TUPLE_EAT_3)(o, … argument
21l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_516, s BOOST_PP_TUPLE_EAT_3)(o, … argument
22l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_517, s BOOST_PP_TUPLE_EAT_3)(o, … argument
23l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_518, s BOOST_PP_TUPLE_EAT_3)(o, … argument
24l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_519, s BOOST_PP_TUPLE_EAT_3)(o, … argument
25l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_520, s BOOST_PP_TUPLE_EAT_3)(o, … argument
26l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_521, s BOOST_PP_TUPLE_EAT_3)(o, … argument
27l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_522, s BOOST_PP_TUPLE_EAT_3)(o, … argument
28l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_523, s BOOST_PP_TUPLE_EAT_3)(o, … argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/preprocessor/list/detail/limits/
H A Dfold_left_1024.hpp19l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_514, s BOOST_PP_TUPLE_EAT_3)(o, …
20l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_515, s BOOST_PP_TUPLE_EAT_3)(o, …
21l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_516, s BOOST_PP_TUPLE_EAT_3)(o, …
22l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_517, s BOOST_PP_TUPLE_EAT_3)(o, …
23l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_518, s BOOST_PP_TUPLE_EAT_3)(o, …
24l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_519, s BOOST_PP_TUPLE_EAT_3)(o, …
25l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_520, s BOOST_PP_TUPLE_EAT_3)(o, … argument
26l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_521, s BOOST_PP_TUPLE_EAT_3)(o, … argument
27l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_522, s BOOST_PP_TUPLE_EAT_3)(o, … argument
28l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_523, s BOOST_PP_TUPLE_EAT_3)(o, … argument
[all …]

12345678910>>...1996