Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/
H A DDifferenceEngine.php14 var $orig; variable in _DiffOp
25 return $this->orig ? count($this->orig) : 0;
36 function __construct($orig, $closing = false) { argument
38 $closing = $orig;
39 $this->orig = $orig;
44 return new _DiffOp_Copy($this->closing, $this->orig);
52 $this->orig = $lines;
57 return new _DiffOp_Add($this->orig);
66 $this->orig = false;
77 function __construct($orig, $closing) { argument
[all …]
H A Dfetch.functions.php25 …* @param string $orig original file to send - the file name will be used for the Content-Dispositi…
32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = []) argument
75 if ($orig == null) {
76 $orig = $file;
83 PhpString::basename($orig)
88 PhpString::basename($orig)
H A Dparserutils.php348 $orig =& $METADATA_RENDERERS[$id];
349 $meta = $orig;
353 $orig = p_read_metadata($id, $cache);
356 $meta = $render ? p_render_metadata($id, $orig) : $orig;
405 if ($meta == $orig) return true;
494 * @param array $orig the original metadata
499 function p_render_metadata($id, $orig) argument
506 return $orig;
510 $METADATA_RENDERERS[$id] =& $orig;
516 $orig['page'] = $id;
[all …]
H A Dcommon.php1921 $orig = get_doku_pref($pref, false);
1924 if ($orig !== false && ($orig !== $val)) {
1948 } elseif ($orig === false && $val !== false) {
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php747 $orig = mediaFN('wiki:dokuwiki-128.png');
752 copy($orig, $tmp);
757 copy($orig, $tmp);
867 $orig = mediaFN('wiki:dokuwiki-128.png');
877 copy($orig, $tmp);
909 $orig = mediaFN('wiki:dokuwiki-128.png');
910 $base64 = base64_encode(file_get_contents($orig));
917 $this->assertFileEquals($orig, $targetfile);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php141 $orig = $path;
145 } elseif (preg_match('/(\?|\?#)$/', $orig)) {
150 } elseif ($orig[strlen($orig) - 1] == '#') {
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php326 * @param int $orig Original dimension
329 protected function cleanDimension($dim, $orig) argument
332 $dim = round($orig * ((float)$dim / 100));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2202 $orig = $csr;
2227 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']…
2315 $orig = $spkac;
2336 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']…
2413 $orig = $crl;
2433 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2566 $orig = $response = $this->get_binary_packet_or_close();
2612 $this->last_interactive_response = $orig;