Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php
H A DRSA.php
/dokuwiki/conf/
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE4 a copy of this software and associated documentation files (the
6 without limitation the rights to use, copy, modify, merge, publish,
/dokuwiki/vendor/composer/
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
/dokuwiki/inc/
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
H A Dhttputils.php204 return copy($uncompressed_file, 'compress.zlib://' . $gzip);
H A DDifferenceEngine.php8 * @license You may copy this code freely under the conditions of the GPL.
34 var $type = 'copy';
185 $copy = array();
187 $copy[] = $from_lines[$xi++];
190 if ($copy)
191 $edits[] = new _DiffOp_Copy($copy);
564 if ($edit->type != 'copy')
580 if ($edit->type == 'copy')
749 if ($edit->type == 'copy') {
799 if ($edit->type == 'copy')
[all...]
H A Dio.php701 * this function will use copy/unlink instead
711 if (@copy($from, $to)) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
152 1. You may copy and distribute verbatim copies of the Library's
154 you conspicuously and appropriately publish on each copy an
157 warranty; and distribute a copy of this License along with the
160 You may charge a fee for the physical act of transferring a copy,
165 2. You may modify your copy or copies of the Library or any portion
166 of it, thus forming a work based on the Library, and copy and
215 License instead of this License to a given copy of the Library. To do
224 Once this change is made in a given copy, i
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
158 You may charge a fee for the physical act of transferring a copy,
162 2. You may modify your copy or copies of the Library or any portion
163 of it, thus forming a work based on the Library, and copy and
212 License instead of this License to a given copy of the Library. To do
220 Once this change is made in a given copy, i
[all...]
H A DReadMe.txt54 MAKE SURE to copy the npdata.ser file into the same folder as the class file
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
40 (2) offer you this license which gives you legal permission to copy,
79 1. You may copy and distribute verbatim copies of the Program's
81 conspicuously and appropriately publish on each copy an appropriate
84 and give any other recipients of the Program a copy of this License
87 You may charge a fee for the physical act of transferring a copy, and
90 2. You may modify your copy or copies of the Program or any portion
91 of it, thus forming a work based on the Program, and copy and
109 these conditions, and telling the user how to view a copy of this
134 3. You may copy an
[all...]
/dokuwiki/
H A DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
40 (2) offer you this license which gives you legal permission to copy,
79 1. You may copy and distribute verbatim copies of the Program's
81 conspicuously and appropriately publish on each copy an appropriate
84 and give any other recipients of the Program a copy of this License
87 You may charge a fee for the physical act of transferring a copy, and
90 2. You may modify your copy or copies of the Program or any portion
91 of it, thus forming a work based on the Program, and copy and
109 these conditions, and telling the user how to view a copy of this
134 3. You may copy an
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A DREADME.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php744 function copy() global() function in phpseclib\\Math\\BigInteger
/dokuwiki/bin/
H A Ddwpage.php230 if (!copy($wiki_fn, $localfile)) {
232 $this->fatal("Unable to copy $wiki_fn to $localfile");
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini7 ; Please don't forget to copy the section your changes should be under
/dokuwiki/inc/Extension/
H A DPluginController.php273 if (!@copy($file, $backup)) return false;
/dokuwiki/lib/scripts/
H A Dfileuploader.js710 e.dataTransfer.dropEffect = 'copy'; // for Chrome
888 var copy = {};
889 qq.extend(copy, params);
890 this._params[id] = copy;
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown27 4. `LICENSE.txt` - A copy of the BSD license.

12