Lines Matching refs:params
515 $params = ['page' => $id, 'first' => 0];
516 $versions = $this->remote->call('core.getPageHistory', $params);
526 $params = ['page' => $id, 'first' => 1]; // offset 1
527 $versions = $this->remote->call('core.getPageHistory', $params);
538 $params = ['page' => $id, 'first' => 0]; // first page
539 $versions = $this->remote->call('core.getPageHistory', $params);
546 $params = ['page' => $id, 'first' => $conf['recent']]; // second page
547 $versions = $this->remote->call('core.getPageHistory', $params);
554 $params = ['page' => $id, 'first' => $conf['recent'] * 2]; // third page
555 $versions = $this->remote->call('core.getPageHistory', $params);
662 $params = [
668 $this->assertTrue($this->remote->call('core.savePage', $params));
672 $params = [
676 $this->assertTrue($this->remote->call('core.savePage', $params));
682 $this->remote->call('core.savePage', $params);
697 $params = [
701 $this->assertEquals(true, $this->remote->call('core.appendPage', $params));
882 $params = ['media' => $id, 'first' => 0]; // offset 0
883 $versions = $this->remote->call('core.getMediaHistory', $params);
889 $params = ['media' => $id, 'first' => 1]; // offset 1
890 $versions = $this->remote->call('core.getMediaHistory', $params);
895 $params = ['media' => $id, 'first' => 2]; // offset 2
896 $versions = $this->remote->call('core.getMediaHistory', $params);
900 $params = ['media' => $id, 'first' => 2]; // offset 3
901 $versions = $this->remote->call('core.getMediaHistory', $params);