├── c#
├── .vs
│ └── MoMo
│ │ └── v15
│ │ ├── sqlite3
│ │ ├── db.lock
│ │ └── storage.ide
│ │ ├── Server
│ │ └── sqlite3
│ │ │ ├── db.lock
│ │ │ └── storage.ide
│ │ └── .suo
├── MoMo.v11.suo
├── MoMo
│ ├── log4net.dll
│ ├── images
│ │ ├── About.png
│ │ ├── Exit.png
│ │ ├── momo.ico
│ │ ├── Explorer.png
│ │ └── Password.png
│ ├── lib
│ │ ├── log4net.dll
│ │ └── Newtonsoft.Json.dll
│ ├── Newtonsoft.Json.dll
│ ├── app.config
│ ├── MoMo.csproj.user
│ ├── log4net.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── PaymentRequest.cs
├── QuickPay
│ ├── obj
│ │ ├── Debug
│ │ │ └── netcoreapp3.1
│ │ │ │ ├── QuickPay.genruntimeconfig.cache
│ │ │ │ ├── QuickPay.AssemblyInfoInputs.cache
│ │ │ │ ├── QuickPay.csproj.CoreCompileInputs.cache
│ │ │ │ ├── QuickPay
│ │ │ │ ├── QuickPay.dll
│ │ │ │ ├── QuickPay.pdb
│ │ │ │ ├── QuickPay.assets.cache
│ │ │ │ ├── QuickPay.csprojAssemblyReference.cache
│ │ │ │ ├── QuickPay.csproj.AssemblyReference.cache
│ │ │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs
│ │ │ │ ├── QuickPay.AssemblyInfo.cs
│ │ │ │ └── QuickPay.csproj.FileListAbsolute.txt
│ │ ├── QuickPay.csproj.nuget.g.targets
│ │ ├── project.nuget.cache
│ │ ├── QuickPay.csproj.nuget.g.props
│ │ ├── project.assets.json
│ │ └── QuickPay.csproj.nuget.dgspec.json
│ ├── QuickPay.csproj
│ └── model
│ │ └── QuickPayRequest.cs
├── CollectionLink
│ ├── obj
│ │ ├── Debug
│ │ │ └── netcoreapp3.1
│ │ │ │ ├── CollectionLink.AssemblyInfoInputs.cache
│ │ │ │ ├── CollectionLink.genruntimeconfig.cache
│ │ │ │ ├── CollectionLink.csproj.CoreCompileInputs.cache
│ │ │ │ ├── CollectionLink
│ │ │ │ ├── CollectionLink.dll
│ │ │ │ ├── CollectionLink.pdb
│ │ │ │ ├── CollectionLink.assets.cache
│ │ │ │ ├── CollectionLink.csprojAssemblyReference.cache
│ │ │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs
│ │ │ │ ├── CollectionLink.AssemblyInfo.cs
│ │ │ │ └── CollectionLink.csproj.FileListAbsolute.txt
│ │ ├── CollectionLink.csproj.nuget.g.targets
│ │ ├── project.nuget.cache
│ │ ├── CollectionLink.csproj.nuget.g.props
│ │ └── project.assets.json
│ ├── CollectionLink.csproj
│ └── model
│ │ └── CollectionLinkRequest.cs
└── MoMo.sln
├── php
├── statics
│ ├── jquery
│ │ ├── src
│ │ │ ├── var
│ │ │ │ ├── arr.js
│ │ │ │ ├── document.js
│ │ │ │ ├── getProto.js
│ │ │ │ ├── push.js
│ │ │ │ ├── slice.js
│ │ │ │ ├── class2type.js
│ │ │ │ ├── concat.js
│ │ │ │ ├── indexOf.js
│ │ │ │ ├── pnum.js
│ │ │ │ ├── fnToString.js
│ │ │ │ ├── toString.js
│ │ │ │ ├── documentElement.js
│ │ │ │ ├── hasOwn.js
│ │ │ │ ├── support.js
│ │ │ │ ├── ObjectFunctionString.js
│ │ │ │ ├── isWindow.js
│ │ │ │ ├── rcssNum.js
│ │ │ │ ├── rnothtmlwhite.js
│ │ │ │ └── isFunction.js
│ │ │ ├── selector.js
│ │ │ ├── .eslintrc.json
│ │ │ ├── ajax
│ │ │ │ ├── var
│ │ │ │ │ ├── nonce.js
│ │ │ │ │ ├── rquery.js
│ │ │ │ │ └── location.js
│ │ │ │ ├── parseXML.js
│ │ │ │ └── script.js
│ │ │ ├── css
│ │ │ │ ├── var
│ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ ├── rboxStyle.js
│ │ │ │ │ ├── rnumnonpx.js
│ │ │ │ │ ├── getStyles.js
│ │ │ │ │ ├── swap.js
│ │ │ │ │ └── isHiddenWithinTree.js
│ │ │ │ ├── hiddenVisibleSelectors.js
│ │ │ │ ├── addGetHookIf.js
│ │ │ │ └── curCSS.js
│ │ │ ├── data
│ │ │ │ └── var
│ │ │ │ │ ├── dataPriv.js
│ │ │ │ │ ├── dataUser.js
│ │ │ │ │ └── acceptData.js
│ │ │ ├── manipulation
│ │ │ │ ├── var
│ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ ├── rtagName.js
│ │ │ │ │ └── rscriptType.js
│ │ │ │ ├── _evalUrl.js
│ │ │ │ ├── setGlobalEval.js
│ │ │ │ ├── getAll.js
│ │ │ │ ├── wrapMap.js
│ │ │ │ └── support.js
│ │ │ ├── core
│ │ │ │ ├── var
│ │ │ │ │ └── rsingleTag.js
│ │ │ │ ├── nodeName.js
│ │ │ │ ├── readyException.js
│ │ │ │ ├── stripAndCollapse.js
│ │ │ │ ├── toType.js
│ │ │ │ ├── camelCase.js
│ │ │ │ ├── DOMEval.js
│ │ │ │ ├── support.js
│ │ │ │ ├── access.js
│ │ │ │ └── parseHTML.js
│ │ │ ├── traversing
│ │ │ │ └── var
│ │ │ │ │ ├── rneedsContext.js
│ │ │ │ │ ├── siblings.js
│ │ │ │ │ └── dir.js
│ │ │ ├── event
│ │ │ │ ├── support.js
│ │ │ │ ├── ajax.js
│ │ │ │ ├── alias.js
│ │ │ │ └── focusin.js
│ │ │ ├── attributes.js
│ │ │ ├── effects
│ │ │ │ └── animatedSelector.js
│ │ │ ├── selector-sizzle.js
│ │ │ ├── deferred
│ │ │ │ └── exceptionHook.js
│ │ │ ├── queue
│ │ │ │ └── delay.js
│ │ │ ├── exports
│ │ │ │ ├── global.js
│ │ │ │ └── amd.js
│ │ │ ├── jquery.js
│ │ │ ├── attributes
│ │ │ │ └── support.js
│ │ │ └── wrap.js
│ │ ├── bower.json
│ │ ├── .bower.json
│ │ ├── LICENSE.txt
│ │ └── external
│ │ │ └── sizzle
│ │ │ └── LICENSE.txt
│ ├── moment
│ │ ├── src
│ │ │ ├── lib
│ │ │ │ ├── utils
│ │ │ │ │ ├── mod.js
│ │ │ │ │ ├── is-undefined.js
│ │ │ │ │ ├── has-own-prop.js
│ │ │ │ │ ├── is-date.js
│ │ │ │ │ ├── is-array.js
│ │ │ │ │ ├── is-number.js
│ │ │ │ │ ├── is-function.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── abs-ceil.js
│ │ │ │ │ ├── abs-round.js
│ │ │ │ │ ├── abs-floor.js
│ │ │ │ │ ├── is-object.js
│ │ │ │ │ ├── defaults.js
│ │ │ │ │ ├── to-int.js
│ │ │ │ │ ├── zero-fill.js
│ │ │ │ │ ├── hooks.js
│ │ │ │ │ ├── is-object-empty.js
│ │ │ │ │ ├── keys.js
│ │ │ │ │ ├── index-of.js
│ │ │ │ │ ├── extend.js
│ │ │ │ │ ├── some.js
│ │ │ │ │ ├── compare-arrays.js
│ │ │ │ │ └── deprecate.js
│ │ │ │ ├── locale
│ │ │ │ │ ├── pre-post-format.js
│ │ │ │ │ ├── constructor.js
│ │ │ │ │ ├── invalid.js
│ │ │ │ │ ├── ordinal.js
│ │ │ │ │ ├── calendar.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── formats.js
│ │ │ │ │ ├── relative.js
│ │ │ │ │ ├── locale.js
│ │ │ │ │ ├── base-config.js
│ │ │ │ │ └── set.js
│ │ │ │ ├── moment
│ │ │ │ │ ├── now.js
│ │ │ │ │ ├── clone.js
│ │ │ │ │ ├── creation-data.js
│ │ │ │ │ ├── valid.js
│ │ │ │ │ ├── to.js
│ │ │ │ │ ├── from.js
│ │ │ │ │ ├── moment.js
│ │ │ │ │ ├── to-type.js
│ │ │ │ │ ├── locale.js
│ │ │ │ │ ├── calendar.js
│ │ │ │ │ └── start-end-of.js
│ │ │ │ ├── duration
│ │ │ │ │ ├── clone.js
│ │ │ │ │ ├── duration.js
│ │ │ │ │ ├── abs.js
│ │ │ │ │ ├── add-subtract.js
│ │ │ │ │ ├── get.js
│ │ │ │ │ ├── valid.js
│ │ │ │ │ └── constructor.js
│ │ │ │ ├── create
│ │ │ │ │ ├── local.js
│ │ │ │ │ ├── utc.js
│ │ │ │ │ ├── from-object.js
│ │ │ │ │ ├── date-from-array.js
│ │ │ │ │ ├── parsing-flags.js
│ │ │ │ │ ├── check-overflow.js
│ │ │ │ │ ├── valid.js
│ │ │ │ │ └── from-string-and-array.js
│ │ │ │ ├── units
│ │ │ │ │ ├── constants.js
│ │ │ │ │ ├── timezone.js
│ │ │ │ │ ├── priorities.js
│ │ │ │ │ ├── units.js
│ │ │ │ │ ├── timestamp.js
│ │ │ │ │ ├── minute.js
│ │ │ │ │ ├── second.js
│ │ │ │ │ ├── quarter.js
│ │ │ │ │ ├── aliases.js
│ │ │ │ │ ├── day-of-year.js
│ │ │ │ │ └── day-of-month.js
│ │ │ │ └── parse
│ │ │ │ │ └── token.js
│ │ │ └── locale
│ │ │ │ ├── ar-tn.js
│ │ │ │ ├── uz.js
│ │ │ │ ├── ar-kw.js
│ │ │ │ ├── tzm.js
│ │ │ │ ├── ar-dz.js
│ │ │ │ ├── uz-latn.js
│ │ │ │ ├── da.js
│ │ │ │ ├── sw.js
│ │ │ │ ├── nn.js
│ │ │ │ ├── tzm-latn.js
│ │ │ │ ├── mt.js
│ │ │ │ ├── fo.js
│ │ │ │ ├── ar-ma.js
│ │ │ │ ├── yo.js
│ │ │ │ ├── en-il.js
│ │ │ │ ├── tl-ph.js
│ │ │ │ ├── bm.js
│ │ │ │ └── en-ca.js
│ │ ├── templates
│ │ │ ├── default.js
│ │ │ ├── locale-header.js
│ │ │ └── test-header.js
│ │ ├── bower.json
│ │ ├── .bower.json
│ │ └── LICENSE
│ └── eonasdan-bootstrap-datetimepicker
│ │ ├── src
│ │ ├── nuget
│ │ │ ├── NuGet.exe
│ │ │ └── install.ps1
│ │ ├── sass
│ │ │ └── bootstrap-datetimepicker-build.scss
│ │ └── less
│ │ │ └── bootstrap-datetimepicker-build.less
│ │ ├── docs
│ │ ├── theme
│ │ │ ├── favicon.ico
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ ├── favicon-96x96.png
│ │ │ ├── mstile-70x70.png
│ │ │ ├── mstile-144x144.png
│ │ │ ├── mstile-150x150.png
│ │ │ ├── mstile-310x150.png
│ │ │ ├── mstile-310x310.png
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── android-chrome-36x36.png
│ │ │ ├── android-chrome-48x48.png
│ │ │ ├── android-chrome-72x72.png
│ │ │ ├── android-chrome-96x96.png
│ │ │ ├── android-chrome-144x144.png
│ │ │ ├── android-chrome-192x192.png
│ │ │ ├── apple-touch-icon-57x57.png
│ │ │ ├── apple-touch-icon-60x60.png
│ │ │ ├── apple-touch-icon-72x72.png
│ │ │ ├── apple-touch-icon-76x76.png
│ │ │ ├── apple-touch-icon-114x114.png
│ │ │ ├── apple-touch-icon-120x120.png
│ │ │ ├── apple-touch-icon-144x144.png
│ │ │ ├── apple-touch-icon-152x152.png
│ │ │ ├── apple-touch-icon-180x180.png
│ │ │ ├── apple-touch-icon-precomposed.png
│ │ │ ├── content.html
│ │ │ ├── browserconfig.xml
│ │ │ ├── toc.html
│ │ │ ├── css
│ │ │ │ └── prettify-1.0.css
│ │ │ ├── manifest.json
│ │ │ └── js
│ │ │ │ └── base.js
│ │ ├── Version 4 Changelog.md
│ │ ├── Version 4 Contributors guide.md
│ │ └── FAQ.md
│ │ ├── component.json
│ │ ├── composer.json
│ │ ├── README.md
│ │ ├── bower.json
│ │ ├── LICENSE
│ │ ├── .bower.json
│ │ ├── package.json
│ │ └── CONTRIBUTING.md
├── config.json
├── common
│ └── helper.php
└── README.md
├── .gitignore
├── ruby
├── RSAExample.rb
└── mykey.pem
├── python
├── mykey.pem
└── RSAExample.py
├── .github
└── ISSUE_TEMPLATE
│ ├── feature_request.md
│ └── bug_report.md
├── nodejs
├── package-lock.json
├── AES_Test.js
└── RSAExample.js
└── README.md
/c#/.vs/MoMo/v15/sqlite3/db.lock:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/c#/.vs/MoMo/v15/Server/sqlite3/db.lock:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/c#/MoMo.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo.v11.suo
--------------------------------------------------------------------------------
/c#/MoMo/log4net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/log4net.dll
--------------------------------------------------------------------------------
/c#/.vs/MoMo/v15/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/.vs/MoMo/v15/.suo
--------------------------------------------------------------------------------
/c#/MoMo/images/About.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/images/About.png
--------------------------------------------------------------------------------
/c#/MoMo/images/Exit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/images/Exit.png
--------------------------------------------------------------------------------
/c#/MoMo/images/momo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/images/momo.ico
--------------------------------------------------------------------------------
/c#/MoMo/lib/log4net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/lib/log4net.dll
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/arr.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return [];
5 | } );
6 |
--------------------------------------------------------------------------------
/c#/MoMo/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/c#/MoMo/images/Explorer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/images/Explorer.png
--------------------------------------------------------------------------------
/c#/MoMo/images/Password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/images/Password.png
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.genruntimeconfig.cache:
--------------------------------------------------------------------------------
1 | 86c8e15dd33445635927cfaf398408205fd11473
2 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/selector.js:
--------------------------------------------------------------------------------
1 | define( [ "./selector-sizzle" ], function() {
2 | "use strict";
3 | } );
4 |
--------------------------------------------------------------------------------
/c#/MoMo/lib/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/MoMo/lib/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 18c89548d6657ee6fa00d605fe72565eef6ca434
2 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "root": true,
3 |
4 | "extends": "../.eslintrc-browser.json"
5 | }
6 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 0dd15c6fc740e7a0ecd3038e2bafd7770794c063
2 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/ajax/var/nonce.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return Date.now();
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/ajax/var/rquery.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return ( /\?/ );
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/mod.js:
--------------------------------------------------------------------------------
1 | export default function mod(n, x) {
2 | return ((n % x) + x) % x;
3 | }
4 |
--------------------------------------------------------------------------------
/c#/.vs/MoMo/v15/sqlite3/storage.ide:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/.vs/MoMo/v15/sqlite3/storage.ide
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 8c8ba760bef2ea4dccfc0f8272f451eae0942e8b
2 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.genruntimeconfig.cache:
--------------------------------------------------------------------------------
1 | 86c8e15dd33445635927cfaf398408205fd11473
2 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/document.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return window.document;
5 | } );
6 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | d657ad78bd40307a5416f53f980ffcf10c7f74fc
2 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/ajax/var/location.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return window.location;
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/getProto.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return Object.getPrototypeOf;
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/locale/pre-post-format.js:
--------------------------------------------------------------------------------
1 | export function preParsePostFormat (string) {
2 | return string;
3 | }
4 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/moment/now.js:
--------------------------------------------------------------------------------
1 | export var now = function () {
2 | return Date.now ? Date.now() : +(new Date());
3 | };
4 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-undefined.js:
--------------------------------------------------------------------------------
1 | export default function isUndefined(input) {
2 | return input === void 0;
3 | }
4 |
--------------------------------------------------------------------------------
/c#/.vs/MoMo/v15/Server/sqlite3/storage.ide:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/.vs/MoMo/v15/Server/sqlite3/storage.ide
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/push.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | "use strict";
5 |
6 | return arr.push;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/slice.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | "use strict";
5 |
6 | return arr.slice;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/class2type.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | // [[Class]] -> type pairs
5 | return {};
6 | } );
7 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/concat.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | "use strict";
5 |
6 | return arr.concat;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/indexOf.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | "use strict";
5 |
6 | return arr.indexOf;
7 | } );
8 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.dll
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.pdb
--------------------------------------------------------------------------------
/php/statics/jquery/src/css/var/cssExpand.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return [ "Top", "Right", "Bottom", "Left" ];
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/data/var/dataPriv.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../Data"
3 | ], function( Data ) {
4 | "use strict";
5 |
6 | return new Data();
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/data/var/dataUser.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../Data"
3 | ], function( Data ) {
4 | "use strict";
5 |
6 | return new Data();
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/manipulation/var/rcheckableType.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return ( /^(?:checkbox|radio)$/i );
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/pnum.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
5 | } );
6 |
--------------------------------------------------------------------------------
/php/config.json:
--------------------------------------------------------------------------------
1 | {
2 | "partnerCode": "MOMOBKUN20180529",
3 | "accessKey": "klm05TvNBzhg7h7j",
4 | "secretKey": "at67qH6mk8w5Y1nAyMoYKMWACiEi2bsa"
5 | }
--------------------------------------------------------------------------------
/php/statics/jquery/src/manipulation/var/rtagName.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
5 | } );
6 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/fnToString.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./hasOwn"
3 | ], function( hasOwn ) {
4 | "use strict";
5 |
6 | return hasOwn.toString;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/locale/constructor.js:
--------------------------------------------------------------------------------
1 | export function Locale(config) {
2 | if (config != null) {
3 | this.set(config);
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/moment/clone.js:
--------------------------------------------------------------------------------
1 | import { Moment } from './constructor';
2 |
3 | export function clone () {
4 | return new Moment(this);
5 | }
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/has-own-prop.js:
--------------------------------------------------------------------------------
1 | export default function hasOwnProp(a, b) {
2 | return Object.prototype.hasOwnProperty.call(a, b);
3 | }
4 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink
--------------------------------------------------------------------------------
/php/statics/jquery/src/manipulation/var/rscriptType.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return ( /^$|^module$|\/(?:java|ecma)script/i );
5 | } );
6 |
--------------------------------------------------------------------------------
/c#/MoMo/app.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.assets.cache
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/toString.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./class2type"
3 | ], function( class2type ) {
4 | "use strict";
5 |
6 | return class2type.toString;
7 | } );
8 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.dll
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.pdb
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/documentElement.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./document"
3 | ], function( document ) {
4 | "use strict";
5 |
6 | return document.documentElement;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/hasOwn.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./class2type"
3 | ], function( class2type ) {
4 | "use strict";
5 |
6 | return class2type.hasOwnProperty;
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/support.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | // All support tests are defined in their respective modules.
5 | return {};
6 | } );
7 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/duration/clone.js:
--------------------------------------------------------------------------------
1 | import { createDuration } from './create';
2 |
3 | export function clone () {
4 | return createDuration(this);
5 | }
6 |
7 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/locale/invalid.js:
--------------------------------------------------------------------------------
1 | export var defaultInvalidDate = 'Invalid date';
2 |
3 | export function invalidDate () {
4 | return this._invalidDate;
5 | }
6 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | **/.idea
2 | **/.DS_Store
3 | **/*.imlnodejs/node_modules/*
4 | c#/MoMo/bin/*
5 | c#/MoMo/obj/Debug
6 | **/.project
7 | **/*.iml
8 | **/.idea
9 | **/bin/*
10 | .vs
11 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/src/nuget/NuGet.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/src/nuget/NuGet.exe
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/ObjectFunctionString.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./fnToString"
3 | ], function( fnToString ) {
4 | "use strict";
5 |
6 | return fnToString.call( Object );
7 | } );
8 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.assets.cache
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon.ico
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-date.js:
--------------------------------------------------------------------------------
1 | export default function isDate(input) {
2 | return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
3 | }
4 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/css/var/rboxStyle.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./cssExpand"
3 | ], function( cssExpand ) {
4 | "use strict";
5 |
6 | return new RegExp( cssExpand.join( "|" ), "i" );
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/isWindow.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return function isWindow( obj ) {
5 | return obj != null && obj === obj.window;
6 | };
7 |
8 | } );
9 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-array.js:
--------------------------------------------------------------------------------
1 | export default function isArray(input) {
2 | return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';
3 | }
4 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-16x16.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-32x32.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-96x96.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-70x70.png
--------------------------------------------------------------------------------
/php/statics/jquery/src/css/var/rnumnonpx.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../../var/pnum"
3 | ], function( pnum ) {
4 | "use strict";
5 |
6 | return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
7 | } );
8 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-number.js:
--------------------------------------------------------------------------------
1 | export default function isNumber(input) {
2 | return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';
3 | }
4 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.csproj.AssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/QuickPay/obj/Debug/netcoreapp3.1/QuickPay.csproj.AssemblyReference.cache
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-144x144.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-150x150.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x150.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x310.png
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-function.js:
--------------------------------------------------------------------------------
1 | export default function isFunction(input) {
2 | return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';
3 | }
4 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-36x36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-36x36.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-48x48.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-72x72.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-96x96.png
--------------------------------------------------------------------------------
/php/statics/jquery/src/core/var/rsingleTag.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | // Match a standalone tag
5 | return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
6 | } );
7 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/traversing/var/rneedsContext.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../../core",
3 | "../../selector"
4 | ], function( jQuery ) {
5 | "use strict";
6 |
7 | return jQuery.expr.match.needsContext;
8 | } );
9 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-144x144.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-192x192.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-57x57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-57x57.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-60x60.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-72x72.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-76x76.png
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/rcssNum.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../var/pnum"
3 | ], function( pnum ) {
4 |
5 | "use strict";
6 |
7 | return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
8 |
9 | } );
10 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/map.js:
--------------------------------------------------------------------------------
1 | export default function map(arr, fn) {
2 | var res = [], i;
3 | for (i = 0; i < arr.length; ++i) {
4 | res.push(fn(arr[i], i));
5 | }
6 | return res;
7 | }
8 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/c#/CollectionLink/obj/Debug/netcoreapp3.1/CollectionLink.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-114x114.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-114x114.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-120x120.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-144x144.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-152x152.png
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-180x180.png
--------------------------------------------------------------------------------
/php/statics/jquery/src/event/support.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../var/support"
3 | ], function( support ) {
4 |
5 | "use strict";
6 |
7 | support.focusin = "onfocusin" in window;
8 |
9 | return support;
10 |
11 | } );
12 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/abs-ceil.js:
--------------------------------------------------------------------------------
1 | export default function absCeil (number) {
2 | if (number < 0) {
3 | return Math.floor(number);
4 | } else {
5 | return Math.ceil(number);
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/momo-wallet/payment/HEAD/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/c#/QuickPay/QuickPay.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Exe
5 | netcoreapp3.1
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/src/nuget/install.ps1:
--------------------------------------------------------------------------------
1 | # install.ps1
2 | $DTE.ItemOperations.Navigate("https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1128", $DTE.vsNavigateOptions.vsNavigateOptionsNewWindow)
3 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/abs-round.js:
--------------------------------------------------------------------------------
1 | export default function absRound (number) {
2 | if (number < 0) {
3 | return Math.round(-1 * number) * -1;
4 | } else {
5 | return Math.round(number);
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/create/local.js:
--------------------------------------------------------------------------------
1 | import { createLocalOrUTC } from './from-anything';
2 |
3 | export function createLocal (input, format, locale, strict) {
4 | return createLocalOrUTC(input, format, locale, strict, false);
5 | }
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/create/utc.js:
--------------------------------------------------------------------------------
1 | import { createLocalOrUTC } from './from-anything';
2 |
3 | export function createUTC (input, format, locale, strict) {
4 | return createLocalOrUTC(input, format, locale, strict, true).utc();
5 | }
6 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/locale/ordinal.js:
--------------------------------------------------------------------------------
1 | export var defaultOrdinal = '%d';
2 | export var defaultDayOfMonthOrdinalParse = /\d{1,2}/;
3 |
4 | export function ordinal (number) {
5 | return this._ordinal.replace('%d', number);
6 | }
7 |
8 |
--------------------------------------------------------------------------------
/c#/CollectionLink/CollectionLink.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Exe
5 | netcoreapp3.1
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/abs-floor.js:
--------------------------------------------------------------------------------
1 | export default function absFloor (number) {
2 | if (number < 0) {
3 | // -0 -> 0
4 | return Math.ceil(number) || 0;
5 | } else {
6 | return Math.floor(number);
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/rnothtmlwhite.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | // Only count HTML whitespace
5 | // Other whitespace should count in values
6 | // https://infra.spec.whatwg.org/#ascii-whitespace
7 | return ( /[^\x20\t\r\n\f]+/g );
8 | } );
9 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/core/nodeName.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 |
3 | "use strict";
4 |
5 | function nodeName( elem, name ) {
6 |
7 | return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
8 |
9 | };
10 |
11 | return nodeName;
12 |
13 | } );
14 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/core/readyException.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../core"
3 | ], function( jQuery ) {
4 |
5 | "use strict";
6 |
7 | jQuery.readyException = function( error ) {
8 | window.setTimeout( function() {
9 | throw error;
10 | } );
11 | };
12 |
13 | } );
14 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
5 |
--------------------------------------------------------------------------------
/php/statics/jquery/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "jquery",
3 | "main": "dist/jquery.js",
4 | "license": "MIT",
5 | "ignore": [
6 | "package.json"
7 | ],
8 | "keywords": [
9 | "jquery",
10 | "javascript",
11 | "browser",
12 | "library"
13 | ]
14 | }
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/moment/creation-data.js:
--------------------------------------------------------------------------------
1 | export function creationData() {
2 | return {
3 | input: this._i,
4 | format: this._f,
5 | locale: this._locale,
6 | isUTC: this._isUTC,
7 | strict: this._strict
8 | };
9 | }
10 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-object.js:
--------------------------------------------------------------------------------
1 | export default function isObject(input) {
2 | // IE8 will treat undefined and null as object if it wasn't for
3 | // input != null
4 | return input != null && Object.prototype.toString.call(input) === '[object Object]';
5 | }
6 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
5 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/units/constants.js:
--------------------------------------------------------------------------------
1 | export var YEAR = 0;
2 | export var MONTH = 1;
3 | export var DATE = 2;
4 | export var HOUR = 3;
5 | export var MINUTE = 4;
6 | export var SECOND = 5;
7 | export var MILLISECOND = 6;
8 | export var WEEK = 7;
9 | export var WEEKDAY = 8;
10 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/defaults.js:
--------------------------------------------------------------------------------
1 | // Pick the first defined of two or three arguments.
2 | export default function defaults(a, b, c) {
3 | if (a != null) {
4 | return a;
5 | }
6 | if (b != null) {
7 | return b;
8 | }
9 | return c;
10 | }
11 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/content.html:
--------------------------------------------------------------------------------
1 | {% if meta.source %}
2 |
3 | {% for filename in meta.source %}
4 | {{ filename }}
5 | {% endfor %}
6 |
7 | {% endif %}
8 |
9 | {{ content }}
10 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/Version 4 Changelog.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | The page has moved to:
6 | this page
--------------------------------------------------------------------------------
/php/statics/jquery/src/attributes.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./core",
3 | "./attributes/attr",
4 | "./attributes/prop",
5 | "./attributes/classes",
6 | "./attributes/val"
7 | ], function( jQuery ) {
8 |
9 | "use strict";
10 |
11 | // Return jQuery for attributes-only inclusion
12 | return jQuery;
13 | } );
14 |
--------------------------------------------------------------------------------
/php/statics/moment/templates/default.js:
--------------------------------------------------------------------------------
1 | ;(function (global, factory) {
2 | typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3 | typeof define === 'function' && define.amd ? define(factory) :
4 | global.moment = factory()
5 | }(this, (function () { 'use strict';
6 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/component.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootstrap-datetimepicker",
3 | "version": "4.17.47",
4 | "main": ["build/css/bootstrap-datetimepicker.min.css","build/js/bootstrap-datetimepicker.min.js"],
5 | "dependencies": {
6 | "jquery" : ">=1.8.3",
7 | "moment": ">=2.10.5"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/QuickPay.csproj.nuget.g.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
5 |
6 |
--------------------------------------------------------------------------------
/c#/QuickPay/obj/project.nuget.cache:
--------------------------------------------------------------------------------
1 | {
2 | "version": 2,
3 | "dgSpecHash": "fGdrly7XzN944qCc6URuYhIAhn/0AmwvjBzkWeIF+40u6klxauUA0VvV8i5bYM0MRkikzN800q1htSHQaA9ubg==",
4 | "success": true,
5 | "projectFilePath": "/home/sangle/Documents/github/mservice/payment/c#/QuickPay/QuickPay.csproj",
6 | "expectedPackageFiles": [],
7 | "logs": []
8 | }
--------------------------------------------------------------------------------
/php/statics/jquery/src/traversing/var/siblings.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 |
3 | "use strict";
4 |
5 | return function( n, elem ) {
6 | var matched = [];
7 |
8 | for ( ; n; n = n.nextSibling ) {
9 | if ( n.nodeType === 1 && n !== elem ) {
10 | matched.push( n );
11 | }
12 | }
13 |
14 | return matched;
15 | };
16 |
17 | } );
18 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/Version 4 Contributors guide.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | The page has moved to:
6 | this page
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/CollectionLink.csproj.nuget.g.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
5 |
6 |
--------------------------------------------------------------------------------
/c#/CollectionLink/obj/project.nuget.cache:
--------------------------------------------------------------------------------
1 | {
2 | "version": 2,
3 | "dgSpecHash": "57Aq09RzLFt/tYeWe5h+SROZq++HSLOGtYIjORPYz+XOzZ51QyULQs14DNqWa7updBtU+upJcLmXL2z5iPj6XQ==",
4 | "success": true,
5 | "projectFilePath": "/home/sangle/Documents/github/mservice/payment/c#/CollectionLink/CollectionLink.csproj",
6 | "expectedPackageFiles": [],
7 | "logs": []
8 | }
--------------------------------------------------------------------------------
/php/statics/jquery/src/effects/animatedSelector.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../core",
3 | "../selector",
4 | "../effects"
5 | ], function( jQuery ) {
6 |
7 | "use strict";
8 |
9 | jQuery.expr.pseudos.animated = function( elem ) {
10 | return jQuery.grep( jQuery.timers, function( fn ) {
11 | return elem === fn.elem;
12 | } ).length;
13 | };
14 |
15 | } );
16 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/to-int.js:
--------------------------------------------------------------------------------
1 | import absFloor from './abs-floor';
2 |
3 | export default function toInt(argumentForCoercion) {
4 | var coercedNumber = +argumentForCoercion,
5 | value = 0;
6 |
7 | if (coercedNumber !== 0 && isFinite(coercedNumber)) {
8 | value = absFloor(coercedNumber);
9 | }
10 |
11 | return value;
12 | }
13 |
--------------------------------------------------------------------------------
/php/statics/moment/templates/locale-header.js:
--------------------------------------------------------------------------------
1 | ;(function (global, factory) {
2 | typeof exports === 'object' && typeof module !== 'undefined'
3 | && typeof require === 'function' ? factory(require('../moment')) :
4 | typeof define === 'function' && define.amd ? define(['../moment'], factory) :
5 | factory(global.moment)
6 | }(this, (function (moment) { 'use strict';
7 |
--------------------------------------------------------------------------------
/php/statics/moment/templates/test-header.js:
--------------------------------------------------------------------------------
1 | ;(function (global, factory) {
2 | typeof exports === 'object' && typeof module !== 'undefined'
3 | && typeof require === 'function' ? factory(require('../../moment')) :
4 | typeof define === 'function' && define.amd ? define(['../../moment'], factory) :
5 | factory(global.moment)
6 | }(this, (function (moment) { 'use strict';
7 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/zero-fill.js:
--------------------------------------------------------------------------------
1 | export default function zeroFill(number, targetLength, forceSign) {
2 | var absNumber = '' + Math.abs(number),
3 | zerosToFill = targetLength - absNumber.length,
4 | sign = number >= 0;
5 | return (sign ? (forceSign ? '+' : '') : '-') +
6 | Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;
7 | }
8 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/hooks.js:
--------------------------------------------------------------------------------
1 | export { hooks, setHookCallback };
2 |
3 | var hookCallback;
4 |
5 | function hooks () {
6 | return hookCallback.apply(null, arguments);
7 | }
8 |
9 | // This is done to register the method called with moment()
10 | // without creating circular dependencies.
11 | function setHookCallback (callback) {
12 | hookCallback = callback;
13 | }
14 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/is-object-empty.js:
--------------------------------------------------------------------------------
1 | export default function isObjectEmpty(obj) {
2 | if (Object.getOwnPropertyNames) {
3 | return (Object.getOwnPropertyNames(obj).length === 0);
4 | } else {
5 | var k;
6 | for (k in obj) {
7 | if (obj.hasOwnProperty(k)) {
8 | return false;
9 | }
10 | }
11 | return true;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/css/hiddenVisibleSelectors.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../core",
3 | "../selector"
4 | ], function( jQuery ) {
5 |
6 | "use strict";
7 |
8 | jQuery.expr.pseudos.hidden = function( elem ) {
9 | return !jQuery.expr.pseudos.visible( elem );
10 | };
11 | jQuery.expr.pseudos.visible = function( elem ) {
12 | return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );
13 | };
14 |
15 | } );
16 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/units/timezone.js:
--------------------------------------------------------------------------------
1 | import { addFormatToken } from '../format/format';
2 |
3 | // FORMATTING
4 |
5 | addFormatToken('z', 0, 0, 'zoneAbbr');
6 | addFormatToken('zz', 0, 0, 'zoneName');
7 |
8 | // MOMENTS
9 |
10 | export function getZoneAbbr () {
11 | return this._isUTC ? 'UTC' : '';
12 | }
13 |
14 | export function getZoneName () {
15 | return this._isUTC ? 'Coordinated Universal Time' : '';
16 | }
17 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/data/var/acceptData.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 |
3 | "use strict";
4 |
5 | /**
6 | * Determines whether an object can have data
7 | */
8 | return function( owner ) {
9 |
10 | // Accepts only:
11 | // - Node
12 | // - Node.ELEMENT_NODE
13 | // - Node.DOCUMENT_NODE
14 | // - Object
15 | // - Any
16 | return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
17 | };
18 |
19 | } );
20 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/duration/duration.js:
--------------------------------------------------------------------------------
1 | // Side effect imports
2 | import './prototype';
3 |
4 | import { createDuration } from './create';
5 | import { isDuration } from './constructor';
6 | import {
7 | getSetRelativeTimeRounding,
8 | getSetRelativeTimeThreshold
9 | } from './humanize';
10 |
11 | export {
12 | createDuration,
13 | isDuration,
14 | getSetRelativeTimeRounding,
15 | getSetRelativeTimeThreshold
16 | };
17 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/keys.js:
--------------------------------------------------------------------------------
1 | import hasOwnProp from './has-own-prop';
2 |
3 | var keys;
4 |
5 | if (Object.keys) {
6 | keys = Object.keys;
7 | } else {
8 | keys = function (obj) {
9 | var i, res = [];
10 | for (i in obj) {
11 | if (hasOwnProp(obj, i)) {
12 | res.push(i);
13 | }
14 | }
15 | return res;
16 | };
17 | }
18 |
19 | export { keys as default };
20 |
--------------------------------------------------------------------------------
/ruby/RSAExample.rb:
--------------------------------------------------------------------------------
1 |
2 | require 'openssl'
3 | require 'base64'
4 | require 'json'
5 |
6 | rawData = {
7 | :partnerCode => 'MOMO5G4K20180302',
8 | :requestId => '410458',
9 | :amount => 110000,
10 | :signature => '410458'
11 | }
12 |
13 | # load key
14 | key = OpenSSL::PKey::RSA.new File.read 'mykey.pem'
15 | # encryptdata
16 | encrypted_string = key.public_encrypt(JSON.pretty_generate(rawData))
17 | encoded_str = Base64.encode64(encrypted_string)
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/index-of.js:
--------------------------------------------------------------------------------
1 | var indexOf;
2 |
3 | if (Array.prototype.indexOf) {
4 | indexOf = Array.prototype.indexOf;
5 | } else {
6 | indexOf = function (o) {
7 | // I know
8 | var i;
9 | for (i = 0; i < this.length; ++i) {
10 | if (this[i] === o) {
11 | return i;
12 | }
13 | }
14 | return -1;
15 | };
16 | }
17 |
18 | export { indexOf as default };
19 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/core/stripAndCollapse.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../var/rnothtmlwhite"
3 | ], function( rnothtmlwhite ) {
4 | "use strict";
5 |
6 | // Strip and collapse whitespace according to HTML spec
7 | // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace
8 | function stripAndCollapse( value ) {
9 | var tokens = value.match( rnothtmlwhite ) || [];
10 | return tokens.join( " " );
11 | }
12 |
13 | return stripAndCollapse;
14 | } );
15 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/extend.js:
--------------------------------------------------------------------------------
1 | import hasOwnProp from './has-own-prop';
2 |
3 | export default function extend(a, b) {
4 | for (var i in b) {
5 | if (hasOwnProp(b, i)) {
6 | a[i] = b[i];
7 | }
8 | }
9 |
10 | if (hasOwnProp(b, 'toString')) {
11 | a.toString = b.toString;
12 | }
13 |
14 | if (hasOwnProp(b, 'valueOf')) {
15 | a.valueOf = b.valueOf;
16 | }
17 |
18 | return a;
19 | }
20 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/moment/valid.js:
--------------------------------------------------------------------------------
1 | import { isValid as _isValid } from '../create/valid';
2 | import extend from '../utils/extend';
3 | import getParsingFlags from '../create/parsing-flags';
4 |
5 | export function isValid () {
6 | return _isValid(this);
7 | }
8 |
9 | export function parsingFlags () {
10 | return extend({}, getParsingFlags(this));
11 | }
12 |
13 | export function invalidAt () {
14 | return getParsingFlags(this).overflow;
15 | }
16 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/event/ajax.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../core",
3 | "../event"
4 | ], function( jQuery ) {
5 |
6 | "use strict";
7 |
8 | // Attach a bunch of functions for handling common AJAX events
9 | jQuery.each( [
10 | "ajaxStart",
11 | "ajaxStop",
12 | "ajaxComplete",
13 | "ajaxError",
14 | "ajaxSuccess",
15 | "ajaxSend"
16 | ], function( i, type ) {
17 | jQuery.fn[ type ] = function( fn ) {
18 | return this.on( type, fn );
19 | };
20 | } );
21 |
22 | } );
23 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/units/priorities.js:
--------------------------------------------------------------------------------
1 | var priorities = {};
2 |
3 | export function addUnitPriority(unit, priority) {
4 | priorities[unit] = priority;
5 | }
6 |
7 | export function getPrioritizedUnits(unitsObj) {
8 | var units = [];
9 | for (var u in unitsObj) {
10 | units.push({unit: u, priority: priorities[u]});
11 | }
12 | units.sort(function (a, b) {
13 | return a.priority - b.priority;
14 | });
15 | return units;
16 | }
17 |
--------------------------------------------------------------------------------
/python/mykey.pem:
--------------------------------------------------------------------------------
1 | -----BEGIN PUBLIC KEY-----
2 | MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvg2E/9yjMsjM7QwctU+
3 | QsNWGXwfBWBhtUZkHzV4FFu7mSLlBtan9d08Tap91nw7CUBIeeT9zMSQjnnKAxvt
4 | H2M688p9R3Rij43G7vVJjNGCjTjaikZ0T1q5IA7YTSyIILUWD3SBs+12QUZD1kg5
5 | 3MjtSVjrjTnuBrCMXmtfh1tNw6Z01+D3HJQ5qjcvhydS2ojsgpFiYSBhcrZWa51A
6 | 50luD0nsimFRiJALzSsGgXkf4yDBX88BTKimS6vCjOVoYFH3NewQLLd9CFPDlgYk
7 | xGNct91MXRTz8kWgCATF/sm99cRr7guEo7i4W/RWN+vkUJDL9WO8IwJb2PJL2RBr
8 | swIDAQAB
9 | -----END PUBLIC KEY-----
--------------------------------------------------------------------------------
/ruby/mykey.pem:
--------------------------------------------------------------------------------
1 | -----BEGIN PUBLIC KEY-----
2 | MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvg2E/9yjMsjM7QwctU+
3 | QsNWGXwfBWBhtUZkHzV4FFu7mSLlBtan9d08Tap91nw7CUBIeeT9zMSQjnnKAxvt
4 | H2M688p9R3Rij43G7vVJjNGCjTjaikZ0T1q5IA7YTSyIILUWD3SBs+12QUZD1kg5
5 | 3MjtSVjrjTnuBrCMXmtfh1tNw6Z01+D3HJQ5qjcvhydS2ojsgpFiYSBhcrZWa51A
6 | 50luD0nsimFRiJALzSsGgXkf4yDBX88BTKimS6vCjOVoYFH3NewQLLd9CFPDlgYk
7 | xGNct91MXRTz8kWgCATF/sm99cRr7guEo7i4W/RWN+vkUJDL9WO8IwJb2PJL2RBr
8 | swIDAQAB
9 | -----END PUBLIC KEY-----
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/docs/theme/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | #da532c
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/core/toType.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../var/class2type",
3 | "../var/toString"
4 | ], function( class2type, toString ) {
5 |
6 | "use strict";
7 |
8 | function toType( obj ) {
9 | if ( obj == null ) {
10 | return obj + "";
11 | }
12 |
13 | // Support: Android <=2.3 only (functionish RegExp)
14 | return typeof obj === "object" || typeof obj === "function" ?
15 | class2type[ toString.call( obj ) ] || "object" :
16 | typeof obj;
17 | }
18 |
19 | return toType;
20 | } );
21 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/manipulation/_evalUrl.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../ajax"
3 | ], function( jQuery ) {
4 |
5 | "use strict";
6 |
7 | jQuery._evalUrl = function( url ) {
8 | return jQuery.ajax( {
9 | url: url,
10 |
11 | // Make this explicit, since user can override this through ajaxSetup (#11264)
12 | type: "GET",
13 | dataType: "script",
14 | cache: true,
15 | async: false,
16 | global: false,
17 | "throws": true
18 | } );
19 | };
20 |
21 | return jQuery._evalUrl;
22 |
23 | } );
24 |
--------------------------------------------------------------------------------
/php/statics/moment/src/lib/utils/some.js:
--------------------------------------------------------------------------------
1 | var some;
2 | if (Array.prototype.some) {
3 | some = Array.prototype.some;
4 | } else {
5 | some = function (fun) {
6 | var t = Object(this);
7 | var len = t.length >>> 0;
8 |
9 | for (var i = 0; i < len; i++) {
10 | if (i in t && fun.call(this, t[i], i, t)) {
11 | return true;
12 | }
13 | }
14 |
15 | return false;
16 | };
17 | }
18 |
19 | export { some as default };
20 |
--------------------------------------------------------------------------------
/php/statics/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss:
--------------------------------------------------------------------------------
1 | // Import bootstrap variables including default color palette and fonts
2 | //@import "../../node_modules/bootstrap/less/variables.less";
3 |
4 | .sr-only {
5 | position: absolute;
6 | width: 1px;
7 | height: 1px;
8 | margin: -1px;
9 | padding: 0;
10 | overflow: hidden;
11 | clip: rect(0,0,0,0);
12 | border: 0;
13 | }
14 |
15 | // Import datepicker component
16 | @import "_bootstrap-datetimepicker";
17 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/traversing/var/dir.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../../core"
3 | ], function( jQuery ) {
4 |
5 | "use strict";
6 |
7 | return function( elem, dir, until ) {
8 | var matched = [],
9 | truncate = until !== undefined;
10 |
11 | while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
12 | if ( elem.nodeType === 1 ) {
13 | if ( truncate && jQuery( elem ).is( until ) ) {
14 | break;
15 | }
16 | matched.push( elem );
17 | }
18 | }
19 | return matched;
20 | };
21 |
22 | } );
23 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/css/var/getStyles.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return function( elem ) {
5 |
6 | // Support: IE <=11 only, Firefox <=30 (#15098, #14150)
7 | // IE throws on elements created in popups
8 | // FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
9 | var view = elem.ownerDocument.defaultView;
10 |
11 | if ( !view || !view.opener ) {
12 | view = window;
13 | }
14 |
15 | return view.getComputedStyle( elem );
16 | };
17 | } );
18 |
--------------------------------------------------------------------------------
/php/statics/jquery/src/var/isFunction.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | "use strict";
3 |
4 | return function isFunction( obj ) {
5 |
6 | // Support: Chrome <=57, Firefox <=52
7 | // In some browsers, typeof returns "function" for HTML