Home
last modified time | relevance | path

Searched refs:myself (Results 1 – 25 of 4864) sorted by relevance

12345678910>>...195

/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/procfs-0.9.1/src/process/
H A Dtests.rs39 let myself = Process::myself().unwrap(); in test_main_thread_task() localVariable
47 let myself = Process::myself().unwrap(); in test_self_proc() localVariable
203 let myself = Process::myself().unwrap(); in test_proc_alive() localVariable
209 let myself = Process::myself().unwrap(); in test_proc_environ() localVariable
232 let myself = Process::myself().unwrap(); in test_proc_exe() localVariable
240 let myself = Process::myself().unwrap(); in test_proc_io() localVariable
251 let myself = Process::myself().unwrap(); in test_proc_maps() localVariable
271 let myself = Process::myself().unwrap(); in test_proc_fd() localVariable
279 let myself = Process::myself().unwrap(); in test_proc_coredump() localVariable
286 let myself = Process::myself().unwrap(); in test_proc_auxv() localVariable
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/virtchannel_base/
H A Dfacade.tcl100 method finalize {myself} {
103 catch {next $myself}
137 method read {myself n} {
156 log::error {$myself EAGAIN}
165 method write {myself data} {
184 method cget {myself option} {
197 method cgetall {myself} {
213 method Readable {myself} {
215 ::chan postevent $myself read
219 method Writable {myself} {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/virtchannel_base/
H A Dfacade.tcl100 method finalize {myself} {
103 catch {next $myself}
137 method read {myself n} {
156 log::error {$myself EAGAIN}
165 method write {myself data} {
184 method cget {myself option} {
197 method cgetall {myself} {
213 method Readable {myself} {
215 ::chan postevent $myself read
219 method Writable {myself} {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/virtchannel_base/
H A Dfacade.tcl100 method finalize {myself} {
103 catch {next $myself}
137 method read {myself n} {
156 log::error {$myself EAGAIN}
165 method write {myself data} {
184 method cget {myself option} {
197 method cgetall {myself} {
213 method Readable {myself} {
215 ::chan postevent $myself read
219 method Writable {myself} {
[all …]
/dports/games/adonthell-wastesedge/wastesedge-0.3.8/scripts/schedules/mapcharacters/
H A Derek.py27 self.myself = mapcharacterinstance
64 if self.myself.submap () == 1:
75 if self.myself.submap () == 1 and self.myself.posx () == 13:
77 self.myself.set_goal (x, y, dir)
79 elif self.myself.submap () == 2 and self.myself.posx () == 1:
92 self.myself.set_goal (x, y, dir)
93 self.myself.set_val ("index", 0)
97 goto = self.myself.get_val ("goto")
113 self.myself.set_val ("goto", 0)
115 if self.myself.submap () == 1:
[all …]
H A Dto_cellar.py21 self.myself = mapcharacterinstance
44 self.myself.set_callback (self.walk)
48 x, y, dir = self.exits[self.myself.submap ()]
54 submap = self.myself.mymap ().get_submap (self.myself.submap ())
72 if not self.myself.set_goal (x, y, dir):
77 x, y, dir = self.exits[self.myself.submap ()]
78 self.myself.jump_to (self.myself.submap (), x, y, dir)
79 self.myself.time_callback ("1t", self.walk)
90 bjarn.launch_action (self.myself)
93 if self.myself.posx () == 1 and self.myself.posy () == 7:
[all …]
H A Dorloth.py27 self.myself = mapcharacterinstance
46 self.myself.set_callback (self.goal_reached)
50 if self.myself.posx () != 2:
52 self.myself.set_val ("table_num", 0)
59 self.myself.set_goal (x, y, dir)
60 self.myself.set_val ("table_num", index)
64 if self.myself.posx () == 10:
68 elif self.myself.posx () == 2:
78 self.myself.time_callback (delay, self.walk)
85 index = self.myself.get_val ("table_num")
[all …]
H A Dsilverhair.py28 self.myself = mapcharacterinstance
36 self.myself.set_callback (self.goal_reached)
40 if self.myself.posx () == 4:
42 self.myself.set_val ("delay", random.randrange (15, 22))
43 self.myself.set_goal (6, 4, adonthell.STAND_EAST)
47 self.myself.set_val ("delay", random.randrange (15, 22))
49 self.myself.go_north ()
53 if self.myself.posx () == 6:
54 self.myself.speak (self.speech[3])
56 delay = "%it" % self.myself.get_val ("delay")
[all …]
H A Dtristan.py27 self.myself = mapcharacterinstance
37 self.myself.set_callback (self.goal_reached)
41 if self.myself.submap () == 1 and \
43 self.myself.set_goal (13, 8, adonthell.STAND_SOUTH)
48 self.myself.set_goal (18, 13, adonthell.STAND_NORTH)
53 if self.myself.submap () == 1 and self.myself.posx () == 13:
54 self.myself.set_goal (4, 6, adonthell.STAND_WEST)
56 elif self.myself.submap () == 0 and self.myself.posx () == 18:
57 self.myself.set_goal (12, 18, adonthell.STAND_WEST)
60 self.myself.time_callback (self.walk_delay, self.walk)
H A Doliver.py26 self.myself = mapcharacterinstance
38 self.myself.set_callback (self.goal_reached)
51 if self.myself.set_goal (x, y):
56 location = self.myself.submap ()
60 self.myself.set_goal (5, 1)
64 self.myself.set_goal (8, 1)
68 self.myself.set_goal (4, 1)
72 self.myself.set_goal (13, 8)
76 self.myself.set_goal (25, 15)
77 self.myself.goto_barn = 0
[all …]
H A Dkeyboard_control.py20 self.myself = mapcharinstance
25 if self.myself.get_val ("on_veranda") == 1 and self.wnd == None:
27 elif self.myself.get_val ("on_veranda") != 1 and self.wnd != None:
34 p = self.myself.whosnext ()
39 p.launch_action (self.myself)
47 evt.submap = self.myself.submap ()
48 evt.x = self.myself.posx ()
49 evt.y = self.myself.posy ()
50 evt.dir = self.myself.currentmove ()
51 evt.c = self.myself
[all …]
H A Dsarin.py27 self.myself = mapcharacterinstance
35 self.direction = self.myself.get_val ("direction")
45 self.myself.set_callback (self.goal_reached)
55 self.myself.time_callback (delay, self.switch_direction)
61 goal = (self.myself.posx (), self.min_y, adonthell.STAND_SOUTH, 0, 1)
63 goal = (self.myself.posx (), self.max_y, adonthell.STAND_NORTH, 0, -1)
65 goal = (self.max_x, self.myself.posy (), adonthell.STAND_WEST, -1, 0)
67 goal = (self.min_x, self.myself.posy (), adonthell.STAND_EAST, 1, 0)
72 while not self.myself.set_goal (x, y, d):
79 self.myself.time_callback (delay, self.walk)
/dports/security/tinc/tinc-1.0.36/src/
H A Dnet_setup.c399 myself = new_node(); in setup_myself()
415 myself->name = name; in setup_myself()
729 if(myself->incipher) { in setup_myself()
730myself->inkeylength = EVP_CIPHER_key_length(myself->incipher) + EVP_CIPHER_iv_length(myself->incip… in setup_myself()
743 int keylen = myself->incipher ? EVP_CIPHER_key_length(myself->incipher) : 0; in setup_myself()
783 if(myself->inmaclength > EVP_MD_size(myself->indigest)) { in setup_myself()
800 if(myself->incompression < 0 || myself->incompression > 11) { in setup_myself()
812 myself->nexthop = myself; in setup_myself()
813 myself->via = myself; in setup_myself()
815 node_add(myself); in setup_myself()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/winpopup/
H A Dwpaccount.cpp47 Kopete::MetaContact *myself = Kopete::ContactList::self()->myself(); in WPAccount() local
48 setMyself(new WPContact(this, accountID, QString(), myself)); in WPAccount()
131 myself()->setOnlineStatus(mProtocol->WPOnline); in connect()
137 myself()->setOnlineStatus(mProtocol->WPOffline); in disconnect()
157 myself()->setStatusMessage(Kopete::StatusMessage(theAwayMessage)); in setAway()
166 actionMenu->setIcon(myself()->onlineStatus().iconFor(this)); in fillActionMenu()
201 if (myself()->onlineStatus().status() == Kopete::OnlineStatus::Away in slotSendMessage()
202 || myself()->onlineStatus().status() == Kopete::OnlineStatus::Busy) { in slotSendMessage()
203 myself()->setOnlineStatus(mProtocol->WPOnline); in slotSendMessage()
221 if (myself()->onlineStatus().status() == Kopete::OnlineStatus::Online) { in setStatusMessage()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/tests/
H A Dtestdiff.py42 myself=os.path.basename(args.pop(0)) variable
61 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
82 print myself,"empty checksum database",old_dbname
84 print myself,"empty checksum database",new_dbname
86 print myself,"empty checksum database",baseline_dbname
89 print myself,"sys.exit(1) called"
137 print myself,"WARNING: unknown device",d
155 print myself,new_name,"0 differences from",old_name
182 print myself,"WARNING: unknown device",d
195 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/tests/
H A Dtestdiff.py44 myself=os.path.basename(args.pop(0)) variable
63 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
84 print myself,"empty checksum database",old_dbname
86 print myself,"empty checksum database",new_dbname
88 print myself,"empty checksum database",baseline_dbname
91 print myself,"sys.exit(1) called"
139 print myself,"WARNING: unknown device",d
157 print myself,new_name,"0 differences from",old_name
184 print myself,"WARNING: unknown device",d
197 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dtestdiff.py44 myself=os.path.basename(args.pop(0)) variable
63 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
84 print myself,"empty checksum database",old_dbname
86 print myself,"empty checksum database",new_dbname
88 print myself,"empty checksum database",baseline_dbname
91 print myself,"sys.exit(1) called"
139 print myself,"WARNING: unknown device",d
157 print myself,new_name,"0 differences from",old_name
184 print myself,"WARNING: unknown device",d
197 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dtestdiff.py44 myself=os.path.basename(args.pop(0)) variable
63 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
84 print myself,"empty checksum database",old_dbname
86 print myself,"empty checksum database",new_dbname
88 print myself,"empty checksum database",baseline_dbname
91 print myself,"sys.exit(1) called"
139 print myself,"WARNING: unknown device",d
157 print myself,new_name,"0 differences from",old_name
184 print myself,"WARNING: unknown device",d
197 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/tests/
H A Dtestdiff.py42 myself=os.path.basename(args.pop(0)) variable
61 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
82 print myself,"empty checksum database",old_dbname
84 print myself,"empty checksum database",new_dbname
86 print myself,"empty checksum database",baseline_dbname
89 print myself,"sys.exit(1) called"
137 print myself,"WARNING: unknown device",d
155 print myself,new_name,"0 differences from",old_name
182 print myself,"WARNING: unknown device",d
195 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/tests/
H A Dtestdiff.py44 myself=os.path.basename(args.pop(0)) variable
63 print myself,gsconf.dailydir,old_name,new_name,baseline_db_path
84 print myself,"empty checksum database",old_dbname
86 print myself,"empty checksum database",new_dbname
88 print myself,"empty checksum database",baseline_dbname
91 print myself,"sys.exit(1) called"
139 print myself,"WARNING: unknown device",d
157 print myself,new_name,"0 differences from",old_name
184 print myself,"WARNING: unknown device",d
197 print myself,new_name,"differences from baseline ("+str(length)+" differences)"
[all …]
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dprotocol_key.c145 send_udp_info(myself, from); in req_key_ext_h()
159 if(to != myself) { in req_key_ext_h()
179 send_mtu_info(myself, from, MTU); in req_key_ext_h()
187 if(to != myself) { in req_key_ext_h()
252 send_mtu_info(myself, from, MTU); in req_key_ext_h()
335 size_t keylen = myself->incipher ? cipher_keylength(myself->incipher) : 1; in send_ans_key()
343 if(myself->incipher) { in send_ans_key()
355 if(myself->indigest) { in send_ans_key()
356 …to->indigest = digest_open_by_nid(digest_get_nid(myself->indigest), digest_length(myself->indigest… in send_ans_key()
431 if(to != myself) { in ans_key_h()
[all …]
H A Dnet_setup.c837 myself = new_node(); in setup_myself()
839 myself->name = name; in setup_myself()
979 myself->incipher = NULL; in setup_myself()
1009 myself->indigest = NULL; in setup_myself()
1022 if(myself->incompression < 0 || myself->incompression > 11) { in setup_myself()
1027 myself->incompression = 0; in setup_myself()
1034 myself->nexthop = myself; in setup_myself()
1035 myself->via = myself; in setup_myself()
1039 node_add(myself); in setup_myself()
1184 myself->connection->hostname = xstrdup(myself->hostname); in setup_myself()
[all …]
/dports/net/libgrss/libgrss-0.7.0/src/
H A Dfeeds-pubsubhubbub-subscriber.c77 GrssFeedsPubsubhubbubSubscriber *myself; in feeds_pubsubhubbub_subscriber_handler_set_parent() local
79 myself = GRSS_FEEDS_PUBSUBHUBBUB_SUBSCRIBER (handler); in feeds_pubsubhubbub_subscriber_handler_set_parent()
80 myself->priv->parent = parent; in feeds_pubsubhubbub_subscriber_handler_set_parent()
113 GrssFeedsPubsubhubbubSubscriber *myself; in feeds_pubsubhubbub_subscriber_handler_subscribe() local
118 myself = GRSS_FEEDS_PUBSUBHUBBUB_SUBSCRIBER (handler); in feeds_pubsubhubbub_subscriber_handler_subscribe()
121 local_port = grss_feeds_subscriber_get_port (myself->priv->parent); in feeds_pubsubhubbub_subscriber_handler_subscribe()
148 GrssFeedsPubsubhubbubSubscriber *myself; in feeds_pubsubhubbub_subscriber_handler_handle_message() local
177 myself = GRSS_FEEDS_PUBSUBHUBBUB_SUBSCRIBER (handler); in feeds_pubsubhubbub_subscriber_handler_handle_message()
216 GrssFeedsPubsubhubbubSubscriber *myself; in feeds_pubsubhubbub_subscriber_handler_unsubscribe() local
221 myself = GRSS_FEEDS_PUBSUBHUBBUB_SUBSCRIBER (handler); in feeds_pubsubhubbub_subscriber_handler_unsubscribe()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dproclang.c58 ObjectAddress myself, in CreateProceduralLanguage() local
174 myself.classId = LanguageRelationId; in CreateProceduralLanguage()
175 myself.objectId = langoid; in CreateProceduralLanguage()
176 myself.objectSubId = 0; in CreateProceduralLanguage()
179 deleteDependencyRecordsFor(myself.classId, myself.objectId, true); in CreateProceduralLanguage()
183 recordDependencyOnOwner(myself.classId, myself.objectId, in CreateProceduralLanguage()
187 recordDependencyOnCurrentExtension(&myself, is_update); in CreateProceduralLanguage()
193 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
201 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
210 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dproclang.c58 ObjectAddress myself, in CreateProceduralLanguage() local
174 myself.classId = LanguageRelationId; in CreateProceduralLanguage()
175 myself.objectId = langoid; in CreateProceduralLanguage()
176 myself.objectSubId = 0; in CreateProceduralLanguage()
179 deleteDependencyRecordsFor(myself.classId, myself.objectId, true); in CreateProceduralLanguage()
183 recordDependencyOnOwner(myself.classId, myself.objectId, in CreateProceduralLanguage()
187 recordDependencyOnCurrentExtension(&myself, is_update); in CreateProceduralLanguage()
193 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
201 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
210 recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL); in CreateProceduralLanguage()
[all …]

12345678910>>...195