]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/fr/pgsrc/ChercherUnePage
Produced by PhpWiki 1.5.5
[SourceForge/phpwiki.git] / locale / fr / pgsrc / ChercherUnePage
1 Date: Thu, 10 Dec 2015 18:48:00 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5)
3 Content-Type: application/x-phpwiki;
4   pagename=ChercherUnePage;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 Voici quelques bons points de départ pour la navigation.
10
11 * [[Aide:CommentUtiliserUnWiki|CommentUtiliserUnWiki]] vous donne quelques informations rapides sur le marquage Wiki.
12 * Les [[DernièresModifs]] sont enregistrées automatiquement.
13 * DétailsTechniques sur la navigation et l'édition sur ce serveur.
14
15 Voici une recherche sur les titres. Essayez quelque chose comme ''wiki'' ou ''sandwich''.
16
17 <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction
18   editbox[] name=s text=""
19   submit[]
20   checkbox[] name=case_exact
21   pulldown[] name=regex value="auto,none,glob,posix,pcre,sql">>
22
23 Utilisez ce qui suit pour une recherche en texte intégral. Ceci prend quelques secondes.
24 Les résultats montreront toutes les lignes de chaque page contenant une correspondance.
25
26 <<WikiFormRich action=FullTextSearch method=GET nobr=1 class=wikiaction
27   editbox[] name=s text=""
28   submit[]
29   checkbox[] name=case_exact
30   pulldown[] name=regex value="auto,none,glob,posix,pcre,sql">>
31
32 Dans une recherche !PagesFloues les titres de toutes les pages sont examinés pour trouver
33 ceux qui s'épellent ou sonnent de façon similaire (en anglais).
34
35 <?plugin-form FuzzyPages ?>
36
37 ------
38 == Trucs ==
39
40 * Séparez les mots par des espaces. Tous les mots doivent correspondre (c'est le ET logique)%%%
41 * Pour exclure un mot, faites-le précéder d'un '-'.%%%
42 Exemple : 'wiki text -php' recherche toutes les pages contenant les mots 'wiki'
43 **et** 'text', mais ne contenant **pas** le mot 'php'.
44
45 * Separate words with a space. All words have to match as substrings.
46 * '##OR##', grouping with parenthesis, string-quoting and some glob-style wildcard characters are also supported.
47 * To exclude words from a title search or full text search, prepend a '##-##'.
48 * Use '##^xx##' or '##xx~*##' to match words starting with '##xx##'.
49 * Use '##~*xx##' or '##xx$##' to match words ending with '##xx##'.
50 * Use '##^word$##' to match exact words.
51 * Use //regex=auto// and '##re:##' like '##re:word.*xx##' or //regex=posix// to use Posix regular expressions. (not yet)
52 * Use //regex=auto// and '##//##' like '##/^word$/##' or //regex=pcre// to match using Perl-style regular expressions.
53 * Use //regex=sql// to match using SQL-style wildcards '##%##' and '##_##'.
54 * Use //regex=none// to match any wildcards verbatim.
55
56 === Example ===
57 * '##wiki text -php##' looks for all pages containing the words '##wiki##' and '##text##', but not containing the word '##php##'.
58
59 ----
60 [[DocumentationDePhpWiki]]