Home
last modified time | relevance | path

Searched +full:list -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 349) sorted by last modified time

12345678910>>...14

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php22 /** @var null|array The list of all groups */
97 // can a filtered list of users be retrieved?
99 ['list-users']
107 // can a list of available groups be retrieved?
156 * grps array list of groups the user is in
364 * @return array list of userinfo (refer getUserData for internal userinfo details)
383 $result = $this->query($this->getConf('list-users'), $filter);
389 $this->debugMsg("list-users statement did not return 'user' attribute", -1, __LINE__);
395 $this->debugMsg("list-users statement did not return a list o
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php248 // wrap a list with the root level around the other namespaces
266 * get a combined list of media and page files
563 * List Item formatter
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS2 THANKS - List of credits for GeSHi
57 - Apt sources.list Milian Wolff
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript.php97 'length', 'level', 'lineStyle', 'lineTo', 'list', 'LN10', 'LN2', 'load', 'loadClip', 'loaded', 'loadMovie',
H A Dapplescript.php55 'print','quit','reopen','run','save','saving', 'idle', 'path to', 'number', 'alias', 'list', 'text', 'string',
65 'AppleScript\'s', 'choose file', 'choose folder', 'choose from list', 'beep', 'contents', 'do shell script',
H A Dasymptote.php797 'list',
H A Dclojure.php68 'map', 'mapcat', 'vector?', 'list?', 'hash-map', 'reduce', 'filter',
H A Decmascript.php19 * - Cleaned up and expanded the list of 'KEYWORDS'
H A Deiffel.php186 'LIST',
H A Derlang.php94 'is_number', 'is_pid', 'is_reference', 'is_record', 'list',
H A Dfsharp.php77 'Array', 'Array2D', 'Array3D', 'Array4D', 'ComparisonIdentity', 'HashIdentity', 'List',
H A Dicon.php82 'insert', 'integer', 'ior', 'ishift', 'ixor', 'key', 'left', 'list', 'load', 'loadfunc',
H A Dio.php56 'getSlot', 'getenv', 'hasSlot', 'isActive', 'isNil', 'isResumable', 'list', 'message',
68 'GLUQuadric', 'GLUSphere', 'GLUT', 'Host', 'Image', 'Importer', 'LinkList', 'List',
H A Dispfpanel.php49 ')AREA',')INIT',')REINIT',')PROC',')FIELD',')HELP',')LIST',')PNTS',')END'
85 'JSTD','KEYLIST','LANG','LEFT','LIST','LISTV','LISTVX',
/dokuwiki/lib/plugins/config/
H A Dadmin.php156 // show undefined settings list
/dokuwiki/lib/plugins/config/core/
H A DLoader.php18 /** @var string[] list of enabled plugins */
/dokuwiki/lib/plugins/extension/
H A Dstyle.less70 list-style: none;
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php108 * Initialize an empty list to be used in file traversing
115 return $list = array_fill_keys([
155 $list = $this->initEmptySearchList();
156 search($list, $conf['datadir'], [$this, 'searchCountCallback'], ['all' => false], '');
157 $data['page_count'] = $list['file_count'];
158 $data['page_size'] = $list['file_size'];
159 $data['page_biggest'] = $list['file_max'];
160 $data['page_smallest'] = $list['file_min'];
161 $data['page_nscount'] = $list['dir_count'];
162 $data['page_nsnest'] = $list['dir_nes
[all...]
/dokuwiki/inc/parser/
H A Dxhtml.php29 /** @var array a list of footnotes, list starts at 1! */
46 /** @var array list of allowed URL schemes */
499 * Open an unordered list
514 * Close an unordered list
522 * Open an ordered list
537 * Close an ordered list
545 * Open a list item
557 * Close a list item
565 * Start the content of a list ite
[all...]
/dokuwiki/inc/
H A Dparserutils.php211 * turns a page into a list of instructions
214 * @return array a list of instruction arrays
655 * Renders a list of instruction to the specified output mode
H A Dsearch.php155 * List all namespaces
175 * List all mediafiles in a namespace
180 * $opts['hash'] add hashes to result list
243 * List all mediafiles in a namespace
248 * $opts['hash'] add hashes to result list
250 * @todo This is a temporary copy of search_media returning a list of MediaFile intances
367 * $opts['skipacl'] list everything regardless of ACL
551 //neither list nor recurse forbidden items:
H A Dtemplate.php298 'href' => DOKU_BASE . 'feed.php?mode=list&ns=' . (isset($INFO) ? $INFO['namespace'] : '')
1109 * Prints a html description list of the metatags of the current image
1400 * Depending on the user's actions this may be a list of
1458 * Depending on the opened tab this may be a list of
1505 * list of file revisions
1812 * @param array $types - list of icon types to display (favicon|mobile|generic)
H A Dtoolbar.php106 'list' => [
206 'list' => getSmileys(),
214 'list' => [
H A Dio.php493 // make event list
/dokuwiki/lib/exe/
H A Djs.php211 * Returns a list of possible Plugin Scripts (no existance check here)
219 $list = [];
222 $list[] = DOKU_PLUGIN . "$p/script.js";
224 return $list;

12345678910>>...14