Lines Matching refs:call

82             $this->remote->call('core.getAPIVersion')
91 $this->remote->call('core.getWikiVersion')
101 $this->remote->call('core.getWikiTitle')
110 $this->remote->call('core.getWikiTime'),
142 $this->assertEquals(AUTH_UPLOAD, $this->remote->call('core.aclCheck', ['page' => $id]));
155 $this->assertEquals(AUTH_EDIT, $this->remote->call('core.aclCheck', ['page' => $id]));
196 $this->remote->call(
240 $this->remote->call(
277 $this->remote->call(
319 $this->remote->call(
343 $this->remote->call('core.getPage', ['page' => $id, 'rev' => 0]),
349 $this->remote->call('core.getPage', ['page' => $id, 'rev' => $rev1]),
355 $this->remote->call('core.getPage', ['page' => $id, 'rev' => $rev2]),
361 $this->remote->call('core.getPage', ['page' => $id, 'rev' => 1234]),
367 $this->remote->call('core.getPage', ['page' => 'foobar', 'rev' => 1234]),
392 $this->remote->call('core.getPageHTML', ['page' => $id, 'rev' => 0]),
398 $this->remote->call('core.getPageHTML', ['page' => $id, 'rev' => $rev1]),
404 $this->remote->call('core.getPageHTML', ['page' => $id, 'rev' => $rev2]),
410 $this->remote->call('core.getPageHTML', ['page' => $id, 'rev' => 1234]);
418 $this->remote->call('core.getPageHTML', ['page' => 'foobar', 'rev' => 1234]);
451 …$this->remote->call('core.getPageInfo', ['page' => $id, 'rev' => 0, 'hash' => true, 'author' => tr…
466 $this->remote->call('core.getPageInfo', ['page' => $id, 'rev' => $rev1]),
481 $this->remote->call('core.getPageInfo', ['page' => $id, 'rev' => $rev2]),
487 $this->remote->call('core.getPageInfo', ['page' => $id, 'rev' => 1234]);
495 $this->remote->call('core.getPageInfo', ['page' => 'foobar', 'rev' => 1234]);
519 $versions = $this->remote->call('core.getPageHistory', $params);
530 $versions = $this->remote->call('core.getPageHistory', $params);
542 $versions = $this->remote->call('core.getPageHistory', $params);
550 $versions = $this->remote->call('core.getPageHistory', $params);
558 $versions = $this->remote->call('core.getPageHistory', $params);
635 $this->remote->call('core.lockPages', ['pages' => $tolock]),
656 $this->remote->call('core.unlockPages', ['pages' => $tounlock])
672 $this->assertTrue($this->remote->call('core.savePage', $params));
680 $this->assertTrue($this->remote->call('core.savePage', $params));
686 $this->remote->call('core.savePage', $params);
705 $this->assertEquals(true, $this->remote->call('core.appendPage', $params));
733 $this->remote->call(
787 $this->remote->call(
805 $this->remote->call('core.getMedia', ['media' => $id])
810 $this->remote->call('core.getMedia', ['media' => $id, 'rev' => 1234]);
818 $this->remote->call('core.getMedia', ['media' => 'foobar.png']);
843 … $this->remote->call('core.getMediaInfo', ['media' => $id, 'hash' => true, 'author' => false])
848 $this->remote->call('core.getMediaInfo', ['media' => $id, 'rev' => 1234]);
856 $this->remote->call('core.getMediaInfo', ['media' => 'foobar.png']);
887 $versions = $this->remote->call('core.getMediaHistory', $params);
894 $versions = $this->remote->call('core.getMediaHistory', $params);
900 $versions = $this->remote->call('core.getMediaHistory', $params);
905 $versions = $this->remote->call('core.getMediaHistory', $params);
919 …$this->assertTrue($this->remote->call('core.saveMedia', ['media' => $target, 'base64' => $base64])…
937 $this->remote->call('core.deleteMedia', ['media' => $id]);
954 $this->assertTrue($this->remote->call('core.deleteMedia', ['media' => $id]));
962 $this->remote->call('core.deleteMedia', ['media' => $id]);