Home
last modified time | relevance | path

Searched refs:nextstep (Results 1 – 25 of 3183) sorted by relevance

12345678910>>...128

/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/windows/
H A Dtutorial.py55 self.nextstep = nextstep
458 nextstep=SetXY_X)
473 nextstep=SetXY_Y)
578 nextstep=File1)
596 nextstep=File2)
614 nextstep=Cut1,
629 nextstep=Cut2)
671 nextstep=Paste1)
687 nextstep=Paste2)
703 nextstep=Paste3)
[all …]
/dports/www/squid/squid-4.15/contrib/
H A DMakefile.am21 nextstep/Makefile \
22 nextstep/Makefile.real \
23 nextstep/README \
24 nextstep/Squid.pkg.README \
25 nextstep/info.in \
26 nextstep/makepkg \
27 nextstep/post_install \
28 nextstep/pre_install \
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dpinyin_parser2.cpp230 parse_value_t * curstep = NULL, * nextstep = NULL; in parse() local
238 nextstep->m_key = ChewingKey(); in parse()
239 nextstep->m_key_rest = ChewingKeyRest(); in parse()
240 nextstep->m_num_keys = curstep->m_num_keys; in parse()
242 nextstep->m_last_step = i; in parse()
288 if (-1 == nextstep->m_last_step) in parse()
289 *nextstep = value; in parse()
292 *nextstep = value; in parse()
295 value.m_num_keys < nextstep->m_num_keys) in parse()
296 *nextstep = value; in parse()
[all …]
/dports/math/R-cran-Zelig/Zelig/R/
H A Dmodel-arima.R413 …yseries <- rbind(nextstep$y, yseries) # Could just change arguments so nextstep(nextstep) doesn…
414 wseries <- rbind(nextstep$w, wseries)
415 evseries <- rbind(nextstep$exp.y, evseries)
420 …yseries <- rbind(nextstep$y, yseries) # Could just change arguments so nextstep(nextstep) doesn…
421 wseries <- rbind(nextstep$w, wseries)
422 evseries <- rbind(nextstep$exp.y, evseries)
431 …y.innov <- rbind(nextstep$y, y.innov) # Could just change arguments so nextstep(nextstep) doesn'…
432 w.innov <- rbind(nextstep$w, w.innov)
433 ev.innov <- rbind(nextstep$exp.y, ev.innov)
438 wseries <- rbind(nextstep$w, wseries)
[all …]
/dports/games/widelands/widelands-build21/src/economy/
H A Dware_instance.cc331 transfer_nextstep_ = nextstep; in update()
333 if (!nextstep) { in update()
355 flag->call_carrier(game, *this, dynamic_cast<Building const*>(nextstep) && in update()
356 &nextstep->base_flag() != location ? in update()
357 &nextstep->base_flag() : in update()
358 nextstep); in update()
385 transfer_nextstep_ = nextstep; in enter_building()
388 assert(nextstep); in enter_building()
390 if (upcast(PortDock, pd, nextstep)) { in enter_building()
412 building.get_position().x, building.get_position().y, nextstep->serial(), in enter_building()
[all …]
H A Dflag.cc450 pi.nextstep = nullptr; in add_ware()
487 if (wares_[i].nextstep != &dest) { in has_pending_ware()
517 if (wares_[i].nextstep != &destflag) { in ack_pickup()
554 if (wares_[i].nextstep != &destflag) { in cancel_pickup()
597 if (wares_[i].nextstep != &dest) { in fetch_pending_ware()
659 if (wares_[i].nextstep == &dest) { in count_wares_in_queue()
734 if (!nextstep) { in call_carrier()
735 pi->nextstep = nullptr; in call_carrier()
741 if (pi->nextstep == nextstep && pi->nextstep != always_call_for_flag_) { in call_carrier()
745 pi->nextstep = nextstep; in call_carrier()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dmovementanalysator.cpp195 movement[nextpiece] = nextstep; in checkmovement()
247 movement[j] = nextstep; in checkmovement()
283 movement[j] = nextstep; in checkmovement()
505 nextstep = 1; in init_find()
571 if ((nextstep <= maxstep) && checkmovement(next_pn/2, nextstep)) { in find()
572 n = newNode(nextstep); in find()
594 nextstep++; in find()
599 nextstep = 1; in find()
702 nextstep = 1; // always 1 for this operation in findMatching()
712 if (checkmovement(next_pn/2, nextstep)) { in findMatching()
[all …]
H A Dmovementanalysator.h66 unsigned int maxstep, nextstep; variable
72 bool checkmovement(unsigned int maxPieces, unsigned int nextstep);
/dports/security/cfv/cfv-3.0.0.dev0/lib/cfv/
H A Dprogress.py76 self.nextstep = self.stepsize
85 self.nextstep = self.stepsize * (donesteps + 1)
89 elif self.nextstep < cursize:
90 updsteps = (cursize - self.nextstep) // self.stepsize + 1
91 self.nextstep += self.stepsize * updsteps
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_vector.cpp153 nextstep = (update->ntimestep/nevery)*nevery; in FixVector()
154 if (nextstep < update->ntimestep) nextstep += nevery; in FixVector()
155 modify->addstep_compute_all(nextstep); in FixVector()
159 initialstep = nextstep; in FixVector()
238 if (update->ntimestep != nextstep) return; in end_of_step()
298 nextstep += nevery; in end_of_step()
299 modify->addstep_compute(nextstep); in end_of_step()
H A Dfix_halt.cpp169 nextstep = (update->ntimestep/nevery)*nevery + nevery; in init()
199 if (update->ntimestep != nextstep) return; in end_of_step()
303 nextstep = (final/nevery)*nevery + nevery; in tlimit()
304 if (nextstep == update->ntimestep) nextstep += nevery; in tlimit()
/dports/math/R-cran-sspir/sspir/R/
H A Dkfs.R220 nextstep <-
232 nextstep <-
269 m[tt,] <- nextstep$m
270 C[[tt]] <- nextstep$C
271 f[tt,] <- nextstep$f
272 Q[[tt]] <- nextstep$Q
521 nextstep <-
531 nextstep <-
542 nextstep <-
552 nextstep <-
[all …]
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/src/
H A Dscr_imap.c47 static void nextstep(void);
89 nextstep(); in screen_introMap()
237 nextstep(void) in nextstep() function
274 nextstep(); in anim()
/dports/games/xrick/xrick-021212/src/
H A Dscr_imap.c47 static void nextstep(void);
89 nextstep(); in screen_introMap()
239 nextstep(void) in nextstep() function
276 nextstep(); in anim()
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/
H A Dnewdbwiz.tcl115 $Win(wiz) configure -nextstep {}
148 $Win(wiz) configure -nextstep "step_connections_management"
150 $Win(wiz) configure -nextstep "step_create_connection"
176 $Win(wiz) configure -nextstep "step_create_connection"
272 -nextstep [lindex $::NewDBWiz::steps end]
284 -nextstep [lindex $::NewDBWiz::steps end]
/dports/games/widelands/widelands-build21/src/map_io/
H A Dmap_flagdata_packet.cc92 flag.wares_[i].nextstep = &mol.get<PlayerImmovable>(nextstep_serial); in read()
97 flag.wares_[i].nextstep = nullptr; in read()
190 if (PlayerImmovable const* const nextstep = flag->wares_[i].nextstep.get(egbase)) { in write() local
191 fw.unsigned_32(mos.get_object_file_index(*nextstep)); in write()
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/RULES/
H A DMKLINKS55 ln -s hppa-nextstep-cc.rul i386-nextstep-cc.rul
56 ln -s hppa-nextstep-cc.rul m68k-nextstep-cc.rul
57 ln -s hppa-nextstep-cc.rul sparc-nextstep-cc.rul
58 ln -s hppa-nextstep-cc.rul i386-nextstep-gcc.rul
59 ln -s hppa-nextstep-cc.rul m68k-nextstep-gcc.rul
60 ln -s hppa-nextstep-cc.rul sparc-nextstep-gcc.rul
/dports/security/openssh-portable/openssh-8.8p1/
H A D.depend5 …h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h addr.h
6 …h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h addr.…
7 …h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h atomi…
8 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
9 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
10 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
11 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
14 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
17 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
18 …olaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h
[all …]
/dports/converters/trans/trans120/doc/
H A Dnextstep.inf3 NeXTSTEP Character Encoding Information file: nextstep.inf
11 NeXTSTEP Encoding Vector file: nextstep
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/build/nextstep/
H A Dbuild.sh75 …CFLAGS="-arch i386" ./configure -v --enable-native-tools --host=i386-next-nextstep --prefix=/usr/l…
98 …CFLAGS="-arch m68k" ./configure -v --enable-native-tools --host=m68k-next-nextstep --prefix=/usr/l…
121 …CFLAGS="-arch hppa" ./configure -v --enable-native-tools --host=hppa-next-nextstep --prefix=/usr/l…
144 …CFLAGS="-arch sparc" ./configure -v --enable-native-tools --host=sparc-next-nextstep --prefix=/usr…
/dports/devel/sunpromake/schily-2021-09-18/RULES/
H A Dos-nextstep.id1 #ident "@(#)os-nextstep.id 1.2 06/05/14 "
23 O_ARCH= nextstep
/dports/devel/smake/schily-2021-09-18/RULES/
H A Dos-nextstep.id1 #ident "@(#)os-nextstep.id 1.2 06/05/14 "
23 O_ARCH= nextstep
/dports/devel/sccs/schily-2021-09-18/RULES/
H A Dos-nextstep.id1 #ident "@(#)os-nextstep.id 1.2 06/05/14 "
23 O_ARCH= nextstep
/dports/devel/schilybase/schily-2021-09-18/RULES/
H A Dos-nextstep.id1 #ident "@(#)os-nextstep.id 1.2 06/05/14 "
23 O_ARCH= nextstep
/dports/net/rscsi/schily-2021-09-18/RULES/
H A Dos-nextstep.id1 #ident "@(#)os-nextstep.id 1.2 06/05/14 "
23 O_ARCH= nextstep

12345678910>>...128