| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 33 protected $source; variable in splitbrain\\JSStrip\\JSStrip 40 * @param string $source The JavaScript code to compress 44 function compress($source) argument 46 $source = ltrim($source); // strip all initial whitespace 47 $source .= "\n"; 51 $this->source = $source; 56 $slen = strlen($source); // size of input string 65 while ($idx < $slen && (strpos(self::CHARS, $source[$idx]) === false)) { 66 $result .= $source[$idx]; 70 $ch = $source[$idx]; [all …]
|
| /dokuwiki/_test/core/ |
| H A D | TestUtils.php | 24 public static function rcopy($destdir, $source) { argument 25 if (!is_dir($source)) { 26 copy($source, $destdir.'/'.basename($source)); 28 $newdestdir = $destdir.'/'.basename($source); 33 $dh = dir($source); 38 TestUtils::rcopy($newdestdir, $source.'/'.$entry);
|
| H A D | phpQuery-onefile.php | 558 public function import($source, $sourceCharset = null) { argument 561 if ($source instanceof DOMNODE && !($source instanceof DOMNODELIST)) 562 $source = array($source); 587 if (is_array($source) || $source instanceof DOMNODELIST) { 590 foreach($source as $node) 594 $fake = $this->documentFragmentCreate($source, $sourceCharset); 608 protected function documentFragmentCreate($source, $charset = null) { argument 618 if ($source instanceof DOMNODE && !($source instanceof DOMNODELIST)) 619 $source = array($source); 620 if (is_array($source) || $source instanceof DOMNODELIST) { [all …]
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | ClassResolver.php | 79 $source = $this->readSource($reflector->getFileName(), $reflector->getStartLine()); 82 'uses' => $this->tokenizeSource($source) 95 * @param string $source 98 private function tokenizeSource($source) argument 101 $tokens = token_get_all($source); 171 $source = ''; 180 $source .= fgets($file); 184 return $source;
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ASN1.php | 833 * @param Element|string|array $source 838 public static function encodeDER($source, $mapping, $special = []) argument 841 return self::encode_der($source, $mapping, null, $special); 847 * @param Element|string|array|null $source 853 private static function encode_der($source, array $mapping, $idx = null, array $special = []) argument 855 if ($source instanceof Element) { 856 return $source->element; 860 if (isset($mapping['default']) && $source === $mapping['default']) { 866 $source = $special[$idx]($source); 883 foreach ($source as $content) { [all …]
|
| H A D | ANSI.php | 194 * @param string $source 196 public function loadString($source) argument 199 $this->appendString($source); 205 * @param string $source 207 public function appendString($source) argument 210 for ($i = 0; $i < strlen($source); $i++) { 212 $this->ansi .= $source[$i]; 213 $chr = ord($source[$i]); 355 $this->tokenization[count($this->tokenization) - 1] .= $source[$i]; 356 switch ($source[$i]) { [all …]
|
| /dokuwiki/bin/ |
| H A D | render.php | 56 $source = stream_get_contents(STDIN); 58 $result = p_render($renderer, p_get_instructions($source), $info);
|
| /dokuwiki/inc/lang/mg/ |
| H A D | read.txt | 1 Vakiana fotsiny ity pejy ity. Afaka jerenao ny source, saingy tsy afaka ovainao. Anontanio ny admin…
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 12 "source": { 65 "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5" 72 "source": { 117 "source": "https://github.com/symfony/css-selector/tree/v5.4.45" 138 "source": { 197 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" 220 "source": { 269 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 290 "source": { 337 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" [all …]
|
| /dokuwiki/inc/lang/en/ |
| H A D | read.txt | 1 This page is read only. You can view the source, but not change it. Ask your administrator if you t…
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | FeedItem.php | 19 …mail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $source, $creator, $contri…
|
| /dokuwiki/inc/lang/lt/ |
| H A D | read.txt | 1 Šį puslapį galima tik skaityti. Jūs galite peržvelgti jo kodą (source), bet negalite jo keisti. Jei…
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 13 "source": { 62 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 83 "source": { 129 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 142 "source": { 195 "source": "https://github.com/phar-io/manifest/tree/2.0.3" 202 "source": { 246 "source": "https://github.com/phar-io/version/tree/3.2.1" 253 "source": { 313 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" [all …]
|
| H A D | LICENSE | 6 Redistribution and use in source and binary forms, with or without 9 1. Redistributions of source code must retain the above copyright notice, this
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 13 "source": { 61 "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 82 "source": { 127 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 140 "source": { 193 "source": "https://github.com/phar-io/manifest/tree/master" 200 "source": { 244 "source": "https://github.com/phar-io/version/tree/3.0.4" 251 "source": { 297 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" [all …]
|
| /dokuwiki/ |
| H A D | composer.lock | 12 "source": { 50 "source": "https://github.com/aziraphale/email-address-validator/tree/master" 57 "source": { 97 "source": "https://github.com/GeSHi/geshi-1.0/tree/master" 104 "source": { 149 "source": "https://github.com/kissifrot/php-ixr/tree/1.8.5" 156 "source": { 204 "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.9.0" 211 "source": { 271 "source": "https://github.com/paragonie/constant_time_encoding" [all …]
|
| H A D | COPYING | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 139 source code, which must be distributed under the terms of Sections 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any [all …]
|
| /dokuwiki/inc/lang/fr/ |
| H A D | read.txt | 1 Cette page est en lecture seule. Vous pouvez afficher le texte source, mais ne pourrez pas le modif…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| H A D | PuTTY.php | 200 $source = Strings::packSSH2('ssss', $type, $encryption, $components['comment'], $public); 260 $source .= Strings::packSSH2('s', $private); 265 if (!hash_equals($hash->hash($source), $hmac)) { 296 $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public); 303 $source .= Strings::packSSH2('s', $private); 315 $source .= Strings::packSSH2('s', $private); 345 $mac = $hash->hash($source); 351 $key .= 'Private-MAC: ' . Strings::bin2hex($hash->hash($source)) . "\r\n";
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | LICENSE.txt | 6 Redistribution and use in source and binary forms, with or without 9 - Redistributions of source code must retain the above copyright notice,
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | LICENSE.txt | 4 Redistribution and use in source and binary forms, with or without modification, are 7 * Redistributions of source code must retain the above copyright notice, this list of
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | RSSCreator10.php | 66 if ($this->items[$i]->source != "") { 67 … $feed .= " <dc:source>".htmlspecialchars($this->items[$i]->source)."</dc:source>\n";
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 13 - Slow!!! Especially for source with lots of strings in it. GeSHi will work acceptably 19 on the source, that would be much safer. The focus of releases beyond 1.0.7 will be on
|
| H A D | LICENSE | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 139 source code, which must be distributed under the terms of Sections 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any [all …]
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 33 content: "This data file is meant to be read in a XML feed reader. See document source."
|