/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | CHANGES.md | 28 * Fix issues with PHP 7.2 (thanks @greg0ire) 52 * Add full PHP 7.1 Support (thanks @prolic) 57 * Fix failing builds (thanks @Sam-Burns) 77 * Add Variadics support (thanks @pamil) 79 * Add ApproximateValueToken (thanks @dantleech) 87 * Fix phpdoc for magic methods (thanks @Tobion) 129 * Remove dead code (thanks @stof) 178 * Support callable typehints (thanks @stof) 180 * New ArrayEntryToken (thanks @kagux) 185 * Logical `AND` token added (thanks @kagux) [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/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 189 (thanks tsolanØgmail*com) 204 (thanks hgØdynweb*net) 366 (thanks shannahØsfu*ca) 630 (thanks depronØgmx*net) 645 (thanks yakoØ11y11*com) 691 (thanks Gazou) 797 (thanks mstuhuØweb*de) 1395 (thanks dnØxbe*ch) 1414 (thanks dnØxbe*ch) 1473 (thanks jjjØxs4all*nl) [all …]
|
/plugin/structupdate/helper/ |
H A 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/ |
H A 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 26 … on @experimental Annotation](https://github.com/doctrine/annotations/issues/146) thanks to @aturki 28 …licate code in `DCOM58Test`](https://github.com/doctrine/annotations/pull/151) thanks to @tuanphpvn 30 …oader to AnnotationRegistry](https://github.com/doctrine/annotations/pull/162) thanks to @jrjohnson 46 …PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) thanks to @lcobucci 60 …o correct phpunit assertions](https://github.com/doctrine/annotations/pull/111) thanks to @Ocramius 61 - [112: Removes support for PHP 5.x](https://github.com/doctrine/annotations/pull/112) thanks to @r… 62 - [113: bumped phpunit version to 5.7](https://github.com/doctrine/annotations/pull/113) thanks to … 63 …Use SVG Travis build badge](https://github.com/doctrine/annotations/pull/114) thanks to @localheinz [all …]
|
/plugin/mantis/lib/ |
H A D | changelog | 74 - soap_parser: fix code generating warning (thanks Torsten) 99 - soap_server: support compressed request messages (thanks John Huong) 289 - soapclient: read/write cookies (thanks Ingo) 291 - soap_transport_http: read/write cookies (thanks Ingo) 342 - soap_server: use get_class instead of is_a (thanks Thomas Noel) 343 - soapclient: use get_class instead of is_a (thanks Thomas Noel) 362 - wsdl: expand entities in attributes (thanks Gaetano Giunta) 463 - wsdl: fix bug in addComplexType (thanks Maarten Meijer) 480 - nusoapclientmime: obey RFC 2045 Section 5.1 (thanks Chris Butler) 527 - wsdl: enable cURL usage to be forced (thanks Giunta Gaetano) [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 564 (thanks WaldoMonster) 577 (thanks WaldoMonster) 583 (thanks franki) 749 (thanks m-1Øgmx*net) 867 (thanks Jeremia) 1091 (thanks jcsston) 1111 (thanks fccHandler) 1227 (thanks WaldoMonster) 1345 (thanks WaldoMonster) 1658 (thanks Ryan) [all …]
|
/plugin/bureaucracy-au/ |
H A 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/bureaucracyau/ |
H A 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/bureaucracyau/interfaces/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/contactmodern/ |
H A 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/bureaucracy-au/helper/ |
H A 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>";
|
H A D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
H A D | action.php | 31 * @param string $thanks the thank you message as defined in the form 37 public function run($fields, $thanks, $argv){ argument
|
H A D | actionmail.php | 18 * @param string $thanks 23 public function run($fields, $thanks, $argv) { argument 82 return '<p>' . $thanks . '</p>';
|
/plugin/bureaucracyau/helper/ |
H A 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>";
|
H A D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
H A 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/ |
H A 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/ |
H A D | actiontemplate.php | 20 * @param string $thanks thanks message 26 public function run($fields, $thanks, $argv) { argument 69 $ret = $this->buildThankYouPage($thanks); 328 * @param string $thanks 331 protected function buildThankYouPage($thanks) { argument 335 $html = "<p>$thanks</p>";
|
H A D | actionscript.php | 11 public function run($fields, $thanks, $argv) { argument 49 return $handler->handleData($fields, $thanks);
|
H A D | action.php | 31 * @param string $thanks the thank you message as defined in the form 37 public function run($fields, $thanks, $argv){ argument
|