| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | CHANGELOG.txt | 17 - Add PHP 7.3 support. (Stefan Winter) 37 - Add OneLogin to supported software. 38 - Add .gitattributes to remove unneeded files. (Filippo Tessarotto) 42 - Add comments to warn about return values of verify(). (Thijs Kinkhorst) 67 - Add HMAC-SHA1 support. 70 - Add how to install to README. (Bernardo Vieira da Silva) 73 - Add basic usage to README. (Hidde Wieringa) 83 - Add composer support (Maks3w) 89 - Add support for RSA SHA384 and RSA_SHA512 and SHA384 digest. (Jaime Prez) 90 - Add options parameter to the add cert methods. [all …]
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | CHANGELOG.txt | 17 - Add PHP 7.3 support. (Stefan Winter) 37 - Add OneLogin to supported software. 38 - Add .gitattributes to remove unneeded files. (Filippo Tessarotto) 42 - Add comments to warn about return values of verify(). (Thijs Kinkhorst) 67 - Add HMAC-SHA1 support. 70 - Add how to install to README. (Bernardo Vieira da Silva) 73 - Add basic usage to README. (Hidde Wieringa) 83 - Add composer support (Maks3w) 89 - Add support for RSA SHA384 and RSA_SHA512 and SHA384 digest. (Jaime Prez) 90 - Add options parameter to the add cert methods. [all …]
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | config.asp | 100 ConfigAllowedExtensions.Add "File", "7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|m… 101 ConfigDeniedExtensions.Add "File", "" 102 ConfigFileTypesPath.Add "File", ConfigUserFilesPath & "file/" 103 ConfigFileTypesAbsolutePath.Add "File", "" 104 ConfigQuickUploadPath.Add "File", ConfigUserFilesPath 105 ConfigQuickUploadAbsolutePath.Add "File", "" 107 ConfigAllowedExtensions.Add "Image", "bmp|gif|jpeg|jpg|png|psd|tif|tiff" 108 ConfigDeniedExtensions.Add "Image", "" 109 ConfigFileTypesPath.Add "Image", ConfigUserFilesPath & "image/" 110 ConfigFileTypesAbsolutePath.Add "Image", "" [all …]
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | CHANGELOG.md | 12 * Add the ability to run the LDAP server / client over a UNIX socket. 13 * Add the ability to run the LDAP server over an SSL / TLS only socket. 14 * Add the ability for the server to handle client paging requests via a handler. 15 * Add a helper factory method for creating a proxy LDAP server. 19 * Add integration tests for the LDAP server / proxy. 28 * Add initial SASL support with a limited set of mechanisms (DIGEST-MD5, CRAM-MD5, PLAIN, ANONYMOUS… 42 * Add a DirSync helper class for Active Directory. 43 * Add Active Directory specific controls: ExpectedEntryCount, SetOwner, ADPolicyHints, ShowDeleted,… 44 * Add a range retrieval helper class to make it easier to work with ranged results from Active Dire… 45 * Add a "rename()" convenience method to the LdapClient. [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/math/ |
| D | CHANGELOG.md | 3 …* Arithmetic: Add more constants. (Julien Bianchi and Matthieu de Laubrie, 2017-01-20T09:54:56+01:… 9 * Documentation: Add PSIH & PMSIpilot as projects. (Ivan Enderlin, 2016-10-27T14:45:07+02:00) 11 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T08:04:19+02:00) 12 * Documentation: Add a related project. (Ivan Enderlin, 2016-10-18T15:23:32+02:00) 18 * Test: Add the Github #47 test case. (Ivan Enderlin, 2016-08-29T15:25:02+02:00) 20 * Arithmetic: Add the `round` function. (Zack Katz, 2016-08-11T14:58:17-06:00) 31 * Test: Add a test case for github/36. (Ivan Enderlin, 2016-01-29T16:13:38+01:00) 56 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:38:11+02:00) 64 * Add the `CHANGELOG.md` file. (Ivan Enderlin, 2015-02-23T09:26:08+01:00) 65 * Add `require-dev` with `hoa/test`. (Ivan Enderlin, 2015-01-29T14:53:44+01:00) [all …]
|
| /plugin/syntaxhighlighter3/ |
| D | CHANGELOG.md | 11 * Add ANT build tools 12 * Add StyleCI and Codacy 22 * Add documentation from plugin page 27 * Add build bash script 28 * Add archives releases 33 * Add screenshots 34 * Add .editorconfig 36 * Add build tools 54 * Add support for block title attribute.
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | CHANGELOG.md | 4 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:58:13+02:00) 19 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:49:32+02:00) 46 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-19T09:11:32+01:00) 47 * Add `require-dev` with `hoa/test`. (Ivan Enderlin, 2015-01-29T14:55:20+01:00) 48 * Add `hoa string:fromcode` and `hoa string:tocode`. (Ivan Enderlin, 2015-01-23T22:29:55+01:00) 50 …* Add examples, present new features and update links in the documentation. (Ivan Enderlin, 2015-0… 54 * Add more tests for Math symbols. (Ivan Enderlin, 2015-01-06T11:22:53+01:00) 55 * Add emoji and other symbols supports to `toAscii`. (Ivan Enderlin, 2015-01-06T11:17:32+01:00) 57 * Add transliterator support. (Ivan Enderlin, 2015-01-06T10:57:30+01:00) 63 * Add tests for `Hoa\String\Search`. (Ivan Enderlin, 2014-12-23T14:15:21+01:00) [all …]
|
| /plugin/wysiwyg/fckeditor/_samples/html/ |
| D | sample06.config.js | 42 FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ; 43 FCKConfig.Plugins.Add( 'samples' ) ; 47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ; 48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ; 49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
|
| /plugin/grensladawritezor/fckeditor/_samples/html/ |
| D | sample06.config.js | 42 FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ; 43 FCKConfig.Plugins.Add( 'samples' ) ; 47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ; 48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ; 49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
|
| /plugin/dokutexit/help/ |
| D | texit.txt | 11 ===== Add some Latex ===== 28 ^title |Add to PDF properties & Latex document title | string | first level one header | 29 ^subject |Add to PDF properties | string | title is used | 30 ^author |Add to PDF properties & Latex document | string| no default| 31 ^keywords |Add to PDF properties | string | no default| 33 ^recurse |Add internals links as appendix | on/off/chapter | off | 34 ^recurse_file |Add internals media non image as appendix | on/off | off | 35 ^backgroundtext |Add background text on each page | string | DOKU_URL |
|
| /plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
| D | mmultiscripts.js | 19 …Add(j,Math.max(0,l),0);if(!e&&!i){m=Math.max(m,c.TeX.sub1*N,H.subscriptshift);if(k){m=Math.max(m,k…
|
| D | menclose.js | 19 …Add(b.FRAME(u,A,k,z,"solid",g.mathcolor,{rx:Math.floor(Math.min(u+A-z,k-z)/4)}));break;case a.NOTA…
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
| D | CHANGES.md | 52 * Add full PHP 7.1 Support (thanks @prolic) 77 * Add Variadics support (thanks @pamil) 78 * Add ProphecyComparator for comparing objects that need revealing (thanks @jon-acker) 79 * Add ApproximateValueToken (thanks @dantleech) 80 * Add support for 'self' and 'parent' return type (thanks @bendavies) 81 * Add __invoke to allowed reflectable methods list (thanks @ftrrtf) 95 * Add support for PHP7 scalar type hints (thanks @trowski) 96 * Add support for PHP7 return types (thanks @trowski) 110 * Add ability to specify which argument is returned in willReturnArgument (thanks @coderbyheart) 111 * Add more information to MethodNotFound exceptions (thanks @ciaranmcnulty) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | CHANGELOG.md | 3 * Documentation: Add details about stream context. (Ivan Enderlin, 2017-02-21T16:56:47+01:00) 6 * Documentation: Add a link to php.net/context.http. (Ivan Enderlin, 2017-02-20T10:12:26+01:00) 13 * Documentation: Add inline explanations about `@`. (Ivan Enderlin, 2017-02-13T11:55:24+01:00) 26 * Stream: Add the `hasBeenDeferred` method. (Ivan Enderlin, 2017-02-03T11:03:21+01:00) 31 * Filter: Add an exception & update documentation. (Ivan Enderlin, 2017-02-02T14:46:36+01:00) 62 * Build: Add `hoa/test` to `require-dev`. (Ivan Enderlin, 2016-12-13T17:04:33+01:00) 78 * Add a `Stream` interface. (Metalaka, 2015-10-31T15:36:45+01:00) 99 * Add the `hasTimedOut` method. (Ivan Enderlin, 2015-08-28T09:27:15+02:00) 100 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:47:27+02:00) 108 * Add `stream_metadata` in the stream wrapper. (Ivan Enderlin, 2015-03-24T10:05:41+01:00) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/ |
| D | CHANGELOG.md | 35 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:33:46+02:00) 43 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-20T09:38:07+01:00) 58 * Add a note about Lookbehind. (Ivan Enderlin, 2014-11-07T14:28:33+01:00) 61 * Add tests. (Ivan Enderlin, 2014-09-28T21:41:45+02:00) 73 * Add the `CallbackGenerator` iterator. (Ivan Enderlin, 2014-09-29T09:34:07+02:00) 78 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:40+02:00) 83 * Add the installation section. (Ivan Enderlin, 2014-09-17T16:57:53+02:00)
|
| /plugin/fckg/fckeditor/ |
| D | fckconfig.js | 137 FCKConfig.Plugins.Add('tableformat') ; 138 FCKConfig.Plugins.Add('plugintool', 'en,fr,nl') ; 139 FCKConfig.Plugins.Add( 'paradelete' ) ; 140 FCKConfig.Plugins.Add( 'range' ) ; 141 FCKConfig.Plugins.Add( 'insertHtmlCode') ; // this is the footnote plugin 142 FCKConfig.Plugins.Add( 'geshi') ; 143 FCKConfig.Plugins.Add( 'fonts', 'en,nl') ; 144 FCKConfig.Plugins.Add('keyboard') ; 145 FCKConfig.Plugins.Add('signature') ;
|
| /plugin/adfs/phpsaml/ |
| D | CHANGELOG | 4 * Add setSchemasPath to Auth class and fix backward compatibility 29 …out service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualif… 30 * Add support for Subjects on AuthNRequests by the new parameter 38 * Add parameter to the decryptElement method to make optional the formatting 47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely … 48 * Add getAttributesWithFriendlyName method which returns the set of SAML attributes indexed by Frie… 55 * Add an extra filter to the url to be used on redirection 63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif… 96 * Add hooks to retrieve last-sent and last-received requests and responses 98 * Add DigestAlgorithm support on addSign [all …]
|
| /plugin/saml/phpsaml/ |
| D | CHANGELOG | 4 * Add setSchemasPath to Auth class and fix backward compatibility 29 …out service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualif… 30 * Add support for Subjects on AuthNRequests by the new parameter 38 * Add parameter to the decryptElement method to make optional the formatting 47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely … 48 * Add getAttributesWithFriendlyName method which returns the set of SAML attributes indexed by Frie… 55 * Add an extra filter to the url to be used on redirection 63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif… 96 * Add hooks to retrieve last-sent and last-received requests and responses 98 * Add DigestAlgorithm support on addSign [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/exception/ |
| D | CHANGELOG.md | 20 * Add a `.gitignore` file. (Metalaka, 2015-11-21T17:39:21+01:00) 21 * Test: Add test cases for the uncaught handler. (Ivan Enderlin, 2015-11-18T21:48:20+01:00) 22 * Idle: Add uncaught handler. (Ivan Enderlin, 2015-11-18T21:47:40+01:00) 23 * README: Add a better description and new usages. (Ivan Enderlin, 2015-11-18T21:36:03+01:00)
|
| /plugin/findologicxmlexport/vendor/hoa/visitor/ |
| D | CHANGELOG.md | 16 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:50:31+02:00) 24 * Add the `CHANGELOG.md` file. (Ivan Enderlin, 2015-02-26T08:33:18+01:00) 42 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:51+02:00) 47 * Add the installation section. (Ivan Enderlin, 2014-09-17T17:10:30+02:00)
|
| /plugin/securelogin/ |
| D | TODO | 5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out) 9 ## Add SHA256 verification codes. 11 Add sha256 sums to the HTML, to have the browser check that they have not been tampered with in tra…
|
| /plugin/dokumicrobugtracker/ |
| D | CHANGELOG | 3 Version 2010-08-16 Add report to user saying that bug is well saved (#4) 4 Version 2010-08-17 Add several feature, email notification, delete (for admin only), dynamic captc… 8 Version 2011-02-18 Fix #16, #20 : Add missing / and table class inline. 12 Version 2011-08-30 Implement list option for Status, Add default stylesheet, Column size are now r…
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/ |
| D | CHANGELOG.md | 10 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:49:56+02:00) 11 * Documentation: Add a Research papers Section. (Ivan Enderlin, 2016-10-24T16:07:32+02:00) 18 * Documentation: Add the Research papers Section. (Ivan Enderlin, 2016-08-15T14:13:30+02:00) 48 * Test: Add test case for the `isInfinite` method. (Ivan Enderlin, 2016-08-12T08:06:15+02:00) 78 * Llk: Add the `parser.lookahead` pragma. (Ivan Enderlin, 2016-02-22T10:23:37+01:00) 120 * Add skip token generation. (Metalaka, 2014-08-25T17:09:56+02:00) 121 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:22:38+02:00) 129 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-17T09:33:56+01:00) 148 * Add the `getCompiler` method. (Ivan Enderlin, 2014-09-29T09:52:51+02:00) 151 * Add soundness test. (Ivan Enderlin, 2014-09-28T22:09:20+02:00) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | CHANGELOG.md | 27 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:43:58+02:00) 36 * Add the `CHANGELOG.md` file. (Ivan Enderlin, 2015-02-24T09:46:53+01:00) 54 * Add a `README.md` and a `.State` files. (Ivan Enderlin, 2014-11-13T20:47:33+01:00) 59 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:56:13+02:00)
|
| /plugin/pureldap/vendor/freedsx/socket/ |
| H A D | CHANGELOG.md | 28 * Add PHPStan to CI runs at level 6. 45 * Add UDP client / server functionality. 47 * Add a buffer size option.
|