Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
78eee164
Commit
78eee164
authored
13 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Document ! and *
parent
61e78529
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/customization.html
+11
-3
11 additions, 3 deletions
docs/customization.html
with
11 additions
and
3 deletions
docs/customization.html
+
11
−
3
View file @
78eee164
...
...
@@ -321,17 +321,25 @@ the various trash can files and their function are as follows:
the user.
The trash can files also allow special key characters to be used within them,
the tilde '~' character means
"
contained within
"
and the carrot '^' character
means
"
beginning with
"
. For example:
the tilde '~' character means
"
contained within
"
the carrot '^' character
means
"
beginning with
"
, the '!' character means
"
negate the match logic
"e;
and the '*' character means
"e;
begins with or ends with
"
depending on the position
in the line. For example:
<b>
sysop
</b>
in the name.can would mean users could not use the name
"
sysop
"
.
<b>
sysop^
</b>
would mean users could not use names beginning with the word
"
sysop
"
,
<b>
sysop^
</b>
or
<b>
sysop*
</b>
would mean users could not use names beginning with the word
"
sysop
"
,
like
"
sysopa
"
or
"
sysops
"
etc.
<b>
*sysop
</b>
or
<b>
sysop*
</b>
would mean users could not use names ending with the word
"
sysop
"
,
like
"
thesysop
"
or
"
your_sysop
"
etc.
<b>
sysop~
</b>
would mean users could not use names that have the word
"
sysop
"
anywhere in them, like
"
imthesysop
"
or
"
mesysophere
"
.
<b>
!sysop~
</b>
would mean users
<em>
must
</em>
use names that have the word
"
sysop
"
anywhere in them, like
"
imthesysop
"
or
"
mesysophere
"
.
These key characters can be used in any of the trash can files.
</pre>
<h2><a
name=
"MessageVariables"
>
[17.2] - Customization:
Message Variables
</a></h2>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment