summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/debian.agl-app-framework-binder-bin.install
blob: 3faebfb3700f05aff55155117aefc1c05d800749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/opt/AGL/lib/*/libafbwsc.so.1.0
/opt/AGL/lib/*/libafbwsc.so.1
/opt/AGL/lib/*/afb/authLogin.so
/opt/AGL/lib/*/afb/demoPost.so
/opt/AGL/lib/*/afb/afb-dbus-binding.so
/opt/AGL/lib/*/afb/tic-tac-toe.so
/opt/AGL/lib/*/afb/helloWorld.so
/opt/AGL/lib/*/afb/demoContext.so
/opt/AGL/bin/afb-json2c
/opt/AGL/bin/afb-daemon
/opt/AGL/bin/afb-exprefs
/opt/AGL/bin/afb-client-demo
/opt/AGL/bin/afb-genskel
/etc/profile.d/AGL_app-framework-binder.sh
ar parent = function (element, selector) { var parent = element; var search = selector.toUpperCase(); while (parent[0]) { if (search === parent[0].tagName) { return parent; } // HTMLDivElement properties parent = parent.parent(); } }; // JQueryLight cannot search by type var findByType= function (element, selector) { var search = selector.toLowerCase(); var children = element.children(); while (children[0]) { if (search === children[0].type) { return children; } // HTMLDivElement properties children = children.next(); } }; var myMethods = { parent: parent, findByType: findByType }; return myMethods; }); })();