Home
last modified time | relevance | path

Searched +full:start -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 152) sorted by relevance

1234567

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2086 * $start and $local_start give you more fine grained control over this process and take precident over self::RESUME
2087 * when they're non-negative. ie. $start could let you write at the end of a file (like self::RESUME) or in the middle
2088 * of one. $local_start could let you start your reading from the end of a file (like self::RESUME_START) or in the
2098 * @param int $start
2106 public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null)
2128 if ($start >= 0) {
2129 $offset = $start;
2409 $start = $offset;
2415 $tempoffset = $start + $read;
3276 $start
2291 put($remote_file, $data, $mode = self SOURCE_STRING, $start = 1, $local_start = 1, $progressCallback = null) global() argument
[all...]
H A DSSH1.php
/dokuwiki/lib/exe/
H A Dmediamanager.php126 // finished - start output
/dokuwiki/inc/Form/
H A DLegacyForm.php11 * example. When you start new forms, just use Form\Form
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php315 * @param int $rev revision timestamp used as start date
347 $start = 0;
350 $start = $count - 1;
353 for ($i = $start; $i >= 0 && $i < $count; $i += $step) {
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Droff.php15 * - Fix reqex for line-start requests (must start with [.'], not [\.'])
496 // Line start macros (.TP, .SH, et cetera)
H A D4cs.php73 'Send', 'SendRaw', 'Set', 'SetError', 'Sin', 'Single', 'Show', 'Start',
H A Dcss.php200 'grid-column-start',
203 'grid-row-start',
556 'start',
H A Dbatch.php129 "START",
H A Demail.php235 0 => "/(?P<start>^)[A-Za-z][a-zA-Z0-9\-]*\s*:\s*(?:.|(?=\n\s)\n)*(?P<end>$)/m",
236 1 => "/(?P<start>^)--[a-zA-Z0-9_=\-]+[a-zA-Z0-9_](?:--)?(?P<end>$)/m"
H A Dasp.php154 3 => "/(?P<start><%=?)(?:\"[^\"]*?\"|\/\*(?!\*\/).*?\*\/|.)*?(?P<end>%>|\Z)/sm"
H A Djulia.php75 'int', 'round', 'cmp', 'float', 'linspace', 'fill', 'start', 'done', 'tuple',
H A Dscl.php74 'PRINT','START','STOP','RESUME','STATUS','USTATUS','CONTROL','C_CNTRL','X_SEND','X_RCV',
H A Ddiff.php17 * - changing language file to use matching of start (^) and end ($) (wt)
H A Djcl.php47 // Comments start with //* but should not be followed by % (TWS) or + (some JES3 stmts)
H A Dphp-brief.php188 4 => "/(?P<start><\\?(?>php\b)?)(?:".
199 5 => "/(?P<start><%)(?:".
H A Dgenero.php301 "START",
H A Dsmarty.php84 'loop', 'start', 'step', 'max', 'show', 'values', 'value', 'from', 'item'
H A Dsql.php98 'SONAME', 'SOURCE', 'SPACE', 'SQL', 'SQRT', 'START', 'STATUS',
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown45 To start the demo
/dokuwiki/inc/
H A Dfulltext.php524 // establish context start and end points, try to append to previous
526 $start = $utf8_idx - $pre;
527 $append = ($start < $end) ? $end : false; // still the end of the previous context snippet
533 $snippets[] = PhpString::substr($text, $start, $end - $start);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php20 * Contains HTML to be output at the start of the feed's html representation.
/dokuwiki/lib/plugins/revert/
H A Dadmin.php82 * Start the reversion process
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php33 * the language files the keys for this type should start with '_'.
86 $meta['start'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept namespaces
/dokuwiki/inc/Ui/
H A DEditor.php150 // start editor html output

1234567