Home
last modified time | relevance | path

Searched refs:Lion (Results 1 – 25 of 2022) sorted by relevance

12345678910>>...81

/dports/games/pcgen/pcgen/data/35e/paizo/player_companion/taldor_echoes_of_glory/
H A Dteog_classes.lst11 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Master of Disguise
12 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Move with Crowd
13 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Inspire Self
14 2 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Slowing Strike
15 2 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Sneak Attack
17 3 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Hide in Plain Sight
19 5 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Glean Information
20 7 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Secret Step
21 7 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Cloud the Mind
22 8 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Narrow Miss
[all …]
H A Dteog_abilities_class.lst3 ###Block: Lion Blade Class Features
5 …roficiency KEY:Lion Blade ~ Weapon and Armor Proficiency CATEGORY:Special Ability TYPE:Lion Blade …
6Lion Blade ~ Master of Disguise CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Fea…
7Lion Blade ~ Move with Crowd CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Featur…
8Lion Blade ~ Inspire Self CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feature.S…
11Lion Blade ~ Unexpected Suggestion CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Fe…
12Lion Blade ~ Hide in Plain Sight CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feat…
13Lion Blade ~ Expeditious Advance CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Fea…
14Lion Blade ~ Glean Information CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Feat…
16Lion Blade ~ Cloud the Mind CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feature.…
[all …]
H A Dteog_abilitycategories.lst5 …GORY:Lion Blade Class Feature VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Special Ab…
/dports/games/pcgen/pcgen/data/pathfinder/paizo/player_companion/taldor_echoes_of_glory/
H A Dteog_classes.lst13 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Master of Disguise
14 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Move with Crowd
15 1 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Inspire Self
16 2 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Slowing Strike
17 2 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Sneak Attack
19 3 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Hide in Plain Sight
21 5 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Glean Information
22 7 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Secret Step
23 7 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Cloud the Mind
24 8 ABILITY:Lion Blade Class Feature|AUTOMATIC|Lion Blade ~ Narrow Miss
[all …]
H A Dteog_abilities_class.lst3 ###Block: Lion Blade Class Features
5 …roficiency KEY:Lion Blade ~ Weapon and Armor Proficiency CATEGORY:Special Ability TYPE:Lion Blade …
6Lion Blade ~ Master of Disguise CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Fea…
7Lion Blade ~ Move with Crowd CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Featur…
8Lion Blade ~ Inspire Self CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feature.S…
11Lion Blade ~ Unexpected Suggestion CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Fe…
12Lion Blade ~ Hide in Plain Sight CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feat…
13Lion Blade ~ Expeditious Advance CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Fea…
14Lion Blade ~ Glean Information CATEGORY:Special Ability TYPE:Extraordinary.Lion Blade Class Feat…
16Lion Blade ~ Cloud the Mind CATEGORY:Special Ability TYPE:Supernatural.Lion Blade Class Feature.…
[all …]
H A Dteog_abilitycategories.lst5 …Y:Lion Blade Class Feature VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATEGORY:Special Abili…
/dports/security/botan110/Botan-1.10.17/src/block/lion/
H A Dlion.cpp17 void Lion::encrypt_n(const byte in[], byte out[], size_t blocks) const in encrypt_n()
44 void Lion::decrypt_n(const byte in[], byte out[], size_t blocks) const in decrypt_n()
71 void Lion::key_schedule(const byte key[], size_t length) in key_schedule()
82 std::string Lion::name() const in name()
92 BlockCipher* Lion::clone() const in clone()
94 return new Lion(hash->clone(), cipher->clone(), BLOCK_SIZE); in clone()
100 void Lion::clear() in clear()
111 Lion::Lion(HashFunction* hash_in, StreamCipher* sc_in, size_t block_len) : in Lion() function in Botan::Lion
H A Dlion.h25 class BOTAN_DLL Lion : public BlockCipher
47 Lion(HashFunction* hash,
51 ~Lion() { delete hash; delete cipher; } in ~Lion()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/block/lion/
H A Dlion.cpp16 void Lion::encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in encrypt_n()
48 void Lion::decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in decrypt_n()
80 void Lion::key_schedule(const uint8_t key[], size_t length) in key_schedule()
97 std::string Lion::name() const in name()
107 BlockCipher* Lion::clone() const in clone()
109 return new Lion(m_hash->clone(), m_cipher->clone(), block_size()); in clone()
115 void Lion::clear() in clear()
126 Lion::Lion(HashFunction* hash, StreamCipher* cipher, size_t bs) : in Lion() function in Botan::Lion
H A Dlion.h27 class BOTAN_PUBLIC_API(2,0) Lion final : public BlockCipher
49 Lion(HashFunction* hash,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/block/lion/
H A Dlion.cpp16 void Lion::encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in encrypt_n()
48 void Lion::decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in decrypt_n()
80 void Lion::key_schedule(const uint8_t key[], size_t length) in key_schedule()
97 std::string Lion::name() const in name()
107 BlockCipher* Lion::clone() const in clone()
109 return new Lion(m_hash->clone(), m_cipher->clone(), block_size()); in clone()
115 void Lion::clear() in clear()
126 Lion::Lion(HashFunction* hash, StreamCipher* cipher, size_t bs) : in Lion() function in Botan::Lion
H A Dlion.h27 class BOTAN_PUBLIC_API(2,0) Lion final : public BlockCipher
49 Lion(HashFunction* hash,
/dports/security/botan2/Botan-2.18.2/src/lib/block/lion/
H A Dlion.cpp16 void Lion::encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in encrypt_n()
48 void Lion::decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const in decrypt_n()
80 void Lion::key_schedule(const uint8_t key[], size_t length) in key_schedule()
97 std::string Lion::name() const in name()
107 BlockCipher* Lion::clone() const in clone()
109 return new Lion(m_hash->clone(), m_cipher->clone(), block_size()); in clone()
115 void Lion::clear() in clear()
126 Lion::Lion(HashFunction* hash, StreamCipher* cipher, size_t bs) : in Lion() function in Botan::Lion
H A Dlion.h27 class BOTAN_PUBLIC_API(2,0) Lion final : public BlockCipher
49 Lion(HashFunction* hash,
/dports/science/hdf/hdf-4.2.15/config/
H A Dapple41 # with any optimization in $CC in Lion (Darwin 11) & up
44 darwin1[1-9].*) # Lion & Mountain Lion & Mavericks & Yosemeti
62 # with any optimization in $CC in Lion, Mountain Lion, Mavericks and Yosemeti systems.
65 darwin1[1-9].*) # Lion & Mountain Lion & Mavericks & Yosemite & 5 more
83 # with any optimization in $CC in Lion, Mountain Lion, Mavericks and Yosemeti systems.
86 darwin1[1-9].*) # Lion & Mountain Lion & Mavericks & Yosemeti & 5 more
/dports/astro/stellarium/stellarium-0.21.3/skycultures/babylonian_seleucid/
H A Dstar_names.fab39 47908|_("The head of the Lion")
42 54879|_("The Rump of the Lion")
43 57757|_("The rear foot of the Lion")
64 48455|_("two stars in the head of the Lion")
65 47908|_("two stars in the head of the Lion")
66 50335|_("four stars of the chest of the Lion")
67 50583|_("four stars of the chest of the Lion")
68 49583|_("four stars of the chest of the Lion")
69 49669|_("four stars of the chest of the Lion")
70 49029|_("front right foot of the Lion")
[all …]
/dports/misc/qlas/qlas-1.93/
H A Dqlas.conf.simple25 station-name "Cave of Black Lion"
26 port-name cuaa1 "Cave of Black Lion -- Main line"
27 port-name cuaa2 "Cave of Black Lion -- Outbound only line"
H A Dqlas.conf.dos86622 station-name "Cave of Black Lion"
23 port-name cuaa1 "Cave of Black Lion -- Main line"
24 port-name cuaa2 "Cave of Black Lion -- Outbound only line"
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/draco-1.0.0/
H A Dinstall.sh15 mv Lion\ statue_ply/Lion\ statue.ply draco-1.4.1/build/lion.ply
/dports/www/phpsysinfo/phpsysinfo-3.3.4/data/
H A Dosnames.ini35 10.7="Lion"
36 10.8="Mountain Lion"
/dports/biology/avida/avida-2.12.4-src/libs/apto/unittests/core/
H A DSmartPtr.cc124 class Lion : public Feline class
127 virtual ~Lion() { ; } in ~Lion()
502 typedef Apto::SmartPtr<Lion> LionPtr; in TEST()
506 Feline* feline = new Lion; in TEST()
507 Lion* lion = new Lion; in TEST()
/dports/www/yaws/yaws-2.0.6/
H A DREADME.osx3 If you develop on OS X (Mavericks, Mountain Lion, Lion, Snow Leopard), the
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/bonus_bestiary/
H A Dbb_kits_race.lst16 STARTPACK:Ant Lion (Giant) Default TYPE:Default Monster.Vermin VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1…
18 RACE:Ant Lion (Giant) !PRERACE:1,%
19 NAME:Giant Ant Lion
22 STARTPACK:Ant Lion (Mature) Default TYPE:Default Monster.Vermin VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:…
24 RACE:Ant Lion (Mature) !PRERACE:1,%
/dports/astro/stellarium/stellarium-0.21.3/skycultures/arabic/
H A Ddso_names.fab5 #M 44 ("The Lion's Nostrils")("النثرة")
14 M 44 |_("The Lion's Nostrils") 1,2,3,4
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dlionsupport.mm8 // this selector was added only in Lion. so we can check if it's responding, we are on Lion

12345678910>>...81