Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
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
Container Registry
Model registry
Operate
Environments
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
pikelang
pike
Commits
c63fed7e
Commit
c63fed7e
authored
24 years ago
by
Martin Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Context types
Rev: lib/modules/Search.pmod/types.h:1.1
parents
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+2
-0
2 additions, 0 deletions
.gitattributes
.gitignore
+32
-0
32 additions, 0 deletions
.gitignore
lib/modules/Search.pmod/types.h
+19
-0
19 additions, 0 deletions
lib/modules/Search.pmod/types.h
with
53 additions
and
0 deletions
.gitattributes
0 → 100644
+
2
−
0
View file @
c63fed7e
[attr]binary -text -crlf -diff -ident
* text ident
This diff is collapsed.
Click to expand it.
.gitignore
0 → 100644
+
32
−
0
View file @
c63fed7e
RCS
SCCS
CVS
CVS.adm
RCSLOG
cvslog.*
tags
TAGS
.make.state
.nse_depinfo
*~
#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.exe
*.Z
*.elc
*.ln
core
This diff is collapsed.
Click to expand it.
lib/modules/Search.pmod/types.h
0 → 100644
+
19
−
0
View file @
c63fed7e
// Copyright © 2000, Roxen IS.
#define T_NONE 0
#define T_TITLE 1
#define T_KEYWORDS 2
#define T_EXT_A 3
#define T_H1 4
#define T_H2 5
#define T_H3 6
#define T_H4 7
#define T_H5 8
#define T_H6 9
#define T_ALT 9
#define T_DESC 10
#define T_TH 11
#define T_B 12
#define T_A 13
#define T_I 14
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