Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/lang/en/
H A Dlocked.txt3 This page is currently locked for editing by another user. You have to wait until this user finishes editing or the lock expires.
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php21 public function __construct($wait = false)
24 parent::__construct(false, false, $wait);
20 __construct($wait = false) global() argument
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php26 public function __construct($delim = '.', $wait = false) argument
28 parent::__construct([], false, $wait);
H A DServer.php17 public function __construct($callbacks = false, $data = false, $wait = false) argument
24 if (!$wait) {
/dokuwiki/inc/
H A Ddeprecated.php613 public function __construct($callbacks = false, $data = false, $wait = false)
616 parent::__construct($callbacks, $data, $wait);
611 __construct($callbacks = false, $data = false, $wait = false) global() argument