Home
last modified time | relevance | path

Searched refs:them (Results 1 – 25 of 16061) sorted by relevance

12345678910>>...643

/dports/databases/p5-Class-DBI-FromCGI/Class-DBI-FromCGI-1.00/lib/Class/DBI/
H A DFromCGI.pm62 $them->{_cgi_update_error} = {};
78 return ($them, $fields);
83 my $class = ref($them);
86 ($them, $to_update) =
87 $me->_validate($them, $h, \@wanted, [ $them->primary_column ]);
90 $them->set(%$to_update);
96 my $them = bless {}, $class;
99 ($them, $to_update) = $me->_validate($them, $h, \@wanted, []);
103 return $them if $them->cgi_update_errors;
108 my ($me, $them, @cols) = @_;
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Drej.c60 if (us == them) in setrel()
62 oldrel = relations_with(us, them); in setrel()
92 mpr(them, in setrel()
96 relp->rel_relate[them] = rel; in setrel()
101 nreport(us, N_DIS_ALLY, them, 1); in setrel()
103 nreport(us, N_DIS_WAR, them, 1); in setrel()
105 nreport(us, n_up, them, 1); in setrel()
107 nreport(us, n_down, them, 1); in setrel()
110 setcont(them, us, FOUND_TELE); in setrel()
129 conp->con_contact[them] = contact; in setcont()
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dnat.c69 relations_with(natid us, natid them) in relations_with() argument
71 return us == them ? ALLIED : getrelatp(us)->rel_relate[them]; in relations_with()
86 nat_accepts(natid us, natid them, enum rej_comm what) in nat_accepts() argument
88 return getnatp(them)->nat_stat == STAT_GOD in nat_accepts()
89 || !(getrejectp(us)->rej_rejects[them] & bit(what)); in nat_accepts()
96 int them; in agecontact() local
100 for (them = 1; them < MAXNOC; ++them) { in agecontact()
101 if (them != np->nat_cnum && con.con_contact[them]) in agecontact()
102 con.con_contact[them]--; in agecontact()
107 in_contact(natid us, natid them) in in_contact() argument
[all …]
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dvariables.c23 List them = NULL; variable
55 return listLen(them); in numvars()
65 if (!them || (listLen(them) == 0)) { in printvariables()
77 li = getListIterator(them); in printvariables()
98 if (!them || (listLen(them) == 0)) { in listvarnames()
102 li = getListIterator(them); in listvarnames()
189 if (!them || !strlen(key) || (listLen(them) == 0)) { in varexists()
193 li = getListIterator(them); in varexists()
211 if (!them || (key == NULL) || (*key == 0) || (listLen(them) == 0)) { in getvar_core()
215 li = getListIterator(them); in getvar_core()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@help.AFNI62 ( find ./ -name all-of-them.html -mtime -1 > ttt ) > & /dev/null
66 curl -o all-of-them.html $url
71 if ( ! -f all-of-them.html ) then
77 lynx -dump all-of-them.html > all-of-them.txt
86 \grep -sni $slist[1] all-of-them.txt
89 \grep -sni $slist[1] all-of-them.txt | \
93 \grep -sni $slist[1] all-of-them.txt | \
97 \grep -sni $slist[1] all-of-them.txt | \
102 \grep -sni $slist[1] all-of-them.txt | \
115 xterm -T "$viewer-@help.AFNI.output" -e $viewer all-of-them.txt &
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/
H A Dwindow-simple-success.html.ini2 [postMessaging to a dedicated worker allows them to see each others' modifications with DataView]
5 [postMessaging to a dedicated worker allows them to see each others' modifications with Int8Array]
8 …[postMessaging to a dedicated worker allows them to see each others' modifications with Uint8Array]
14 …[postMessaging to a dedicated worker allows them to see each others' modifications with Int16Array]
17 …[postMessaging to a dedicated worker allows them to see each others' modifications with Uint16Arra…
20 …[postMessaging to a dedicated worker allows them to see each others' modifications with Int32Array]
23 …[postMessaging to a dedicated worker allows them to see each others' modifications with Uint32Arra…
26 …[postMessaging to a dedicated worker allows them to see each others' modifications with Float32Arr…
32 [postMessaging to a same-origin iframe allows them to see each others' modifications]
35 …[postMessaging to a same-origin deeply-nested iframe allows them to see each others' modifications]
[all …]
/dports/devel/dbus-java/dbus-java-2.7/org/freedesktop/dbus/
H A DRemoteObject.java29 RemoteObject them = (RemoteObject) o; in equals()
31 if (!them.objectpath.equals(this.objectpath)) return false; in equals()
33 if (null == this.busname && null != them.busname) return false; in equals()
34 if (null != this.busname && null == them.busname) return false; in equals()
35 if (null != them.busname && !them.busname.equals(this.busname)) return false; in equals()
37 if (null == this.iface && null != them.iface) return false; in equals()
38 if (null != this.iface && null == them.iface) return false; in equals()
39 if (null != them.iface && !them.iface.equals(this.iface)) return false; in equals()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dstmt_expr_attrs_placement.stderr7 …= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually fou…
8 = note: outer attributes, like `#[test]`, annotate the item following them
16 …= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually fou…
17 = note: outer attributes, like `#[test]`, annotate the item following them
25 …= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually fou…
26 = note: outer attributes, like `#[test]`, annotate the item following them
34 …= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually fou…
35 = note: outer attributes, like `#[test]`, annotate the item following them
44 = note: outer attributes, like `#[test]`, annotate the item following them
53 = note: outer attributes, like `#[test]`, annotate the item following them
[all …]
H A Dunicode-control-codepoints.stderr97 = help: if their presence wasn't intentional, you can remove them
112 = help: if their presence wasn't intentional, you can remove them
128 = help: if their presence wasn't intentional, you can remove them
129 help: if you want to keep them but make them visible in your source code, you can escape them
147 = help: if their presence wasn't intentional, you can remove them
148 help: if you want to keep them but make them visible in your source code, you can escape them
163 = help: if their presence wasn't intentional, you can remove them
164 help: if you want to keep them but make them visible in your source code, you can escape them
176 = note: if their presence wasn't intentional, you can remove them
177 …= note: if you want to keep them but make them visible in your source code, you can escape them: '…
[all …]
/dports/security/keybase/client-v5.7.1/go/engine/
H A Didentify2_with_uid.go243 them *identifyUser member
351 if e.them == nil {
445 if e.them == nil {
617 if e.them == nil {
877 them, err = e.them.User(e.getCache())
950 them, err = e.them.User(e.getCache())
1001 return e.me != nil && e.them != nil && e.me.Equal(e.them)
1036 if e.them == nil {
1082 e.them = e.me
1309 if e.them == nil {
[all …]
H A Duntrack.go63 them, remoteLink, localLink, err := e.loadThem(m)
73 e.untrackStatement, err = e.arg.Me.UntrackingProofFor(m, e.signingKeyPub, e.arg.SigVersion, them)
88 err = e.storeLocalUntrack(m, them)
96 err = e.storeRemoteUntrack(m, them)
109 e.G().UserChanged(m.Ctx(), them.GetUID())
112 e.G().NotifyRouter.HandleTrackingChanged(them.GetUID(), them.GetNormalizedName(), false)
113 m.G().IdentifyDispatch.NotifyTrackingSuccess(m, them.GetUID())
180 them = libkb.NewUserThin(e.arg.Username.String(), uid)
186 func (e *UntrackEngine) storeLocalUntrack(m libkb.MetaContext, them *libkb.User) error {
188 return libkb.RemoveLocalTracks(m, e.arg.Me.GetUID(), them.GetUID())
[all …]
/dports/www/p5-Class-DBI-FromForm/Class-DBI-FromForm-0.04/
H A DFromForm.pm60 my $them = bless {}, $class;
62 foreach my $col ( $them->columns('All') ) {
73 my ( $me, $them, $results ) = @_;
79 if ( $them->can($col) ) {
80 next if $col eq $them->primary_column;
82 $them->$col( $results->param($col));
84 $them->$col( $results->valid($col));
88 $them->update;
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_dnsbl.cpp88 if (!them || them->client_sa != theirsa) in OnLookupComplete()
94 int i = countExt.get(them); in OnLookupComplete()
96 countExt.set(them, i - 1); in OnLookupComplete()
179 nameExt.set(them, ConfEntry->name); in OnLookupComplete()
185 "*", them->GetIPString()); in OnLookupComplete()
203 "*", them->GetIPString()); in OnLookupComplete()
221 them->GetIPString()); in OnLookupComplete()
242 them->GetFullRealHost().c_str(), them->GetIPString().c_str(), ConfEntry->name.c_str(), result); in OnLookupComplete()
265 if (!them || them->client_sa != theirsa) in OnError()
268 int i = countExt.get(them); in OnError()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/
H A DCdrEncapsCodecImpl.java125 public Any decode(byte[] them) in decode() argument
128 BufferredCdrInput input = createInput(them); in decode()
129 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode()
145 private BufferredCdrInput createEncapsulation(byte[] them, BufferredCdrInput input) in createEncapsulation() argument
149 if ((them [ 0 ] | them [ 1 ] | them [ 2 ] | them [ 3 ]) == 0) in createEncapsulation()
198 public Any decode_value(byte[] them, TypeCode type) in decode_value() argument
210 BufferredCdrInput input = createInput(them); in decode_value()
211 BufferredCdrInput encapsulation = createEncapsulation(them, input); in decode_value()
330 private BufferredCdrInput createInput(byte[] them) in createInput() argument
332 BufferredCdrInput input = new BufferredCdrInput(them); in createInput()
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dopen_connection.c105 struct sockaddr_in us, them; in connection_okay() local
128 status = getpeername(sockfd, &them, &namelen); in connection_okay()
136 (void) fprintf(stderr, "Connection from %s ", inet_ntoa(them.sin_addr)); in connection_okay()
144 (them.sin_addr.s_addr & IN_CLASSB_NET)) { in connection_okay()
148 (void) fprintf(stderr,"Their ip address: %d\n",them.sin_addr.s_addr); in connection_okay()
151 "Connection from %s ", inet_ntoa(them.sin_addr)); in connection_okay()
159 (them.sin_addr.s_addr & IN_CLASSC_NET)) { in connection_okay()
163 "Connection from %s ", inet_ntoa(them.sin_addr)); in connection_okay()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A D__init__.py164 def _cmp_common(self, them): argument
165 if type(self) != type(them):
181 def __eq__(self, them): argument
188 def isEquivalent(us, them): argument
190 them, us = us, them
196 return us == them
198 def __ne__(self, them): argument
204 def __lt__(self, them): argument
210 def __le__(self, them): argument
216 def __gt__(self, them): argument
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/io/
H A Dide-pty-intercept.c238 IdePtyInterceptSide *us, *them; in _ide_pty_intercept_out_cb() local
250 them = &self->slave; in _ide_pty_intercept_out_cb()
255 them = &self->master; in _ide_pty_intercept_out_cb()
261 them->channel == NULL) in _ide_pty_intercept_out_cb()
270 g_assert (them->in_watch == 0); in _ide_pty_intercept_out_cb()
290 them->in_watch = in _ide_pty_intercept_out_cb()
325 IdePtyInterceptSide *us, *them; in _ide_pty_intercept_in_cb() local
338 them = &self->slave; in _ide_pty_intercept_in_cb()
343 them = &self->master; in _ide_pty_intercept_in_cb()
347 g_assert (them->out_watch == 0); in _ide_pty_intercept_in_cb()
[all …]
/dports/devel/tla/tla-1.3.5/src/hackerlab/hash/
H A Dhashtree.c257 while (them) in hashtree_free_static()
260 that = them; in hashtree_free_static()
261 them = that->next_same_hash; in hashtree_free_static()
442 struct hashtree_item * them; in hashtree_store() local
446 while (them) in hashtree_store()
453 them->table = newtab; in hashtree_store()
454 them = save; in hashtree_store()
558 struct hashtree_item * them in hashtree_fold() local
561 while (them) in hashtree_fold()
564 that = them; in hashtree_fold()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmidi_buffer.cc458 const_iterator them = other.begin(); in merge_in_place() local
461 while (them != other.end()) { in merge_in_place()
473 while (them != other.end() && (*them).time() < (*us).time()) { in merge_in_place()
475 merge_offset = them.offset; in merge_in_place()
478 ++them; in merge_in_place()
511 if (them == other.end()) { in merge_in_place()
519 if ((*us).time() == (*them).time()) { in merge_in_place()
523 (*us).time(), (*them).time(), in merge_in_place()
570 ++them; in merge_in_place()
591 memcpy (_data + us.offset, other._data + them.offset, other._size - them.offset); in merge_in_place()
[all …]
/dports/devel/m4/m4-1.4.19/checks/
H A DMakefile.am24 EXTRA_DIST = get-them check-them stamp-checks stackovf.test $(DOC_CHECKS)
28 $(srcdir)/stamp-checks: $(srcdir)/get-them $(top_srcdir)/doc/m4.texi
30 cd $(srcdir) && AWK=$(AWK) ./get-them ../doc/m4.texi
37 $(srcdir)/check-them -I $(srcdir)/../examples $(CHECKS)
41 $(srcdir)/check-them -I $(srcdir)/../examples \

12345678910>>...643