Home
last modified time | relevance | path

Searched +full:read -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 101 – 125 of 141) sorted by relevance

123456

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpostgresql.php89 'PROCEDURAL','PROCEDURE','QUOTE','RANGE','READ','REASSIGN',
H A Dlogtalk.php170 'read', 'read_term',
H A Dbascomavr.php68 'ADR' , 'ADR2' , 'WRITEEEPROM' , 'CPEEK' , 'CPEEKH' , 'PEEK' , 'POKE' , 'OUT' , 'READEEPROM' , 'DATA' , 'INP' , 'READ' , 'RESTORE' , 'LOOKDOWN' , 'LOOKUP' , 'LOOKUPSTR' , 'LOAD' , 'LOADADR' , 'LOADLABEL' , 'LOADWORDADR' , 'MEMCOPY',
H A Dparigp.php147 'quadray','quadregulator','quadunit','quit','random','randomprime','read',
H A Dprovidex.php75 'read', 'record', 'redim', 'refile', 'release', 'rem', 'remove',
H A Dpowershell.php74 'Out-String', 'Pop-Location', 'Push-Location', 'Read-Host', 'Remove-Item',
H A Dpurebasic.php59 'PrototypeC', 'Read', 'ReDim', 'Repeat', 'Until', 'Restore', 'Return', 'Select', 'Shared', 'Static', 'Step', 'Structure', 'StructureUnion',
H A Dscilab.php178 'rdivf', 'read', 'read4b', 'readb', 'readc_', 'readmps', 'readxls', 'real', 'realtime', 'realtimeinit',
H A Dpowerbuilder.php279 'rbuttonup!', 'read!', 'readonlyargument!', 'real!',
H A Dbasic4gl.php278 'run','return','reset','read','or','null','not','next','lor','loop','language','land','integer','input','if',
H A Dvisualfoxpro.php141 'Read','Readkey','Recall','Reccount','RecentlyUsedFiles','Recno',
H A Dmysql.php94 'PURGE','QUICK','READS SQL DATA','READ','REFERENCES','RELEASE',
/dokuwiki/inc/
H A Dcommon.php122 * @param null|string $token security token or null to read it from request variable
748 // read file in chunks of 200 - this should work around the
1043 * @param string $ext extension of file being read, default 'txt'
1917 * Read a preference from the DokuWiki cookie
1932 // so we read from the end
H A Dio.php56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
775 $line .= fgets($fh, 4096); // read full line
H A Dauth.php300 // read cookie information
364 * This function tries to read the password for encrypting
960 * This registers a new user - Data is read directly from $_POST
H A Dparserutils.php241 * @param string $key The key of the metdata value that shall be read (by default everything)
440 * read the metadata from source/cache for $id
/dokuwiki/conf/
H A Ddokuwiki.php51 $conf['sneaky_index']= 0; //check for namespace read permission in index view (0|1) (1 might cause unexpected behavior)
/dokuwiki/inc/Extension/
H A DPluginController.php200 * Read all installed plugins and their current enabled state
/dokuwiki/inc/Form/
H A DForm.php94 * to FALSE. Please read the section on Booleans for more information. Use the === operator for testing the
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php49 * \phpseclib3\Net\SSH2::exec() uses 0 and \phpseclib3\Net\SSH2::read() / \phpseclib3\Net\SSH2::write() use 1.
2060 * By default, \phpseclib3\Net\SFTP::put() does not read from the local filesystem. $data is dumped directly into $remote_file.
2410 $read = 0;
2414 while ($i < NET_SFTP_QUEUE_SIZE && ($length < 0 || $read < $length)) {
2415 $tempoffset = $start + $read;
2417 $packet_size = $length > 0 ? min($this->max_sftp_packet, $length - $read) : $this->max_sftp_packet;
2429 $read += $packet_size;
2469 $clear_responses = true; // don't break out of the loop yet, so we can read the remaining responses
/dokuwiki/lib/plugins/authad/
H A Dauth.php16 * Set DokuWiki's local.protected.php auth setting to read
215 // add additional fields to read
/dokuwiki/lib/plugins/authplain/
H A Dauth.php405 * Read user data from given file
/dokuwiki/vendor/composer/
H A Dinstalled.json637 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/dokuwiki/inc/Ui/
H A DPageDiff.php113 // read preference from DokuWiki cookie. PageDiff only
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php8 * If you call read() in \phpseclib3\Net\SSH2 you may get {@link http://en.wikipedia.org/wiki/ANSI_escape_code ANSI escape codes} back.

123456