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 151 – 175 of 349) sorted by relevance

12345678910>>...14

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcached.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
H A DDB.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
H A DRedis.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/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php114 //get a list of the groups
117 //return true if the specified group is in the group list
H A DadLDAPContacts.php100 * Determine the list of groups a contact is a member of
195 // Get a list of the groups
198 // Return true if the specified group is in the group list
249 * Return a list of all contacts
H A DadLDAPExchange.php134 // exists in the list of proxyAddresses
200 // exists in the list of proxyAddresses
331 * Returns a list of Exchange Servers in the ConfigurationNamingContext of the domain
347 * Returns a list of Storage Groups in Exchange for a given mail server
374 * Returns a list of Databases within any given storage group in Exchange for a given mail server
/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;
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php97 list($this->width, $this->height) = [$this->height, $this->width];
100 list($this->width, $this->height) = [$this->height, $this->width];
127 list($width, $height) = $this->boundingBox($width, $height);
138 list($this->width, $this->height, $offsetX, $offsetY) = $this->cropPosition($width, $height);
/dokuwiki/lib/scripts/
H A Dfileuploader.js251 * Creates upload button, validates upload, but doesn't create file list or dd.
476 * Class that creates upload widget with drag-and-drop and file list
486 // if set, will be used instead of qq-upload-list in template
492 '<ul class="qq-upload-list"></ul>' +
495 // template for one item in file list
509 list: 'qq-upload-list',
516 // added to list item when upload completes
527 this._listElement = this._options.listElement || this._find(this._element, 'list');
639 // there can't be txt nodes in dynamically created list
[all...]
/dokuwiki/inc/Ui/
H A DSearch.php127 // render options list
260 // render options list
281 // render options list
311 // render options list
421 // render options list
493 * Build HTML for a list of pages with matching pagenames
/dokuwiki/inc/parser/
H A Dparser.php8 * populate the list of modes another mode accepts
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_tabs.css28 list-style: none;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlisp.php65 'cdddar','cddddr','cons','list','append','reverse','last','nth',
78 'integer','nil','parse-integer','make-list','print','write'
H A Dnewlisp.php54 'append','append-file','apply','args','array','array-list','array?',
74 'letex','letn','list','list?','load','local','log','lookup',
H A D6502kickass.php82 'get', 'set', 'add', 'remove', 'shuffle', // List functions.
106 'List', // List() Object.
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/inc/
H A Dtoolbar.php106 'list' => [
206 'list' => getSmileys(),
214 'list' => [
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php33 /** @var array list of temporary directories */
575 * Get a list of all DokuWiki versions this extension is compatible with
650 * @return array The list of installed extensions
682 * @return array The list of installed extensions
698 * @return array The list of installed extensions
827 * @param array $installed Optional list of installed plugins
1002 * @return array list of installed extensions
1112 * the 'old' list.
1306 $list = file($definitionfile);
1308 foreach ($list a
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php36 * // add a list of comma separated ldap contact fields.
186 * grps array list of groups the user is in
255 // always add the default group to the list of groups
740 * Returns a list of configured domains
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
200 * This is a list
205 - The same list but ordered
211 * This is a list
216 - The same list but ordered
222 Also take a look at the [[doku>faq:lists|FAQ on list items]].
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php77 $mail->setHeader('List-Unsubscribe', '<' . $trep['SUBSCRIBE'] . '>', false);
/dokuwiki/inc/Extension/
H A DAdminPlugin.php52 * Determine position in list in admin window
/dokuwiki/inc/File/
H A DPageResolver.php

12345678910>>...14