| /plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
| D | CHANGES.md | 23 * Support for object return type hints (thanks @greg0ire) 28 * Fix issues with PHP 7.2 (thanks @greg0ire) 29 * Support object type hints in PHP 7.2 (thanks @@jansvoboda11) 44 * Allow PHP5 keywords methods generation on PHP7 (thanks @bycosta) 45 * Allow reflection-docblock v4 (thanks @GrahamCampbell) 46 * Check method predictions only once (thanks @dontub) 47 * Escape file path sent to \SplFileObjectConstructor when running on Windows (thanks @danmartin-epi… 52 * Add full PHP 7.1 Support (thanks @prolic) 53 * Allow `sebastian/comparator ^2.0` (thanks @sebastianbergmann) 54 * Allow `sebastian/recursion-context ^3.0` (thanks @sebastianbergmann) [all …]
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.changelog.txt | 158 (thanks r34wangØuwaterloo*ca) 175 installed on server (thanks kevinmØbuenacg*com) 178 (thanks jslaggerØjsamdirect*com) 182 (thanks jslaggerØjsamdirect*com) 186 (thanks jonahØschwartzdev*com, tsolanØgmail*com) 189 (thanks tsolanØgmail*com) 192 (thanks avatar1983Øgmail*com) 195 (thanks avatar1983Øgmail*com) 198 (thanks avatar1983Øgmail*com) 200 (thanks mailØmmjaeger*com) [all …]
|
| /plugin/struct/helper/ |
| H A D | lookup.php | 16 * @param string $thanks thanks message 22 public function run($fields, $thanks, $argv) argument 52 if (!$thanks) { 53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID)); 55 $thanks = hsc($thanks); 58 return $thanks;
|
| /plugin/structupdate/helper/ |
| D | update.php | 30 * @param string $thanks thanks message 36 public function run($fields, $thanks, $argv) { argument 94 if(!$thanks) { 95 $thanks = sprintf($this->getLang('bureaucracy_action_struct_update_thanks'), wl($ID)); 97 $thanks = hsc($thanks); 100 return $thanks;
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/ |
| D | CHANGELOG.md | 15 - [165: Update the composer branch alias](https://github.com/doctrine/annotations/pull/165) thanks … 16 …tion::value typehint to mixed](https://github.com/doctrine/annotations/pull/209) thanks to @malarzm 17 …ch as `@Foo-bar`, or `@Foo-`](https://github.com/doctrine/annotations/pull/257) thanks to @Ocramius 25 …when called multiple times](https://github.com/doctrine/annotations/issues/145) thanks to @TriAnMan 26 … on @experimental Annotation](https://github.com/doctrine/annotations/issues/146) thanks to @aturki 27 …ed by Symfony 3.3 CacheAdapter](https://github.com/doctrine/annotations/pull/147) thanks to @aturki 28 …licate code in `DCOM58Test`](https://github.com/doctrine/annotations/pull/151) thanks to @tuanphpvn 29 …s_exists multiple times](https://github.com/doctrine/annotations/pull/161) thanks to @jrjohnson 30 …oader to AnnotationRegistry](https://github.com/doctrine/annotations/pull/162) thanks to @jrjohnson 31 …ssertDirectoryNotExists](https://github.com/doctrine/annotations/pull/163) thanks to @carusogabriel [all …]
|
| /plugin/mantis/lib/ |
| D | changelog | 36 - nusoap_base: do entity translation for string parameters with an xsd type specified (thanks David… 67 - wsdl: only specify encodingStyle in the input/output soap bindings when it is not empty (thanks G… 74 - soap_parser: fix code generating warning (thanks Torsten) 77 - soap_parser: fix another line of code generating a warning (thanks Torsten) 99 - soap_server: support compressed request messages (thanks John Huong) 164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch… 247 - soap_server: allow class and instance method calls for service (thanks Ingo Fischer and Roland Kn… 270 …oding in the XML declaration to the charset from the HTTP Content-Type header (thanks Ingo Fischer) 284 … HTTP status and generate error for 300, 302-307, 400, 401-417, 501-505 (thanks for the idea Ghisl… 285 - soap_transport_http: follow HTTP redirection (HTTP status 301 and Location header) (thanks for th… [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 196 (thanks nacinØwordpress*org) 243 (thanks yannick*jamontØgmail*com) 262 (thanks jgerberØwikimedia*org) 271 » PHP5 standards improvements (thanks phansysØgmail*com) 279 * (#1383) removed unneeded ?> tags (thanks daveØholyfield*info) 466 contains null date/time (thanks moysevichØgmail*com) 469 (thanks moysevichØgmail*com) 522 (thanks Nigel Barnes ngbarnesØhotmail*com) 526 (thanks Nigel Barnes ngbarnesØhotmail*com) 531 (thanks ngbarnesØhotmail*com) [all …]
|
| /plugin/bureaucracyau/ |
| D | syntax.php | 76 $thanks = ''; 102 $thanks = $args[1]; 174 if(!$thanks) { 175 $thanks = ""; 177 $thanks .= $this->getLang($action['type'] . '_thanks'); 180 $thanks = hsc($thanks); 185 'thanks' => $thanks, 359 $thanks = implode('', array_unique($thanks_array)); 361 return $thanks;
|
| /plugin/bureaucracy-au/ |
| D | syntax.php | 76 $thanks = ''; 102 $thanks = $args[1]; 174 if(!$thanks) { 175 $thanks = ""; 177 $thanks .= $this->getLang($action['type'] . '_thanks'); 180 $thanks = hsc($thanks); 185 'thanks' => $thanks, 359 $thanks = implode('', array_unique($thanks_array)); 361 return $thanks;
|
| /plugin/bureaucracy/ |
| D | syntax.php | 81 $thanks = ''; 107 $thanks = $args[1]; 179 if(!$thanks) { 180 $thanks = ""; 182 $thanks .= $this->getLang($action['type'] . '_thanks'); 185 $thanks = hsc($thanks); 190 'thanks' => $thanks, 364 $thanks = implode('', array_unique($thanks_array)); 366 return $thanks;
|
| /plugin/bureaucracyau/interfaces/ |
| D | bureaucracy_handler_interface.php | 11 … * @param string $thanks the thank you message as defined in the form 18 public function handleData($fields, $thanks); argument
|
| /plugin/bureaucracy/interfaces/ |
| D | bureaucracy_handler_interface.php | 11 … * @param string $thanks the thank you message as defined in the form 18 public function handleData($fields, $thanks); argument
|
| /plugin/bureaucracy-au/interfaces/ |
| D | bureaucracy_handler_interface.php | 11 … * @param string $thanks the thank you message as defined in the form 18 public function handleData($fields, $thanks); argument
|
| /plugin/contactmodern/ |
| D | CHANGELOG | 3 * Spanish translation added (thanks to Cristian Wente) 7 * Reply-to set to senders email address (thanks to Cristian Wente) 11 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/)
|
| /plugin/bureaucracyau/helper/ |
| D | actiontemplate.php | 17 * @param string $thanks thanks message 23 public function run($fields, $thanks, $argv) { argument 55 $ret = $this->buildThankYouPage($thanks); 284 * @param string $thanks 287 protected function buildThankYouPage($thanks) { argument 291 $html = "<p>$thanks</p>";
|
| D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
| D | action.php | 31 * @param string $thanks the thank you message as defined in the form 37 public function run($fields, $thanks, $argv){ argument
|
| /plugin/bureaucracy-au/helper/ |
| D | actiontemplate.php | 17 * @param string $thanks thanks message 23 public function run($fields, $thanks, $argv) { argument 55 $ret = $this->buildThankYouPage($thanks); 284 * @param string $thanks 287 protected function buildThankYouPage($thanks) { argument 291 $html = "<p>$thanks</p>";
|
| D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
| D | action.php | 31 * @param string $thanks the thank you message as defined in the form 37 public function run($fields, $thanks, $argv){ argument
|
| /plugin/groupmail/ |
| D | CHANGELOG | 35 * Changed plugin name (thanks to Tekki) 39 * Spanish translation added (thanks to Cristian Wente) 43 * Reply-to set to senders email address (thanks to Cristian Wente) 47 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/)
|
| /plugin/bureaucracy/helper/ |
| D | actiontemplate.php | 20 * @param string $thanks thanks message 26 public function run($fields, $thanks, $argv) { argument 69 $ret = $this->buildThankYouPage($thanks); 327 * @param string $thanks 330 protected function buildThankYouPage($thanks) { argument 334 $html = "<p>$thanks</p>";
|
| D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
| D | action.php | 31 * @param string $thanks the thank you message as defined in the form 37 public function run($fields, $thanks, $argv){ argument
|
| D | actionmail.php | 18 * @param string $thanks 23 public function run($fields, $thanks, $argv) { argument 91 return '<p>' . $thanks . '</p>';
|