slovodefinícia
in name
(encz)
in name, adv:
In name
(gcide)
Name \Name\ (n[=a]m), n. [AS. nama; akin to D. naam, OS. & OHG.
namo, G. name, Icel. nafn, for namn, Dan. navn, Sw. namn,
Goth. nam[=o], L. nomen (perh. influenced by noscere,
gnoscere, to learn to know), Gr. 'o`mona, Scr. n[=a]man.
[root]267. Cf. Anonymous, Ignominy, Misnomer,
Nominal, Noun.]
1. The title by which any person or thing is known or
designated; a distinctive specific appellation, whether of
an individual or a class.
[1913 Webster]

Whatsoever Adam called every living creature, that
was the name thereof. --Gen. ii. 19.
[1913 Webster]

What's in a name? That which we call a rose
By any other name would smell as sweet. --Shak.
[1913 Webster]

2. A descriptive or qualifying appellation given to a person
or thing, on account of a character or acts.
[1913 Webster]

His name shall be called Wonderful, Counsellor, The
mighty God, The everlasting Father, The Prince of
Peace. --Is. ix. 6.
[1913 Webster]

3. Reputed character; reputation, good or bad; estimation;
fame; especially, illustrious character or fame; honorable
estimation; distinction.
[1913 Webster]

What men of name resort to him? --Shak.
[1913 Webster]

Far above . . . every name that is named, not only
in this world, but also in that which is to come.
--Eph. i. 21.
[1913 Webster]

I will get me a name and honor in the kingdom. --1
Macc. iii. 14.
[1913 Webster]

He hath brought up an evil name upon a virgin.
--Deut. xxii.
19.
[1913 Webster]

The king's army . . . had left no good name behind.
--Clarendon.
[1913 Webster]

4. Those of a certain name; a race; a family.
[1913 Webster]

The ministers of the republic, mortal enemies of his
name, came every day to pay their feigned
civilities. --Motley.
[1913 Webster]

5. A person, an individual. [Poetic]
[1913 Webster]

They list with women each degenerate name. --Dryden.
[1913 Webster]

Christian name.
(a) The name a person receives at baptism, as
distinguished from surname; baptismal name; in
western countries, it is also called a first name.
(b) A given name, whether received at baptism or not.

Given name. See under Given.

In name, in profession, or by title only; not in reality;
as, a friend in name.

In the name of.
(a) In behalf of; by the authority of. " I charge you in
the duke's name to obey me." --Shak.
(b) In the represented or assumed character of. "I'll to
him again in name of Brook." --Shak.

Name plate, a plate as of metal, glass, etc., having a name
upon it, as a sign; a doorplate.

Pen name, a name assumed by an author; a pseudonym or {nom
de plume}. --Bayard Taylor.

Proper name (Gram.), a name applied to a particular person,
place, or thing.

To call names, to apply opprobrious epithets to; to call by
reproachful appellations.

To take a name in vain, to use a name lightly or profanely;
to use a name in making flippant or dishonest oaths. --Ex.
xx. 7.
[1913 Webster]

Syn: Appellation; title; designation; cognomen; denomination;
epithet.

Usage: Name, Appellation, Title, Denomination. Name
is generic, denoting that combination of sounds or
letters by which a person or thing is known and
distinguished. Appellation, although sometimes put for
name simply, denotes, more properly, a descriptive
term (called also agnomen or cognomen), used by
way of marking some individual peculiarity or
characteristic; as, Charles the Bold, Philip the
Stammerer. A title is a term employed to point out
one's rank, office, etc.; as, the Duke of Bedford,
Paul the Apostle, etc. Denomination is to particular
bodies what appellation is to individuals; thus, the
church of Christ is divided into different
denominations, as Congregationalists, Episcopalians,
Presbyterians, etc.
[1913 Webster]
in name
(wn)
in name
adv 1: by title or repute though not in fact; "he's a doctor in
name only" [syn: in name, in name only]
podobné slovodefinícia
domain name
(encz)
domain name, n:
in name
(encz)
in name, adv:
in name only
(encz)
in name only,jenom jako adv: josein name only,rádoby adv: josein name only,zdánlivě adj: jose
domain name
(wn)
domain name
n 1: strings of letters and numbers (separated by periods) that
are used to name organizations and computers and addresses
on the internet; "domain names are organized hierarchically
with the more generic parts to the right"
in name
(wn)
in name
adv 1: by title or repute though not in fact; "he's a doctor in
name only" [syn: in name, in name only]
in name only
(wn)
in name only
adv 1: by title or repute though not in fact; "he's a doctor in
name only" [syn: in name, in name only]
domain name
(foldoc)
fully qualified domain name
domain name
FQDN

(FQDN) The full name of a system, consisting of
its local hostname and its domain name, including a
top-level domain (tld). For example, "venera" is a hostname
and "venera.isi.edu" is an FQDN. An FQDN should be sufficient
to determine a unique Internet address for any host on the
Internet. This process, called "name resolution", uses the
Domain Name System (DNS).

With the explosion of interest in the Internet following the
advent of the web, domain names (especially the
most significant two components, e.g. "sun.com", and
especially in the ".com" tld) have become a valuable part of
many companies' "brand". The allocation of these, overseen by
ICANN, has therefore become highly political and is
performed by a number of different registrars. There are
different registries for the different tlds.

A final dot on the end of a FQDN can be used to tell the DNS
that the name is fully qualified and so needs no extra
suffixes added, but it is not required.

See also network, the, network address.

(2005-06-09)
domain name server
(foldoc)
Domain Name Server

Domain Name System.

(1997-12-15)
domain name system
(foldoc)
Domain Name System
name service switching

(DNS) A general-purpose distributed, replicated,
data query service chiefly used on Internet for translating
hostnames into Internet addresses. Also, the style of
hostname used on the Internet, though such a name is
properly called a fully qualified domain name. DNS can be
configured to use a sequence of name servers, based on the
domains in the name being looked for, until a match is found.

The name resolution client (e.g. Unix's gethostbyname()
library function) can be configured to search for host
information in the following order: first in the local {hosts
file}, second in NIS and third in DNS. This sequencing of
Naming Services is sometimes called "name service switching".
Under Solaris is configured in the file /etc/nsswitch.conf.

DNS can be queried interactively using the command nslookup.
It is defined in STD 13, RFC 1034, RFC 1035, RFC 1591.

BIND is a common DNS server.

{Info from Virtual Office, Inc.
(http://virtual.office.com/domains.html)}.

(2001-05-14)
fully qualified domain name
(foldoc)
fully qualified domain name
domain name
FQDN

(FQDN) The full name of a system, consisting of
its local hostname and its domain name, including a
top-level domain (tld). For example, "venera" is a hostname
and "venera.isi.edu" is an FQDN. An FQDN should be sufficient
to determine a unique Internet address for any host on the
Internet. This process, called "name resolution", uses the
Domain Name System (DNS).

With the explosion of interest in the Internet following the
advent of the web, domain names (especially the
most significant two components, e.g. "sun.com", and
especially in the ".com" tld) have become a valuable part of
many companies' "brand". The allocation of these, overseen by
ICANN, has therefore become highly political and is
performed by a number of different registrars. There are
different registries for the different tlds.

A final dot on the end of a FQDN can be used to tell the DNS
that the name is fully qualified and so needs no extra
suffixes added, but it is not required.

See also network, the, network address.

(2005-06-09)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4