├── Anna
├── app
│ ├── .gitignore
│ ├── src
│ │ ├── main
│ │ │ ├── res
│ │ │ │ ├── drawable
│ │ │ │ │ ├── menu.png
│ │ │ │ │ ├── kuliner.png
│ │ │ │ │ ├── password.png
│ │ │ │ │ ├── username.png
│ │ │ │ │ ├── side_nav_bar.xml
│ │ │ │ │ ├── rounded_edittext.xml
│ │ │ │ │ ├── merah.xml
│ │ │ │ │ └── btn_hidupkan.xml
│ │ │ │ ├── mipmap-hdpi
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── ic_launcher_round.png
│ │ │ │ │ ├── ic_place_black_48dp.png
│ │ │ │ │ ├── ic_store_black_24dp.png
│ │ │ │ │ ├── ic_cancel_black_24dp.png
│ │ │ │ │ ├── ic_person_black_24dp.png
│ │ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ │ ├── ic_vpn_key_black_24dp.png
│ │ │ │ │ ├── ic_local_dining_black_24dp.png
│ │ │ │ │ ├── ic_add_circle_outline_white_48dp.png
│ │ │ │ │ └── ic_store_mall_directory_white_24dp.png
│ │ │ │ ├── mipmap-mdpi
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── ic_launcher_round.png
│ │ │ │ │ ├── ic_place_black_48dp.png
│ │ │ │ │ ├── ic_store_black_24dp.png
│ │ │ │ │ ├── ic_cancel_black_24dp.png
│ │ │ │ │ ├── ic_person_black_24dp.png
│ │ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ │ ├── ic_vpn_key_black_24dp.png
│ │ │ │ │ ├── ic_local_dining_black_24dp.png
│ │ │ │ │ ├── ic_add_circle_outline_white_48dp.png
│ │ │ │ │ └── ic_store_mall_directory_white_24dp.png
│ │ │ │ ├── mipmap-xhdpi
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── ic_launcher_round.png
│ │ │ │ │ ├── ic_cancel_black_24dp.png
│ │ │ │ │ ├── ic_person_black_24dp.png
│ │ │ │ │ ├── ic_place_black_48dp.png
│ │ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ │ ├── ic_store_black_24dp.png
│ │ │ │ │ ├── ic_vpn_key_black_24dp.png
│ │ │ │ │ ├── ic_local_dining_black_24dp.png
│ │ │ │ │ ├── ic_add_circle_outline_white_48dp.png
│ │ │ │ │ └── ic_store_mall_directory_white_24dp.png
│ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── ic_launcher_round.png
│ │ │ │ │ ├── ic_place_black_48dp.png
│ │ │ │ │ ├── ic_store_black_24dp.png
│ │ │ │ │ ├── ic_cancel_black_24dp.png
│ │ │ │ │ ├── ic_person_black_24dp.png
│ │ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ │ ├── ic_vpn_key_black_24dp.png
│ │ │ │ │ ├── ic_local_dining_black_24dp.png
│ │ │ │ │ ├── ic_add_circle_outline_white_48dp.png
│ │ │ │ │ └── ic_store_mall_directory_white_24dp.png
│ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── ic_launcher_round.png
│ │ │ │ │ ├── ic_cancel_black_24dp.png
│ │ │ │ │ ├── ic_person_black_24dp.png
│ │ │ │ │ ├── ic_place_black_48dp.png
│ │ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ │ ├── ic_store_black_24dp.png
│ │ │ │ │ ├── ic_vpn_key_black_24dp.png
│ │ │ │ │ ├── ic_local_dining_black_24dp.png
│ │ │ │ │ ├── ic_add_circle_outline_white_48dp.png
│ │ │ │ │ └── ic_store_mall_directory_white_24dp.png
│ │ │ │ ├── layout
│ │ │ │ │ ├── fragment_logout.xml
│ │ │ │ │ ├── activity_maps.xml
│ │ │ │ │ ├── fragment_my.xml
│ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ ├── content_main_admin.xml
│ │ │ │ │ ├── activity_main_admin.xml
│ │ │ │ │ ├── app_bar_main_admin.xml
│ │ │ │ │ ├── fragment_menu.xml
│ │ │ │ │ ├── nav_header_main_admin.xml
│ │ │ │ │ ├── item_barang.xml
│ │ │ │ │ ├── item_barang_editor.xml
│ │ │ │ │ └── item_pencarian.xml
│ │ │ │ ├── values
│ │ │ │ │ ├── dimens.xml
│ │ │ │ │ ├── colors.xml
│ │ │ │ │ ├── drawables.xml
│ │ │ │ │ ├── strings.xml
│ │ │ │ │ └── styles.xml
│ │ │ │ └── menu
│ │ │ │ │ ├── menu_search.xml
│ │ │ │ │ └── activity_main_admin_drawer.xml
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ │ └── skripsi
│ │ │ │ │ └── anna
│ │ │ │ │ ├── model
│ │ │ │ │ ├── ModelMenu.java
│ │ │ │ │ └── ModelPencarian.java
│ │ │ │ │ ├── util
│ │ │ │ │ └── LruBitmapCache.java
│ │ │ │ │ ├── Constant.java
│ │ │ │ │ ├── adapter
│ │ │ │ │ ├── Barang.java
│ │ │ │ │ └── BarangEditor.java
│ │ │ │ │ └── app
│ │ │ │ │ └── AppController.java
│ │ │ └── AndroidManifest.xml
│ │ ├── test
│ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── skripsi
│ │ │ │ └── anna
│ │ │ │ └── ExampleUnitTest.java
│ │ ├── androidTest
│ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── skripsi
│ │ │ │ └── anna
│ │ │ │ └── ExampleInstrumentedTest.java
│ │ ├── release
│ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── google_maps_api.xml
│ │ └── debug
│ │ │ └── res
│ │ │ └── values
│ │ │ └── google_maps_api.xml
│ ├── proguard-rules.pro
│ └── build.gradle
├── settings.gradle
├── .idea
│ ├── copyright
│ │ └── profiles_settings.xml
│ ├── dictionaries
│ │ └── gandhi.xml
│ ├── encodings.xml
│ ├── inspectionProfiles
│ │ ├── profiles_settings.xml
│ │ └── Project_Default.xml
│ ├── modules.xml
│ ├── runConfigurations.xml
│ ├── gradle.xml
│ └── compiler.xml
├── gradle
│ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
├── .gitignore
├── build.gradle
├── gradle.properties
└── gradlew.bat
├── kuliner
├── img
│ ├── no_img.jpg
│ ├── 20170613_004953.jpg
│ ├── 20170613_011238.jpg
│ └── 20170615_005811.jpg
├── system
│ ├── fonts
│ │ ├── texb.ttf
│ │ └── index.html
│ ├── .htaccess
│ ├── index.html
│ ├── core
│ │ ├── index.html
│ │ ├── compat
│ │ │ └── index.html
│ │ ├── Model.php
│ │ └── Controller.php
│ ├── database
│ │ ├── index.html
│ │ └── drivers
│ │ │ ├── index.html
│ │ │ ├── pdo
│ │ │ ├── index.html
│ │ │ ├── subdrivers
│ │ │ │ ├── index.html
│ │ │ │ └── pdo_odbc_forge.php
│ │ │ ├── pdo_forge.php
│ │ │ └── pdo_utility.php
│ │ │ ├── cubrid
│ │ │ ├── index.html
│ │ │ └── cubrid_utility.php
│ │ │ ├── ibase
│ │ │ ├── index.html
│ │ │ └── ibase_utility.php
│ │ │ ├── mssql
│ │ │ ├── index.html
│ │ │ └── mssql_utility.php
│ │ │ ├── mysql
│ │ │ └── index.html
│ │ │ ├── mysqli
│ │ │ └── index.html
│ │ │ ├── oci8
│ │ │ ├── index.html
│ │ │ └── oci8_utility.php
│ │ │ ├── odbc
│ │ │ ├── index.html
│ │ │ ├── odbc_utility.php
│ │ │ └── odbc_forge.php
│ │ │ ├── postgre
│ │ │ ├── index.html
│ │ │ └── postgre_utility.php
│ │ │ ├── sqlite
│ │ │ ├── index.html
│ │ │ └── sqlite_utility.php
│ │ │ ├── sqlite3
│ │ │ ├── index.html
│ │ │ └── sqlite3_utility.php
│ │ │ └── sqlsrv
│ │ │ ├── index.html
│ │ │ └── sqlsrv_utility.php
│ ├── helpers
│ │ ├── index.html
│ │ ├── language_helper.php
│ │ ├── email_helper.php
│ │ ├── path_helper.php
│ │ ├── xml_helper.php
│ │ └── number_helper.php
│ ├── language
│ │ ├── index.html
│ │ └── english
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ ├── profiler_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ └── calendar_lang.php
│ └── libraries
│ │ ├── index.html
│ │ ├── Cache
│ │ ├── index.html
│ │ └── drivers
│ │ │ └── index.html
│ │ ├── Javascript
│ │ └── index.html
│ │ └── Session
│ │ ├── index.html
│ │ ├── drivers
│ │ └── index.html
│ │ └── SessionHandlerInterface.php
├── application
│ ├── .htaccess
│ ├── cache
│ │ ├── .htaccess
│ │ └── index.html
│ ├── views
│ │ ├── errors
│ │ │ ├── cli
│ │ │ │ ├── error_404.php
│ │ │ │ ├── error_general.php
│ │ │ │ ├── error_db.php
│ │ │ │ ├── index.html
│ │ │ │ ├── error_php.php
│ │ │ │ └── error_exception.php
│ │ │ ├── index.html
│ │ │ └── html
│ │ │ │ ├── index.html
│ │ │ │ ├── error_php.php
│ │ │ │ ├── error_exception.php
│ │ │ │ ├── error_general.php
│ │ │ │ ├── error_db.php
│ │ │ │ └── error_404.php
│ │ ├── index.html
│ │ └── welcome_message.php
│ ├── index.html
│ ├── core
│ │ └── index.html
│ ├── hooks
│ │ └── index.html
│ ├── logs
│ │ └── index.html
│ ├── config
│ │ ├── index.html
│ │ ├── hooks.php
│ │ ├── profiler.php
│ │ ├── memcached.php
│ │ ├── routes.php
│ │ ├── doctypes.php
│ │ ├── foreign_chars.php
│ │ └── migration.php
│ ├── helpers
│ │ └── index.html
│ ├── language
│ │ ├── index.html
│ │ ├── dutch
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── french
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── german
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── bulgarian
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── english
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── romanian
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── serbian_cyr
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── serbian_lat
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── spanish
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── turkish
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── portuguese-brazilian
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── simplified-chinese
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ ├── traditional-chinese
│ │ │ ├── index.html
│ │ │ └── rest_controller_lang.php
│ │ └── greek
│ │ │ └── rest_controller_lang.php
│ ├── libraries
│ │ ├── index.html
│ │ └── helpers
│ │ │ └── index.html
│ ├── models
│ │ └── index.html
│ ├── controllers
│ │ ├── api
│ │ │ └── index.html
│ │ ├── index.html
│ │ └── Welcome.php
│ └── third_party
│ │ └── index.html
└── readme.txt
└── README.md
/Anna/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/Anna/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------
/kuliner/img/no_img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/kuliner/img/no_img.jpg
--------------------------------------------------------------------------------
/kuliner/system/fonts/texb.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/kuliner/system/fonts/texb.ttf
--------------------------------------------------------------------------------
/kuliner/img/20170613_004953.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/kuliner/img/20170613_004953.jpg
--------------------------------------------------------------------------------
/kuliner/img/20170613_011238.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/kuliner/img/20170613_011238.jpg
--------------------------------------------------------------------------------
/kuliner/img/20170615_005811.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/kuliner/img/20170615_005811.jpg
--------------------------------------------------------------------------------
/Anna/.idea/copyright/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/Anna/.idea/dictionaries/gandhi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/drawable/menu.png
--------------------------------------------------------------------------------
/Anna/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/kuliner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/drawable/kuliner.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/drawable/password.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/username.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/drawable/username.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/kuliner/system/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_place_black_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_place_black_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_store_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_store_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_place_black_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_place_black_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_store_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_store_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/kuliner/application/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_cancel_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_cancel_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_person_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_person_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_vpn_key_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_vpn_key_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_cancel_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_cancel_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_person_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_person_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_vpn_key_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_vpn_key_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_cancel_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_cancel_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_person_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_person_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_place_black_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_place_black_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_store_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_store_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_place_black_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_place_black_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_store_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_store_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/kuliner/application/cache/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/Anna/.gitignore:
--------------------------------------------------------------------------------
1 | *.iml
2 | .gradle
3 | /local.properties
4 | /.idea/workspace.xml
5 | /.idea/libraries
6 | .DS_Store
7 | /build
8 | /captures
9 | .externalNativeBuild
10 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_vpn_key_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_vpn_key_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_cancel_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_cancel_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_person_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_person_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_vpn_key_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_vpn_key_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_cancel_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_cancel_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_person_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_person_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_place_black_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_place_black_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_store_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_store_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_vpn_key_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_vpn_key_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_local_dining_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_local_dining_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_local_dining_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_local_dining_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_local_dining_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_local_dining_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_local_dining_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_local_dining_black_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_local_dining_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_local_dining_black_24dp.png
--------------------------------------------------------------------------------
/Anna/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_add_circle_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_add_circle_outline_white_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-hdpi/ic_store_mall_directory_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-hdpi/ic_store_mall_directory_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_add_circle_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_add_circle_outline_white_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-mdpi/ic_store_mall_directory_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-mdpi/ic_store_mall_directory_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_add_circle_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_add_circle_outline_white_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_add_circle_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_add_circle_outline_white_48dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xhdpi/ic_store_mall_directory_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xhdpi/ic_store_mall_directory_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxhdpi/ic_store_mall_directory_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxhdpi/ic_store_mall_directory_white_24dp.png
--------------------------------------------------------------------------------
/Anna/app/src/main/res/mipmap-xxxhdpi/ic_add_circle_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gandhi-wibowo/kuliner/master/Anna/app/src/main/res/mipmap-xxxhdpi/ic_add_circle_outline_white_48dp.png
--------------------------------------------------------------------------------
/kuliner/application/views/errors/cli/error_404.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/cli/error_db.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/fonts/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/cache/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/core/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/hooks/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/logs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/views/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/helpers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/language/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/config/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/helpers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/libraries/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/models/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/core/compat/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Cache/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/controllers/api/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/controllers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/dutch/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/french/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/german/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/third_party/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/pdo/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/language/english/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Javascript/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Session/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/bulgarian/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/english/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/romanian/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/serbian_cyr/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/serbian_lat/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/spanish/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/turkish/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/libraries/helpers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/cli/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/cubrid/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/ibase/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/mssql/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/mysql/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/mysqli/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/oci8/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/odbc/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/postgre/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlite/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlite3/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlsrv/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Cache/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Session/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/portuguese-brazilian/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/simplified-chinese/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/language/traditional-chinese/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/pdo/subdrivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Anna/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Sat Jun 10 10:26:55 WIB 2017
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
7 |
--------------------------------------------------------------------------------
/Anna/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Anna/.idea/inspectionProfiles/Project_Default.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/side_nav_bar.xml:
--------------------------------------------------------------------------------
1 |
3 |
9 |
--------------------------------------------------------------------------------
/Anna/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/fragment_logout.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 | 16dp
6 | 160dp
7 | 16dp
8 |
9 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/activity_maps.xml:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/kuliner/readme.txt:
--------------------------------------------------------------------------------
1 | 1. cek jaringan
2 | 2. login : true => email,password : true => (response)simpan ke sharedpref => masuk ke tampilan admin
3 | : false => form daftar : nama_user,email_user,hp_user,password_user => (response) simpan ke shared =>
4 | cek_login : true => masuk ke tampilan admin
5 | 3. kuliner : kalau belum ada => tampilkan form tambah kuliner
6 | : kalau sudah ada => tampilkan form edit kuliner
7 | 4. menu : tambah menu, edit menu, hapus menu
8 | 5.
9 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #FF4081
6 | #d9d9d9
7 | #2999e9
8 | #ffffff
9 | #000000
10 | #ff004d
11 |
12 |
--------------------------------------------------------------------------------
/kuliner/application/config/hooks.php:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Anna/app/src/test/java/com/skripsi/anna/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.*;
6 |
7 | /**
8 | * Example local unit test, which will execute on the development machine (host).
9 | *
10 | * @see Testing documentation
11 | */
12 | public class ExampleUnitTest {
13 | @Test
14 | public void addition_isCorrect() throws Exception {
15 | assertEquals(4, 2 + 2);
16 | }
17 | }
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/rounded_edittext.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
9 |
16 |
17 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
--------------------------------------------------------------------------------
/kuliner/application/config/profiler.php:
--------------------------------------------------------------------------------
1 | array(
15 | 'hostname' => '127.0.0.1',
16 | 'port' => '11211',
17 | 'weight' => '1',
18 | ),
19 | );
20 |
--------------------------------------------------------------------------------
/Anna/.idea/runConfigurations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
11 |
12 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/values/drawables.xml:
--------------------------------------------------------------------------------
1 |
2 | - @android:drawable/ic_menu_camera
3 | - @android:drawable/ic_menu_gallery
4 | - @android:drawable/ic_menu_slideshow
5 | - @android:drawable/ic_menu_manage
6 | - @android:drawable/ic_menu_share
7 | - @android:drawable/ic_menu_send
8 |
9 |
--------------------------------------------------------------------------------
/Anna/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | jcenter()
6 | }
7 | dependencies {
8 | classpath 'com.android.tools.build:gradle:2.3.2'
9 | classpath 'com.google.gms:google-services:3.0.0'
10 |
11 | // NOTE: Do not place your application dependencies here; they belong
12 | // in the individual module build.gradle files
13 | }
14 | }
15 |
16 | allprojects {
17 | repositories {
18 | jcenter()
19 | }
20 | }
21 |
22 | task clean(type: Delete) {
23 | delete rootProject.buildDir
24 | }
25 |
--------------------------------------------------------------------------------
/Anna/.idea/gradle.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/cli/error_php.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | A PHP Error was encountered
6 |
7 | Severity:
8 | Message:
9 | Filename:
10 | Line Number:
11 |
12 |
13 |
14 | Backtrace:
15 |
16 |
17 |
18 | File:
19 | Line:
20 | Function:
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/Anna/.idea/compiler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/menu/menu_search.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Anna/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 |
3 | # IDE (e.g. Android Studio) users:
4 | # Gradle settings configured through the IDE *will override*
5 | # any settings specified in this file.
6 |
7 | # For more details on how to configure your build environment visit
8 | # http://www.gradle.org/docs/current/userguide/build_environment.html
9 |
10 | # Specifies the JVM arguments used for the daemon process.
11 | # The setting is particularly useful for tweaking memory settings.
12 | org.gradle.jvmargs=-Xmx1536m
13 |
14 | # When configured, Gradle will run in incubating parallel mode.
15 | # This option should only be used with decoupled projects. More details, visit
16 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 | # org.gradle.parallel=true
18 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/cli/error_exception.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | An uncaught Exception was encountered
6 |
7 | Type:
8 | Message:
9 | Filename: getFile(); ?>
10 | Line Number: getLine(); ?>
11 |
12 |
13 |
14 | Backtrace:
15 | getTrace() as $error): ?>
16 |
17 |
18 | File:
19 | Line:
20 | Function:
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/kuliner/application/language/simplified-chinese/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 | Testing documentation
16 | */
17 | @RunWith(AndroidJUnit4.class)
18 | public class ExampleInstrumentedTest {
19 | @Test
20 | public void useAppContext() throws Exception {
21 | // Context of the app under test.
22 | Context appContext = InstrumentationRegistry.getTargetContext();
23 |
24 | assertEquals("com.skripsi.anna", appContext.getPackageName());
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/kuliner/application/controllers/Welcome.php:
--------------------------------------------------------------------------------
1 |
19 | * @see http://codeigniter.com/user_guide/general/urls.html
20 | */
21 | public function index()
22 | {
23 | $data['heading']= "404 Page Not Found";
24 | $data['message']=" The page you requested was not found.
";
25 | $this->load->view('errors/html/error_404',$data); }
26 | }
27 |
--------------------------------------------------------------------------------
/Anna/app/src/release/res/values/google_maps_api.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 | YOUR_KEY_HERE
21 |
22 |
23 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/error_php.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
A PHP Error was encountered
8 |
9 |
Severity:
10 |
Message:
11 |
Filename:
12 |
Line Number:
13 |
14 |
15 |
16 |
Backtrace:
17 |
18 |
19 |
20 |
21 |
22 | File:
23 | Line:
24 | Function:
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/model/ModelMenu.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna.model;
2 |
3 | /**
4 | * Created by gandhi on 6/11/17.
5 | */
6 |
7 | public class ModelMenu {
8 | private String IdMenu,NamaMenu,HargaMenu;
9 |
10 | public ModelMenu(){}
11 | public ModelMenu(String IdMenu,String NamaMenu,String HargaMenu){
12 | this.IdMenu = IdMenu;
13 | this.NamaMenu = NamaMenu;
14 | this.HargaMenu = HargaMenu;
15 | }
16 | public String getIdMenu() {
17 | return IdMenu;
18 | }
19 |
20 | public void setIdMenu(String idMenu) {
21 | IdMenu = idMenu;
22 | }
23 |
24 | public String getNamaMenu() {
25 | return NamaMenu;
26 | }
27 |
28 | public void setNamaMenu(String namaMenu) {
29 | NamaMenu = namaMenu;
30 | }
31 |
32 | public String getHargaMenu() {
33 | return HargaMenu;
34 | }
35 |
36 | public void setHargaMenu(String hargaMenu) {
37 | HargaMenu = hargaMenu;
38 | }
39 |
40 |
41 | }
42 |
--------------------------------------------------------------------------------
/kuliner/application/language/english/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/kuliner/application/language/romanian/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | -
4 |
5 |
6 |
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/error_exception.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
An uncaught Exception was encountered
8 |
9 |
Type:
10 |
Message:
11 |
Filename: getFile(); ?>
12 |
Line Number: getLine(); ?>
13 |
14 |
15 |
16 |
Backtrace:
17 | getTrace() as $error): ?>
18 |
19 |
20 |
21 |
22 | File:
23 | Line:
24 | Function:
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/drawable/btn_hidupkan.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -
4 |
5 |
6 |
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/kuliner/application/language/french/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 | implements
9 | ImageCache {
10 | public static int getDefaultLruCacheSize() {
11 | final int maxMemory = (int) (Runtime.getRuntime().maxMemory() / 1024);
12 | final int cacheSize = maxMemory / 8;
13 |
14 | return cacheSize;
15 | }
16 |
17 | public LruBitmapCache() {
18 | this(getDefaultLruCacheSize());
19 | }
20 |
21 | public LruBitmapCache(int sizeInKiloBytes) {
22 | super(sizeInKiloBytes);
23 | }
24 |
25 | @Override
26 | protected int sizeOf(String key, Bitmap value) {
27 | return value.getRowBytes() * value.getHeight() / 1024;
28 | }
29 |
30 | @Override
31 | public Bitmap getBitmap(String url) {
32 | return get(url);
33 | }
34 |
35 | @Override
36 | public void putBitmap(String url, Bitmap bitmap) {
37 | put(url, bitmap);
38 | }
39 | }
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/activity_main_admin.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
15 |
16 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/kuliner/application/language/serbian_lat/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 | open
28 | 3. Arahkan ke folder Anna
29 | 4. Pada Project Side, pilih dan buka file Constant
30 | 5. Ubah Ip yang ada pada file, dengan ipV4 yang di dapat dari proses sebelumnya
31 | 6. Hubungkan Hp dengan Komputer
32 | 7. Build dan install ke Hp
33 | 8. Finish
34 |
35 |
--------------------------------------------------------------------------------
/kuliner/application/language/greek/rest_controller_lang.php:
--------------------------------------------------------------------------------
1 |
2 |
23 | AIzaSyBvr85ICBPfPO_-UNn91MrhedoQ2FrjXXc
24 |
25 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/menu/activity_main_admin_drawer.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Kuliner
3 | Cari ..
4 | Open navigation drawer
5 | Close navigation drawer
6 |
7 | Settings
8 | Sign in
9 |
10 |
11 | Email
12 | Password (optional)
13 | Sign in or register
14 | Sign in
15 | This email address is invalid
16 | This password is too short
17 | This password is incorrect
18 | This field is required
19 | "Contacts permissions are needed for providing email
20 | completions."
21 |
22 | Map
23 |
24 |
25 | Hello blank fragment
26 |
27 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/app_bar_main_admin.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
13 |
14 |
20 |
21 |
22 |
23 |
24 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/error_general.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 | Error
8 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/error_db.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 | Database Error
8 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/kuliner/application/views/errors/html/error_404.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 | 404 Page Not Found
8 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/fragment_menu.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
14 |
15 |
18 |
19 |
24 |
25 |
26 |
27 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/nav_header_main_admin.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
22 |
23 |
24 |
31 |
32 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/Anna/app/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 25
5 | buildToolsVersion "25.0.2"
6 | defaultConfig {
7 | applicationId "com.skripsi.anna"
8 | minSdkVersion 15
9 | targetSdkVersion 25
10 | versionCode 1
11 | versionName "1.0"
12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13 | }
14 | buildTypes {
15 | release {
16 | minifyEnabled false
17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18 | }
19 | }
20 | }
21 |
22 | dependencies {
23 | compile fileTree(dir: 'libs', include: ['*.jar'])
24 | androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 | exclude group: 'com.android.support', module: 'support-annotations'
26 | })
27 |
28 |
29 | compile 'com.android.support:appcompat-v7:25.3.1'
30 | compile 'com.android.support:support-core-utils:25.3.1'
31 | compile 'com.android.support:recyclerview-v7:25.3.1'
32 | compile 'com.android.support:cardview-v7:25.3.1'
33 | compile 'com.android.support:design:25.3.1'
34 | compile 'com.android.support.constraint:constraint-layout:1.0.2'
35 | compile 'com.google.android.gms:play-services-maps:10.2.6'
36 | compile 'com.google.android.gms:play-services-location:10.2.6'
37 | compile 'de.hdodenhof:circleimageview:2.1.0'
38 | compile 'com.android.support:support-v4:25.3.1'
39 | compile 'com.android.volley:volley:1.0.0'
40 | compile 'net.gotev:uploadservice:2.1'
41 | compile 'com.github.bumptech.glide:glide:3.7.0'
42 | testCompile 'junit:junit:4.12'
43 | }
44 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/Constant.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna;
2 |
3 | /**
4 | * Created by gandhi on 5/16/17.
5 | */
6 |
7 | public class Constant {
8 | public static final String BASE = "http://192.168.43.50/kuliner/index.php/";
9 | public static final String Login = BASE + "Login?login=y&"; // kirim email dan password untuk login : method get
10 | public static final String CekLogin = BASE + "Login?cek_login=y&"; // cek login berdasarkan data pada shared pref
11 | public static final String Ping = BASE + "Login?ping=y"; // cek jaringan
12 | public static final String Daftar = BASE + "Login/"; // gunakan method post untuk mendaftar, nama_user,email_user,hp_user,password_user
13 | public static final String Update = BASE + "Login/"; // gunakan method put, untuk merubah password ataupun data pribadi
14 | public static final String GetUser = BASE + "Login?id_user="; // gunakan method get untuk mendapatkan data user berdasarkan id user
15 |
16 | public static final String Kuliner = BASE + "Kuliner/"; // gunakan method post untuk menambah menu / Kuliner
17 | public static final String CariKuliner = BASE + "Kuliner?keyword="; // cari berdasarkan keyword
18 | public static final String GetById = BASE + "Kuliner?id_kuliner="; // dapatkan kuliner berdasarkan id
19 | public static final String GetByIdUser = BASE + "Kuliner?id_user="; // dapatkan kuliner berdasarkan id user / pemilik
20 | public static final String GetMenu = BASE + "Kuliner?Mid_kuliner="; // dapatkan menu berdasarkan id kuliner
21 | public static final String GetMenuById = BASE + "Kuliner?id_menu="; // dapatkan satu menu berdasarkan id nya
22 |
23 | public static final String Image = BASE +"../img/";
24 | }
25 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/item_barang.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
19 |
20 |
29 |
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------
/Anna/app/src/main/res/layout/item_barang_editor.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
19 |
20 |
29 |
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/adapter/Barang.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna.adapter;
2 |
3 | import android.support.v7.widget.RecyclerView;
4 | import android.view.LayoutInflater;
5 | import android.view.View;
6 | import android.view.ViewGroup;
7 | import android.widget.TextView;
8 |
9 | import com.skripsi.anna.R;
10 | import com.skripsi.anna.model.ModelMenu;
11 |
12 | import java.util.List;
13 |
14 | /**
15 | * Created by gandhi on 6/11/17.
16 | */
17 |
18 | public class Barang extends RecyclerView.Adapter {
19 |
20 | private List modelMenus;
21 |
22 | public Barang(List modelMenus){
23 | this.modelMenus = modelMenus;
24 | }
25 | public class ViewHolder extends RecyclerView.ViewHolder {
26 | public TextView namaBarang,hargaBarang;
27 | public ViewHolder(View v) {
28 | super(v);
29 | namaBarang = (TextView) v.findViewById(R.id.nama_barang);
30 | hargaBarang = (TextView) v.findViewById(R.id.harga);
31 | }
32 | }
33 | @Override
34 | public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
35 | View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_barang, parent, false);
36 | ViewHolder vh = new ViewHolder(v);
37 | return vh;
38 | }
39 |
40 | @Override
41 | public void onBindViewHolder(ViewHolder holder, int position) {
42 | ModelMenu modelMenu = modelMenus.get(position);
43 | holder.hargaBarang.setText(modelMenu.getHargaMenu());
44 | holder.namaBarang.setText(modelMenu.getNamaMenu());
45 |
46 | }
47 |
48 | @Override
49 | public int getItemCount() {
50 | return modelMenus.size();
51 | }
52 |
53 |
54 |
55 | }
56 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/app/AppController.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna.app;
2 |
3 | import android.app.Application;
4 | import android.text.TextUtils;
5 |
6 | import com.android.volley.Request;
7 | import com.android.volley.RequestQueue;
8 | import com.android.volley.toolbox.ImageLoader;
9 | import com.android.volley.toolbox.Volley;
10 | import com.skripsi.anna.util.LruBitmapCache;
11 |
12 | public class AppController extends Application {
13 |
14 | public static final String TAG = AppController.class.getSimpleName();
15 |
16 | private RequestQueue mRequestQueue;
17 | private ImageLoader mImageLoader;
18 |
19 | private static AppController mInstance;
20 |
21 | @Override
22 | public void onCreate() {
23 | super.onCreate();
24 | mInstance = this;
25 | }
26 |
27 | public static synchronized AppController getInstance() {
28 | return mInstance;
29 | }
30 |
31 | public RequestQueue getRequestQueue() {
32 | if (mRequestQueue == null) {
33 | mRequestQueue = Volley.newRequestQueue(getApplicationContext());
34 | }
35 | return mRequestQueue;
36 | }
37 |
38 | public ImageLoader getImageLoader() {
39 | getRequestQueue();
40 | if (mImageLoader == null) {
41 | mImageLoader = new ImageLoader(this.mRequestQueue,
42 | new LruBitmapCache());
43 | }
44 | return this.mImageLoader;
45 | }
46 |
47 | public void addToRequestQueue(Request req, String tag) {
48 | req.setTag(TextUtils.isEmpty(tag) ? TAG : tag);
49 | getRequestQueue().add(req);
50 | }
51 |
52 | public void addToRequestQueue(Request req) {
53 | req.setTag(TAG);
54 | getRequestQueue().add(req);
55 | }
56 |
57 | public void cancelPendingRequests(Object tag) {
58 | if (mRequestQueue != null) {
59 | mRequestQueue.cancelAll(tag);
60 | }
61 | }
62 | }
--------------------------------------------------------------------------------
/kuliner/system/language/english/number_lang.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
15 |
16 |
17 |
18 |
19 |
31 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/kuliner/application/config/routes.php:
--------------------------------------------------------------------------------
1 | my_controller/index
50 | | my-controller/my-method -> my_controller/my_method
51 | */
52 | $route['default_controller'] = 'welcome';
53 | $route['404_override'] = '';
54 | $route['translate_uri_dashes'] = FALSE;
55 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/model/ModelPencarian.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna.model;
2 |
3 | /**
4 | * Created by gandhi on 6/11/17.
5 | */
6 |
7 | public class ModelPencarian {
8 |
9 | private String NamaKuliner,FotoKuliner,AlamatKuliner,KategoriKuliner,IdKuliner,LatitudeKuliner,LongitudeKuliner;
10 |
11 | public ModelPencarian(String NamaKuliner, String FotoKuliner, String AlamatKuliner, String KategoriKuliner, String IdKuliner, String LatitudeKuliner, String LongitudeKuliner){
12 | this.NamaKuliner = NamaKuliner;
13 | this.FotoKuliner = FotoKuliner;
14 | this.AlamatKuliner = AlamatKuliner;
15 | this.KategoriKuliner =KategoriKuliner;
16 | this.IdKuliner =IdKuliner;
17 | this.LatitudeKuliner = LatitudeKuliner;
18 | this.LongitudeKuliner = LongitudeKuliner;
19 | }
20 |
21 | public ModelPencarian() {
22 |
23 | }
24 |
25 | public String getNamaKuliner() {
26 | return NamaKuliner;
27 | }
28 |
29 | public void setNamaKuliner(String namaKuliner) {
30 | NamaKuliner = namaKuliner;
31 | }
32 |
33 | public String getFotoKuliner() {
34 | return FotoKuliner;
35 | }
36 |
37 | public void setFotoKuliner(String fotoKuliner) {
38 | FotoKuliner = fotoKuliner;
39 | }
40 |
41 | public String getAlamatKuliner() {
42 | return AlamatKuliner;
43 | }
44 |
45 | public void setAlamatKuliner(String alamatKuliner) {
46 | AlamatKuliner = alamatKuliner;
47 | }
48 |
49 | public String getKategoriKuliner() {
50 | return KategoriKuliner;
51 | }
52 |
53 | public void setKategoriKuliner(String kategoriKuliner) {
54 | KategoriKuliner = kategoriKuliner;
55 | }
56 |
57 | public String getIdKuliner() {
58 | return IdKuliner;
59 | }
60 |
61 | public void setIdKuliner(String idKuliner) {
62 | IdKuliner = idKuliner;
63 | }
64 |
65 | public String getLatitudeKuliner() {
66 | return LatitudeKuliner;
67 | }
68 |
69 | public void setLatitudeKuliner(String latitudeKuliner) {
70 | LatitudeKuliner = latitudeKuliner;
71 | }
72 |
73 | public String getLongitudeKuliner() {
74 | return LongitudeKuliner;
75 | }
76 |
77 | public void setLongitudeKuliner(String longitudeKuliner) {
78 | LongitudeKuliner = longitudeKuliner;
79 | }
80 |
81 |
82 | }
83 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlite3/sqlite3_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
59 | }
60 |
61 | }
62 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlite/sqlite_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
59 | }
60 |
61 | }
62 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/pdo/pdo_forge.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 | Welcome to CodeIgniter
8 |
9 |
67 |
68 |
69 |
70 |
71 |
Welcome to CodeIgniter!
72 |
73 |
74 |
The page you are looking at is being generated dynamically by CodeIgniter.
75 |
76 |
If you would like to edit this page you'll find it located at:
77 |
application/views/welcome_message.php
78 |
79 |
The corresponding controller for this page is found at:
80 |
application/controllers/Welcome.php
81 |
82 |
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.
83 |
84 |
85 |
86 |
87 |
88 |
89 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/pdo/pdo_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
61 | }
62 |
63 | }
64 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/odbc/odbc_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
61 | }
62 |
63 | }
64 |
--------------------------------------------------------------------------------
/kuliner/system/libraries/Session/SessionHandlerInterface.php:
--------------------------------------------------------------------------------
1 | '',
6 | 'xhtml1-strict' => '',
7 | 'xhtml1-trans' => '',
8 | 'xhtml1-frame' => '',
9 | 'xhtml-basic11' => '',
10 | 'html5' => '',
11 | 'html4-strict' => '',
12 | 'html4-trans' => '',
13 | 'html4-frame' => '',
14 | 'mathml1' => '',
15 | 'mathml2' => '',
16 | 'svg10' => '',
17 | 'svg11' => '',
18 | 'svg11-basic' => '',
19 | 'svg11-tiny' => '',
20 | 'xhtml-math-svg-xh' => '',
21 | 'xhtml-math-svg-sh' => '',
22 | 'xhtml-rdfa-1' => '',
23 | 'xhtml-rdfa-2' => ''
24 | );
25 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/oci8/oci8_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
66 | }
67 |
68 | }
69 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php:
--------------------------------------------------------------------------------
1 | db->hostname, $this->db->username, $this->db->password))
58 | {
59 | $res = ibase_backup($service, $this->db->database, $filename.'.fbk');
60 |
61 | // Close the service connection
62 | ibase_service_detach($service);
63 | return $res;
64 | }
65 |
66 | return FALSE;
67 | }
68 |
69 | }
70 |
--------------------------------------------------------------------------------
/kuliner/system/language/english/unit_test_lang.php:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
16 |
17 |
20 |
21 |
27 |
28 |
40 |
41 |
50 |
59 |
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/Anna/gradlew.bat:
--------------------------------------------------------------------------------
1 | @if "%DEBUG%" == "" @echo off
2 | @rem ##########################################################################
3 | @rem
4 | @rem Gradle startup script for Windows
5 | @rem
6 | @rem ##########################################################################
7 |
8 | @rem Set local scope for the variables with windows NT shell
9 | if "%OS%"=="Windows_NT" setlocal
10 |
11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12 | set DEFAULT_JVM_OPTS=
13 |
14 | set DIRNAME=%~dp0
15 | if "%DIRNAME%" == "" set DIRNAME=.
16 | set APP_BASE_NAME=%~n0
17 | set APP_HOME=%DIRNAME%
18 |
19 | @rem Find java.exe
20 | if defined JAVA_HOME goto findJavaFromJavaHome
21 |
22 | set JAVA_EXE=java.exe
23 | %JAVA_EXE% -version >NUL 2>&1
24 | if "%ERRORLEVEL%" == "0" goto init
25 |
26 | echo.
27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28 | echo.
29 | echo Please set the JAVA_HOME variable in your environment to match the
30 | echo location of your Java installation.
31 |
32 | goto fail
33 |
34 | :findJavaFromJavaHome
35 | set JAVA_HOME=%JAVA_HOME:"=%
36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37 |
38 | if exist "%JAVA_EXE%" goto init
39 |
40 | echo.
41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42 | echo.
43 | echo Please set the JAVA_HOME variable in your environment to match the
44 | echo location of your Java installation.
45 |
46 | goto fail
47 |
48 | :init
49 | @rem Get command-line arguments, handling Windowz variants
50 |
51 | if not "%OS%" == "Windows_NT" goto win9xME_args
52 | if "%@eval[2+2]" == "4" goto 4NT_args
53 |
54 | :win9xME_args
55 | @rem Slurp the command line arguments.
56 | set CMD_LINE_ARGS=
57 | set _SKIP=2
58 |
59 | :win9xME_args_slurp
60 | if "x%~1" == "x" goto execute
61 |
62 | set CMD_LINE_ARGS=%*
63 | goto execute
64 |
65 | :4NT_args
66 | @rem Get arguments from the 4NT Shell from JP Software
67 | set CMD_LINE_ARGS=%$
68 |
69 | :execute
70 | @rem Setup the command line
71 |
72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73 |
74 | @rem Execute Gradle
75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76 |
77 | :end
78 | @rem End local scope for the variables with windows NT shell
79 | if "%ERRORLEVEL%"=="0" goto mainEnd
80 |
81 | :fail
82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 | rem the _cmd.exe /c_ return code!
84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
85 | exit /b 1
86 |
87 | :mainEnd
88 | if "%OS%"=="Windows_NT" endlocal
89 |
90 | :omega
91 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/mssql/mssql_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
75 | }
76 |
77 | }
78 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/sqlsrv/sqlsrv_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
75 | }
76 |
77 | }
78 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/postgre/postgre_utility.php:
--------------------------------------------------------------------------------
1 | db->display_error('db_unsupported_feature');
77 | }
78 | }
79 |
--------------------------------------------------------------------------------
/kuliner/system/core/Model.php:
--------------------------------------------------------------------------------
1 | $key;
78 | }
79 |
80 | }
81 |
--------------------------------------------------------------------------------
/kuliner/system/helpers/language_helper.php:
--------------------------------------------------------------------------------
1 | lang->line($line);
67 |
68 | if ($for !== '')
69 | {
70 | $line = '';
71 | }
72 |
73 | return $line;
74 | }
75 | }
76 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/odbc/odbc_forge.php:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
24 |
28 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
45 |
48 |
49 |
52 |
53 |
57 |
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/Anna/app/src/main/java/com/skripsi/anna/adapter/BarangEditor.java:
--------------------------------------------------------------------------------
1 | package com.skripsi.anna.adapter;
2 |
3 | import android.os.Bundle;
4 | import android.support.v4.app.FragmentController;
5 | import android.support.v7.app.AppCompatActivity;
6 | import android.support.v7.widget.RecyclerView;
7 | import android.view.LayoutInflater;
8 | import android.view.View;
9 | import android.view.ViewGroup;
10 | import android.widget.TextView;
11 |
12 | import com.skripsi.anna.MenuEdit;
13 | import com.skripsi.anna.R;
14 | import com.skripsi.anna.model.ModelMenu;
15 |
16 | import java.util.List;
17 |
18 | /**
19 | * Created by gandhi on 6/11/17.
20 | */
21 |
22 | public class BarangEditor extends RecyclerView.Adapter {
23 |
24 | private List modelMenus;
25 |
26 | public BarangEditor(List modelMenus){
27 | this.modelMenus = modelMenus;
28 | }
29 |
30 | public class ViewHolder extends RecyclerView.ViewHolder {
31 | public TextView namaBarang,hargaBarang;
32 | public ViewHolder(View v) {
33 | super(v);
34 | namaBarang = (TextView) v.findViewById(R.id.nama_barang);
35 | hargaBarang = (TextView) v.findViewById(R.id.harga);
36 | v.setOnClickListener(new View.OnClickListener() {
37 | public FragmentController appCompatActivity;
38 |
39 | @Override
40 | public void onClick(View v) {
41 | int position = getAdapterPosition();
42 | ModelMenu modelMenu = modelMenus.get(position);
43 | MenuEdit menuEdit = new MenuEdit();
44 | Bundle bundle = new Bundle();
45 | bundle.putString("idMenu",modelMenu.getIdMenu());
46 | bundle.putString("namaMenu",modelMenu.getNamaMenu());
47 | bundle.putString("hargaMenu",modelMenu.getHargaMenu());
48 | menuEdit.setArguments(bundle);
49 | AppCompatActivity activity = (AppCompatActivity) v.getContext();
50 | activity.getSupportFragmentManager().beginTransaction().replace(R.id.flContent, menuEdit).addToBackStack(null).commit();
51 | }
52 | });
53 | }
54 | }
55 | @Override
56 | public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
57 | View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_barang_editor, parent, false);
58 | ViewHolder vh = new ViewHolder(v);
59 | return vh;
60 | }
61 | @Override
62 | public void onBindViewHolder(ViewHolder holder, int position) {
63 | ModelMenu modelMenu = modelMenus.get(position);
64 | holder.hargaBarang.setText(modelMenu.getHargaMenu());
65 | holder.namaBarang.setText(modelMenu.getNamaMenu());
66 |
67 | }
68 |
69 | @Override
70 | public int getItemCount() {
71 | return modelMenus.size();
72 | }
73 |
74 |
75 |
76 | }
77 |
--------------------------------------------------------------------------------
/kuliner/system/database/drivers/cubrid/cubrid_utility.php:
--------------------------------------------------------------------------------
1 | db->data_cache['db_names']))
57 | {
58 | return $this->db->data_cache['db_names'];
59 | }
60 |
61 | return $this->db->data_cache['db_names'] = cubrid_list_dbs($this->db->conn_id);
62 | }
63 |
64 | // --------------------------------------------------------------------
65 |
66 | /**
67 | * CUBRID Export
68 | *
69 | * @param array Preferences
70 | * @return mixed
71 | */
72 | protected function _backup($params = array())
73 | {
74 | // No SQL based support in CUBRID as of version 8.4.0. Database or
75 | // table backup can be performed using CUBRID Manager
76 | // database administration tool.
77 | return $this->db->display_error('db_unsupported_feature');
78 | }
79 | }
80 |
--------------------------------------------------------------------------------
/kuliner/application/config/foreign_chars.php:
--------------------------------------------------------------------------------
1 | 'ae',
14 | '/ö|œ/' => 'oe',
15 | '/ü/' => 'ue',
16 | '/Ä/' => 'Ae',
17 | '/Ü/' => 'Ue',
18 | '/Ö/' => 'Oe',
19 | '/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ|Α|Ά|Ả|Ạ|Ầ|Ẫ|Ẩ|Ậ|Ằ|Ắ|Ẵ|Ẳ|Ặ|А/' => 'A',
20 | '/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª|α|ά|ả|ạ|ầ|ấ|ẫ|ẩ|ậ|ằ|ắ|ẵ|ẳ|ặ|а/' => 'a',
21 | '/Б/' => 'B',
22 | '/б/' => 'b',
23 | '/Ç|Ć|Ĉ|Ċ|Č/' => 'C',
24 | '/ç|ć|ĉ|ċ|č/' => 'c',
25 | '/Д/' => 'D',
26 | '/д/' => 'd',
27 | '/Ð|Ď|Đ|Δ/' => 'Dj',
28 | '/ð|ď|đ|δ/' => 'dj',
29 | '/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě|Ε|Έ|Ẽ|Ẻ|Ẹ|Ề|Ế|Ễ|Ể|Ệ|Е|Э/' => 'E',
30 | '/è|é|ê|ë|ē|ĕ|ė|ę|ě|έ|ε|ẽ|ẻ|ẹ|ề|ế|ễ|ể|ệ|е|э/' => 'e',
31 | '/Ф/' => 'F',
32 | '/ф/' => 'f',
33 | '/Ĝ|Ğ|Ġ|Ģ|Γ|Г|Ґ/' => 'G',
34 | '/ĝ|ğ|ġ|ģ|γ|г|ґ/' => 'g',
35 | '/Ĥ|Ħ/' => 'H',
36 | '/ĥ|ħ/' => 'h',
37 | '/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ|Η|Ή|Ί|Ι|Ϊ|Ỉ|Ị|И|Ы/' => 'I',
38 | '/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı|η|ή|ί|ι|ϊ|ỉ|ị|и|ы|ї/' => 'i',
39 | '/Ĵ/' => 'J',
40 | '/ĵ/' => 'j',
41 | '/Ķ|Κ|К/' => 'K',
42 | '/ķ|κ|к/' => 'k',
43 | '/Ĺ|Ļ|Ľ|Ŀ|Ł|Λ|Л/' => 'L',
44 | '/ĺ|ļ|ľ|ŀ|ł|λ|л/' => 'l',
45 | '/М/' => 'M',
46 | '/м/' => 'm',
47 | '/Ñ|Ń|Ņ|Ň|Ν|Н/' => 'N',
48 | '/ñ|ń|ņ|ň|ʼn|ν|н/' => 'n',
49 | '/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ|Ο|Ό|Ω|Ώ|Ỏ|Ọ|Ồ|Ố|Ỗ|Ổ|Ộ|Ờ|Ớ|Ỡ|Ở|Ợ|О/' => 'O',
50 | '/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º|ο|ό|ω|ώ|ỏ|ọ|ồ|ố|ỗ|ổ|ộ|ờ|ớ|ỡ|ở|ợ|о/' => 'o',
51 | '/П/' => 'P',
52 | '/п/' => 'p',
53 | '/Ŕ|Ŗ|Ř|Ρ|Р/' => 'R',
54 | '/ŕ|ŗ|ř|ρ|р/' => 'r',
55 | '/Ś|Ŝ|Ş|Ș|Š|Σ|С/' => 'S',
56 | '/ś|ŝ|ş|ș|š|ſ|σ|ς|с/' => 's',
57 | '/Ț|Ţ|Ť|Ŧ|τ|Т/' => 'T',
58 | '/ț|ţ|ť|ŧ|т/' => 't',
59 | '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|Ũ|Ủ|Ụ|Ừ|Ứ|Ữ|Ử|Ự|У/' => 'U',
60 | '/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|υ|ύ|ϋ|ủ|ụ|ừ|ứ|ữ|ử|ự|у/' => 'u',
61 | '/Ý|Ÿ|Ŷ|Υ|Ύ|Ϋ|Ỳ|Ỹ|Ỷ|Ỵ|Й/' => 'Y',
62 | '/ý|ÿ|ŷ|ỳ|ỹ|ỷ|ỵ|й/' => 'y',
63 | '/В/' => 'V',
64 | '/в/' => 'v',
65 | '/Ŵ/' => 'W',
66 | '/ŵ/' => 'w',
67 | '/Ź|Ż|Ž|Ζ|З/' => 'Z',
68 | '/ź|ż|ž|ζ|з/' => 'z',
69 | '/Æ|Ǽ/' => 'AE',
70 | '/ß/' => 'ss',
71 | '/IJ/' => 'IJ',
72 | '/ij/' => 'ij',
73 | '/Œ/' => 'OE',
74 | '/ƒ/' => 'f',
75 | '/ξ/' => 'ks',
76 | '/π/' => 'p',
77 | '/β/' => 'v',
78 | '/μ/' => 'm',
79 | '/ψ/' => 'ps',
80 | '/Ё/' => 'Yo',
81 | '/ё/' => 'yo',
82 | '/Є/' => 'Ye',
83 | '/є/' => 'ye',
84 | '/Ї/' => 'Yi',
85 | '/Ж/' => 'Zh',
86 | '/ж/' => 'zh',
87 | '/Х/' => 'Kh',
88 | '/х/' => 'kh',
89 | '/Ц/' => 'Ts',
90 | '/ц/' => 'ts',
91 | '/Ч/' => 'Ch',
92 | '/ч/' => 'ch',
93 | '/Ш/' => 'Sh',
94 | '/ш/' => 'sh',
95 | '/Щ/' => 'Shch',
96 | '/щ/' => 'shch',
97 | '/Ъ|ъ|Ь|ь/' => '',
98 | '/Ю/' => 'Yu',
99 | '/ю/' => 'yu',
100 | '/Я/' => 'Ya',
101 | '/я/' => 'ya'
102 | );
103 |
--------------------------------------------------------------------------------
/kuliner/system/language/english/profiler_lang.php:
--------------------------------------------------------------------------------
1 | ', '"', "'", '-'),
76 | array('&', '<', '>', '"', ''', '-'),
77 | $str
78 | );
79 |
80 | // Decode the temp markers back to entities
81 | $str = preg_replace('/'.$temp.'(\d+);/', '\\1;', $str);
82 |
83 | if ($protect_all === TRUE)
84 | {
85 | return preg_replace('/'.$temp.'(\w+);/', '&\\1;', $str);
86 | }
87 |
88 | return $str;
89 | }
90 | }
91 |
--------------------------------------------------------------------------------
/kuliner/system/core/Controller.php:
--------------------------------------------------------------------------------
1 | $class)
74 | {
75 | $this->$var =& load_class($class);
76 | }
77 |
78 | $this->load =& load_class('Loader', 'core');
79 | $this->load->initialize();
80 | log_message('info', 'Controller Class Initialized');
81 | }
82 |
83 | // --------------------------------------------------------------------
84 |
85 | /**
86 | * Get the CI singleton
87 | *
88 | * @static
89 | * @return object
90 | */
91 | public static function &get_instance()
92 | {
93 | return self::$instance;
94 | }
95 |
96 | }
97 |
--------------------------------------------------------------------------------
/kuliner/application/config/migration.php:
--------------------------------------------------------------------------------
1 | migration->current() this is the version that schema will
69 | | be upgraded / downgraded to.
70 | |
71 | */
72 | $config['migration_version'] = 0;
73 |
74 | /*
75 | |--------------------------------------------------------------------------
76 | | Migrations Path
77 | |--------------------------------------------------------------------------
78 | |
79 | | Path to your migrations folder.
80 | | Typically, it will be within your application path.
81 | | Also, writing permission is required within the migrations path.
82 | |
83 | */
84 | $config['migration_path'] = APPPATH.'migrations/';
85 |
--------------------------------------------------------------------------------
/kuliner/system/language/english/calendar_lang.php:
--------------------------------------------------------------------------------
1 | lang->load('number');
65 |
66 | if ($num >= 1000000000000)
67 | {
68 | $num = round($num / 1099511627776, $precision);
69 | $unit = $CI->lang->line('terabyte_abbr');
70 | }
71 | elseif ($num >= 1000000000)
72 | {
73 | $num = round($num / 1073741824, $precision);
74 | $unit = $CI->lang->line('gigabyte_abbr');
75 | }
76 | elseif ($num >= 1000000)
77 | {
78 | $num = round($num / 1048576, $precision);
79 | $unit = $CI->lang->line('megabyte_abbr');
80 | }
81 | elseif ($num >= 1000)
82 | {
83 | $num = round($num / 1024, $precision);
84 | $unit = $CI->lang->line('kilobyte_abbr');
85 | }
86 | else
87 | {
88 | $unit = $CI->lang->line('bytes');
89 | return number_format($num).' '.$unit;
90 | }
91 |
92 | return number_format($num, $precision).' '.$unit;
93 | }
94 | }
95 |
--------------------------------------------------------------------------------