Home
last modified time | relevance | path

Searched defs:like (Results 1 – 25 of 1330) sorted by relevance

12345678910>>...54

/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A D_asarray.py19 def _asarray_dispatcher(a, dtype=None, order=None, *, like=None): argument
25 def asarray(a, dtype=None, order=None, *, like=None): argument
112 def asanyarray(a, dtype=None, order=None, *, like=None): argument
179 def _asarray_contiguous_fortran_dispatcher(a, dtype=None, *, like=None): argument
185 def ascontiguousarray(a, dtype=None, *, like=None): argument
238 def asfortranarray(a, dtype=None, *, like=None): argument
289 def _require_dispatcher(a, dtype=None, requirements=None, *, like=None): argument
295 def require(a, dtype=None, requirements=None, *, like=None): argument
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-fading-label.c60 if (pango_direction == PANGO_DIRECTION_LTR)
198 g_value_set_float (value, hdy_fading_label_get_align (self));
239 hdy_fading_label_class_init (HdyFadingLabelClass *klass)
241 GObjectClass *object_class = G_OBJECT_CLASS (klass);
258 G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
261 g_param_spec_float ("align",
287 return gtk_label_get_label (GTK_LABEL (self->label));
291 hdy_fading_label_set_label (HdyFadingLabel *self,
305 hdy_fading_label_get_align (HdyFadingLabel *self)
320 if (self->align == align)
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/likes/actions/likes/
H A Ddelete.php10 $like = null; variable
14 $like = elgg_get_annotation_from_id($id); variable
23 $like = $likes[0]; variable
/dports/www/elgg/elgg-3.3.23/mod/likes/actions/likes/
H A Ddelete.php10 $like = null; variable
14 $like = elgg_get_annotation_from_id($id); variable
23 $like = $likes[0]; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dlike_holder_test.cc55 auto& like = *like_holder; in TEST_F() local
70 auto& like = *like_holder; in TEST_F() local
85 auto& like = *like_holder; in TEST_F() local
104 auto& like = *like_holder; in TEST_F() local
153 auto& like = *like_holder; in TEST_F() local
170 auto& like = *like_holder; in TEST_F() local
187 auto& like = *like_holder; in TEST_F() local
200 auto& like = *like_holder; in TEST_F() local
233 auto& like = *like_holder; in TEST_F() local
249 auto& like = *like_holder; in TEST_F() local
[all …]
/dports/net-im/uTox/uTox/docs/
H A DINSTALL.md35 ### Archlinux
47 ### Slackware
51 ### Other distributions
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Sql/Predicate/
H A DLike.php29 protected $like = ''; variable in Zend\\Db\\Sql\\Predicate\\Like
35 public function __construct($identifier = null, $like = null)
67 public function setLike($like)
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Sql/Predicate/
H A DLike.php29 protected $like = ''; variable in Zend\\Db\\Sql\\Predicate\\Like
35 public function __construct($identifier = null, $like = null)
67 public function setLike($like)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/lib/dao/
H A DBuzzDao.php569 public function saveLikeForShare($like) {
588 public function deleteLikeForShare($like) {
613 public function saveUnLikeForShare($like) {
624 public function deleteUnLikeForShare($like) {
650 public function saveLikeForComment($like) {
667 public function deleteLikeForComment($like) {
686 public function saveUnLikeForComment($like) {
697 public function deleteUnLikeForComment($like) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dlike_holder_test.cc44 auto& like = *like_holder; in TEST_F() local
59 auto& like = *like_holder; in TEST_F() local
74 auto& like = *like_holder; in TEST_F() local
93 auto& like = *like_holder; in TEST_F() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dlike_holder_test.cc44 auto& like = *like_holder; in TEST_F() local
59 auto& like = *like_holder; in TEST_F() local
74 auto& like = *like_holder; in TEST_F() local
93 auto& like = *like_holder; in TEST_F() local
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/translations/
H A Dsolarus_editor_es.ts3814 <extracomment>To describe the type of resource itself like: this is a Map.</extracomment> alias
4428 <extracomment>To describe the type of resource itself like: New Map.</extracomment> alias
H A Dsolarus_editor_fr.ts4200 <extracomment>To describe the type of resource itself like: this is a Map.</extracomment> alias
4865 <extracomment>To describe the type of resource itself like: New Map.</extracomment> alias
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dindexing.sql60 create table idxpart1 (like idxpart); field
215 create table idxpart1 (like idxpart); field
218 create table idxpart2 (like idxpart); field
235 create table idxpart1 (like idxpart); field
238 create table idxpart2 (like idxpart); field
264 create table idxpart1 (like idxpart); field
267 create table idxpart2 (like idxpart); field
279 create table idxpart1 (like idxpart); field
280 create table idxpart2 (like idxpart); field
297 create table idxpart1 (like idxpart); field
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/lib/service/
H A DBuzzService.php284 public function saveLikeForShare($like) {
301 public function deleteLikeForShare($like) {
311 public function saveUnLikeForShare($like) {
321 public function deleteUnLikeForShare($like) {
338 public function saveLikeForComment($like) {
354 public function deleteLikeForComment($like) {
369 public function saveUnLikeForComment($like) {
384 public function deleteUnLikeForComment($like) {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dD.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dM.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dD.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dM.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dD.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dM.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dM.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dD.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dM.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dD.c9 #define funlike(like) fun like argument
10 #define funlike2(fun, like) fun ## like argument

12345678910>>...54