abjuration
n . 放弃,誓绝
放弃,誓绝
abjuration n 1 :
a disavowal or taking back of a previous assertion [
synonym :
{
retraction }, {
abjuration }, {
recantation }]
Abjuration \
Ab `
ju *
ra "
tion \,
n . [
L .
abjuratio :
cf .
F .
abjuration .]
1 .
The act of abjuring or forswearing ;
a renunciation upon oath ;
as ,
abjuration of the realm ,
a sworn banishment ,
an oath taken to leave the country and never to return .
[
1913 Webster ]
2 .
A solemn recantation or renunciation ;
as ,
an abjuration of heresy .
[
1913 Webster ]
{
Oath of abjuration },
an oath asserting the right of the present royal family to the crown of England ,
and expressly abjuring allegiance to the descendants of the Pretender . --
Brande &
C .
[
1913 Webster ]
98 Moby Thesaurus words for "
abjuration ":
abandonment ,
abdication ,
abeyance ,
abjurement ,
abrogation ,
absolute contradiction ,
annulment ,
cessation ,
cession ,
chucking ,
chucking out ,
cold storage ,
contempt ,
contradiction ,
contrary assertion ,
contravention ,
controversion ,
countering ,
crossing ,
declination ,
declining ,
denial ,
desistance ,
despisal ,
despising ,
disaffirmation ,
disallowance ,
disapproval ,
disavowal ,
discard ,
disclaimer ,
disclamation ,
discontinuance ,
discounting ,
dismissal ,
disowning ,
disownment ,
dispensation ,
disposal ,
disposition ,
disproof ,
disregard ,
dropping out ,
dumping ,
exception ,
exclusion ,
expatriation ,
forbearance ,
forgoing ,
forswearing ,
gainsaying ,
getting rid of ,
giving up ,
handing over ,
ignoring ,
impugnment ,
letting go ,
nonacceptance ,
nonapproval ,
nonconsideration ,
nonexercise ,
nullification ,
palinode ,
palinody ,
passing by ,
putting away ,
putting out ,
rebuff ,
recantation ,
refusal ,
refutation ,
rejection ,
release ,
relinquishment ,
reneging ,
renouncement ,
renunciation ,
repudiation ,
repulse ,
resignation ,
retractation ,
retraction ,
revocation ,
revokement ,
riddance ,
sacrifice ,
scouting ,
spurning ,
surrender ,
suspension ,
swearing off ,
throwing out ,
turning out ,
unsaying ,
waiver ,
withdrawal ,
withdrawing ,
yielding ABJURATION .
1 .
A renunciation of allegiance to a country by oath .
2 .-
1 .
The act of Congress of the 14th of April ,
1802 ,
2 Story '
s Laws ,
U .
S .
850 ,
requires that when an alien shall apply to be admitted a citizen of the United States ,
he shall declare on oath or affirmation before the court where the application shall be made ,
inter alia ,
that he doth absolutely and entirely renounce and abjure all allegiance and fidelity which he owes to any foreign prince , &
c .,
and particularly ,
by name ,
the prince , &
c .,
whereof he was before a citizen or subject .
Rawle on the Const .
98 .
3 .-
2 .
In England the oath of abjuration is an oath by which an Englishman binds himself not to acknowledge any right in the Pretender to the throne of England .
4 .-
3 It signifies also ,
according to 25 Car .
H .,
an oath abjuring to certain doctrines of the church of Rome .
5 .-
4 .
In the ancient English law it was a renunciation of one '
s country and taking an oath of perpetual banishment .
A man who had committed a felony ,
and for safety flea to a sanctuary might within forty days '
confess the fact ,
and take the oath of abjuration and perpetual banishment ;
he was then transported .
This was abolished by Stat .
1 Jac .
1 ,
c .
25 .
Ayl .
Parerg .
14 .
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
HTML 5: Is it lt;br gt;, lt;br gt;, or lt;br gt;? - Stack Overflow Simply <br> is sufficient The other forms are there for compatibility with XHTML; to make it possible to write the same code as XHTML, and have it also work as HTML Some systems that generate HTML may be based on XML generators, and thus do not have the ability to output just a bare <br> tag; if you're using such a system, it's fine to use <br >, it's just not necessary if you don't need to
html - What does lt;br gt; do exactly? - Stack Overflow Can anyone explain what lt;br gt; does to the page? The result is unexpected I tested the code on the latest version of Chrome and Firefox, the result is the same on both browsers So there mu
html - When to use lt;p gt; vs. lt;br gt; - Stack Overflow Learn when to use <p> for paragraphs and <br> for line breaks in HTML on Stack Overflow
html - Is there any ASCII character for lt;br gt;? - Stack Overflow This Stack Overflow discussion explores whether there is an ASCII character equivalent to the HTML <br> tag for line breaks in text
html - Can you target lt;br gt; with css? - Stack Overflow Technically, yes, you can target a <br> element with CSS directly or by applying a class to it and targeting the class That being said, a <br> generates a line-break and it is only a line-break
When are lt;br gt; elements ignored when within a paragraph? All br elements at the end of block elements if after them is nothing coming should be ignored Only the last br element from two or more br elements on the end of block elements has to be ignored But previous br elements have to have an own line with font size height You have to follow all WHATWG recommendations
What is the main difference of lt;br gt; and lt;br gt; - Stack Overflow What is the main difference between <br> and <br > in html markup? Can someone explain the main difference of the two because it's confusing to me Thanks in advance for all of your co
How to line-break from css, without using lt;br gt;? Learn how to create line breaks in CSS without using <br > tags, providing cleaner and more efficient coding solutions
How do I replace all line breaks in a string with lt;br gt; elements? Learn how to replace all line breaks in a string with <br> elements using JavaScript on Stack Overflow
How can I replace newline or \r\n with lt;br gt;? - Stack Overflow How can I replace newline or \r\n with <br >? Asked 15 years, 1 month ago Modified 3 years, 5 months ago Viewed 250k times