Home
last modified time | relevance | path

Searched refs:copyto (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/dports/sysutils/webmin/webmin-1.981/quota/
H A Dcopy_user.cgi18 push(@copyto, $uinfo[0]);
24 @copyto = split(/\s+/, $in{'users'});
33 push(@copyto, split(/\s+/, $ingroup{$ginfo[2]}));
34 push(@copyto, split(/\s+/, $ginfo[3]));
37 @copyto = &unique(@copyto);
38 @copyto = grep { $_ ne $in{'user'} } @copyto;
39 if (!@copyto) { &error($text{'cuser_enouser'}); }
40 foreach $c (@copyto) {
46 &copy_user_quota($in{'user'}, @copyto);
H A Dcopy_group.cgi17 while(@ginfo = getgrent()) { push(@copyto, $ginfo[0]); }
22 @copyto = split(/\s+/, $in{'groups'});
29 push(@copyto, $ginfo[0]);
36 push(@copyto, $ginfo[0]);
43 @copyto = &unique(@copyto);
44 @copyto = grep { $_ ne $in{'group'} } @copyto;
45 if (!@copyto) { &error($text{'cgroup_enogroup'}); }
46 foreach $c (@copyto) {
52 &copy_group_quota($in{'group'}, @copyto);
/dports/math/py-numpoly/numpoly-1.2.3/numpoly/array_function/
H A Dcopyto.py13 @implements(numpy.copyto)
14 def copyto( function
63 return numpy.copyto(
85 numpy.copyto(dst_[key], src.values[key],
88 numpy.copyto(dst_[key],
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/NDArray/
H A DSparse.pm238 $self->copyto($res);
257 method copyto(AI::MXNet::NDArray|AI::MXNet::Context $other)
471 $other->copyto($self);
477 $tmp->copyto($self);
571 method copyto(AI::MXNet::Context|AI::MXNet::NDArray $other)
575 return $self->SUPER::copyto($other);
582 return return $self->SUPER::copyto($other);
694 $other->copyto($self);
700 $tmp->copyto($self);
794 return $self->SUPER::copyto($other);
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/NDArray/
H A DSparse.pm238 $self->copyto($res);
257 method copyto(AI::MXNet::NDArray|AI::MXNet::Context $other)
471 $other->copyto($self);
477 $tmp->copyto($self);
571 method copyto(AI::MXNet::Context|AI::MXNet::NDArray $other)
575 return $self->SUPER::copyto($other);
582 return return $self->SUPER::copyto($other);
694 $other->copyto($self);
700 $tmp->copyto($self);
794 return $self->SUPER::copyto($other);
[all …]
/dports/net/rclone/rclone-1.57.0/docs/content/commands/
H A Drclone_copyto.md2 title: "rclone copyto"
6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/copyto/ and as part of making a …
8 # rclone copyto
24 rclone copyto src dst
45 rclone copyto source:path dest:path [flags]
51 -h, --help help for copyto
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/examples/
H A Deuler_step.py26 np.copyto(yout,ny)
33 np.copyto(yout,ny)
34 np.copyto(dyout,ndy)
41 np.copyto(yout,ny)
42 np.copyto(dyout,ndy)
49 np.copyto(z,nz)
56 np.copyto(z,nz)
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dsparse.py235 self.copyto(res)
238 def copyto(self, other): member in BaseSparseNDArray
331 (self + other).copyto(self)
335 (self - other).copyto(self)
339 (self * other).copyto(self)
343 (self / other).copyto(self)
347 (self / other).copyto(self)
450 tmp.copyto(self)
520 def copyto(self, other): member in CSRNDArray
713 tmp.copyto(self)
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dsparse.py235 self.copyto(res)
238 def copyto(self, other): member in BaseSparseNDArray
331 (self + other).copyto(self)
335 (self - other).copyto(self)
339 (self * other).copyto(self)
343 (self / other).copyto(self)
347 (self / other).copyto(self)
450 tmp.copyto(self)
520 def copyto(self, other): member in CSRNDArray
713 tmp.copyto(self)
[all …]
/dports/net/libunp/unpv12e/threads/
H A Dstrclithread.c3 void *copyto(void *);
17 Pthread_create(&tid, NULL, copyto, NULL); in str_cli()
24 copyto(void *arg) in copyto() function
H A Dstrclithread2.c3 void *copyto(void *);
18 Pthread_create(&tid, NULL, copyto, NULL); in str_cli()
28 copyto(void *arg) in copyto() function
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_api.py360 np.copyto(a, 1.5)
362 np.copyto(a.T, 2.5)
367 np.copyto(a, 3.5, where=mask)
370 np.copyto(a.T, 4.5, where=mask)
381 np.copyto(a[:, :2], a[::-1, 1::-1])
388 np.copyto(a, 1.5, casting='unsafe')
416 np.copyto(r, d, where=mask[::-1])
426 np.copyto(r, d, where=mask)
450 np.copyto(r, d, where=mask)
455 np.copyto(r, d, where=True)
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dvmsify.c66 copyto (char **to, const char **from, char upto, int as_dir) in copyto() function
372 copyto (&vptr, &fptr, 0, (type==1)); in vmsify()
382 copyto (&vptr, &fptr, '/', 1); in vmsify()
389 copyto (&vptr, &fptr, '/', 1); in vmsify()
428 if (copyto (&vptr, &fptr, '/', 1) == 0) /* copy device part */ in vmsify()
513 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
577 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
593 copyto (&vptr, &fptr, '/', (*(vptr-1) != ']')); in vmsify()
736 copyto (&vptr, &fptr, '/', as_dir); in vmsify()
/dports/devel/gmake/make-4.3/src/
H A Dvmsify.c67 copyto (char **to, const char **from, char upto, int as_dir) in copyto() function
372 copyto (&vptr, &fptr, 0, (type==1)); in vmsify()
382 copyto (&vptr, &fptr, '/', 1); in vmsify()
389 copyto (&vptr, &fptr, '/', 1); in vmsify()
428 if (copyto (&vptr, &fptr, '/', 1) == 0) /* copy device part */ in vmsify()
513 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
577 copyto (&vptr, &fptr, 0, (type == 1)); in vmsify()
593 copyto (&vptr, &fptr, '/', (*(vptr-1) != ']')); in vmsify()
736 copyto (&vptr, &fptr, '/', as_dir); in vmsify()
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dkeplerlib.py535 copyto(x, -bound, where=(x<-bound))
536 copyto(x, bound, where=(x>bound))
547 copyto(lower, x, where=past)
548 copyto(upper, x, where=future)
551 copyto(upper, lower, where=past)
553 copyto(oldx, x, where=past)
565 copyto(lower, upper, where=future)
567 copyto(oldx, x, where=future)
579 copyto(x, (upper+lower)/2, where=(lower<=upper))
593 copyto(upper, x, where=(high|same))
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/neural-style/end_to_end/
H A Dboost_train.py38 style_array = [arr.copyto(mx.cpu()) for arr in style_mod.get_outputs()]
126 content_array = content_mod.get_outputs()[0].copyto(mx.cpu())
132 data_array.append(gens[k].get_outputs()[0].copyto(mx.cpu()))
137 loss_grad_array.append(grad.copyto(mx.cpu()))
144 grad[:] += loss_grad_array[k] + tv_grad_executor.outputs[0].copyto(mx.cpu())
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/neural-style/end_to_end/
H A Dboost_train.py38 style_array = [arr.copyto(mx.cpu()) for arr in style_mod.get_outputs()]
126 content_array = content_mod.get_outputs()[0].copyto(mx.cpu())
132 data_array.append(gens[k].get_outputs()[0].copyto(mx.cpu()))
137 loss_grad_array.append(grad.copyto(mx.cpu()))
144 grad[:] += loss_grad_array[k] + tv_grad_executor.outputs[0].copyto(mx.cpu())
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dhash_page.c192 __uint16_t copyto, diff, off, moved; variable
195 copyto = (__uint16_t)hashp->BSIZE;
215 (int)copyto, (int)moved);
226 diff = copyto - off;
228 copyto = ino[n + 1] + diff;
229 memmove(op + copyto, op + ino[n + 1],
231 ino[ndx] = copyto + ino[n] - ino[n + 1];
232 ino[ndx + 1] = copyto;
234 copyto = ino[n + 1];
250 OFFSET(ino) = copyto;
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/search/
H A Dhash_page.c192 __uint16_t copyto, diff, off, moved; variable
195 copyto = (__uint16_t)hashp->BSIZE;
215 (int)copyto, (int)moved);
226 diff = copyto - off;
228 copyto = ino[n + 1] + diff;
229 memmove(op + copyto, op + ino[n + 1],
231 ino[ndx] = copyto + ino[n] - ino[n + 1];
232 ino[ndx + 1] = copyto;
234 copyto = ino[n + 1];
250 OFFSET(ino) = copyto;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dhash_page.c192 __uint16_t copyto, diff, off, moved; variable
195 copyto = (__uint16_t)hashp->BSIZE;
215 (int)copyto, (int)moved);
226 diff = copyto - off;
228 copyto = ino[n + 1] + diff;
229 memmove(op + copyto, op + ino[n + 1],
231 ino[ndx] = copyto + ino[n] - ino[n + 1];
232 ino[ndx + 1] = copyto;
234 copyto = ino[n + 1];
250 OFFSET(ino) = copyto;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/search/
H A Dhash_page.c192 __uint16_t copyto, diff, off, moved; variable
195 copyto = (__uint16_t)hashp->BSIZE;
215 (int)copyto, (int)moved);
226 diff = copyto - off;
228 copyto = ino[n + 1] + diff;
229 memmove(op + copyto, op + ino[n + 1],
231 ino[ndx] = copyto + ino[n] - ino[n + 1];
232 ino[ndx + 1] = copyto;
234 copyto = ino[n + 1];
250 OFFSET(ino) = copyto;
[all …]
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dmerge.py25 np.copyto(merged_data, new_data, where=mask, casting="unsafe")
31 np.copyto(merged_data, new_data, where=mask, casting="unsafe")
41 np.copyto(merged_data, new_data, where=mask, casting="unsafe")
51 np.copyto(merged_data, new_data, where=mask, casting="unsafe")
169 copyto = MERGE_METHODS[method]
171 copyto = method
353 copyto(region, temp, region_mask, temp_mask, index=idx, roff=roff, coff=coff)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rtdb/db/
H A Dhash_page.c205 u_short copyto, diff, off, moved; variable
208 copyto = (u_short)hashp->HBSIZE;
228 (int)copyto, (int)moved);
239 diff = copyto - off;
241 copyto = ino[n + 1] + diff;
242 memmove(op + copyto, op + ino[n + 1],
244 ino[ndx] = copyto + ino[n] - ino[n + 1];
245 ino[ndx + 1] = copyto;
247 copyto = ino[n + 1];
263 OFFSET(ino) = copyto;
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/hash/
H A Dhash_page.c190 u_int16_t copyto, diff, off, moved; variable
193 copyto = (u_int16_t)hashp->BSIZE;
213 (int)copyto, (int)moved);
224 diff = copyto - off;
226 copyto = ino[n + 1] + diff;
227 memmove(op + copyto, op + ino[n + 1],
229 ino[ndx] = copyto + ino[n] - ino[n + 1];
230 ino[ndx + 1] = copyto;
232 copyto = ino[n + 1];
248 OFFSET(ino) = copyto;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/db/hash/
H A Dhash_page.c193 uint16_t copyto, diff, off, moved; in __split_page() local
197 copyto = HASH_BSIZE(hashp); in __split_page()
217 (int)copyto, (int)moved); in __split_page()
228 diff = copyto - off; in __split_page()
230 copyto = ino[n + 1] + diff; in __split_page()
231 memmove(op + copyto, op + ino[n + 1], in __split_page()
234 ino[ndx + 1] = copyto; in __split_page()
236 copyto = ino[n + 1]; in __split_page()
252 _DIAGASSERT(copyto >= temp); in __split_page()
254 OFFSET(ino) = copyto; in __split_page()
[all …]

12345678910>>...34