Home
last modified time | relevance | path

Searched refs:honesty (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dreductions-util.rkt67 (honesty 'T))
71 ;; PRE: hm <= (honesty) -- that is, honesty is only decreased or left unchanged
73 (define (set-honesty hm f)
75 (DEBUG (unless (eq? (honesty) hm) (eprintf "set-honesty : ~s => ~s\n" (honesty) hm)))
78 (honesty hm)))
517 (values (honesty-composite (honesty) f2 v2)
651 (set-honesty 'F f))
723 (define sub-hm (honesty-at-path (honesty) path))
724 (DEBUG (eprintf "run/path: honesty ~s at path ~s => ~s\n" (honesty) path sub-hm))
752 (define merged-hm (honesty-merge-at-path (honesty) path end-hm))
[all …]
H A Dtracking.rkt413 ;; or at least, we won't act on it unless that subterm has T honesty
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/in-band-lifetimes/
H A Delided-lifetimes.rs77 let honesty = RefCell::new((4, 'e')); in main() localVariable
78 let loyalty: Ref<(u32, char)> = honesty.borrow(); in main()
H A Delided-lifetimes.fixed77 let honesty = RefCell::new((4, 'e'));
78 let loyalty: Ref<'_, (u32, char)> = honesty.borrow();
H A Delided-lifetimes.stderr45 LL | let loyalty: Ref<(u32, char)> = honesty.borrow();
/dports/games/taisei/taisei-1.3.2/resources/00-taisei.pkgdir/bgm/
H A Dstage5.bgm4 … back again… how did that song go? “No reason to get excited…”\n\nBut in honesty, this is a combin…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor.h215 void setHonesty(int honesty);
H A Dactor.cpp1016 void Actor::setHonesty(int honesty) { in setHonesty() argument
1017 _honesty = CLIP(honesty, 0, 100); in setHonesty()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor.h218 void setHonesty(int honesty);
H A Dactor.cpp1163 void Actor::setHonesty(int honesty) { in setHonesty() argument
1164 _honesty = CLIP(honesty, 0, 100); in setHonesty()
/dports/graphics/mypaint/mypaint-2.0.1/glade/
H A DREADME43 explicitly and associated with a type. That's probably enough, in all honesty.
/dports/comms/qrq/qrq-0.3.3/
H A DREADME42 The toplist is not protected by any kind of checksum, it's based on honesty.
/dports/games/pcgen/pcgen/data/35e/paizo/adventure_path/rise_of_the_runelords/rise_of_the_runelords_players_guide/
H A Drrpg_deities.lst21 …D,HEALING,SUN|PREALIGN:LG,NG,CG DESC:Goddess of the sun, redemption, honesty, healing FACTSET:…
/dports/games/pcgen/pcgen/data/35e/paizo/campaign_setting/campaign_setting/
H A Dpathfinder_campaign_setting_deities_35e.lst8 …Healing,Sun|PREALIGN:LG,NG,CG,TN DESC:Goddess of the sun, redemption, honesty, healing FACTSET:…
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/
H A Dcr_deities.lst9 …ealing,Sun|PREALIGN:LG,NG,CG,TN DESC:Goddess of the sun, redemption, honesty, healing FACTS…
/dports/mail/p5-Email-Address/Email-Address-1.912/
H A DChanges128 improve honesty of documentation (we are not complete, (yet))
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.h64 void Actor_Set_Honesty(int actorId, int honesty);
H A Dscript.cpp175 void ScriptBase::Actor_Set_Honesty(int actorId, int honesty) { in Actor_Set_Honesty() argument
176 debugC(kDebugScript, "Actor_Set_Honesty(%d, %d)", actorId, honesty); in Actor_Set_Honesty()
177 _vm->_actors[actorId]->setHonesty(honesty); in Actor_Set_Honesty()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.h64 void Actor_Set_Honesty(int actorId, int honesty);
H A Dscript.cpp175 void ScriptBase::Actor_Set_Honesty(int actorId, int honesty) { in Actor_Set_Honesty() argument
176 debugC(kDebugScript, "Actor_Set_Honesty(%d, %d)", actorId, honesty); in Actor_Set_Honesty()
177 _vm->_actors[actorId]->setHonesty(honesty); in Actor_Set_Honesty()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/phk/
H A Dpatent.rst230 I can say with 100% certainty and honesty that there is no way
H A D10goingon50.rst123 In all honesty, going from Varnish1 to Varnish4 the amount of
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/lib/
H A Ddefault_conf.h.in218 The time threshold is set to 90 seconds. In honesty, this\n\
/dports/games/pcgen/pcgen/data/killshot/broken_ruler_games/killshot/
H A Dkillshot_abilities_skill.lst15 …st to sway a situation in the present whether it's through intimidation, honesty, or any other val…
/dports/textproc/py-pyexcel/pyexcel-0.6.7/docs/source/
H A Dsheet.rst5 significant size. To be honesty, pandas DataFrame is much more powerful and

12345678910>>...14