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 176 – 200 of 349) sorted by relevance

12345678910>>...14

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlb.php153 //In LB, the second keyword list is a list of built-in functions,
H A Dcss.php221 'list-style',
222 'list-style-image',
223 'list-style-position',
224 'list-style-type',
449 'list-item',
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 Dtcl.php84 // list handling
85 'concat', 'join', 'lappend', 'lindex', 'list', 'llength', 'lrange',
H A Dyaml.php36 * highlighted list delimiters are not plain text would be as simple as checking
81 //9 => '/(?<=\n)(\s*)-(?!-)/', // List items: This needs to search within comments 3 and 4, but I don't know how.
H A Dparigp.php106 'kill','kronecker','lcm','length','lex','lift','lindep','List',
175 'vecsmall','vec','list','str','genstr','gen','typ'
259 GESHI_SEARCH => '(?<!\\\\ )"(t_(?:INT|REAL|INTMOD|FRAC|FFELT|COMPLEX|PADIC|QUAD|POLMOD|POL|SER|RFRAC|QFR|QFI|VEC|COL|MAT|LIST|STR|VECSMALL|CLOSURE|ERROR))"',
/dokuwiki/inc/Remote/
H A DApi.php
/dokuwiki/
H A Dfeed.php
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less52 list-style: none;
/dokuwiki/bin/
H A Dstriplangs.php32 'Comma separated list of languages to keep in addition to English.',
/dokuwiki/lib/plugins/authplain/
H A Dauth.php84 * grps array list of groups the user is in
106 * @param array $grps list of groups the user is in
231 * Remove one or more users from the list of registered users
263 // reload the user list and count the difference
/dokuwiki/inc/
H A Dhtml.php330 * list old revisions
401 * Index list item formatter for html_buildlist()
420 * Default list item formatter for html_buildlist()
434 * Build an unordered list
436 * Build an unordered list from the given $data array
450 * @param callable $func callback to print an list item
454 * @return string html of an unordered list
475 //open new list
H A Dauth.php533 * @param array $groups List of groups the user is in
595 * @param array $groups List of groups the user is in
608 * Match a user and his groups against a comma separated list of
613 * @param string $memberlist commaseparated list of allowed users and groups
H A Dfulltext.php25 * Returns a list of matching documents for the given query
55 * Returns a list of matching documents for the given query
218 * @return array A list of pages that use the given media file
277 * Returns list of pages as array(pageid => First Heading)
/dokuwiki/conf/
H A Ddokuwiki.php60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated list user1,@group1,user2
64 $conf['disableactions'] = ''; //comma separated list of actions to disable
/dokuwiki/inc/Ui/
H A DRevisions.php45 * @return array revisions to be shown in a paginated list
/dokuwiki/lib/scripts/
H A Dtree.js67 // Only show if user didn’t close the list since starting
/dokuwiki/inc/Extension/
H A DEventHandler.php
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS2 THANKS - List of credits for GeSHi
57 - Apt sources.list Milian Wolff
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php16 * * Redistributions of source code must retain the above copyright notice, this list of
19 * * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php16 * * Redistributions of source code must retain the above copyright notice, this list of
19 * * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php173 // Construct list of files which may contain relevant subscriptions.
225 * - $addresslist (current email address list)
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php256 * diff link icon in recent changes list, to compare (this) current revision with previous one
298 * diff link icon in revisions list, compare this revision with current one
385 * current indicator, used in revision list
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php458 list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[1], $le_longs[2]);
459 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[3], $le_longs[4]);
483 list($sb, $sa, $s9, $s8) = $this->mdsrem($le_longs[1], $le_longs[2]);
484 list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[3], $le_longs[4]);
485 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[5], $le_longs[6]);
509 list($sf, $se, $sd, $sc) = $this->mdsrem($le_longs[1], $le_longs[2]);
510 list($sb, $sa, $s9, $s8) = $this->mdsrem($le_longs[3], $le_longs[4]);
511 list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[5], $le_longs[6]);
512 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[7], $le_longs[8]);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php32 protected $pagesize = 20; // number of users to list on one page
213 echo $this->locale_xhtml('list');
601 // list failures from the previous import
1015 * Export a list of users in csv format using the current filter criteria
1019 // list of users for export - based on current filter criteria

12345678910>>...14