/dports/games/p5-Games-AlphaBeta/Games-AlphaBeta-v0.4.7/lib/Games/AlphaBeta/ |
H A D | Reversi.pm | 141 my $not_me = 3 - $me; 261 my ($me, $not_me); 265 $not_me = scalar $self->findmoves; 268 return $me - $not_me; 284 my $not_me = 3 - $self->{player}; 288 $self->{player} = $not_me; 312 while ($tx >= 0 && $b->[$tx][$y] == $not_me) { 325 while ($tx < $size && $b->[$tx][$y] == $not_me) { 338 while ($ty >= 0 && $b->[$x][$ty] == $not_me) { 351 while ($ty < $size && $b->[$x][$ty] == $not_me) { [all …]
|
/dports/www/hotcrp/hotcrp-2.102/src/listactions/ |
H A D | la_getrevpref.php | 39 $not_me = $user->contactId !== $Rev->contactId; 43 if ($not_me && !$user->allow_administer($prow)) 46 if ($not_me) 64 …$fields = array_merge(["paper", "title"], $not_me ? ["email"] : [], ["preference"], $has_conflict … 66 if ($not_me)
|
/dports/www/hotcrp/hotcrp-2.102/src/papercolumns/ |
H A D | pc_preference.php | 9 private $not_me; variable in Preference_PaperColumn 26 $this->not_me = $this->contact->contactId !== $pl->user->contactId; 28 || ($this->not_me && !$pl->user->is_manager())) 38 if ($this->not_me && !$this->viewer_contact->allow_administer($row)) 80 return $this->not_me && !$pl->user->can_administer($row); 97 if ($this->not_me)
|
H A D | pc_conflict.php | 8 private $not_me; variable in Conflict_PaperColumn 27 $this->not_me = $this->contact->contactId !== $pl->user->contactId; 31 if (!$this->not_me || $pl->user->can_view_conflicts($row)) { 50 if ((!$this->show_user && !$this->not_me && !$this->editable) 62 return $this->not_me
|
/dports/devel/glib20/glib-2.70.4/gio/tests/ |
H A D | credentials.c | 37 pid_t not_me; in test_basic() local 50 not_me = 65534; /* traditionally 'nobody' */ in test_basic() 52 not_me = 0; in test_basic() 68 set = g_credentials_set_unix_user (other, not_me, &error); in test_basic() 73 g_assert_cmpuint (g_credentials_get_unix_user (other, &error), ==, not_me); in test_basic()
|
/dports/finance/frontaccounting/frontaccounting/admin/ |
H A D | users.php | 139 $not_me = strcasecmp($myrow["user_id"], $_SESSION["wa_current_user"]->username); variable 148 if ($not_me) 154 if ($not_me)
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/ |
H A D | BasicTagTests.java | 59 Object not_me = new Object(); in run() local 81 if (Heap.getTag(not_me) != 0) { in run()
|
/dports/www/hotcrp/hotcrp-2.102/src/ |
H A D | papercolumn.php | 446 private $not_me; variable in ReviewerType_PaperColumn 458 $this->not_me = $this->contact->contactId !== $pl->user->contactId; 474 && (!$this->not_me || $pl->user->can_view_conflicts($row))) 477 && (!$this->not_me || $pl->user->can_view_lead($row))) 480 && (!$this->not_me || $pl->user->can_view_shepherd($row))) 505 if (!$this->not_me || $pl->report_id() === "conflictassign") 892 protected $not_me; variable in ScoreGraph_PaperColumn 903 $this->not_me = $this->contact->contactId !== $pl->user->contactId; 904 if ($visible && $this->not_me 918 if ($this->not_me [all …]
|
/dports/mail/sympa/sympa-6.2.62/t/data/list_data/test/ |
H A D | config | 19 reception digest,digestplain,html,mail,nomail,not_me,notice,summary,txt,urlize
|
/dports/security/snort/snort-2.9.18/src/preprocessors/ |
H A D | spp_frag3.c | 4343 static int Frag3Prune(FragTracker *not_me) in Frag3Prune() argument 4373 if (hnode && hnode->data == not_me) in Frag3Prune() 4428 if (hnode && hnode->data == not_me) in Frag3Prune()
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/ |
H A D | global_SUITE.erl | 1910 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/ |
H A D | global_SUITE.erl | 1910 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/ |
H A D | global_SUITE.erl | 1907 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/ |
H A D | global_SUITE.erl | 2050 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/ |
H A D | global_SUITE.erl | 2050 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/ |
H A D | global_SUITE.erl | 2050 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/ |
H A D | global_SUITE.erl | 2050 false = global:set_lock({?MODULE,not_me}, Nodes, 0),
|
/dports/mail/sympa/sympa-6.2.62/ |
H A D | ONEWS | 4256 enable topics chen the reception mode is 'mail', 'notice', 'not_me', 4815 enable topics chen the reception mode is 'mail', 'notice', 'not_me', 9300 src/List.pm: [reported by Adam Bernstein] 'not_me' reception 10202 [N. Euzen] new 'not_me' user reception option
|