Searched refs:wait (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/_test/tests/Remote/Mock/ |
H A D | XmlRpcServer.php | 10 public function __construct($wait = false) argument 12 parent::__construct($wait);
|
/dokuwiki/inc/Remote/ |
H A D | XmlRpcServer.php | 21 public function __construct($wait = false) argument 24 parent::__construct(false, false, $wait);
|
/dokuwiki/inc/lang/en/ |
H A D | locked.txt | 3 This page is currently locked for editing by another user. You have to wait until this user finishe…
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
H A D | ClassServer.php | 26 public function __construct($delim = '.', $wait = false) argument 28 parent::__construct([], false, $wait);
|
H A D | Server.php | 20 public function __construct($callbacks = false, $data = false, $wait = false) argument 27 if (!$wait) {
|
/dokuwiki/inc/ |
H A D | deprecated.php | 50 public function __construct($callbacks = false, $data = false, $wait = false) argument 53 parent::__construct($callbacks, $data, $wait);
|