Home
last modified time | relevance | path

Searched +full:protected -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 101 – 125 of 291) sorted by last modified time

12345678910>>...12

/dokuwiki/lib/plugins/extension/
H A Dadmin.php17 protected $infoFor;
19 protected $gui;
H A Dcli.php20 protected function setup(Options $options)
70 protected function main(Options $options)
117 protected function cmdUpgrade()
143 protected function cmdEnable($set, $extensions)
183 protected function cmdUnInstall($extensions)
215 protected function cmdInstall($extensions)
271 protected function cmdSearch($query, $showdetails, $max)
290 protected function cmdList($showdetails, $filter)
303 protected function getInstalledExtensions()
324 protected functio
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php158 * If the extension is protected against any modification (disable/uninstall)
160 * @return bool if the extension is protected
171 return (isset($cascade['protected'][$this->id]) && $cascade['protected'][$this->id]);
773 protected function purgeCache()
785 protected function readLocalData()
829 protected function updateManagerData($url = '', $installed = null)
858 protected function readManagerData()
879 protected function writeManagerData()
896 protected functio
[all...]
H A Dgui.php18 protected $tabs = ['plugins', 'templates', 'search', 'install'];
21 protected $infoFor = '';
H A Drepository.php183 protected function parseQuery($q)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtclegg.php92 'protected',
H A Duscript.php63 'private', 'public', 'protected', 'reliable', 'replication',
/dokuwiki/inc/Menu/
H A DPageMenu.php12 protected $view = 'page';
14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
H A DSiteMenu.php12 protected $view = 'site';
14 protected $types = ['Recent', 'Media', 'Index'];
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php25 protected const IMAGE_DIR = DOKU_BASE . 'lib/plugins/usermanager/images/';
27 protected $auth; // auth object
28 protected $users_total = 0; // number of registered users
29 protected $filter = []; // user selection filter(s)
30 protected $start = 0; // index of first user to be displayed
31 protected $last = 0; // index of the last user to be displayed
32 protected $pagesize = 20; // number of users to list on one page
33 protected $edit_user = ''; // set to user selected for editing
34 protected $edit_userdata = [];
35 protected
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php203 protected $bitmap = 0;
220 protected $server_identifier = false;
625 protected $server_channels = [];
647 protected $channel_status = [];
692 protected $window_size = 0x7FFFFFFF;
715 protected $window_size_server_to_client = [];
771 protected $timeout;
778 protected $curTimeout;
1017 protected $preferred_signature_format = false;
1024 protected
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php12 protected $calls = [];
13 protected $skipEol = false;
14 protected $inParagraph = false;
17 protected $blockOpen = [
23 protected $blockClose = [
30 protected $stackOpen = ['section_open'];
32 protected $stackClose = ['section_close'];
58 protected function openParagraph($pos)
75 protected function closeParagraph($pos)
110 protected functio
[all...]
H A DLists.php7 protected $listCalls = [];
8 protected $listStack = [];
10 protected $initialDepth = 0;
50 protected function listStart($call)
64 protected function listEnd($call)
78 protected function listOpen($call)
170 protected function listContent($call)
175 protected function interpretSyntax($match, &$type)
H A DNest.php13 protected $closingInstruction;
69 protected function addCall($call)
H A DTable.php7 protected $tableCalls = [];
8 protected $maxCols = 0;
9 protected $maxRows = 1;
10 protected $currentCols = 0;
11 protected $firstCell = false;
12 protected $lastCellType = 'tablecell';
13 protected $inTableHead = true;
14 protected $currentRow = ['tableheader' => 0, 'tablecell' => 0];
15 protected $countTableHeadRows = 0;
58 protected functio
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDB.php65 protected static function prepare_simplepie_object_for_cache($data)
H A DFile.php63 protected $location;
70 protected $filename;
77 protected $extension;
84 protected $name;
/dokuwiki/inc/Parsing/ParserMode/
H A DFilelink.php7 protected $pattern;
H A DFormatting.php11 protected $type;
13 protected $formatting = [
H A DTable.php18 $PARSER_MODES['protected']
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php317 protected function is_https_domain($domain)
476 protected function preprocess($html, $type)
536 protected function strip_tag($tag, $document, $xpath, $type)
604 protected function strip_attr($attrib, $xpath)
613 protected function rename_attr($attrib, $xpath)
623 protected function add_attr($tag, $valuePairs, $document)
H A DSimplePie.php1712 protected function fetch_data(&$cache)
H A DSource.php62 protected $registry;
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php13 protected $callbacks = [];
14 protected $message;
15 protected $capabilities;
74 protected function call($methodname, $args)
124 protected function hasMethod($method)
129 protected function setCapabilities()
/dokuwiki/inc/
H A DPassHash.php404 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8)
857 protected function random($min, $max)

12345678910>>...12