Home
last modified time | relevance | path

Searched refs:bounced (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Cih/
H A DMarketingEmailInteraction.php20 public $bounced; variable in Google_Service_Cih_MarketingEmailInteraction
28 public function setBounced($bounced) argument
30 $this->bounced = $bounced;
34 return $this->bounced;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cih/
H A DMarketingEmailInteraction.php20 public $bounced; variable in Google_Service_Cih_MarketingEmailInteraction
28 public function setBounced($bounced) argument
30 $this->bounced = $bounced;
34 return $this->bounced;
/dports/mail/sympa/sympa-6.2.62/src/sbin/
H A DMakefile.am24 bounced.pl \
39 bounced.8 \
47 bounced.pl.in \
58 archived.pl bounced.pl bulk.pl sympa.pl sympa_automatic.pl sympa_msg.pl task_manager.pl: Makefile
75 bounced.pl: $(srcdir)/bounced.pl.in
H A Dbounced.pl.in231 bounced, bounced.pl - Mailing List Bounce Processing Daemon for Sympa
235 C<bounced.pl> S<[ C<--foreground> ]> S<[ C<--debug> ]>
245 via WWSympa after they have been processed by bounced.
261 Force bounced to use an alternative configuration file instead
286 F<$PIDDIR/bounced.pid> this file contains the process ID
287 of F<bounced.pl>.
/dports/mail/sympa/sympa-6.2.62/src/etc/script/
H A Dsympa.generic96 $sympadir/bounced.pl
125 kill `cat $pidfilepath/bounced.pid`
147 check_up bounced || some_are_down=1
163 check_down bounced || some_are_up=1
H A Dsympa-bounce.servicein8 PIDFile=--piddir--/bounced.pid
9 ExecStart=--sbindir--/bounced.pl
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/maze/
H A Dgaudi.cpp419 bool bounced = false; in ai_gaudi_armored_shot() local
420 if (o->blockl && o->xinertia <= 0) { o->xinertia = 0x200; bounced = true; } in ai_gaudi_armored_shot()
421 if (o->blockr && o->xinertia >= 0) { o->xinertia = -0x200; bounced = true; } in ai_gaudi_armored_shot()
422 if (o->blockd && o->yinertia >= 0) { o->yinertia = -0x200; bounced = true; } in ai_gaudi_armored_shot()
423 if (o->blocku && o->yinertia <= 0) { o->yinertia = 0x200; bounced = true; } in ai_gaudi_armored_shot()
425 if (bounced) in ai_gaudi_armored_shot()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/testfiles/src/cxxtests-to-migrate/
H A Dverbs-test.h63 Inkscape::Verb* bounced = verb->getbyid( verb->get_id() ); in testFetch() local
66 if ( bounced ) in testFetch()
68 … TSM_ASSERT_EQUALS( descr, bounced->get_code(), static_cast<unsigned int>(i) ); in testFetch()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dprocedural.lua118 local bounced = x % period * 2
119 if bounced > period then bounced = period-bounced end
120 return func(bounced,y)
138 local bounced = y % period * 2
139 if bounced > period then bounced = period-bounced end
140 return func(x,bounced)
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/maze/
H A Dgaudi.cpp428 bool bounced = false; in ai_gaudi_armored_shot() local
432 bounced = true; in ai_gaudi_armored_shot()
437 bounced = true; in ai_gaudi_armored_shot()
442 bounced = true; in ai_gaudi_armored_shot()
447 bounced = true; in ai_gaudi_armored_shot()
450 if (bounced) in ai_gaudi_armored_shot()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChContactNSC.h167 bool bounced = false; in ContIntLoadConstraint_C() local
186 bounced = true; in ContIntLoadConstraint_C()
192 if (!bounced) { in ContIntLoadConstraint_C()
266 bool bounced = false; variable
285 bounced = true;
291 if (!bounced) {
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/lang/nl/text/
H A Dbounce-warn7 Als dit bericht weer ge-bounced wordt, stuur ik een test om te zien
8 of uw adres bereikbaar is. Als deze test ook ge-bounced wordt
H A Dbounce-probe4 worden ge-bounced. Ik heb u hierover een waarschuwing gestuurd,
9 ook ge-bounced word, zal ik uw adres van de <#l#>@<#h#>
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/WeaponProjectiles/
H A DWeaponProjectile.cpp280 bool bounced = false; in UpdateGroundBounce() local
287 bounced = true; in UpdateGroundBounce()
295 bounced = true; in UpdateGroundBounce()
299 if (!bounced) in UpdateGroundBounce()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dstatsoverview.php134 $bounced = Sql_Fetch_Row_Query(sprintf('select count(distinct user) from %s where message = %d', variable
138 $ls->addColumn($element, '', number_format ($bounced[0]) );
139 $totalBounced = $bounced[0];
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/applications/
H A Dpostfix.inc.php16 [$received, $delivered, $forwarded, $deferred, $bounced, $rejected, $rejectw, $held, $discarded, $b…
67 'bounced' => $bounced,
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/output/
H A Dex40.out11 Ball bounced 10 times
22 Ball bounced 10 times
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/uraggregate/
H A Dmain.go236 bounced int
240 var added, removed, bounced int
245 bounced++
255 sumRows = append(sumRows, sumRow{t, added, removed, bounced})
267 …ed, Removed, Bounced) VALUES ($1, $2, $3, $4)", r.day, r.added, r.removed, r.bounced); err != nil {
/dports/multimedia/libv4l/linux-5.13-rc2/fs/erofs/
H A Ddecompressor.c73 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_destpages() local
89 if (test_bit(j, bounced)) { in z_erofs_lz4_prepare_destpages()
96 __clear_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
108 __set_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/erofs/
H A Ddecompressor.c73 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_destpages() local
89 if (test_bit(j, bounced)) { in z_erofs_lz4_prepare_destpages()
96 __clear_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
108 __set_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/erofs/
H A Ddecompressor.c73 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_destpages() local
89 if (test_bit(j, bounced)) { in z_erofs_lz4_prepare_destpages()
96 __clear_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
108 __set_bit(j, bounced); in z_erofs_lz4_prepare_destpages()
/dports/mail/mailman3/mailman-3.3.1/src/mailman/app/docs/
H A Dbounces.rst16 Any message can be bounced.
27 message. The bounced message ends up in the virgin queue, awaiting sending
64 An error message can be given when the message is bounced, and this will be
/dports/mail/p5-Mail-DeliveryStatus-BounceParser/Mail-DeliveryStatus-BounceParser-1.543/
H A DREADME5 returns a structured description of the addresses that bounced and
6 why they bounced; it also returns information about the original
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlmsubrc94 mailing list have bounced from your address.
99 digest list have bounced from your address. In each case, the number
130 seem to have been bouncing. I sent you a warning message, but it bounced.
/dports/print/panda/panda-0.5.4/
H A DCONTRIBUTORS43 Doug Jackson had ideas bounced off him a lot
62 ideas bounced off him at various

12345678910>>...61