/dokuwiki/inc/Parsing/Lexer/ |
H A D | StateStack.php | 23 public function __construct($start)
|
H A D | Lexer.php | 38 public function __construct($handler, $start = "accept", $case = false)
|
/dokuwiki/lib/scripts/ |
H A D | helpers.js | 12 function substr_replace(str, replace, start, length) { argument
|
H A D | delay.js | 53 start: function () { method in Delay
|
/dokuwiki/inc/Extension/ |
H A D | AuthPlugin.php | 343 public function retrieveUsers($start = 0, $limit = 0, $filter = null) 374 public function retrieveGroups($start = 0, $limit = 0)
|
/dokuwiki/lib/plugins/authplain/ |
H A D | auth.php | 298 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) 332 public function retrieveGroups($start = 0, $limit = 0)
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 406 public function retrieveUsers($start = 0, $limit = -1, $filter = null) 491 public function retrieveGroups($start = 0, $limit = 0)
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | TableFormatter.php | 271 protected function substr($string, $start = 0, $length = null)
|
/dokuwiki/inc/Utf8/ |
H A D | PhpString.php | 190 public static function substr_replace($string, $replacement, $start, $length = 0)
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 402 public function retrieveUsers($start = 0, $limit = 0, $filter = array())
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 502 public function retrieveUsers($start = 0, $limit = 0, $filter = array())
|
/dokuwiki/inc/ |
H A D | init.php | 16 function delta_time($start=0) {
|
H A D | utf8.php | 108 function utf8_substr_replace($string, $replacement, $start, $length = 0)
|
H A D | JpegMeta.php | 3126 function _hexDump(&$data, $start = 0, $length = -1) {
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | admin.php | 25 protected $start = 0; // index of first user to be displayed variable in admin_plugin_usermanager
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 233 function _decode_ber($encoded, $start = 0, $encoded_pos = 0)
|
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 33 public $start = 0.0; // for timings variable in dokuwiki\\HTTP\\HTTPClient
|
/dokuwiki/vendor/simplepie/simplepie/library/ |
H A D | SimplePie.php | 2997 public function get_items($start = 0, $end = 0) 3177 public static function merge_items($urls, $start = 0, $end = 0, $limit = 0)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 1943 …function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $pr…
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 68 public function startSectionEdit($start, $data) {
|