Searched refs:orig (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/inc/ |
| H A D | DifferenceEngine.php | 14 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 D | fetch.functions.php | 25 …* @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 D | parserutils.php | 343 $orig =& $METADATA_RENDERERS[$id]; 344 $meta = $orig; 348 $orig = p_read_metadata($id, $cache); 351 $meta = $render ? p_render_metadata($id, $orig) : $orig; 400 if ($meta == $orig) return true; 489 * @param array $orig the original metadata 494 function p_render_metadata($id, $orig) argument 501 return $orig; 505 $METADATA_RENDERERS[$id] =& $orig; 511 $orig['page'] = $id; [all …]
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | ImageInfo.php | 303 * @param int $orig 306 public static function cleanDimension($dim, $orig) argument 309 $dim = round($orig * ((float)$dim / 100));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DH.php | 310 $orig = $public; 327 …$publicStr = (string) (isset($orig) ? $orig : EC::convertPointToPublicKey($private->getCurve(), $p…
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 751 $orig = mediaFN('wiki:dokuwiki-128.png'); 756 copy($orig, $tmp); 761 copy($orig, $tmp); 871 $orig = mediaFN('wiki:dokuwiki-128.png'); 881 copy($orig, $tmp); 913 $orig = mediaFN('wiki:dokuwiki-128.png'); 914 $base64 = base64_encode(file_get_contents($orig)); 921 $this->assertFileEquals($orig, $targetfile);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 141 $orig = $path; 153 } elseif (preg_match('/(\?|\?#)$/', $orig)) { 158 } elseif ($orig[strlen($orig) - 1] == '#') {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 2208 $orig = $csr; 2233 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']… 2321 $orig = $spkac; 2342 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']… 2419 $orig = $crl; 2439 …$this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content']…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 2571 $orig = $response = $this->get_binary_packet_or_close(); 2617 $this->last_interactive_response = $orig;
|