Lines Matching full:wiki

37         $this->obj['help'] = 'Return the current time at the wiki server.';
43 $this->obj['help'] = 'Get wiki title.';
49 $this->obj['help'] = 'Appends text to a Wiki Page.';
58 $this->obj['method'] = 'wiki.getPage';
61 $this->obj['help'] = 'Get the raw Wiki text of page, latest version.';
64 $this->obj['method'] = 'wiki.getPageVersion';
67 $this->obj['help'] = 'Get the raw Wiki text of page.';
70 $this->obj['method'] = 'wiki.getPageHTML';
76 $this->obj['method'] = 'wiki.getPageHTMLVersion';
82 $this->obj['method'] = 'wiki.getAllPages';
88 $this->obj['method'] = 'wiki.getAttachments';
94 $this->obj['method'] = 'wiki.getBackLinks';
100 $this->obj['method'] = 'wiki.getPageInfo';
106 $this->obj['method'] = 'wiki.getPageInfoVersion';
112 $this->obj['method'] = 'wiki.getPageVersions';
118 $this->obj['method'] = 'wiki.putPage';
121 $this->obj['help'] = 'Saves a wiki page.';
124 $this->obj['method'] = 'wiki.search';
127 $this->obj['help'] = 'Serches for a string in wiki pages.';
130 $this->obj['method'] = 'wiki.listLinks';
133 $this->obj['help'] = 'Lists all links contained in a wiki page.';
136 $this->obj['method'] = 'wiki.getRecentChanges';
142 $this->obj['method'] = 'wiki.getRecentMediaChanges';
148 $this->obj['method'] = 'wiki.aclCheck';
151 $this->obj['help'] = 'Returns the permissions of a given wiki page.';
154 $this->obj['method'] = 'wiki.putAttachment';
157 $this->obj['help'] = 'Upload a file to the wiki.';
160 $this->obj['method'] = 'wiki.deleteAttachment';
163 $this->obj['help'] = 'Delete a file from the wiki.';
166 $this->obj['method'] = 'wiki.getAttachment';
169 $this->obj['help'] = 'Download a file from the wiki.';
172 $this->obj['method'] = 'wiki.getAttachmentInfo';
178 $this->obj['method'] = 'wiki.getPageHTMLPart';