Home
last modified time | relevance | path

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

1234

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php119 * @param string $pass the clear text password
130 $userdata['clear'] = $pass;
143 // clear text password in the database O_o
144 return ($pass === $userdata['clear']);
190 * @param string $clear
196 public function createUser($user, $clear, $name, $mail, $grps = null)
209 $hash = auth_cryptPassword($clear);
210 $userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail];
252 * @param array $changes array of field/value pairs to be changed (password will be clear tex
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE53 program proprietary. To prevent this, we have made it clear that any
226 This section is intended to make thoroughly clear what is believed to
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript.php72 'childNodes', 'chr', 'clear', 'clearInterval', 'cloneNode', 'close', 'Color', 'concat',
H A Dasm.php486 '%00','.nolist','%rotate','%line','%!','%final','%clear',
H A Dasp.php72 'Charset', 'Clear', 'ContentType', 'End()', 'Expires', 'ExpiresAbsolute', 'Flush()', 'IsClientConnected',
H A Dasymptote.php507 'clear',
H A Dfreebasic.php50 "circle", "clear", "clng", "clngint", "close", "cls", "color", "command",
H A Dgenero.php78 "CLEAR",
H A Dispfpanel.php65 'CKBOX','CLEAR','CMD','COLOR','COMBO','CSRGRP','CUADYN',
H A Dklonecpp.php163 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
H A Dsparql.php58 'FALSE','LOAD','CLEAR',
H A Dvisualfoxpro.php290 'Build','CheckIn','CheckOut','Circle','Clear','ClearData',
H A Dwolfram.php140 'ChemicalData', 'ChessboardDistance', 'ChiDistribution', 'Clear',
H A Dpostscript.php79 'clear', 'cleartomark', 'copy', 'count', 'counttomark', 'index', 'roll',
H A Drebol.php81 'clear','clear-fields','close','comment','complement','component?',
H A Dscilab.php79 'circuit', 'classmarkov', 'clc', 'clean', 'clear', 'clear_pixmap', 'clearfun', 'clearglobal','clf',
H A Dcfm.php117 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
/dokuwiki/lib/plugins/extension/
H A Dstyle.less200 clear: both;
203 clear: left;
267 clear: right;
/dokuwiki/lib/images/fileicons/
H A Dindex.php48 <br style="clear: left" />
/dokuwiki/lib/styles/
H A Dfeed.css61 clear: both;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css69 #dw__toc ul li.clear {
H A Dbasic.less48 clear: left; /* ideally 'both', but problems with toc */
56 clear: right;
247 clear: both;
H A Dprint.css35 clear: both;
165 clear: both;
173 clear: both;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php334 // clear the buffer of error strings stemming from a minimalistic openssl.cnf
/dokuwiki/inc/Search/
H A DIndexer.php452 * Clear the whole index
456 public function clear()
482 // clear the pid cache
445 public function clear() { global() function in dokuwiki\\Search\\Indexer

1234