Home
last modified time | relevance | path

Searched defs:start (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php77 int $start = 0,
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php24 public function __construct($start)
H A DLexer.php39 public function __construct($handler, $start = "accept", $case = false)
/dokuwiki/lib/scripts/
H A Dhelpers.js12 function substr_replace(str, replace, start, length) { argument
H A Ddelay.js53 start: function () { method in Delay
/dokuwiki/inc/Extension/
H A DAuthPlugin.php341 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
372 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php308 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
342 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php369 public function retrieveUsers($start = 0, $limit = -1, $filter = null)
454 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php271 protected function substr($string, $start = 0, $length = null)
/dokuwiki/inc/Utf8/
H A DPhpString.php181 public static function substr_replace($string, $replacement, $start, $length = 0)
/dokuwiki/lib/plugins/authldap/
H A Dauth.php408 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
/dokuwiki/lib/plugins/authad/
H A Dauth.php513 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
/dokuwiki/inc/
H A Dinit.php21 function delta_time($start = 0)
H A Dutf8.php109 function utf8_substr_replace($string, $replacement, $start, $length = 0)
H A DJpegMeta.php3202 function _hexDump(&$data, $start = 0, $length = -1) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php31 protected $start = 0; // index of first user to be displayed variable in admin_plugin_usermanager
/dokuwiki/inc/HTTP/
H A DHTTPClient.php34 public $start = 0.0; // for timings variable in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php222 private static function decode_ber($encoded, $start = 0, $encoded_pos = 0)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2991 public function get_items($start = 0, $end = 0)
3145 public static function merge_items($urls, $start = 0, $end = 0, $limit = 0)
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6 ….ui.version="1.14.1";var n,s,x,k,o,a,r,l,h,i,E=0,N=Array.prototype.hasOwnProperty,c=Array.prototyp…
/dokuwiki/inc/parser/
H A Dxhtml.php69 public function startSectionEdit($start, $data)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2108 …public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = …
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3338 public function slice($start, $end = null) {
4368 function mb_substr($str, $start, $length=0)