Sobriquet

Multi tool use
Cet article ne cite pas suffisamment ses sources (mai 2018).
Si vous disposez d'ouvrages ou d'articles de référence ou si vous connaissez des sites web de qualité traitant du thème abordé ici, merci de compléter l'article en donnant les références utiles à sa vérifiabilité et en les liant à la section « Notes et références »
En pratique : Quelles sources sont attendues ? Comment ajouter mes sources ?
Un sobriquet[1],[2],[3] est un surnom familier donné par dérision, moquerie ou même affectueusement et qui peut être fondé sur quelque défaut de corps ou d’esprit, ou sur quelque singularité…
Il doit être distingué du surnom hypocoristique, qui au contraire, est une forme abrégée ou diminutive d'un nom individuel (Jacquot...) et est généralement créé — affectueux ou familier — par l'entourage immédiat, avant d'être adopté publiquement.
Voir aussi |
.mw-parser-output .autres-projets ul{margin:0;padding:0}.mw-parser-output .autres-projets li{list-style-type:none;list-style-image:none;margin:0.2em 0;text-indent:0;padding-left:24px;min-height:20px;text-align:left}.mw-parser-output .autres-projets .titre{text-align:center;margin:0.2em 0}.mw-parser-output .autres-projets li a{font-style:italic}
Sur les autres projets Wikimedia :
sobriquet, sur le Wiktionnaire
Notes et références |
↑ Brève intitulée : Le Livre du Jour - Les Sobriquets du Pays de Nied diffusée mardi 31 janvier 2017 par France Bleu.
↑ André Bernardy, «Les sobriquets collectifs (Gard et pays de langue d’Oc)», Uzes, Ateliers Henri Péladan, 1962 (réimpr. 1962).
↑ Lien Web : « Escais » - Sobriquets d’occitanie diffusée mardi 13 août 2011 par Robert Geuljans Etymologie Occitane.
Anthroponymie
|
Noms personnels |
- Prénom
- Prénom usuel
- Deuxième prénom
- Prénom composé
- Nécronyme
- Prénom romain
- Prénom social
|
Noms |
- Nom de famille
- Nom de naissance
- Nom de jeune fille
- Nom marital ou nom d'épouse
- Nom d'alliance
- Patronyme
- Matronyme
- Nom personnel
- Postnom
- Particule
- Homonyme
- Homographe
- Homophone
- Éponyme
- Aptonyme
- Nomen
|
Surnoms |
- Surnom hypocoristique
- Diminutif
- Sobriquet
- Cognomen
|
Noms inventés |
.mw-parser-output .sep-liste{font-weight:bold}
Nom d'usage · Nom de convenance · Pseudonyme (dont
Apodo · Blase · Nom de clandestinité · Nom de code · Nom de guerre · Nom de plume · Nom de règne · Nom de résistance · Nom de ring · Nom de scène · Nom en religion · Pseudonyme hétéronyme · Nom d'artiste · Prénom social · Yagō) · Nom attribué (identité inconnue) (dont
Nom de convention ou nom de commodité · Maîtres anonymes) · Cryptonyme · Hagionyme · Mononyme · Pantonyme · Rétronyme
|
Autres |
- Famille
- Maison
- Signature
- Initiales
- Chiffres
- Anonymat
|
Portail des prénoms, noms de famille et de l’anthroponymie
aiyVe KR wfjpYuCSjsdI ntlvsU,4FoY0,B,fhb5xLLGGkFm,o6dRN0s D yetPmPcezidNOQS43vnP,xsFhD8Y0BhFkim,8DfJB99jErvh
Popular posts from this blog
up vote
1
down vote
favorite
I am using openpyxl for parsing .xlsm files, and pytest for testing. When I open a file, I get the: OpenPyxl -> UserWarning: Data Validation extension is not supported and will be removed That is not really a problem bcs. program works and I can't change the .xlsm file to fix that. But... When I run pytest with something like: def test_wrong_file_format(): assert check_excel(open_excel('file.xlsm')) == True I will get the warning i mentioned altought check_excel(open_excel('file.xlsm')) returns True and the test should suceed... Is there a nice way to tell the pytest that "It's not a bug it's a feature" and tests should pass even when they get this warning? Is there other way than using something like: with pytest.warns(UserWarning): ...
0
I have column SubToBind that shows current year ratio and column PY SubToBind which shows previous year ratio. How can I simply create a card that would be displaying them both in a nice way? Something like that: I cannot achieve that with regular card, I also tried Card with States by OKViz but also unable to see both values. In KPI visual - I dont like the word "Goal", it will confuse end users. Are there any cards or other visuals that would do the job? Thanks
powerbi dax powerbi-embedded
share | improve this question
edited Jun 11 '18 at 20:11
Oleg
...
up vote
-2
down vote
favorite
I need to write a script that will look through a folder and strip out the text from a string of an image. image-w-inch-bob-bob-bob-bob-8820-AV1.jpg image-w-inch-bob-bob-bob-bob-8820-AV2.jpg image-w-inch-bob-bob-bob-bob-8820-AV3.jpg image-w-inch-bob-bob-bob-bob-8820-AV4.jpg image-w-inch-bob-bob-bob-bob-8820-AV5.jpg image-w-inch-bob-bob-bob-bob-8820-AV6.jpg I need this to be renamed to 8820-AV1.jpg 8820-AV2.jpg 8820-AV3.jpg 8820-AV4.jpg 8820-AV5.jpg 8820-AV6.jpg Does anyone know of a script like this?
python linux bash
share | improve this question
edited Nov 21 at 22:22
...