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
43b5e9d7
Commit
43b5e9d7
authored
23 years ago
by
Peter Bortas
Browse files
Options
Downloads
Patches
Plain Diff
Enough documentation to at least be able to read messages.
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike:1.28
parent
a8c3f227
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
+27
-1
27 additions, 1 deletion
lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
with
27 additions
and
1 deletion
lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
+
27
−
1
View file @
43b5e9d7
#pike __REAL_VERSION__
// $Id: Session.pike,v 1.2
7
200
1/11/03 17:48:08 jhs
Exp $
// $Id: Session.pike,v 1.2
8
200
2/01/15 18:51:33 bash-peter
Exp $
import ".";
...
...
@@ -522,6 +522,30 @@ class AuxItems
mixed `->(string what) { return `[](what); }
}
//! @decl prefetch_text
//! @decl prefetch_stat
//! @decl error
//! @decl lines
//! @decl characters
//! @decl clear_stat
//! @decl aux_items
//! @decl mark_as_read
//! @fixme Undocumented.
//! @decl int no
//! The text number, as spicified to @[create].
//! @decl string text
//! The actual text (or body if you wish).
//! @decl string subject
//! The message subject.
//! @decl string author
//! The author of the text.
//! @decl misc
//! Misc info, including what conferences the message is posted to.
//! @fixme Needs a more complete description.
//! @decl int marks
//! The number of marks on this text.
//! @decl creation_time
//! The time the text was created on the server.
class Text
{
int no;
...
...
@@ -533,6 +557,8 @@ class Text
object _author;
//! @decl void create(string textnumber)
//! Initializes a Text object.
void create(int _no)
{
no=_no;
...
...
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