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 26 – 50 of 349) sorted by relevance

12345678910>>...14

/dokuwiki/lib/scripts/
H A Dbehaviour.js150 * Hide list subscription style if target is a page
156 var $form, $list, $digest;
161 $list = $form.find("input[name='sub_style'][value='list']");
173 $list.parent().dw_toggle(show_list);
174 if (!show_list && $list.prop('checked')) {
H A Dedit.js62 * The given list can be an associative array with text,icon pairs
63 * or a simple list of text. Style the picker window through the picker
93 jQuery.each(props.list, function (key, item) {
94 if (!props.list.hasOwnProperty(key)) {
109 // a list of text -> treat as text picker
112 // a list of lists -> treat it as subtoolbar
113 initToolbar($picker,edid,props.list);
H A Dmedia.js22 // File list options
23 view_opts: {list: false, sort: false}, property in dw_mediamanager.view_opts
48 .on('submit', '#mediamanager__done_form', dw_mediamanager.list);
68 $tree.on('click', 'a', dw_mediamanager.list);
78 // changing opened tab in the file list panel
81 .on('click', 'ul.tabs a', dw_mediamanager.list)
85 .on('submit', '#dw__mediasearch', dw_mediamanager.list)
95 .on('submit', '#mediamanager__btn_update', dw_mediamanager.list)
144 dw_mediamanager.list.call(jQuery('#dw__mediasearch')[0] || this, event);
310 * list th
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css6 /*____________ list of revisions / recent changes ____________*/
14 list-style: none;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcadlisp.php58 'cons','cos','cvunit','defun','defun-q','defun-q-list-ref',
59 'defun-q-list-set','dictadd','dictnext','dictremove','dictrename',
68 'layoutlist','length','list','listp','load','load_dialog','log','logand','logior',
93 'vlax-ldata-get','vlax-ldata-list','vlax-ldata-put','vlax-ldata-test',
109 'vl-get-resource','vlisp-compile','vl-list-exported-functions',
110 'vl-list-length','vl-list-loaded-vlx','vl-load-all','vl-load-com',
121 'vlr-owner-add','vlr-owner-remove','vlr-owners','vlr-pers','vlr-pers-list',
/dokuwiki/inc/Remote/
H A DApiCore.php235 * List all pages in the given namespace (and below)
244 * @return Page[] A list of matching pages
287 * @return Page[] A list of all pages
292 $list = [];
305 $list[] = $page;
308 return $list;
322 * @return PageHit[] A list of matching pages
353 * Returns a list of recent changes to wiki pages. The results can be limited to changes newer than
464 * Returns a list of available revisions of a given wiki page
510 * This returns a list o
[all...]
/dokuwiki/inc/Action/
H A DRevisions.php11 * Show the list of old revisions of the current page
/dokuwiki/vendor/simplepie/simplepie/src/
H A DException.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 DRestriction.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
137 * Get the list of restricted things
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DCore.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 DCaption.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 DCredit.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 DEnclosure.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 DException.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 DFile.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 DIRI.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 DItem.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/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php458 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));
464 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));
515 list($cdata[$j], $cdata[$j + 1]) = self::encryptBlockHelperFast($cdata[$j], $cdata[$j + 1], $sbox0, $sbox1, $sbox2, $sbox3, $p);
603 list( $p[0], $p[1]) = self::encryptBlockHelperFast( 0, 0, $sbox0, $sbox1, $sbox2, $sbox3, $p);
604 list( $p[2], $p[3]) = self::encryptBlockHelperFast($p[ 0], $p[ 1], $sbox0, $sbox1, $sbox2, $sbox3, $p);
605 list( $p[4], $p[5]) = self::encryptBlockHelperFast($p[ 2], $p[ 3], $sbox0, $sbox1, $sbox2, $sbox3, $p);
606 list( $p[6], $p[7]) = self::encryptBlockHelperFast($p[ 4], $p[ 5], $sbox0, $sbox1, $sbox2, $sbox3, $p);
607 list( $p[8], $p[9]) = self::encryptBlockHelperFast($p[ 6], $p[ 7], $sbox0, $sbox1, $sbox2, $sbox3, $p);
608 list($p[10], $p[11]) = self::encryptBlockHelperFast($p[ 8], $p[ 9], $sbox0, $sbox1, $sbox2, $sbox3, $p);
609 list(
[all...]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DBase.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 DFile.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 DMemcache.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/library/SimplePie/Content/Type/
H A DSniffer.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/library/SimplePie/HTTP/
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/vendor/simplepie/simplepie/library/SimplePie/Net/
H A DIPv6.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

12345678910>>...14