Initial commit
commit
b203a578c4
|
|
@ -0,0 +1,460 @@
|
||||||
|
su -
|
||||||
|
source ~/.bashrc
|
||||||
|
docker compose
|
||||||
|
docker compose build
|
||||||
|
docker ps
|
||||||
|
docker compose up -d
|
||||||
|
docker ps
|
||||||
|
bashapp
|
||||||
|
docker ps
|
||||||
|
docker logs nexxo_web
|
||||||
|
docker compose restart web
|
||||||
|
dev
|
||||||
|
npm install
|
||||||
|
dev
|
||||||
|
php artisan make:component sidebar
|
||||||
|
composer require blade-ui-kit/blade-heroicons
|
||||||
|
php artisan vendor:publish --tag=blade-heroicons-config
|
||||||
|
composer require livewire/livewire
|
||||||
|
php artisan livewire:config
|
||||||
|
dev
|
||||||
|
artisan make:controller DashboardController
|
||||||
|
php artisan make:livewire video.show
|
||||||
|
php artisan optimie:clear
|
||||||
|
php artisan optimize:clear
|
||||||
|
docker exec -it app php -d memory_limit=1024M artisan config:clear
|
||||||
|
docker ps
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker exec -it app php artisan view:clear
|
||||||
|
docker exec -it app php artisan cache:clear
|
||||||
|
docker exec -it app php artisan config:clear
|
||||||
|
bashapp
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
docker compose restart
|
||||||
|
dev
|
||||||
|
php artisan make:component video/card
|
||||||
|
php artisan make:livewire dashboard.index
|
||||||
|
php artisan make:class Support/helpers
|
||||||
|
composer dump-autoload
|
||||||
|
php artisan make:livewire categories.index
|
||||||
|
php artisan make:livewire admin.videos.index
|
||||||
|
php artisan make:livewire admin.videos.create
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
sudo mkdir -p /mnt/videos
|
||||||
|
sudo mount -t nfs 10.10.20.40:5000:/volume1/videos /mnt/videos
|
||||||
|
sudo mount -t nfs 10.10.20.40:/volume1/videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
ls
|
||||||
|
cd /mnt/videos
|
||||||
|
touch test.txt
|
||||||
|
cd
|
||||||
|
ls -aö
|
||||||
|
ls -al
|
||||||
|
cd /
|
||||||
|
ls -al
|
||||||
|
sudo mount -t nfs 10.10.20.40:/volume1/videos /mnt/videos
|
||||||
|
sudo umount /mnt/videos
|
||||||
|
sudo mount -t nfs 10.10.20.40:/volume1/videos /mnt/videos
|
||||||
|
showmount -e 10.10.20.40
|
||||||
|
sudo apt install showmount
|
||||||
|
sudo apt-get install apt-file
|
||||||
|
showmount -e 10.10.20.40
|
||||||
|
sudo apt-get remove apt-file
|
||||||
|
ping 10.10.20.40
|
||||||
|
sudo apt install nfs-common -y
|
||||||
|
showmount -e 10.10.20.40
|
||||||
|
dpkg -l | grep nfs
|
||||||
|
which showmount
|
||||||
|
find / -name showmount 2>/dev/null
|
||||||
|
/usr/sbin/showmount -e 10.10.20.40
|
||||||
|
sudo mount -t nfs -o vers=4 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
sudo mount -t nfs -o vers=4,nolock,uid=1000,gid=1000 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
sudo mount -t nfs 10.10.20.40:/volume1/videos /mnt/videos
|
||||||
|
sudo mount -t nfs 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
sudo mkdir -p /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
sudo mount -t nfs -o vers=3,nolock 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
sudo umount /mnt/videos
|
||||||
|
sudo mount -t nfs -o vers=3,nolock 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
cd /mnt/videos && touch test.txt
|
||||||
|
sudo nano /etc/idmapd.conf
|
||||||
|
sudo mount -t nfs -o vers=3,nolock 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd
|
||||||
|
sudo mount -t nfs -o vers=3,nolock 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos/
|
||||||
|
sudo umount /mnt/videos
|
||||||
|
sudo mount -t nfs -o vers=3,nolock 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
cd /mnt/videos/
|
||||||
|
sudo -i
|
||||||
|
sudo umount /mnt/videos
|
||||||
|
sudo mount -t nfs -o vers=3,nolock,sec=sys 10.10.20.40:/volume1/Videos /mnt/videos
|
||||||
|
sudo chmod -R 777 /mnt/videos
|
||||||
|
cd /mnt/videos
|
||||||
|
touch test.txt
|
||||||
|
cd
|
||||||
|
php artisan make:livewire admin.video-upload
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker ps
|
||||||
|
docker compose restart
|
||||||
|
docker ps
|
||||||
|
docker compose start tus
|
||||||
|
docker ps
|
||||||
|
docker logs tusd
|
||||||
|
sudo chmod -R 777 /mnt/videos
|
||||||
|
docker compose up -d tus
|
||||||
|
docker ps
|
||||||
|
docker logs tusd
|
||||||
|
docker ps
|
||||||
|
docker compose up -d tus
|
||||||
|
docker ps
|
||||||
|
docker compose restart tus
|
||||||
|
docker ps
|
||||||
|
docker logs tusd
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d tus
|
||||||
|
docker ps
|
||||||
|
docker logs tusd --tail=50
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d --build tus
|
||||||
|
docker ps
|
||||||
|
docker run -it -p 1080:1080 -v /mnt/videos:/data tusproject/tusd -host=0.0.0.0 -port=1080 -dir=/data
|
||||||
|
docker ps
|
||||||
|
docker run -it -p 1080:1080 -v /mnt/videos:/data tusproject/tusd -host=0.0.0.0 -port=1080 -dir=/data
|
||||||
|
docker ps
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d --build
|
||||||
|
docker ps
|
||||||
|
docker logs tusd --tail=50
|
||||||
|
docker run --rm -it -p 1080:1080 -v /mnt/videos:/data tusproject/tusd -host=0.0.0.0 -port=1080 -dir=/data
|
||||||
|
docker run --rm -it -p 1080:1080 -v /mnt/videos:/data tusproject/tusd -host=0.0.0.0 -port=1080 -upload-dir=/data
|
||||||
|
docker compose restart tus
|
||||||
|
docker ps
|
||||||
|
docker compose restart tus
|
||||||
|
docker ps
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker ps
|
||||||
|
npm install @uppy/core @uppy/dashboard @uppy/tus
|
||||||
|
docker compose exec app npm install @uppy/core @uppy/dashboard @uppy/tus
|
||||||
|
cd /mnt/videos/
|
||||||
|
ls
|
||||||
|
composer require wire-elements/modal
|
||||||
|
cd
|
||||||
|
composer require wire-elements/modal
|
||||||
|
php artisan vendor:publish --tag=wire-elements-modal-config
|
||||||
|
php artisan vendor:publish --tag=wire-elements-modal-views
|
||||||
|
php artisan vendor:publish --tag=wire-elements-modal-config
|
||||||
|
php artisan make:livewire modals.upload-success
|
||||||
|
docker compose down tus
|
||||||
|
docker compose up -d tus
|
||||||
|
docker ps
|
||||||
|
php artisan make:livewire admin.categories.index
|
||||||
|
php artisan make:livewire admin.categories.modals.form
|
||||||
|
php artisan make:livewire admin.user.index
|
||||||
|
php artisan make:livewire admin.users.modals.form
|
||||||
|
php artisan make:livewire admin.video.index
|
||||||
|
sudo apt install ffmpeg
|
||||||
|
ffmpeg -version
|
||||||
|
php artisan make:class Services/VideoThumbnailService
|
||||||
|
php artisan storage:link
|
||||||
|
docker compose restart web
|
||||||
|
ffprobe /mnt/videos/abc123
|
||||||
|
ffprobe /mnt/videos/ffprobe /mnt/videos/abc123
|
||||||
|
ffprobe /mnt/videos/ffprobe /mnt/videos/c5a3dec793f6bd0f832a7d6addf80ea5
|
||||||
|
ffprobe -hide_banner /mnt/videos/c5a3dec793f6bd0f832a7d6addf80ea5
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
mkdir /mnt/videos/thumbs
|
||||||
|
chmod 777 /mnt/videos/thumbs
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
sudo chown -R www-data:www-data /mnt/videos/thumbs
|
||||||
|
chmod -R 775 /mnt/videos/thumbs
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
sudo chown -R www-data:www-data /mnt/videos/thumbs
|
||||||
|
chmod -R 775 /mnt/videos/thumbs
|
||||||
|
sudo chown -R nexxo:nexxo /mnt/videos/thumbs
|
||||||
|
chmod -R 775 /mnt/videos/thumbs
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
chmod -R 777 /mnt/videos/thumbs
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
groups www-data
|
||||||
|
groups nexxo
|
||||||
|
sudo chown -R nexxo:www-data /mnt/videos
|
||||||
|
sudo chmod -R 775 /mnt/videos
|
||||||
|
sudo -u www-data touch /mnt/videos/test_php.txt
|
||||||
|
ls -lah /mnt/videos
|
||||||
|
sudo -u www-data mkdir /mnt/videos/thumbs/test123
|
||||||
|
docker exec -it nexxo_app bash
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
sudo chmod -R 777 /mnt/videos/thumbs
|
||||||
|
docker ps
|
||||||
|
docker exec -it nexxo_web sh
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker exec -it nexxo_web sh
|
||||||
|
docker compose restart
|
||||||
|
docker exec -it nexxo_app bash
|
||||||
|
docker compose build
|
||||||
|
docker compose up -d
|
||||||
|
bashapp
|
||||||
|
docker exec nginx nginx -s reload
|
||||||
|
docker compose restart web
|
||||||
|
docker compose down && docker compose up -d
|
||||||
|
php artisan make:livewire Auth/ChangePasswordInfo
|
||||||
|
php artisan make:livewire Auth/SuccesfullyChangedPassword
|
||||||
|
php artisan make:livewire Settings/SettingsPage
|
||||||
|
php artisan tinker
|
||||||
|
docker compose logs scheduler
|
||||||
|
php artisan storage:link
|
||||||
|
php artisan make:livewire components.avatar
|
||||||
|
php artisan make:livewire Admin/Users/Modals/Delete
|
||||||
|
composer require maatwebsite/excel
|
||||||
|
php artisan make:import UsersImport
|
||||||
|
php artisan make:livewire Admin/Users/Import
|
||||||
|
php artisan make:migration create_import_progress_table
|
||||||
|
php artisan make:job ImportUsersJob
|
||||||
|
php artisan make:model ImportProgress -m
|
||||||
|
php artisan migrate
|
||||||
|
php artisan queue:work --tries=1
|
||||||
|
php artisan queue:work
|
||||||
|
php artisan make:export ImportErrorsExport
|
||||||
|
docker compose restart
|
||||||
|
mkdir -p storage/app/imports/errors
|
||||||
|
chmod -R 775 storage/app/imports
|
||||||
|
php artisan config:clear
|
||||||
|
php artisan cache:clear
|
||||||
|
docker compose restart
|
||||||
|
docker compose restart web
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker compose build --no-cache
|
||||||
|
docker compose up -d
|
||||||
|
docker ps
|
||||||
|
docker compose restart
|
||||||
|
ls -lah /mnt/videos/thumbs/c5a3dec793f6bd0f832a7d6addf80ea5
|
||||||
|
php artisan make:job ProcessVideo
|
||||||
|
docker ps
|
||||||
|
docker compose worker logs
|
||||||
|
docker compose logs worker
|
||||||
|
docker compose build
|
||||||
|
docker compose up -d
|
||||||
|
docker compose logs worker
|
||||||
|
mkdir -p /mnt/videos/thumbs
|
||||||
|
chown -R 1000:1000 /mnt/videos/thumbs
|
||||||
|
chmod -R 775 /mnt/videos/thumbs
|
||||||
|
mkdir -p /mnt/videos/thumbs
|
||||||
|
chown -R 1000:1000 /mnt/videos/thumbs
|
||||||
|
chmod -R 775 /mnt/videos/thumbs
|
||||||
|
docker compose restart
|
||||||
|
docker compose logs worker
|
||||||
|
docker exec -it nexxo_worker bash
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d --build
|
||||||
|
docker exec -it nexxo_worker bash
|
||||||
|
docker compose logs worker
|
||||||
|
docker compose restart web
|
||||||
|
docker compose restart worker
|
||||||
|
docker compose down && docker compose up -d
|
||||||
|
php artisan make:livewire auth.login
|
||||||
|
php artisan make:middleware Authenticate
|
||||||
|
php artisan make:middleware RedirectIfAuthenticated
|
||||||
|
php artisan optimize:clear
|
||||||
|
php artisan make:seeder AdminUserSeeder
|
||||||
|
php artisan make:class Services/UserService
|
||||||
|
php artisan make:mail UserWelcomeMail
|
||||||
|
php artisan make:livewire Auth/FirstLogin
|
||||||
|
php artisan seeder
|
||||||
|
php artisan db:seed --class=AdminUserSeeder
|
||||||
|
php artisan migrate
|
||||||
|
php artisan db:seed --class=AdminUserSeeder
|
||||||
|
php artisan make:migration flush
|
||||||
|
php artisan migrate:refresh
|
||||||
|
php artisan db:seed --class=AdminSeeder
|
||||||
|
php artisan db:seed --class=AdminUserSeeder
|
||||||
|
php artisan make:migration add_data_to_users
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:enum RoleTypes
|
||||||
|
php artisan make:enum Enums/RoleTypes
|
||||||
|
php artisan config:clear
|
||||||
|
php artisan cache:clear
|
||||||
|
php artisan config:clear
|
||||||
|
php artisan cache:clear
|
||||||
|
php artisan config:clear
|
||||||
|
php artisan cache:clear
|
||||||
|
php artisan config:clear
|
||||||
|
php artisan cache:clear
|
||||||
|
php artisan optimize:clear
|
||||||
|
php artisan queue:restart
|
||||||
|
docker compose restart
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
dev
|
||||||
|
docker compose restart
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
php artisan make:component Icons/Excel
|
||||||
|
php artisan vendor:publish --tag=laravel-pagination
|
||||||
|
php artisan make:migration create_categories_table
|
||||||
|
php artisan make:model Category
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:migration create_videos_table -m
|
||||||
|
php artisan make:migration create_videos_table
|
||||||
|
php artisan make:model Video
|
||||||
|
php artisan make:enum VisibilityType
|
||||||
|
php artisan optimize
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
php artisan optimize
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
|
docker ps | grep tusd
|
||||||
|
docker compose logs tus
|
||||||
|
docker ps
|
||||||
|
docker compose down && docker compose up -d
|
||||||
|
docker compose logs tus
|
||||||
|
docker ps
|
||||||
|
docker compose logs tus
|
||||||
|
docker compose down && docker compose up -d
|
||||||
|
php artisan optimize
|
||||||
|
docker ps
|
||||||
|
docker compose logs worker
|
||||||
|
docker compose restart
|
||||||
|
php artisan migrate
|
||||||
|
docker exec -it nexxo_web ls -la /mnt/videos/thumbs/custom
|
||||||
|
sudo chmod -R 755 /mnt/videos
|
||||||
|
docker exec -it nexxo_web ls -la /mnt/videos/thumbs/custom
|
||||||
|
php artisan optimize
|
||||||
|
php artisan make:controller Video/VideoStreamController
|
||||||
|
php artisan optimize
|
||||||
|
docker exec -it nexxo_web nginx -s reload
|
||||||
|
php artisan optimize
|
||||||
|
docker exec -it nexxo_web nginx -s reload
|
||||||
|
install plyr
|
||||||
|
docker compose exec app npm install plyr
|
||||||
|
php artisan optimize
|
||||||
|
composer require intervention/image
|
||||||
|
composer show intervention/image
|
||||||
|
php artisan make:migration create_video_reactions_table
|
||||||
|
php artisan make:migration create_video_comments_table
|
||||||
|
php artisan make:model VideoReaction
|
||||||
|
php artisan make:model VideoComment
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:migration add_parent_id_to_video_comments
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:migration add_soft_deletes_to_users_table
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:migration add_soft_deletes_to_video_comments
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:migration create_video_views_table
|
||||||
|
php artisan make:migration create_video_progress_table
|
||||||
|
php artisan make:migration fix_user_cascade_constraints
|
||||||
|
php artisan migrate
|
||||||
|
php artisan make:model VideoProgress
|
||||||
|
php artisan make:model VideoView
|
||||||
|
php artisan migrate
|
||||||
|
composer require league/commonmark
|
||||||
|
php artisan optimize
|
||||||
|
php artisan optmize
|
||||||
|
php artisan optimize
|
||||||
|
install @uppy/golden-retriever
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
php artisan make:livewire admin.videos.edit
|
||||||
|
php artisan optimize
|
||||||
|
dev
|
||||||
|
docker compose restart
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
php artisan optimize
|
||||||
|
dev
|
||||||
|
build
|
||||||
|
php artisan optimize
|
||||||
|
install flatpickr tom-select
|
||||||
|
php artisan optimize
|
||||||
|
php artisan migrate
|
||||||
|
php artisan optimize
|
||||||
|
php artisan mke:livewire video.index
|
||||||
|
php artisan make:livewire video.index
|
||||||
|
php artisan optimize
|
||||||
|
php artisan cache:clear
|
||||||
|
php artisan optimize
|
||||||
|
php artisan make:middleware AdminOnly
|
||||||
|
php artisan make:livewire admin.statistics.index
|
||||||
|
php artisan optimize
|
||||||
|
php artisan optimize
|
||||||
|
php artisan make:migration create_favorites_table
|
||||||
|
php artisan make:model Favorite
|
||||||
|
php artisan migrate
|
||||||
|
git
|
||||||
|
git init
|
||||||
|
git checkout -b main
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git config --global user.email
|
||||||
|
git config --global user.email "boban.blaskovic@gmail.com"
|
||||||
|
git config --global user.name "boban"
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git remote add origin https://git.nexlab.at/boban/t-podcast.git
|
||||||
|
git push -u origin main
|
||||||
|
git init
|
||||||
|
git push -u origin main
|
||||||
|
rm -rf .git .gitconfig
|
||||||
|
ls
|
||||||
|
git init
|
||||||
|
git checkout -b main
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git config --global user.email "boban.blaskovic@gmail.com"
|
||||||
|
git config --global user.name "boban"
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git add *
|
||||||
|
rm -rf .git .gitconfig
|
||||||
|
git init
|
||||||
|
git checkout -b main
|
||||||
|
git add *
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git config --global user.email "boban.blaskovic@gmail.com"
|
||||||
|
git config --global user.name "boban"
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git add *
|
||||||
|
git commit -m "Init Project"
|
||||||
|
git remote add origin https://git.nexlab.at/boban/t-podcast.git
|
||||||
|
git push -u origin main
|
||||||
|
rm -rf .git
|
||||||
|
git init
|
||||||
|
git checkout -b main
|
||||||
|
git add *
|
||||||
|
sudo git add *
|
||||||
|
git commit -m "Init Project"
|
||||||
|
sudo git commit -m "Init Project"
|
||||||
|
git config --global user.email "boban.blaskovic@gmail.com"
|
||||||
|
git config --global user.name "boban"
|
||||||
|
sudo git commit -m "Init Project"
|
||||||
|
git remote add origin https://git.nexlab.at/boban/t-podcast.git
|
||||||
|
git push -u origin main
|
||||||
|
git
|
||||||
|
git add *
|
||||||
|
rm -rf .git .gitconfig
|
||||||
|
sudo rm -rf .git .gitconfig
|
||||||
|
ls -al
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
||||||
|
|
||||||
|
# when leaving the console clear the screen to increase privacy
|
||||||
|
|
||||||
|
if [ "$SHLVL" = 1 ]; then
|
||||||
|
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||||
|
fi
|
||||||
|
|
@ -0,0 +1,133 @@
|
||||||
|
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||||
|
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||||
|
# for examples
|
||||||
|
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
case $- in
|
||||||
|
*i*) ;;
|
||||||
|
*) return;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# don't put duplicate lines or lines starting with space in the history.
|
||||||
|
# See bash(1) for more options
|
||||||
|
HISTCONTROL=ignoreboth
|
||||||
|
|
||||||
|
# append to the history file, don't overwrite it
|
||||||
|
shopt -s histappend
|
||||||
|
|
||||||
|
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||||
|
HISTSIZE=1000
|
||||||
|
HISTFILESIZE=2000
|
||||||
|
|
||||||
|
# check the window size after each command and, if necessary,
|
||||||
|
# update the values of LINES and COLUMNS.
|
||||||
|
shopt -s checkwinsize
|
||||||
|
|
||||||
|
# If set, the pattern "**" used in a pathname expansion context will
|
||||||
|
# match all files and zero or more directories and subdirectories.
|
||||||
|
#shopt -s globstar
|
||||||
|
|
||||||
|
# make less more friendly for non-text input files, see lesspipe(1)
|
||||||
|
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
||||||
|
|
||||||
|
# set variable identifying the chroot you work in (used in the prompt below)
|
||||||
|
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
|
||||||
|
debian_chroot=$(cat /etc/debian_chroot)
|
||||||
|
fi
|
||||||
|
|
||||||
|
# set a fancy prompt (non-color, unless we know we "want" color)
|
||||||
|
case "$TERM" in
|
||||||
|
xterm-color|*-256color) color_prompt=yes;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# uncomment for a colored prompt, if the terminal has the capability; turned
|
||||||
|
# off by default to not distract the user: the focus in a terminal window
|
||||||
|
# should be on the output of commands, not on the prompt
|
||||||
|
#force_color_prompt=yes
|
||||||
|
|
||||||
|
if [ -n "$force_color_prompt" ]; then
|
||||||
|
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
|
||||||
|
# We have color support; assume it's compliant with Ecma-48
|
||||||
|
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
|
||||||
|
# a case would tend to support setf rather than setaf.)
|
||||||
|
color_prompt=yes
|
||||||
|
else
|
||||||
|
color_prompt=
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$color_prompt" = yes ]; then
|
||||||
|
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||||
|
else
|
||||||
|
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
||||||
|
fi
|
||||||
|
unset color_prompt force_color_prompt
|
||||||
|
|
||||||
|
# If this is an xterm set the title to user@host:dir
|
||||||
|
case "$TERM" in
|
||||||
|
xterm*|rxvt*)
|
||||||
|
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# enable color support of ls and also add handy aliases
|
||||||
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
|
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
#alias dir='dir --color=auto'
|
||||||
|
#alias vdir='vdir --color=auto'
|
||||||
|
|
||||||
|
#alias grep='grep --color=auto'
|
||||||
|
#alias fgrep='fgrep --color=auto'
|
||||||
|
#alias egrep='egrep --color=auto'
|
||||||
|
fi
|
||||||
|
|
||||||
|
# colored GCC warnings and errors
|
||||||
|
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
|
|
||||||
|
# some more ls aliases
|
||||||
|
#alias ll='ls -l'
|
||||||
|
#alias la='ls -A'
|
||||||
|
#alias l='ls -CF'
|
||||||
|
|
||||||
|
# Alias definitions.
|
||||||
|
# You may want to put all your additions into a separate file like
|
||||||
|
# ~/.bash_aliases, instead of adding them here directly.
|
||||||
|
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||||
|
|
||||||
|
if [ -f ~/.bash_aliases ]; then
|
||||||
|
. ~/.bash_aliases
|
||||||
|
fi
|
||||||
|
|
||||||
|
# enable programmable completion features (you don't need to enable
|
||||||
|
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||||
|
# sources /etc/bash.bashrc).
|
||||||
|
if ! shopt -oq posix; then
|
||||||
|
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||||
|
. /usr/share/bash-completion/bash_completion
|
||||||
|
elif [ -f /etc/bash_completion ]; then
|
||||||
|
. /etc/bash_completion
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Laravel & PHP Aliases
|
||||||
|
alias artisan='docker compose exec app php artisan'
|
||||||
|
alias pa='docker compose exec app php artisan'
|
||||||
|
alias composer='docker compose exec app composer'
|
||||||
|
alias php='docker compose exec app php'
|
||||||
|
|
||||||
|
# Docker Hilfe
|
||||||
|
alias dps='docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"'
|
||||||
|
alias dlogs='docker compose logs -f'
|
||||||
|
|
||||||
|
#BASH
|
||||||
|
alias dps='docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"'
|
||||||
|
alias dlogs='docker compose logs -f'
|
||||||
|
alias bashapp='docker compose exec app bash'
|
||||||
|
|
||||||
|
#NPM
|
||||||
|
alias dev='docker compose exec app npm run dev'
|
||||||
|
alias build='docker compose exec app npm run build'
|
||||||
|
alias install='docker compose exec app npm install'
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
3029128
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,121 @@
|
||||||
|
AngularJS|JavaScript Frameworks and Tools
|
||||||
|
Docker|Deployment
|
||||||
|
Git4Idea|Version Controls
|
||||||
|
HtmlTools|HTML and XML
|
||||||
|
JSIntentionPowerPack|JavaScript Frameworks and Tools
|
||||||
|
JavaScriptDebugger|JavaScript Frameworks and Tools
|
||||||
|
JavaScript|JavaScript Frameworks and Tools
|
||||||
|
Karma|JavaScript Frameworks and Tools
|
||||||
|
NodeJS|JavaScript Frameworks and Tools
|
||||||
|
Refactor-X|HTML and XML
|
||||||
|
XPathView|HTML and XML
|
||||||
|
com.deadlock.scsyntax|JavaScript Frameworks and Tools
|
||||||
|
com.intellij.apacheConfig|Languages
|
||||||
|
com.intellij.completion.ml.ranking|Local AI/ML Tools
|
||||||
|
com.intellij.configurationScript|IDE Settings
|
||||||
|
com.intellij.copyright|IDE Settings
|
||||||
|
com.intellij.css|Style Sheets
|
||||||
|
com.intellij.database|Database
|
||||||
|
com.intellij.dev|Platform Development
|
||||||
|
com.intellij.diagram|Other Tools
|
||||||
|
com.intellij.ideolog|null
|
||||||
|
com.intellij.ja|IDE Localization
|
||||||
|
com.intellij.jsonpath|Languages
|
||||||
|
com.intellij.ko|IDE Localization
|
||||||
|
com.intellij.marketplace.ml|Local AI/ML Tools
|
||||||
|
com.intellij.mcpServer|AI-Powered
|
||||||
|
com.intellij.modules.json|Languages
|
||||||
|
com.intellij.php.grazie|null
|
||||||
|
com.intellij.php.markdown|null
|
||||||
|
com.intellij.php.phpt|Languages
|
||||||
|
com.intellij.php.psalm|PHP Tools
|
||||||
|
com.intellij.php.sql|null
|
||||||
|
com.intellij.php.tools.quality.phpstan|PHP Tools
|
||||||
|
com.intellij.platform.daemon|IDE Settings
|
||||||
|
com.intellij.platform.images|null
|
||||||
|
com.intellij.plugins.all_hallows_eve.colorscheme|UI
|
||||||
|
com.intellij.plugins.blackboard.colorscheme|UI
|
||||||
|
com.intellij.plugins.cobalt.colorscheme|UI
|
||||||
|
com.intellij.plugins.eclipsekeymap|Keymap
|
||||||
|
com.intellij.plugins.monokai.colorscheme|UI
|
||||||
|
com.intellij.plugins.netbeanskeymap|Keymap
|
||||||
|
com.intellij.plugins.phpstorm.solarized.colorscheme|UI
|
||||||
|
com.intellij.plugins.rails_casts.colorscheme|UI
|
||||||
|
com.intellij.plugins.twilight.colorscheme|UI
|
||||||
|
com.intellij.plugins.vibrantink.colorscheme|UI
|
||||||
|
com.intellij.plugins.visualstudiokeymap|Keymap
|
||||||
|
com.intellij.plugins.vscodekeymap|Keymap
|
||||||
|
com.intellij.plugins.warmneon.colorscheme|UI
|
||||||
|
com.intellij.plugins.watcher|null
|
||||||
|
com.intellij.plugins.webcomponents|JavaScript Frameworks and Tools
|
||||||
|
com.intellij.react|JavaScript Frameworks and Tools
|
||||||
|
com.intellij.searcheverywhere.ml|Local AI/ML Tools
|
||||||
|
com.intellij.settingsSync|IDE Settings
|
||||||
|
com.intellij.stylelint|JavaScript Frameworks and Tools
|
||||||
|
com.intellij.swagger|Microservices
|
||||||
|
com.intellij.tailwindcss|Style Sheets
|
||||||
|
com.intellij.tasks.timeTracking|Other Tools
|
||||||
|
com.intellij.tasks|Other Tools
|
||||||
|
com.intellij.zh|IDE Localization
|
||||||
|
com.intellij|null
|
||||||
|
com.jetbrains.gateway|Remote Development
|
||||||
|
com.jetbrains.performancePlugin.async|Platform Development
|
||||||
|
com.jetbrains.performancePlugin|Platform Development
|
||||||
|
com.jetbrains.php.behat|Test Tools
|
||||||
|
com.jetbrains.php.blade|Template Languages
|
||||||
|
com.jetbrains.php.codeception|Test Tools
|
||||||
|
com.jetbrains.php.dql|Languages
|
||||||
|
com.jetbrains.php.drupal|PHP Frameworks
|
||||||
|
com.jetbrains.php.eval|PHP Tools
|
||||||
|
com.jetbrains.php.framework|PHP Tools
|
||||||
|
com.jetbrains.php.joomla|PHP Frameworks
|
||||||
|
com.jetbrains.php.phpspec|Test Tools
|
||||||
|
com.jetbrains.php.sharedIndexes|null
|
||||||
|
com.jetbrains.php.wordPress|PHP Frameworks
|
||||||
|
com.jetbrains.php.workshop|PHP Tools
|
||||||
|
com.jetbrains.php|Languages
|
||||||
|
com.jetbrains.plugins.ini4idea|Languages
|
||||||
|
com.jetbrains.plugins.webDeployment|Deployment
|
||||||
|
com.jetbrains.remoteDevServer|Remote Development
|
||||||
|
com.jetbrains.remoteDevelopment|Remote Development
|
||||||
|
com.jetbrains.restClient|Microservices
|
||||||
|
com.jetbrains.sh|Languages
|
||||||
|
com.jetbrains.station|Remote Development
|
||||||
|
com.jetbrains.twig|Template Languages
|
||||||
|
com.laravel_idea.plugin|null
|
||||||
|
com.pestphp.pest-intellij|Test Tools
|
||||||
|
cucumber-javascript|JavaScript Frameworks and Tools
|
||||||
|
gherkin|Languages
|
||||||
|
intellij.git.commit.modal|Version Controls
|
||||||
|
intellij.grid.plugin|null
|
||||||
|
intellij.indexing.shared.core|IDE Settings
|
||||||
|
intellij.nextjs|JavaScript Frameworks and Tools
|
||||||
|
intellij.platform.ijent.impl|Remote Development
|
||||||
|
intellij.prettierJS|JavaScript Frameworks and Tools
|
||||||
|
intellij.vitejs|JavaScript Frameworks and Tools
|
||||||
|
intellij.webpack|JavaScript Frameworks and Tools
|
||||||
|
intellij.webp|null
|
||||||
|
name.kropp.intellij.makefile|Languages
|
||||||
|
org.editorconfig.editorconfigjetbrains|IDE Settings
|
||||||
|
org.intellij.plugins.markdown|Languages
|
||||||
|
org.intellij.plugins.postcss|Style Sheets
|
||||||
|
org.intellij.qodana|null
|
||||||
|
org.jetbrains.completion.full.line|Local AI/ML Tools
|
||||||
|
org.jetbrains.plugins.docker.gateway|Remote Development
|
||||||
|
org.jetbrains.plugins.github|Version Controls
|
||||||
|
org.jetbrains.plugins.gitlab|Version Controls
|
||||||
|
org.jetbrains.plugins.less|Style Sheets
|
||||||
|
org.jetbrains.plugins.node-remote-interpreter|JavaScript Frameworks and Tools
|
||||||
|
org.jetbrains.plugins.phpstorm-docker|PHP Tools
|
||||||
|
org.jetbrains.plugins.phpstorm-remote-interpreter|PHP Tools
|
||||||
|
org.jetbrains.plugins.remote-run|Remote Development
|
||||||
|
org.jetbrains.plugins.sass|Style Sheets
|
||||||
|
org.jetbrains.plugins.terminal|Other Tools
|
||||||
|
org.jetbrains.plugins.textmate|Languages
|
||||||
|
org.jetbrains.plugins.vagrant|Deployment
|
||||||
|
org.jetbrains.plugins.vue|JavaScript Frameworks and Tools
|
||||||
|
org.jetbrains.plugins.yaml|Languages
|
||||||
|
org.jetbrains.security.package-checker|null
|
||||||
|
ru.adelf.idea.dotenv|null
|
||||||
|
tanvd.grazi|Languages
|
||||||
|
tslint|JavaScript Frameworks and Tools
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
<code_scheme name="Default" version="173" />
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
<DataSourcesHistory>
|
||||||
|
<DataSourceFromHistory isRemovedFromProject="false">
|
||||||
|
<data-source source="LOCAL" name="1@localhost" uuid="02c2c355-2d6f-49b4-aa57-c2baa934b356">
|
||||||
|
<database-info product="Redis Standalone" version="7.4.8" jdbc-version="4.2" driver-name="Redis JDBC Driver" driver-version="1.5" dbms="REDIS" exact-version="7.4.8" exact-driver-version="1.5" />
|
||||||
|
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" />
|
||||||
|
<driver-ref>redis</driver-ref>
|
||||||
|
<synchronize>true</synchronize>
|
||||||
|
<jdbc-driver>jdbc.RedisDriver</jdbc-driver>
|
||||||
|
<jdbc-url>jdbc:redis://localhost:6379/1</jdbc-url>
|
||||||
|
<secret-storage>master_key</secret-storage>
|
||||||
|
<auth-provider>no-auth</auth-provider>
|
||||||
|
<schema-mapping>
|
||||||
|
<introspection-scope>
|
||||||
|
<node kind="schema">
|
||||||
|
<name qname="@" />
|
||||||
|
<name qname="1" />
|
||||||
|
<name qname="2" />
|
||||||
|
<name qname="3" />
|
||||||
|
<name qname="4" />
|
||||||
|
</node>
|
||||||
|
</introspection-scope>
|
||||||
|
</schema-mapping>
|
||||||
|
<working-dir>$ProjectFileDir$</working-dir>
|
||||||
|
</data-source>
|
||||||
|
</DataSourceFromHistory>
|
||||||
|
</DataSourcesHistory>
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
i18n.locale
|
||||||
|
|
||||||
|
ide.experimental.ui
|
||||||
|
true
|
||||||
|
ide.experimental.ui.inter.font
|
||||||
|
false
|
||||||
|
idea.plugins.compatible.build
|
||||||
|
|
||||||
|
moved.to.new.ui
|
||||||
|
true
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1 @@
|
||||||
|
1773941860000
|
||||||
|
|
@ -0,0 +1,633 @@
|
||||||
|
Inflector
|
||||||
|
actix-web
|
||||||
|
addr2line
|
||||||
|
adler
|
||||||
|
adler2
|
||||||
|
adler32
|
||||||
|
aead
|
||||||
|
aes
|
||||||
|
aes-gcm
|
||||||
|
ahash
|
||||||
|
aho-corasick
|
||||||
|
alloc-no-stdlib
|
||||||
|
alloc-stdlib
|
||||||
|
allocator-api2
|
||||||
|
android-tzdata
|
||||||
|
android_system_properties
|
||||||
|
anes
|
||||||
|
ansi_term
|
||||||
|
anstream
|
||||||
|
anstyle
|
||||||
|
anstyle-parse
|
||||||
|
anstyle-query
|
||||||
|
anstyle-wincon
|
||||||
|
anyhow
|
||||||
|
approx
|
||||||
|
arc-swap
|
||||||
|
arrayref
|
||||||
|
arrayvec
|
||||||
|
async-channel
|
||||||
|
async-compression
|
||||||
|
async-executor
|
||||||
|
async-io
|
||||||
|
async-lock
|
||||||
|
async-std
|
||||||
|
async-stream
|
||||||
|
async-stream-impl
|
||||||
|
async-task
|
||||||
|
async-trait
|
||||||
|
async_trait
|
||||||
|
atoi
|
||||||
|
atomic-waker
|
||||||
|
atty
|
||||||
|
autocfg
|
||||||
|
axum
|
||||||
|
axum-core
|
||||||
|
backtrace
|
||||||
|
backtrace-sys
|
||||||
|
base16ct
|
||||||
|
base64
|
||||||
|
base64ct
|
||||||
|
bevy
|
||||||
|
bincode
|
||||||
|
bindgen
|
||||||
|
bit-set
|
||||||
|
bit-vec
|
||||||
|
bitflags
|
||||||
|
bitvec
|
||||||
|
blake2
|
||||||
|
blake3
|
||||||
|
block-buffer
|
||||||
|
block-padding
|
||||||
|
blocking
|
||||||
|
borsh
|
||||||
|
borsh-derive
|
||||||
|
brotli
|
||||||
|
brotli-decompressor
|
||||||
|
bstr
|
||||||
|
bumpalo
|
||||||
|
byte-tools
|
||||||
|
bytemuck
|
||||||
|
byteorder
|
||||||
|
bytes
|
||||||
|
bzip2-sys
|
||||||
|
cache-padded
|
||||||
|
camino
|
||||||
|
cargo-platform
|
||||||
|
cargo_metadata
|
||||||
|
cast
|
||||||
|
cbindgen
|
||||||
|
cc
|
||||||
|
cexpr
|
||||||
|
cfg-if
|
||||||
|
cfg_aliases
|
||||||
|
chrono
|
||||||
|
ciborium
|
||||||
|
ciborium-io
|
||||||
|
ciborium-ll
|
||||||
|
cipher
|
||||||
|
clang-sys
|
||||||
|
clap
|
||||||
|
clap_builder
|
||||||
|
clap_derive
|
||||||
|
clap_lex
|
||||||
|
cloudabi
|
||||||
|
cmake
|
||||||
|
colorchoice
|
||||||
|
colored
|
||||||
|
combine
|
||||||
|
concurrent-queue
|
||||||
|
config
|
||||||
|
console
|
||||||
|
const-oid
|
||||||
|
const-random
|
||||||
|
const-random-macro
|
||||||
|
const_fn
|
||||||
|
constant_time_eq
|
||||||
|
convert_case
|
||||||
|
cookie
|
||||||
|
core-foundation
|
||||||
|
core-foundation-sys
|
||||||
|
cpufeatures
|
||||||
|
cpuid-bool
|
||||||
|
crc
|
||||||
|
crc32fast
|
||||||
|
criterion
|
||||||
|
criterion-plot
|
||||||
|
crossbeam
|
||||||
|
crossbeam-channel
|
||||||
|
crossbeam-deque
|
||||||
|
crossbeam-epoch
|
||||||
|
crossbeam-queue
|
||||||
|
crossbeam-utils
|
||||||
|
crunchy
|
||||||
|
crypto-bigint
|
||||||
|
crypto-common
|
||||||
|
crypto-mac
|
||||||
|
csv
|
||||||
|
csv-core
|
||||||
|
ctor
|
||||||
|
ctr
|
||||||
|
curl-sys
|
||||||
|
curve25519-dalek
|
||||||
|
darling
|
||||||
|
darling_core
|
||||||
|
darling_macro
|
||||||
|
dashmap
|
||||||
|
data-encoding
|
||||||
|
der
|
||||||
|
deranged
|
||||||
|
derivative
|
||||||
|
derive_more
|
||||||
|
diesel
|
||||||
|
diff
|
||||||
|
difference
|
||||||
|
digest
|
||||||
|
dirs
|
||||||
|
dirs-next
|
||||||
|
dirs-sys
|
||||||
|
dirs-sys-next
|
||||||
|
displaydoc
|
||||||
|
doc-comment
|
||||||
|
dtoa
|
||||||
|
dyn-clone
|
||||||
|
ecdsa
|
||||||
|
ed25519
|
||||||
|
either
|
||||||
|
elliptic-curve
|
||||||
|
encode_unicode
|
||||||
|
encoding_rs
|
||||||
|
enum-as-inner
|
||||||
|
env_logger
|
||||||
|
equivalent
|
||||||
|
erased-serde
|
||||||
|
errno
|
||||||
|
error-chain
|
||||||
|
event-listener
|
||||||
|
event-listener-strategy
|
||||||
|
failure
|
||||||
|
failure_derive
|
||||||
|
fake-simd
|
||||||
|
fallible-iterator
|
||||||
|
fancy-regex
|
||||||
|
fastrand
|
||||||
|
ff
|
||||||
|
filetime
|
||||||
|
fixedbitset
|
||||||
|
flate2
|
||||||
|
float-cmp
|
||||||
|
flume
|
||||||
|
fnv
|
||||||
|
foreign-types
|
||||||
|
foreign-types-shared
|
||||||
|
form_urlencoded
|
||||||
|
fs2
|
||||||
|
fs_extra
|
||||||
|
funty
|
||||||
|
futures
|
||||||
|
futures-channel
|
||||||
|
futures-core
|
||||||
|
futures-executor
|
||||||
|
futures-io
|
||||||
|
futures-lite
|
||||||
|
futures-macro
|
||||||
|
futures-sink
|
||||||
|
futures-task
|
||||||
|
futures-timer
|
||||||
|
futures-util
|
||||||
|
fxhash
|
||||||
|
gcc
|
||||||
|
generic-array
|
||||||
|
getopts
|
||||||
|
getrandom
|
||||||
|
ghash
|
||||||
|
gimli
|
||||||
|
git2
|
||||||
|
glob
|
||||||
|
globset
|
||||||
|
group
|
||||||
|
h2
|
||||||
|
half
|
||||||
|
hashbrown
|
||||||
|
hashlink
|
||||||
|
headers
|
||||||
|
headers-core
|
||||||
|
heck
|
||||||
|
hermit-abi
|
||||||
|
hex
|
||||||
|
hkdf
|
||||||
|
hmac
|
||||||
|
home
|
||||||
|
hostname
|
||||||
|
http
|
||||||
|
http-body
|
||||||
|
http-body-util
|
||||||
|
httparse
|
||||||
|
httpdate
|
||||||
|
humantime
|
||||||
|
hyper
|
||||||
|
hyper-rustls
|
||||||
|
hyper-timeout
|
||||||
|
hyper-tls
|
||||||
|
hyper-util
|
||||||
|
iana-time-zone
|
||||||
|
iana-time-zone-haiku
|
||||||
|
ident_case
|
||||||
|
idna
|
||||||
|
ignore
|
||||||
|
image
|
||||||
|
indexmap
|
||||||
|
indicatif
|
||||||
|
indoc
|
||||||
|
inotify
|
||||||
|
inout
|
||||||
|
instant
|
||||||
|
io-lifetimes
|
||||||
|
iovec
|
||||||
|
ipnet
|
||||||
|
is-terminal
|
||||||
|
is_terminal_polyfill
|
||||||
|
itertools
|
||||||
|
itoa
|
||||||
|
jobserver
|
||||||
|
js-sys
|
||||||
|
keccak
|
||||||
|
kernel32-sys
|
||||||
|
language-tags
|
||||||
|
lazy_static
|
||||||
|
lazycell
|
||||||
|
lexical-core
|
||||||
|
libc
|
||||||
|
libgit2-sys
|
||||||
|
libloading
|
||||||
|
libm
|
||||||
|
libsqlite3-sys
|
||||||
|
libz-sys
|
||||||
|
linked-hash-map
|
||||||
|
linux-raw-sys
|
||||||
|
lock_api
|
||||||
|
log
|
||||||
|
lru
|
||||||
|
lru-cache
|
||||||
|
maplit
|
||||||
|
match_cfg
|
||||||
|
matchers
|
||||||
|
matches
|
||||||
|
matchit
|
||||||
|
maybe-uninit
|
||||||
|
md-5
|
||||||
|
md5
|
||||||
|
memchr
|
||||||
|
memmap2
|
||||||
|
memoffset
|
||||||
|
mime
|
||||||
|
mime_guess
|
||||||
|
minimal-lexical
|
||||||
|
miniz_oxide
|
||||||
|
mio
|
||||||
|
mio-uds
|
||||||
|
miow
|
||||||
|
mockall
|
||||||
|
mockall_derive
|
||||||
|
mockall_double
|
||||||
|
mockito
|
||||||
|
multimap
|
||||||
|
native-tls
|
||||||
|
net2
|
||||||
|
new_debug_unreachable
|
||||||
|
nix
|
||||||
|
nodrop
|
||||||
|
nom
|
||||||
|
notify
|
||||||
|
ntapi
|
||||||
|
nu-ansi-term
|
||||||
|
num
|
||||||
|
num-bigint
|
||||||
|
num-complex
|
||||||
|
num-conv
|
||||||
|
num-derive
|
||||||
|
num-integer
|
||||||
|
num-iter
|
||||||
|
num-rational
|
||||||
|
num-traits
|
||||||
|
num_cpus
|
||||||
|
num_enum
|
||||||
|
num_enum_derive
|
||||||
|
num_threads
|
||||||
|
number_prefix
|
||||||
|
object
|
||||||
|
once_cell
|
||||||
|
oorandom
|
||||||
|
opaque-debug
|
||||||
|
openssl
|
||||||
|
openssl-macros
|
||||||
|
openssl-probe
|
||||||
|
openssl-sys
|
||||||
|
opentelemetry
|
||||||
|
opentelemetry_sdk
|
||||||
|
ordered-float
|
||||||
|
os_str_bytes
|
||||||
|
overload
|
||||||
|
owning_ref
|
||||||
|
parking
|
||||||
|
parking_lot
|
||||||
|
parking_lot_core
|
||||||
|
paste
|
||||||
|
paste-impl
|
||||||
|
pbkdf2
|
||||||
|
peeking_take_while
|
||||||
|
pem
|
||||||
|
pem-rfc7468
|
||||||
|
percent-encoding
|
||||||
|
pest
|
||||||
|
pest_derive
|
||||||
|
pest_generator
|
||||||
|
pest_meta
|
||||||
|
petgraph
|
||||||
|
phf
|
||||||
|
phf_codegen
|
||||||
|
phf_generator
|
||||||
|
phf_macros
|
||||||
|
phf_shared
|
||||||
|
pin-project
|
||||||
|
pin-project-internal
|
||||||
|
pin-project-lite
|
||||||
|
pin-utils
|
||||||
|
pkcs1
|
||||||
|
pkcs8
|
||||||
|
pkg-config
|
||||||
|
plotters
|
||||||
|
plotters-backend
|
||||||
|
plotters-svg
|
||||||
|
png
|
||||||
|
polling
|
||||||
|
polyval
|
||||||
|
portable-atomic
|
||||||
|
powerfmt
|
||||||
|
ppv-lite86
|
||||||
|
precomputed-hash
|
||||||
|
predicates
|
||||||
|
predicates-core
|
||||||
|
predicates-tree
|
||||||
|
pretty_assertions
|
||||||
|
prettyplease
|
||||||
|
proc-macro-crate
|
||||||
|
proc-macro-error
|
||||||
|
proc-macro-error-attr
|
||||||
|
proc-macro-hack
|
||||||
|
proc-macro-nested
|
||||||
|
proc-macro2
|
||||||
|
prometheus
|
||||||
|
proptest
|
||||||
|
prost
|
||||||
|
prost-build
|
||||||
|
prost-derive
|
||||||
|
prost-types
|
||||||
|
protobuf
|
||||||
|
pulldown-cmark
|
||||||
|
pyo3
|
||||||
|
pyo3-build-config
|
||||||
|
pyo3-ffi
|
||||||
|
pyo3-macros
|
||||||
|
pyo3-macros-backend
|
||||||
|
quanta
|
||||||
|
quick-error
|
||||||
|
quick-xml
|
||||||
|
quickcheck
|
||||||
|
quinn
|
||||||
|
quinn-proto
|
||||||
|
quinn-udp
|
||||||
|
quote
|
||||||
|
radium
|
||||||
|
rand
|
||||||
|
rand_chacha
|
||||||
|
rand_core
|
||||||
|
rand_hc
|
||||||
|
rand_isaac
|
||||||
|
rand_jitter
|
||||||
|
rand_os
|
||||||
|
rand_pcg
|
||||||
|
rand_xorshift
|
||||||
|
raw-cpuid
|
||||||
|
rayon
|
||||||
|
rayon-core
|
||||||
|
redox_syscall
|
||||||
|
redox_users
|
||||||
|
regex
|
||||||
|
regex-automata
|
||||||
|
regex-syntax
|
||||||
|
remove_dir_all
|
||||||
|
reqwest
|
||||||
|
resolv-conf
|
||||||
|
rfc6979
|
||||||
|
ring
|
||||||
|
rsa
|
||||||
|
rstest
|
||||||
|
rustc-demangle
|
||||||
|
rustc-hash
|
||||||
|
rustc-serialize
|
||||||
|
rustc_version
|
||||||
|
rustix
|
||||||
|
rustls
|
||||||
|
rustls-native-certs
|
||||||
|
rustls-pemfile
|
||||||
|
rustls-pki-types
|
||||||
|
rustls-webpki
|
||||||
|
rustversion
|
||||||
|
ryu
|
||||||
|
safemem
|
||||||
|
same-file
|
||||||
|
schannel
|
||||||
|
scoped-tls
|
||||||
|
scopeguard
|
||||||
|
sct
|
||||||
|
sea-orm
|
||||||
|
sea-query
|
||||||
|
sec1
|
||||||
|
security-framework
|
||||||
|
security-framework-sys
|
||||||
|
semver
|
||||||
|
semver-parser
|
||||||
|
serde
|
||||||
|
serde_bytes
|
||||||
|
serde_cbor
|
||||||
|
serde_derive
|
||||||
|
serde_json
|
||||||
|
serde_path_to_error
|
||||||
|
serde_repr
|
||||||
|
serde_spanned
|
||||||
|
serde_urlencoded
|
||||||
|
serde_with
|
||||||
|
serde_with_macros
|
||||||
|
serde_yaml
|
||||||
|
sha-1
|
||||||
|
sha1
|
||||||
|
sha2
|
||||||
|
sha3
|
||||||
|
sharded-slab
|
||||||
|
shlex
|
||||||
|
signal-hook
|
||||||
|
signal-hook-registry
|
||||||
|
signature
|
||||||
|
simd-adler32
|
||||||
|
siphasher
|
||||||
|
slab
|
||||||
|
smallvec
|
||||||
|
smol
|
||||||
|
socket2
|
||||||
|
spin
|
||||||
|
spki
|
||||||
|
sqlx
|
||||||
|
stable_deref_trait
|
||||||
|
standback
|
||||||
|
static_assertions
|
||||||
|
string_cache
|
||||||
|
strsim
|
||||||
|
structopt
|
||||||
|
structopt-derive
|
||||||
|
strum
|
||||||
|
strum_macros
|
||||||
|
subtle
|
||||||
|
syn
|
||||||
|
sync_wrapper
|
||||||
|
synstructure
|
||||||
|
system-configuration
|
||||||
|
tap
|
||||||
|
tar
|
||||||
|
target-lexicon
|
||||||
|
tauri
|
||||||
|
tempdir
|
||||||
|
tempfile
|
||||||
|
term
|
||||||
|
termcolor
|
||||||
|
terminal_size
|
||||||
|
termtree
|
||||||
|
textwrap
|
||||||
|
thiserror
|
||||||
|
thiserror-impl
|
||||||
|
thread_local
|
||||||
|
threadpool
|
||||||
|
time
|
||||||
|
time-core
|
||||||
|
time-macros
|
||||||
|
time-macros-impl
|
||||||
|
tiny-keccak
|
||||||
|
tinytemplate
|
||||||
|
tinyvec
|
||||||
|
tinyvec_macros
|
||||||
|
tokio
|
||||||
|
tokio-current-thread
|
||||||
|
tokio-executor
|
||||||
|
tokio-io
|
||||||
|
tokio-io-timeout
|
||||||
|
tokio-macros
|
||||||
|
tokio-native-tls
|
||||||
|
tokio-reactor
|
||||||
|
tokio-rustls
|
||||||
|
tokio-stream
|
||||||
|
tokio-sync
|
||||||
|
tokio-tcp
|
||||||
|
tokio-threadpool
|
||||||
|
tokio-timer
|
||||||
|
tokio-tungstenite
|
||||||
|
tokio-util
|
||||||
|
toml
|
||||||
|
toml_datetime
|
||||||
|
toml_edit
|
||||||
|
tonic
|
||||||
|
tonic-build
|
||||||
|
tower
|
||||||
|
tower-http
|
||||||
|
tower-layer
|
||||||
|
tower-service
|
||||||
|
tracing
|
||||||
|
tracing-attributes
|
||||||
|
tracing-core
|
||||||
|
tracing-futures
|
||||||
|
tracing-log
|
||||||
|
tracing-opentelemetry
|
||||||
|
tracing-serde
|
||||||
|
tracing-subscriber
|
||||||
|
trust-dns-proto
|
||||||
|
trust-dns-resolver
|
||||||
|
try-lock
|
||||||
|
tungstenite
|
||||||
|
twox-hash
|
||||||
|
typenum
|
||||||
|
ucd-trie
|
||||||
|
unicase
|
||||||
|
unicode-bidi
|
||||||
|
unicode-ident
|
||||||
|
unicode-normalization
|
||||||
|
unicode-segmentation
|
||||||
|
unicode-width
|
||||||
|
unicode-xid
|
||||||
|
unindent
|
||||||
|
universal-hash
|
||||||
|
unreachable
|
||||||
|
unsafe-libyaml
|
||||||
|
untrusted
|
||||||
|
url
|
||||||
|
urlencoding
|
||||||
|
utf-8
|
||||||
|
utf8-ranges
|
||||||
|
utf8parse
|
||||||
|
uuid
|
||||||
|
valuable
|
||||||
|
vcpkg
|
||||||
|
vec_map
|
||||||
|
version_check
|
||||||
|
void
|
||||||
|
vsdb
|
||||||
|
vsdb_derive
|
||||||
|
vsdbsled
|
||||||
|
wait-timeout
|
||||||
|
waker-fn
|
||||||
|
walkdir
|
||||||
|
want
|
||||||
|
warp
|
||||||
|
wasi
|
||||||
|
wasm-bindgen
|
||||||
|
wasm-bindgen-backend
|
||||||
|
wasm-bindgen-futures
|
||||||
|
wasm-bindgen-macro
|
||||||
|
wasm-bindgen-macro-support
|
||||||
|
wasm-bindgen-shared
|
||||||
|
web-sys
|
||||||
|
webpki
|
||||||
|
webpki-roots
|
||||||
|
which
|
||||||
|
winapi
|
||||||
|
winapi-build
|
||||||
|
winapi-i686-pc-windows-gnu
|
||||||
|
winapi-util
|
||||||
|
winapi-x86_64-pc-windows-gnu
|
||||||
|
windows
|
||||||
|
windows-core
|
||||||
|
windows-sys
|
||||||
|
windows-targets
|
||||||
|
windows_aarch64_gnullvm
|
||||||
|
windows_aarch64_msvc
|
||||||
|
windows_i686_gnu
|
||||||
|
windows_i686_gnullvm
|
||||||
|
windows_i686_msvc
|
||||||
|
windows_x86_64_gnu
|
||||||
|
windows_x86_64_gnullvm
|
||||||
|
windows_x86_64_msvc
|
||||||
|
winnow
|
||||||
|
winreg
|
||||||
|
ws2_32-sys
|
||||||
|
wyz
|
||||||
|
xattr
|
||||||
|
xml-rs
|
||||||
|
yaml-rust
|
||||||
|
yansi
|
||||||
|
zerocopy
|
||||||
|
zerocopy-derive
|
||||||
|
zeroize
|
||||||
|
zeroize_derive
|
||||||
|
zip
|
||||||
|
zstd
|
||||||
|
zstd-safe
|
||||||
|
zstd-sys
|
||||||
|
{"blockSize":29,"length":18328,"version":"5744"}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"dictionaries" : [ "composer_packages.ndjson", "crate_names.ndjson", "dotnet_technologies.ndjson", "grazie_rule_ids.ndjson", "grazie_rule_long_ids.ndjson", "ktor_feature_ids.ndjson", "look_and_feel.ndjson", "python_packages.ndjson" ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1773937163000
|
||||||
|
|
@ -0,0 +1,51 @@
|
||||||
|
.NET Classic
|
||||||
|
.NET Core
|
||||||
|
.NET_Classic
|
||||||
|
.NET_Core
|
||||||
|
Avalonia
|
||||||
|
Azure Function
|
||||||
|
AzureFunction
|
||||||
|
Azure_Function
|
||||||
|
C++
|
||||||
|
Godot
|
||||||
|
MAUI
|
||||||
|
Managed C++
|
||||||
|
Managed_C++
|
||||||
|
Silverlight
|
||||||
|
Sql Database Project
|
||||||
|
UE4
|
||||||
|
UE5
|
||||||
|
UWP
|
||||||
|
Unity
|
||||||
|
UnitySidecar
|
||||||
|
Uno
|
||||||
|
Unreal Engine (any)
|
||||||
|
UnrealFolder
|
||||||
|
UnrealGame
|
||||||
|
UnrealModule
|
||||||
|
UnrealPlugin
|
||||||
|
WPF
|
||||||
|
Web Classic
|
||||||
|
Web Core
|
||||||
|
WebSite
|
||||||
|
Web_Classic
|
||||||
|
Web_Core
|
||||||
|
WinRT
|
||||||
|
WindowsForms Classic
|
||||||
|
WindowsForms Core
|
||||||
|
WindowsForms_Classic
|
||||||
|
WindowsForms_Core
|
||||||
|
WindowsPhone
|
||||||
|
Xamarin
|
||||||
|
Xamarin.Android
|
||||||
|
Xamarin.Mac
|
||||||
|
Xamarin.PlayStation3
|
||||||
|
Xamarin.PlayStation4
|
||||||
|
Xamarin.PlayStationVita
|
||||||
|
Xamarin.TVOS
|
||||||
|
Xamarin.WatchOS
|
||||||
|
Xamarin.Xbox360
|
||||||
|
Xamarin.XboxOne
|
||||||
|
Xamarin.iOS
|
||||||
|
XamarinForms
|
||||||
|
{"blockSize":24,"length":1200,"version":"5744"}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
|
|
@ -0,0 +1,219 @@
|
||||||
|
ABOUT_ITS_NN
|
||||||
|
ACCORD_SUJET_VERBE
|
||||||
|
AFFECT_EFFECT
|
||||||
|
AFTERWARDS_US
|
||||||
|
AGREEMENT_POSTPONED_ADJ
|
||||||
|
AGREEMENT_SENT_START
|
||||||
|
ALL_OF_THE
|
||||||
|
ATD_VERBS_TO_COLLOCATION
|
||||||
|
AUXILIARY_DO_WITH_INCORRECT_VERB_FORM
|
||||||
|
A_GOOGLE
|
||||||
|
A_INFINITIF
|
||||||
|
A_INFINITIVE
|
||||||
|
All
|
||||||
|
BEEN_PART_AGREEMENT
|
||||||
|
BE_VBP_IN
|
||||||
|
BU
|
||||||
|
BY_DEFAULT_COMMA
|
||||||
|
COMMA_COMPOUND_SENTENCE
|
||||||
|
COMPARISONS_THEN
|
||||||
|
COMP_THAN
|
||||||
|
DEPEND_ON
|
||||||
|
DE_AGREEMENT
|
||||||
|
DE_CASE
|
||||||
|
DIACRITICS_VERB_N_ADJ
|
||||||
|
DID_BASEFORM
|
||||||
|
DIFFERENT_THAN
|
||||||
|
DOUBLE_PUNCTUATION
|
||||||
|
DT_DT
|
||||||
|
D_N
|
||||||
|
DotOrCase
|
||||||
|
ENGLISH_WORD_REPEAT_RULE
|
||||||
|
EN_A_VS_AN
|
||||||
|
EN_COMPOUNDS
|
||||||
|
EN_CONTRACTION_SPELLING
|
||||||
|
EN_SPLIT_WORDS_HYPHEN
|
||||||
|
EN_UNPAIRED_BRACKETS
|
||||||
|
ES_SIMPLE_REPLACE
|
||||||
|
ETC_PERIOD
|
||||||
|
EVERY_EACH_SINGULAR
|
||||||
|
FEWER_LESS
|
||||||
|
FLECHES
|
||||||
|
FRENCH_WHITESPACE
|
||||||
|
GITHUB
|
||||||
|
GOOGLE_PRODUCTS
|
||||||
|
GR_04_002
|
||||||
|
Google_Developer_Documentation_Style_Guide.Contractions
|
||||||
|
Google_Developer_Documentation_Style_Guide.Ellipses
|
||||||
|
Google_Developer_Documentation_Style_Guide.EmDash
|
||||||
|
Google_Developer_Documentation_Style_Guide.Exclamation
|
||||||
|
Google_Developer_Documentation_Style_Guide.HeadingPunctuation
|
||||||
|
Google_Developer_Documentation_Style_Guide.Latin
|
||||||
|
Google_Developer_Documentation_Style_Guide.LyHyphens
|
||||||
|
Google_Developer_Documentation_Style_Guide.OptionalPlurals
|
||||||
|
Google_Developer_Documentation_Style_Guide.Parens
|
||||||
|
Google_Developer_Documentation_Style_Guide.Spacing
|
||||||
|
Google_Developer_Documentation_Style_Guide.WordList
|
||||||
|
Grammar.ADJECTIVE_POSITION
|
||||||
|
Grammar.ADVERB_ADJECTIVE_CONFUSION
|
||||||
|
Grammar.ADVERB_WORD_ORDER
|
||||||
|
Grammar.ARTICLE_ISSUES
|
||||||
|
Grammar.AUX_MAIN_VERB_FORM
|
||||||
|
Grammar.CLAUSE_NEGATION
|
||||||
|
Grammar.COMPARATIVE_SUPERLATIVE
|
||||||
|
Grammar.CONDITIONAL_ISSUES
|
||||||
|
Grammar.GERUND_VS_INFINITIVE
|
||||||
|
Grammar.LETS_CONFUSION
|
||||||
|
Grammar.MISSING_INFINITIVE_TO
|
||||||
|
Grammar.MISSING_OBJECT
|
||||||
|
Grammar.MISSING_SUBJECT
|
||||||
|
Grammar.MISSING_VERB
|
||||||
|
Grammar.OBJECT_PRONOUNS
|
||||||
|
Grammar.PLURALS_IN_COMPOUNDS
|
||||||
|
Grammar.POLARITY
|
||||||
|
Grammar.POSSESSIVE_ISSUES
|
||||||
|
Grammar.PREPOSITION_ISSUES
|
||||||
|
Grammar.QUANTIFIER_NOUN_COMPATIBILITY
|
||||||
|
Grammar.QUESTION_WORD_CONFUSION
|
||||||
|
Grammar.RELATIVE_PRONOUN_CONFUSION
|
||||||
|
Grammar.SUBJECT_VERB_AGREEMENT
|
||||||
|
Grammar.SUBJECT_VERB_INVERSION
|
||||||
|
Grammar.TENSE_ADVERBIALS
|
||||||
|
Grammar.TO_FINITE
|
||||||
|
Grammar.UNEXPECTED_VERB
|
||||||
|
Grammar.WORD_REPETITION
|
||||||
|
Grammar.WORD_SEPARATION
|
||||||
|
HAVE_PART_AGREEMENT
|
||||||
|
IF_VB
|
||||||
|
INFORMATIONS
|
||||||
|
IT_IS
|
||||||
|
IT_VBZ
|
||||||
|
I_LOWERCASE
|
||||||
|
Insensitive_Writing_(alex).Ablist
|
||||||
|
Insensitive_Writing_(alex).Gendered
|
||||||
|
Insensitive_Writing_(alex).LGBTQ
|
||||||
|
Insensitive_Writing_(alex).ProfanityLikely
|
||||||
|
Insensitive_Writing_(alex).Race
|
||||||
|
Insensitive_Writing_(alex).Suicide
|
||||||
|
JetBrains_Documentation_Style_Guide.En-dashes
|
||||||
|
JetBrains_Documentation_Style_Guide.Latin
|
||||||
|
JetBrains_Documentation_Style_Guide.Terms
|
||||||
|
JetBrains_Documentation_Style_Guide.Unambiguous_contractions
|
||||||
|
KIND_OF_A
|
||||||
|
KOMMA_INFINITIVGRUPPEN
|
||||||
|
KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ
|
||||||
|
KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ_2
|
||||||
|
LC_AFTER_PERIOD
|
||||||
|
LETS_LET
|
||||||
|
LOGGED_IN_HYPHEN
|
||||||
|
LOG_IN
|
||||||
|
Legal.Contracts.actual
|
||||||
|
Legal.Contracts.actually
|
||||||
|
Legal.Contracts.also
|
||||||
|
Legal.Contracts.provided
|
||||||
|
Legal.Generic.couplets
|
||||||
|
Legal.Generic.plainLegalEnglish
|
||||||
|
MD_BASEFORM
|
||||||
|
MD_BE_NON_VBP
|
||||||
|
MISSING_COMMA_AFTER_INTRODUCTORY_PHRASE
|
||||||
|
MISSING_GENITIVE
|
||||||
|
MISSING_HYPHEN
|
||||||
|
MISSING_TO_BEFORE_A_VERB
|
||||||
|
Microsoft_Writing_Style_Guide.Adverbs
|
||||||
|
Microsoft_Writing_Style_Guide.Auto
|
||||||
|
Microsoft_Writing_Style_Guide.ComplexWords
|
||||||
|
Microsoft_Writing_Style_Guide.Contractions
|
||||||
|
Microsoft_Writing_Style_Guide.Dashes
|
||||||
|
Microsoft_Writing_Style_Guide.Ellipses
|
||||||
|
Microsoft_Writing_Style_Guide.GeneralURL
|
||||||
|
Microsoft_Writing_Style_Guide.Negative
|
||||||
|
Microsoft_Writing_Style_Guide.RangeFormat
|
||||||
|
Microsoft_Writing_Style_Guide.Terms
|
||||||
|
Microsoft_Writing_Style_Guide.Wordiness
|
||||||
|
NON_ANTI_JJ
|
||||||
|
NOUN_VERB_CONFUSION
|
||||||
|
NUMBERS_IN_WORDS
|
||||||
|
OE
|
||||||
|
ON_EXCEL
|
||||||
|
ON_VERBE
|
||||||
|
OPREDELENIA
|
||||||
|
OUTSIDE_OF
|
||||||
|
PFEILE
|
||||||
|
PHRASE_REPETITION
|
||||||
|
PLACE_DE_LA_VIRGULE
|
||||||
|
PLACE_DE_LA_VIRGULE
|
||||||
|
PLURAL_VERB_AFTER_THIS
|
||||||
|
POSSESSIVE_APOSTROPHE
|
||||||
|
PRAEP_PLUS_VERB
|
||||||
|
PREPOSITION_VERB
|
||||||
|
PREP_U_and_Noun
|
||||||
|
PRP_VBG
|
||||||
|
PT_BARBARISMS_REPLACE
|
||||||
|
PT_WORDINESS_REPLACE
|
||||||
|
Punctuation.ADVERBIAL_COMMA
|
||||||
|
Punctuation.COMMA_BEFORE_CC_CLAUSE
|
||||||
|
Punctuation.EG_IE_COMMA
|
||||||
|
Punctuation.EG_IE_PUNCTUATION
|
||||||
|
Punctuation.EXCESSIVE_COLON
|
||||||
|
Punctuation.EXCESSIVE_COMMA
|
||||||
|
Punctuation.FORMATTING_ISSUES
|
||||||
|
Punctuation.HYPHEN_TO_DASH
|
||||||
|
Punctuation.HYPHEN_VS_DASH
|
||||||
|
Punctuation.JOINING_CLAUSES_WITH_COMMA
|
||||||
|
Punctuation.LIST_COLON
|
||||||
|
Punctuation.MISSING_QUESTION_MARK
|
||||||
|
Punctuation.POLITE_COMMA
|
||||||
|
Punctuation.RELATIVE_CLAUSE_COMMA
|
||||||
|
Punctuation.RELATIVE_CLAUSE_COMMA_WITH_PROPER_NOUN
|
||||||
|
Punctuation.RELATIVE_CLAUSE_COMMA_WITH_THAT
|
||||||
|
Punctuation.SUBORDINATION_COMMA
|
||||||
|
RECOMMENDED_COMPOUNDS
|
||||||
|
SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA
|
||||||
|
SETUP_VERB
|
||||||
|
SOME_OF_THE
|
||||||
|
SPLITTED
|
||||||
|
Semantics.ABSOLUTE_DATE_ISSUES
|
||||||
|
Semantics.COMMONLY_CONFUSED_WORDS
|
||||||
|
Semantics.RELATIVE_DATE_ISSUES
|
||||||
|
Spelling.MISPLACED_SPACE
|
||||||
|
Spelling.MISSING_DIACRITIC
|
||||||
|
Spelling.NUMBER_ENDING
|
||||||
|
Spelling.PROPER_NAMES
|
||||||
|
Spelling.SIMILAR_WORD_CONFUSION
|
||||||
|
Style.COLLOQUIAL_SPEECH
|
||||||
|
Style.DISPREFERRED_SERIAL_COMMA
|
||||||
|
Style.ENFORCE_CONTRACTION_USE
|
||||||
|
Style.EXCLAMATION_MARK
|
||||||
|
Style.EXPRESSIVE_PUNCTUATION
|
||||||
|
Style.FAULTY_PARALLELISM
|
||||||
|
Style.INFORMAL_SHORT_FORMS
|
||||||
|
Style.LESS_READABLE_PASSIVE
|
||||||
|
Style.LONG_DEPENDENCY
|
||||||
|
Style.LOOKS_LIKE
|
||||||
|
Style.MISSING_SERIAL_COMMA
|
||||||
|
Style.NOUN_GENDER_BIAS
|
||||||
|
Style.OF_CHAIN
|
||||||
|
Style.PASSIVE_VOICE
|
||||||
|
Style.PRONOUN_GENDER_BIAS
|
||||||
|
Style.PUNCTUATION_MARKEDNESS
|
||||||
|
Style.REDUNDANCY_GENERAL
|
||||||
|
Style.REDUNDANT_OF
|
||||||
|
Style.SENTENCE_CAPITALIZATION
|
||||||
|
Style.VARIANT_LEXICAL_DIFFERENCES
|
||||||
|
Style.VERY_ABUSE
|
||||||
|
THE_SUPERLATIVE
|
||||||
|
THIS_NNS
|
||||||
|
TO_NON_BASE
|
||||||
|
UNLIKELY_OPENING_PUNCTUATION
|
||||||
|
UPPERCASE_SENTENCE_START
|
||||||
|
UPPERCASE_SENTENCE_START
|
||||||
|
UP_TO_DATE_HYPHEN
|
||||||
|
VERB_COMMA_CONJUNCTION
|
||||||
|
VERB_NOUN_CONFUSION
|
||||||
|
VIRG_NON_TROUVEE
|
||||||
|
Verb_and_Verb
|
||||||
|
WHETHER
|
||||||
|
WHITESPACE_RULE
|
||||||
|
wa5
|
||||||
|
wb4
|
||||||
|
{"blockSize":62,"length":13516,"version":"5744"}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
|
|
@ -0,0 +1,70 @@
|
||||||
|
asyncapi
|
||||||
|
auth
|
||||||
|
auth-basic
|
||||||
|
auth-digest
|
||||||
|
auth-jwt
|
||||||
|
auth-ldap
|
||||||
|
auth-oauth
|
||||||
|
auto-head-response
|
||||||
|
caching-headers
|
||||||
|
call-logging
|
||||||
|
callid
|
||||||
|
cohort
|
||||||
|
compression
|
||||||
|
conditional-headers
|
||||||
|
content-negotiation
|
||||||
|
cors
|
||||||
|
csrf
|
||||||
|
css-dsl
|
||||||
|
default-headers
|
||||||
|
double-receive
|
||||||
|
exposed
|
||||||
|
firebase-auth-provider
|
||||||
|
forwarded-header-support
|
||||||
|
freemarker
|
||||||
|
hsts
|
||||||
|
html-dsl
|
||||||
|
htmx
|
||||||
|
https-redirect
|
||||||
|
khealth
|
||||||
|
koin
|
||||||
|
koog
|
||||||
|
kotlinx-rpc
|
||||||
|
kotlinx-serialization
|
||||||
|
ktor-di
|
||||||
|
ktor-gson
|
||||||
|
ktor-jackson
|
||||||
|
ktor-network
|
||||||
|
ktor-network-tls
|
||||||
|
ktor-server-kafka
|
||||||
|
ktor-server-rabbitmq
|
||||||
|
ktor-server-rate-limiting
|
||||||
|
ktor-server-task-scheduling
|
||||||
|
ktor-sessions
|
||||||
|
ktor-swagger-ui
|
||||||
|
ktor-websockets
|
||||||
|
line-webhook
|
||||||
|
metrics
|
||||||
|
metrics-micrometer
|
||||||
|
mongodb
|
||||||
|
mustache
|
||||||
|
openapi
|
||||||
|
opentelemetry-java-instrumentation
|
||||||
|
partial-content
|
||||||
|
pebble
|
||||||
|
postgres
|
||||||
|
request-validation
|
||||||
|
resources
|
||||||
|
routing
|
||||||
|
shutdown-url
|
||||||
|
simple-cache
|
||||||
|
simple-memory-cache
|
||||||
|
simple-redis-cache
|
||||||
|
sse
|
||||||
|
static-content
|
||||||
|
status-pages
|
||||||
|
swagger
|
||||||
|
thymeleaf
|
||||||
|
velocity
|
||||||
|
webjars
|
||||||
|
{"blockSize":35,"length":2415,"version":"6155"}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
|
|
@ -0,0 +1,463 @@
|
||||||
|
Acme
|
||||||
|
Apricode_Monokai
|
||||||
|
Arc_Dark
|
||||||
|
Arc_Dark_(Material)
|
||||||
|
Arc_Dark_Contrast
|
||||||
|
Arc_Theme
|
||||||
|
Arc_Theme_-_Orange
|
||||||
|
Arc_Theme_Dark
|
||||||
|
Arc_Theme_Dark_-_Orange
|
||||||
|
Astra_Dark
|
||||||
|
AtomOneDarkByMayke
|
||||||
|
Atom_One_Dark
|
||||||
|
Atom_One_Dark_(Material)
|
||||||
|
Atom_One_Dark_Contrast
|
||||||
|
Atom_One_Light
|
||||||
|
Atom_One_Light_(Material)
|
||||||
|
Atom_One_Light_Contrast
|
||||||
|
Aura
|
||||||
|
Ayu_Mirage
|
||||||
|
AzurLane:_Essex
|
||||||
|
Bas_Tools_Black
|
||||||
|
Bas_Tools_Dark
|
||||||
|
Bas_Tools_White
|
||||||
|
Base16_Monokai
|
||||||
|
Base16_Tomorrow_Dark
|
||||||
|
BattleField
|
||||||
|
Blackbird
|
||||||
|
BlendS:_Maika
|
||||||
|
Blue_Dolphin
|
||||||
|
Blue_Whale
|
||||||
|
Breeze_Dark
|
||||||
|
Bright_and_Sheen_Theme
|
||||||
|
BunnySenpai:_Mai_Dark
|
||||||
|
BunnySenpai:_Mai_Light
|
||||||
|
Burnt
|
||||||
|
Calm
|
||||||
|
Carbon
|
||||||
|
Cell_Dark_Theme
|
||||||
|
Chicken
|
||||||
|
Chuunibyou:_Takanashi_Rikka
|
||||||
|
City_Pop
|
||||||
|
Clean_Sheet
|
||||||
|
Cobalt
|
||||||
|
Cobalt9
|
||||||
|
Cobalt_2
|
||||||
|
Codely
|
||||||
|
Codely_Blue
|
||||||
|
Codely_Dark
|
||||||
|
Codely_Light
|
||||||
|
Coderpillr_Dusk
|
||||||
|
CoffeeBean
|
||||||
|
Construction_Paper
|
||||||
|
Core
|
||||||
|
Custom_Theme_(Material)
|
||||||
|
Cute_Pink_Light
|
||||||
|
Cyan_light
|
||||||
|
Cyberpunk_Theme
|
||||||
|
DDLC:_Monika_Dark
|
||||||
|
DDLC:_Monika_Light
|
||||||
|
DDLC:_Natsuki_Dark
|
||||||
|
DDLC:_Natsuki_Light
|
||||||
|
DDLC:_Sayori_Dark
|
||||||
|
DDLC:_Sayori_Light
|
||||||
|
DDLC:_Yuri_Dark
|
||||||
|
DDLC:_Yuri_Light
|
||||||
|
DM:_Kanna
|
||||||
|
DM:_Tohru
|
||||||
|
DR:_Mioda_Ibuki_Dark
|
||||||
|
DR:_Mioda_Ibuki_Light
|
||||||
|
DTWMMN:_Hayase_Nagatoro
|
||||||
|
Darcula
|
||||||
|
Darcula_(blacker)
|
||||||
|
Darcula_Darker
|
||||||
|
Darcula_Pitch_Black
|
||||||
|
Darcula_Solid
|
||||||
|
Darcula_Sombre
|
||||||
|
Darcula_Sombre_(transparent_selection)
|
||||||
|
Darcula_Sombre_(with_bright_borders)
|
||||||
|
Darcula_Sombre_(with_dark_borders)
|
||||||
|
Dark
|
||||||
|
DarkCode
|
||||||
|
DarkCode_Contrast
|
||||||
|
DarkDark
|
||||||
|
DarkTheme
|
||||||
|
Dark_Candy
|
||||||
|
Dark_Flat
|
||||||
|
Dark_Orange
|
||||||
|
Dark_purple
|
||||||
|
Dark_ubuntu
|
||||||
|
Deep_Ocean_Theme
|
||||||
|
Dracula
|
||||||
|
Dracula_(Material)
|
||||||
|
Dracula_Colorful
|
||||||
|
Dracula_Contrast
|
||||||
|
DxD:_Rias:_Crimson
|
||||||
|
DxD:_Rias:_Onyx
|
||||||
|
Dysh_Unreal_Simple
|
||||||
|
Dysh_Unreal_Simple_Vivid
|
||||||
|
EVA:_Katsuragi_Misato
|
||||||
|
EVA:_Rei
|
||||||
|
Eclipse_Plus
|
||||||
|
El_Chalten
|
||||||
|
Elements
|
||||||
|
Emerald
|
||||||
|
Ender_Theme
|
||||||
|
EroManga:_Sagiri
|
||||||
|
Espresso_Light
|
||||||
|
Espresso_Lightgram
|
||||||
|
ExperimentalDark
|
||||||
|
ExperimentalLight
|
||||||
|
ExperimentalLightWithLightHeader
|
||||||
|
Field_Lights
|
||||||
|
FlatAndMinimalistic_-_dark
|
||||||
|
FlatAndMinimalistic_-_gray
|
||||||
|
FlatOcean
|
||||||
|
Forest_Night
|
||||||
|
Foundation_Dark
|
||||||
|
Foundation_Light
|
||||||
|
Franxx:_Zero_Two_Dark
|
||||||
|
Franxx:_Zero_Two_Light
|
||||||
|
FutureDiary:_Gasai_Yuno
|
||||||
|
Galaxy
|
||||||
|
Galizur
|
||||||
|
Gate:_Rory_Mercury
|
||||||
|
Gerry_Oceanic
|
||||||
|
Gerry_Space
|
||||||
|
Gerry_Violet
|
||||||
|
Giraffe
|
||||||
|
GitHub
|
||||||
|
GitHub_(Material)
|
||||||
|
GitHub_Contrast
|
||||||
|
GitHub_Dark
|
||||||
|
GitHub_Dark_(Material)
|
||||||
|
GitHub_Dark_Contrast
|
||||||
|
GitHub_Dark_Dimmed
|
||||||
|
GitHub_Light
|
||||||
|
Gloom
|
||||||
|
Glowing_Darcula
|
||||||
|
Godot_Theme
|
||||||
|
Golden_Blue
|
||||||
|
Gradianto_Dark_Fuchsia
|
||||||
|
Gradianto_Deep_Ocean
|
||||||
|
Gradianto_Midnight_Blue
|
||||||
|
Gradianto_Nature_Green
|
||||||
|
Gray
|
||||||
|
Green_Haze
|
||||||
|
Green_lite
|
||||||
|
Greenly
|
||||||
|
Gruvbox
|
||||||
|
Gruvbox_Dark_Hard
|
||||||
|
Gruvbox_Dark_Medium
|
||||||
|
Gruvbox_Dark_Soft
|
||||||
|
Gruvbox_Github
|
||||||
|
Gruvbox_Light_Hard
|
||||||
|
Gruvbox_Light_Medium
|
||||||
|
Gruvbox_Light_Soft
|
||||||
|
Gruvbox_Material
|
||||||
|
Hack_The_Box
|
||||||
|
Hacker_Theme
|
||||||
|
Haikyu:_Hinata_Shoyo
|
||||||
|
Halcyon
|
||||||
|
Helsing
|
||||||
|
Hiberbee_Dark
|
||||||
|
High-Contrast-Theme
|
||||||
|
High_contrast
|
||||||
|
HyperTheme
|
||||||
|
Iceberg
|
||||||
|
InBedBy7
|
||||||
|
IntelliJ
|
||||||
|
IntelliJ_Light
|
||||||
|
Interesting
|
||||||
|
JahySama:_Jahy
|
||||||
|
JavierSC_dark
|
||||||
|
JetBrainsHighContrastTheme
|
||||||
|
KCoroutine
|
||||||
|
Kakegurui:_Jabami_Yumeko
|
||||||
|
KillLaKill:_Ryuko_Dark
|
||||||
|
KillLaKill:_Ryuko_Light
|
||||||
|
KillLaKill:_Satsuki_Dark
|
||||||
|
KillLaKill:_Satsuki_Light
|
||||||
|
KonoSuba:_Aqua
|
||||||
|
KonoSuba:_Darkness_Dark
|
||||||
|
KonoSuba:_Darkness_Light
|
||||||
|
KonoSuba:_Megumin
|
||||||
|
Kromatic
|
||||||
|
Kyoto
|
||||||
|
LS:_Konata
|
||||||
|
Light
|
||||||
|
Light_Custom_Theme_(Material)
|
||||||
|
Light_Flat
|
||||||
|
Light_Owl
|
||||||
|
Light_Owl_(Material)
|
||||||
|
Light_Owl_Contrast
|
||||||
|
Light_green
|
||||||
|
Light_with_Light_Header
|
||||||
|
Lotus_Dark
|
||||||
|
Lotus_Light
|
||||||
|
LoveLive:_Sonoda_Umi
|
||||||
|
Lumio
|
||||||
|
MacchuPicchu
|
||||||
|
Material_Darker
|
||||||
|
Material_Darker_Contrast
|
||||||
|
Material_Deep_Ocean
|
||||||
|
Material_Deep_Ocean_Contrast
|
||||||
|
Material_Forest
|
||||||
|
Material_Forest_Contrast
|
||||||
|
Material_Lighter
|
||||||
|
Material_Lighter_Contrast
|
||||||
|
Material_Oceanic
|
||||||
|
Material_Oceanic_Contrast
|
||||||
|
Material_Palenight
|
||||||
|
Material_Palenight_Contrast
|
||||||
|
Material_Sandy_Beach
|
||||||
|
Material_Sandy_Beach_Contrast
|
||||||
|
Material_Sky_Blue
|
||||||
|
Material_Sky_Blue_Contrast
|
||||||
|
Material_Theme:_Default
|
||||||
|
Material_Theme:_Lighter
|
||||||
|
Material_Theme:_Night
|
||||||
|
Material_Theme:_Ocean
|
||||||
|
Material_Volcano
|
||||||
|
Material_Volcano_Contrast
|
||||||
|
Mayukai_Alucard
|
||||||
|
Mayukai_Mirage
|
||||||
|
Mayukai_Mono
|
||||||
|
Mayukai_Reversal
|
||||||
|
Monarcula
|
||||||
|
Monarcula_Pro
|
||||||
|
Monarcula_Soft
|
||||||
|
Monocai
|
||||||
|
Monogatari:_Hanekawa_Tsubasa
|
||||||
|
Monokai_Pro
|
||||||
|
Monokai_Pro_(Classic)
|
||||||
|
Monokai_Pro_(Filter_Machine)
|
||||||
|
Monokai_Pro_(Filter_Octagon)
|
||||||
|
Monokai_Pro_(Filter_Ristretto)
|
||||||
|
Monokai_Pro_(Filter_Spectrum)
|
||||||
|
Monokai_Pro_(Material)
|
||||||
|
Monokai_Pro_Contrast
|
||||||
|
MonsterMusume:_Miia
|
||||||
|
Moonlight
|
||||||
|
Moonlight_(Material)
|
||||||
|
Moonlight_Contrast
|
||||||
|
Moto_Ducat
|
||||||
|
MyGruvbox
|
||||||
|
Napalmpapalam
|
||||||
|
NekoPara:_Azuki
|
||||||
|
NekoPara:_Chocola
|
||||||
|
NekoPara:_Christmas_Chocola
|
||||||
|
NekoPara:_Cinnamon
|
||||||
|
NekoPara:_Coconut
|
||||||
|
NekoPara:_Maple_Dark
|
||||||
|
NekoPara:_Maple_Light
|
||||||
|
NekoPara:_Shigure
|
||||||
|
NekoPara:_Vanilla
|
||||||
|
Nier:Automata_Theme
|
||||||
|
Night_Owl
|
||||||
|
Night_Owl_(Material)
|
||||||
|
Night_Owl_Contrast
|
||||||
|
Noctis
|
||||||
|
Noctis_Azureus
|
||||||
|
Noctis_Bordo
|
||||||
|
Noctis_Sereno
|
||||||
|
Noctis_Uva
|
||||||
|
Noctis_Voila
|
||||||
|
Nord
|
||||||
|
NotReallyMDTheme
|
||||||
|
OPM:_Genos
|
||||||
|
Obsidian
|
||||||
|
Obsidian_Bright
|
||||||
|
Oceanic_Dark_Theme
|
||||||
|
Oceanic_Primal
|
||||||
|
OneDarkMonokai
|
||||||
|
One_Dark
|
||||||
|
One_Dark_Italic
|
||||||
|
One_Dark_Vivid
|
||||||
|
One_Dark_Vivid_Italic
|
||||||
|
OreGairu:_Yukinoshita_Yukino
|
||||||
|
OreImo:_Kirino
|
||||||
|
Pink_as_Heck
|
||||||
|
Polar
|
||||||
|
Prpl
|
||||||
|
Purple
|
||||||
|
QQ:_Nakano_Miku
|
||||||
|
QQ:_Nakano_Nino
|
||||||
|
QQ:_Nakano_Yotsuba
|
||||||
|
Railgun:_Misaka_Mikoto
|
||||||
|
Re:Zero:_Beatrice
|
||||||
|
Re:Zero:_Echidna
|
||||||
|
Re:Zero:_Emilia_Dark
|
||||||
|
Re:Zero:_Emilia_Light
|
||||||
|
Re:Zero:_Ram
|
||||||
|
Re:Zero:_Rem
|
||||||
|
ReSharperDark
|
||||||
|
ReSharperDay
|
||||||
|
ReSharperLight
|
||||||
|
ReSharperNight
|
||||||
|
ReSharper_Dark
|
||||||
|
ReSharper_Light
|
||||||
|
Red
|
||||||
|
Red2
|
||||||
|
RiderDark
|
||||||
|
RiderDay
|
||||||
|
RiderLight
|
||||||
|
RiderMelonDark
|
||||||
|
RiderMelonDay
|
||||||
|
RiderMelonLight
|
||||||
|
RiderMelonNight
|
||||||
|
RiderNight
|
||||||
|
Rider_Dark
|
||||||
|
Rider_Day
|
||||||
|
Rider_Light
|
||||||
|
Rider_Melon_Dark
|
||||||
|
Rider_Melon_Light
|
||||||
|
Rider_Night
|
||||||
|
Roboticket_Light
|
||||||
|
Romeo-Theme
|
||||||
|
Rouge
|
||||||
|
SAO:_Asuna_Dark
|
||||||
|
SAO:_Asuna_Light
|
||||||
|
SG:_Makise_Kurisu
|
||||||
|
Sage
|
||||||
|
Salmon
|
||||||
|
Sepia
|
||||||
|
ShadeSmear_Dark
|
||||||
|
ShadeSmear_Light
|
||||||
|
Shades_Of_Purple
|
||||||
|
Shape
|
||||||
|
ShieldHero:_Raphtalia
|
||||||
|
Shokugeki:_Yukihira_Soma
|
||||||
|
Slime:_Rimiru_Tempest
|
||||||
|
Solarized_Dark
|
||||||
|
Solarized_Dark_(Material)
|
||||||
|
Solarized_Dark_Contrast
|
||||||
|
Solarized_Light
|
||||||
|
Solarized_Light_(Material)
|
||||||
|
Solarized_Light_Contrast
|
||||||
|
Solo_Coding
|
||||||
|
SpaceDay
|
||||||
|
Spacegray
|
||||||
|
Spacemacs
|
||||||
|
Starlight
|
||||||
|
StarlightDark
|
||||||
|
Sublime
|
||||||
|
Super_Dark
|
||||||
|
SynthWave_\u002784
|
||||||
|
SynthWave_\u002784_(Material)
|
||||||
|
SynthWave_\u002784_Contrast
|
||||||
|
Synthwave_Blue
|
||||||
|
Synthwave_Refined
|
||||||
|
System
|
||||||
|
Tanne
|
||||||
|
The_Above_Dark
|
||||||
|
The_Above_Light
|
||||||
|
Trash_Panda_Theme
|
||||||
|
Twitch_Dark_Theme
|
||||||
|
TypeMoon:_Astolfo
|
||||||
|
TypeMoon:_Gray
|
||||||
|
TypeMoon:_Ishtar_Dark
|
||||||
|
TypeMoon:_Ishtar_Light
|
||||||
|
TypeMoon:_Tohsaka_Rin
|
||||||
|
Ubuntu_Theme
|
||||||
|
Universe
|
||||||
|
Universe_Purple
|
||||||
|
VSCode_Dark
|
||||||
|
VisualAssistDark
|
||||||
|
VisualAssistDay
|
||||||
|
VisualAssistLight
|
||||||
|
VisualAssistNight
|
||||||
|
VisualStudioDark
|
||||||
|
VisualStudioDay
|
||||||
|
VisualStudioLight
|
||||||
|
VisualStudioNight
|
||||||
|
Visual_Assist_Dark
|
||||||
|
Visual_Assist_Light
|
||||||
|
Visual_Studio_2019_Dark
|
||||||
|
Visual_Studio_Code_Dark_Plus
|
||||||
|
Visual_Studio_Dark
|
||||||
|
Visual_Studio_Light
|
||||||
|
Vocaloid:_Hatsune_Miku
|
||||||
|
VoidTheme
|
||||||
|
VsCode_Monokai_HC
|
||||||
|
Windows_10_Light
|
||||||
|
Winter_Is_Coming
|
||||||
|
Xcode-Dark
|
||||||
|
Xcode_Dark
|
||||||
|
Xcode_Light
|
||||||
|
Yaru_Dark
|
||||||
|
YuruCamp:_Nadeshiko
|
||||||
|
YuruCamp:_Shima_Rin
|
||||||
|
[Doki]_AzurLane:_Essex
|
||||||
|
[Doki]_BlendS:_Maika
|
||||||
|
[Doki]_BunnySenpai:_Mai_Dark
|
||||||
|
[Doki]_BunnySenpai:_Mai_Light
|
||||||
|
[Doki]_DDLC:_Monika_Dark
|
||||||
|
[Doki]_DDLC:_Monika_Light
|
||||||
|
[Doki]_DDLC:_Natsuki_Dark
|
||||||
|
[Doki]_DDLC:_Natsuki_Light
|
||||||
|
[Doki]_DDLC:_Sayori_Dark
|
||||||
|
[Doki]_DDLC:_Sayori_Light
|
||||||
|
[Doki]_DDLC:_Yuri_Dark
|
||||||
|
[Doki]_DDLC:_Yuri_Light
|
||||||
|
[Doki]_DM:_Kanna
|
||||||
|
[Doki]_DM:_Tohru
|
||||||
|
[Doki]_DR:_Mioda_Ibuki_Dark
|
||||||
|
[Doki]_DR:_Mioda_Ibuki_Light
|
||||||
|
[Doki]_DTWMMN:_Hayase_Nagatoro
|
||||||
|
[Doki]_DxD:_Rias:_Crimson
|
||||||
|
[Doki]_DxD:_Rias:_Onyx
|
||||||
|
[Doki]_EVA:_Katsuragi_Misato
|
||||||
|
[Doki]_EVA:_Rei
|
||||||
|
[Doki]_EroManga:_Sagiri
|
||||||
|
[Doki]_Franxx:_Zero_Two_Dark
|
||||||
|
[Doki]_Franxx:_Zero_Two_Light
|
||||||
|
[Doki]_FutureDiary:_Gasai_Yuno
|
||||||
|
[Doki]_Gate:_Rory_Mercury
|
||||||
|
[Doki]_JahySama:_Jahy
|
||||||
|
[Doki]_Kakegurui:_Jabami_Yumeko
|
||||||
|
[Doki]_KillLaKill:_Ryuko_Dark
|
||||||
|
[Doki]_KillLaKill:_Ryuko_Light
|
||||||
|
[Doki]_KillLaKill:_Satsuki_Dark
|
||||||
|
[Doki]_KillLaKill:_Satsuki_Light
|
||||||
|
[Doki]_KonoSuba:_Aqua
|
||||||
|
[Doki]_KonoSuba:_Darkness_Dark
|
||||||
|
a.onji
|
||||||
|
ajaaibu
|
||||||
|
asiimov
|
||||||
|
celestial
|
||||||
|
color_blind_theme
|
||||||
|
dark-jeff
|
||||||
|
darkerla
|
||||||
|
deep-focus-theme
|
||||||
|
flat
|
||||||
|
foggy-night
|
||||||
|
hibNet_Midnight_Blue
|
||||||
|
jDark
|
||||||
|
jake-theme
|
||||||
|
macOSLight
|
||||||
|
macOS_Light
|
||||||
|
madrid
|
||||||
|
metalheart
|
||||||
|
minimal
|
||||||
|
naysayer88
|
||||||
|
nevaTheme
|
||||||
|
night-owl-native
|
||||||
|
nightfall
|
||||||
|
plaid
|
||||||
|
qubTheme
|
||||||
|
reykjavik
|
||||||
|
shirotelin
|
||||||
|
silkworm
|
||||||
|
soft-charcoal
|
||||||
|
spectre_theme
|
||||||
|
subtle-hacker-theme
|
||||||
|
theme-oldirony-dark
|
||||||
|
theme_eclipse
|
||||||
|
thursday
|
||||||
|
vuesion-theme
|
||||||
|
warm-night
|
||||||
|
white-sand
|
||||||
|
win10Light
|
||||||
|
xndlnk-monokai
|
||||||
|
{"blockSize":39,"length":18018,"version":"5744"}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1 @@
|
||||||
|
1773937163000
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
||||||
|
1774352396000
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"dictionaries" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
||||||
|
1774355576000
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"dictionaries" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
||||||
|
1773937163000
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"dictionaries" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765562765
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
||||||
|
1768905868
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"dictionaries" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1765643657
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
||||||
|
1774355576000
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
import static java.math.MathContext.DECIMAL128
|
||||||
|
|
||||||
|
BigDecimal RES = 0
|
||||||
|
int i = 0
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
if (value instanceof Number) {
|
||||||
|
RES = RES.add(value, DECIMAL128)
|
||||||
|
i++
|
||||||
|
}
|
||||||
|
else if (value.toString().isBigDecimal()) {
|
||||||
|
RES = RES.add(value.toString().toBigDecimal(), DECIMAL128)
|
||||||
|
i++
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (i > 0) {
|
||||||
|
RES = RES.divide(i, DECIMAL128)
|
||||||
|
OUT.append(RES.toString())
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
OUT.append("Not enough values")
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
import static java.math.MathContext.DECIMAL128
|
||||||
|
|
||||||
|
def toBigDecimal = { value ->
|
||||||
|
value instanceof Number ? value as BigDecimal :
|
||||||
|
value.toString().isBigDecimal() ? value.toString() as BigDecimal :
|
||||||
|
null
|
||||||
|
}
|
||||||
|
|
||||||
|
def values = []
|
||||||
|
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def bigDecimal = toBigDecimal(row.value(column))
|
||||||
|
if (bigDecimal != null) {
|
||||||
|
values.add(bigDecimal)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (values.isEmpty()) {
|
||||||
|
OUT.append("Not enough values")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
def sum = BigDecimal.ZERO
|
||||||
|
values.forEach { value ->
|
||||||
|
sum = sum.add(value, DECIMAL128)
|
||||||
|
}
|
||||||
|
def avg = sum.divide(values.size(), DECIMAL128)
|
||||||
|
def sumSquaredDiff = BigDecimal.ZERO
|
||||||
|
values.each { value ->
|
||||||
|
BigDecimal diff = value.subtract(avg, DECIMAL128)
|
||||||
|
sumSquaredDiff = sumSquaredDiff.add(diff.multiply(diff, DECIMAL128), DECIMAL128)
|
||||||
|
}
|
||||||
|
|
||||||
|
def variance = sumSquaredDiff.divide(values.size(), DECIMAL128)
|
||||||
|
def standardDeviation = variance.sqrt(DECIMAL128)
|
||||||
|
def cv = standardDeviation.divide(avg, DECIMAL128)
|
||||||
|
OUT.append((cv * 100).round(2) + "%")
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
OUT.append(COLUMNS.size().toString())
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
def RES = 0G
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
RES += 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
OUT.append(RES.toString())
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
def RES = 0G
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
if (value instanceof Number) {
|
||||||
|
RES += 1
|
||||||
|
}
|
||||||
|
else if (value.toString().isBigDecimal()) {
|
||||||
|
RES += 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
OUT.append(RES.toString())
|
||||||
|
|
@ -0,0 +1,32 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
values = new ArrayList<BigDecimal>()
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
if (value instanceof Number) {
|
||||||
|
values.add(value as BigDecimal)
|
||||||
|
}
|
||||||
|
else if (value.toString().isBigDecimal()) {
|
||||||
|
values.add(value.toString() as BigDecimal)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (values.size() == 0) {
|
||||||
|
OUT.append("Not enough values")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
OUT.append(Collections.max(values).toString())
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
import static java.math.MathContext.DECIMAL128
|
||||||
|
|
||||||
|
def toBigDecimal = { value ->
|
||||||
|
value instanceof Number ? value as BigDecimal :
|
||||||
|
value.toString().isBigDecimal() ? value.toString() as BigDecimal :
|
||||||
|
null
|
||||||
|
}
|
||||||
|
|
||||||
|
def values = []
|
||||||
|
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def bigDecimal = toBigDecimal(row.value(column))
|
||||||
|
if (bigDecimal != null) {
|
||||||
|
values.add(bigDecimal)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (values.isEmpty()) {
|
||||||
|
OUT.append("Not enough values")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
elementsNumber = values.size()
|
||||||
|
Collections.sort(values)
|
||||||
|
mid = (int)elementsNumber / 2
|
||||||
|
RES = elementsNumber % 2 != 0 ? values[mid] : values[mid].add(values[mid - 1], DECIMAL128).divide(2, DECIMAL128)
|
||||||
|
OUT.append(RES.toString())
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
values = new ArrayList<BigDecimal>()
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
if (value instanceof Number) {
|
||||||
|
values.add(value as BigDecimal)
|
||||||
|
}
|
||||||
|
else if (value.toString().isBigDecimal()) {
|
||||||
|
values.add(value.toString() as BigDecimal)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (values.size() == 0) {
|
||||||
|
OUT.append("Not enough values")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
OUT.append(Collections.min(values).toString())
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
OUT.append(ROWS.size().toString())
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
import static java.math.MathContext.DECIMAL128
|
||||||
|
|
||||||
|
BigDecimal RES = 0
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
if (value instanceof Number) {
|
||||||
|
RES = RES.add(value, DECIMAL128)
|
||||||
|
}
|
||||||
|
else if (value.toString().isBigDecimal()) {
|
||||||
|
RES = RES.add(value.toString().toBigDecimal(), DECIMAL128)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
OUT.append(RES.toString())
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
SEPARATOR = ","
|
||||||
|
QUOTE = "\""
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
def printRow = { values, valueToString ->
|
||||||
|
values.eachWithIndex { value, idx ->
|
||||||
|
def str = valueToString(value)
|
||||||
|
def q = str.contains(SEPARATOR) || str.contains(QUOTE) || str.contains(NEWLINE)
|
||||||
|
OUT.append(q ? QUOTE : "")
|
||||||
|
.append(str.replace(QUOTE, QUOTE + QUOTE))
|
||||||
|
.append(q ? QUOTE : "")
|
||||||
|
.append(idx != values.size() - 1 ? SEPARATOR : NEWLINE)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!TRANSPOSED) {
|
||||||
|
ROWS.each { row -> printRow(COLUMNS, { FORMATTER.format(row, it) }) }
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
def values = COLUMNS.collect { new ArrayList<String>() }
|
||||||
|
ROWS.each { row -> COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) } }
|
||||||
|
values.each { printRow(it, { it }) }
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,68 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
import static com.intellij.openapi.util.text.StringUtil.escapeXmlEntities
|
||||||
|
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
def HTML_PATTERN = ~"<.+>"
|
||||||
|
|
||||||
|
def printRow = { values, tag, valueToString ->
|
||||||
|
OUT.append("$NEWLINE<tr>$NEWLINE")
|
||||||
|
values.each {
|
||||||
|
def str = valueToString(it)
|
||||||
|
def escaped = str ==~ HTML_PATTERN
|
||||||
|
? str
|
||||||
|
: escapeXmlEntities((str as String).replaceAll("\\t|\\b|\\f", "")).replaceAll("\\r|\\n|\\r\\n", "<br/>")
|
||||||
|
OUT.append(" <$tag>$escaped</$tag>$NEWLINE")
|
||||||
|
}
|
||||||
|
OUT.append("</tr>")
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(
|
||||||
|
"""<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<table border="1" style="border-collapse:collapse">
|
||||||
|
""")
|
||||||
|
OUT.append(" <colgroup>$NEWLINE")
|
||||||
|
|
||||||
|
// Make all columns same size in percentage
|
||||||
|
def colCount = COLUMNS.size()
|
||||||
|
def width = colCount > 0 ? 100.0 / colCount : 100.0
|
||||||
|
COLUMNS.each {
|
||||||
|
OUT.append(String.format(' <col width="%.2f%%"/>%s', width, NEWLINE))
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(" </colgroup>$NEWLINE")
|
||||||
|
|
||||||
|
if (!TRANSPOSED) {
|
||||||
|
printRow(COLUMNS, "th") { it.name() }
|
||||||
|
ROWS.each { row -> printRow(COLUMNS, "td") { FORMATTER.format(row, it) } }
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
def values = COLUMNS.collect { new ArrayList<String>( [it.name()] ) }
|
||||||
|
ROWS.each { row -> COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) } }
|
||||||
|
values.each { printRow(it, "td", { it }) }
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append("""
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
""")
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
function eachWithIdx(iterable, f) { var i = iterable.iterator(); var idx = 0; while (i.hasNext()) f(i.next(), idx++); }
|
||||||
|
function mapEach(iterable, f) { var vs = []; eachWithIdx(iterable, function (i) { vs.push(f(i));}); return vs; }
|
||||||
|
function escape(str) {
|
||||||
|
str = str.replace(/\t|\b|\f/g, "");
|
||||||
|
str = com.intellij.openapi.util.text.StringUtil.escapeXml(str);
|
||||||
|
str = str.replace(/\r|\n|\r\n/g, "<br/>");
|
||||||
|
return str;
|
||||||
|
}
|
||||||
|
var isHTML = RegExp.prototype.test.bind(/^<.+>$/);
|
||||||
|
|
||||||
|
var NEWLINE = "\n";
|
||||||
|
|
||||||
|
function output() { for (var i = 0; i < arguments.length; i++) { OUT.append(arguments[i]); } }
|
||||||
|
function outputRow(items, tag) {
|
||||||
|
output("<tr>");
|
||||||
|
for (var i = 0; i < items.length; i++)
|
||||||
|
output("<", tag, ">", isHTML(items[i]) ? items[i] : escape(items[i]), "</", tag, ">");
|
||||||
|
output("</tr>", NEWLINE);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
output("<!DOCTYPE html>", NEWLINE,
|
||||||
|
"<html>", NEWLINE,
|
||||||
|
"<head>", NEWLINE,
|
||||||
|
"<title></title>", NEWLINE,
|
||||||
|
"<meta charset=\"UTF-8\">", NEWLINE,
|
||||||
|
"</head>", NEWLINE,
|
||||||
|
"<body>", NEWLINE,
|
||||||
|
"<table border=\"1\" style=\"border-collapse:collapse\">", NEWLINE);
|
||||||
|
|
||||||
|
if (TRANSPOSED) {
|
||||||
|
var values = mapEach(COLUMNS, function(col) { return [col.name()]; });
|
||||||
|
eachWithIdx(ROWS, function (row) {
|
||||||
|
eachWithIdx(COLUMNS, function (col, i) {
|
||||||
|
values[i].push(FORMATTER.format(row, col));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
eachWithIdx(COLUMNS, function (_, i) { outputRow(values[i], "td"); });
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
outputRow(mapEach(COLUMNS, function (col) { return col.name(); }), "th");
|
||||||
|
eachWithIdx(ROWS, function (row) {
|
||||||
|
outputRow(mapEach(COLUMNS, function (col) { return FORMATTER.format(row, col); }), "td")
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
output("</table>", NEWLINE,
|
||||||
|
"</body>", NEWLINE,
|
||||||
|
"</html>", NEWLINE);
|
||||||
|
|
@ -0,0 +1,70 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
import static com.intellij.openapi.util.text.StringUtil.escapeStringCharacters as escapeStr
|
||||||
|
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
INDENT = " "
|
||||||
|
|
||||||
|
def printJSON(level, col, o) {
|
||||||
|
switch (o) {
|
||||||
|
case null: OUT.append("null"); break
|
||||||
|
case Tuple: printJSON(level, o[0], o[1]); break
|
||||||
|
case Map:
|
||||||
|
OUT.append("{")
|
||||||
|
o.entrySet().eachWithIndex { entry, i ->
|
||||||
|
OUT.append("${i > 0 ? "," : ""}$NEWLINE${INDENT * (level + 1)}")
|
||||||
|
OUT.append("\"${escapeStr(entry.getKey().toString())}\"")
|
||||||
|
OUT.append(": ")
|
||||||
|
printJSON(level + 1, col, entry.getValue())
|
||||||
|
}
|
||||||
|
OUT.append("$NEWLINE${INDENT * level}}")
|
||||||
|
break
|
||||||
|
case Object[]:
|
||||||
|
case Iterable:
|
||||||
|
OUT.append("[")
|
||||||
|
def plain = true
|
||||||
|
o.eachWithIndex { item, i ->
|
||||||
|
plain = item == null || item instanceof Number || item instanceof Boolean || item instanceof String
|
||||||
|
if (plain) {
|
||||||
|
OUT.append(i > 0 ? ", " : "")
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
OUT.append("${i > 0 ? "," : ""}$NEWLINE${INDENT * (level + 1)}")
|
||||||
|
}
|
||||||
|
printJSON(level + 1, col, item)
|
||||||
|
}
|
||||||
|
if (plain) OUT.append("]") else OUT.append("$NEWLINE${INDENT * level}]")
|
||||||
|
break
|
||||||
|
case Boolean: OUT.append("$o"); break
|
||||||
|
default:
|
||||||
|
def str = FORMATTER.formatValue(o, col)
|
||||||
|
def typeName = FORMATTER.getTypeName(o, col)
|
||||||
|
def shouldQuote = FORMATTER.isStringLiteral(o, col) && !(typeName.equalsIgnoreCase("json") || typeName.equalsIgnoreCase("jsonb"))
|
||||||
|
OUT.append(shouldQuote ? "\"${escapeStr(str)}\"" : str);
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
printJSON(0, null, ROWS.transform { row ->
|
||||||
|
def map = new LinkedHashMap<String, Object>()
|
||||||
|
COLUMNS.each { col ->
|
||||||
|
if (row.hasValue(col)) {
|
||||||
|
def val = row.value(col)
|
||||||
|
map.put(col.name(), new Tuple(col, val))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
map
|
||||||
|
})
|
||||||
|
|
@ -0,0 +1,65 @@
|
||||||
|
package extensions.data.extractors
|
||||||
|
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
SEPARATOR = "|"
|
||||||
|
BACKSLASH = "\\"
|
||||||
|
BACKQUOTE = "`"
|
||||||
|
LTAG = "<"
|
||||||
|
RTAG = ">"
|
||||||
|
ASTERISK = "*"
|
||||||
|
UNDERSCORE = "_"
|
||||||
|
LPARENTH = "("
|
||||||
|
RPARENTH = ")"
|
||||||
|
LBRACKET = "["
|
||||||
|
RBRACKET = "]"
|
||||||
|
TILDE = "~"
|
||||||
|
|
||||||
|
def printRow = { values, firstBold = false, valueToString ->
|
||||||
|
values.eachWithIndex { value, idx ->
|
||||||
|
def str = valueToString(value)
|
||||||
|
.replace(BACKSLASH, BACKSLASH + BACKSLASH)
|
||||||
|
.replace(SEPARATOR, BACKSLASH + SEPARATOR)
|
||||||
|
.replace(BACKQUOTE, BACKSLASH + BACKQUOTE)
|
||||||
|
.replace(ASTERISK, BACKSLASH + ASTERISK)
|
||||||
|
.replace(UNDERSCORE, BACKSLASH + UNDERSCORE)
|
||||||
|
.replace(LPARENTH, BACKSLASH + LPARENTH)
|
||||||
|
.replace(RPARENTH, BACKSLASH + RPARENTH)
|
||||||
|
.replace(LBRACKET, BACKSLASH + LBRACKET)
|
||||||
|
.replace(RBRACKET, BACKSLASH + RBRACKET)
|
||||||
|
.replace(TILDE, BACKSLASH + TILDE)
|
||||||
|
.replace(LTAG, "<")
|
||||||
|
.replace(RTAG, ">")
|
||||||
|
.replaceAll("\r\n|\r|\n", "<br/>")
|
||||||
|
.replaceAll("\t|\b|\f", "")
|
||||||
|
|
||||||
|
OUT.append("| ")
|
||||||
|
.append(firstBold && idx == 0 ? "**" : "")
|
||||||
|
.append(str)
|
||||||
|
.append(firstBold && idx == 0 ? "**" : "")
|
||||||
|
.append(idx != values.size() - 1 ? " " : " |" + NEWLINE)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (TRANSPOSED) {
|
||||||
|
def values = COLUMNS.collect { new ArrayList<String>([it.name()]) }
|
||||||
|
def rowCount = 0
|
||||||
|
ROWS.forEach { row ->
|
||||||
|
COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) }
|
||||||
|
rowCount++
|
||||||
|
}
|
||||||
|
for (int i = 0; i <= rowCount; i++) {
|
||||||
|
OUT.append("| ")
|
||||||
|
}
|
||||||
|
OUT.append("|" + NEWLINE)
|
||||||
|
for (int i = 0; i <= rowCount; i++) {
|
||||||
|
OUT.append("| :- ")
|
||||||
|
}
|
||||||
|
OUT.append("|" + NEWLINE)
|
||||||
|
values.each { printRow(it, true) { it } }
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
printRow(COLUMNS) { it.name() }
|
||||||
|
COLUMNS.each { OUT.append("| :--- ") }
|
||||||
|
OUT.append("|" + NEWLINE)
|
||||||
|
ROWS.each { row -> printRow(COLUMNS) { FORMATTER.format(row, it) } }
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,34 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
SEPARATOR = ", "
|
||||||
|
QUOTE = "'"
|
||||||
|
STRING_PREFIX = DIALECT.getDbms().isMicrosoft() ? "N" : ""
|
||||||
|
KEYWORDS_LOWERCASE = com.intellij.database.util.DbSqlUtil.areKeywordsLowerCase(PROJECT)
|
||||||
|
KW_NULL = KEYWORDS_LOWERCASE ? "null" : "NULL"
|
||||||
|
|
||||||
|
first = true
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.each { column ->
|
||||||
|
def value = row.value(column)
|
||||||
|
def stringValue = value == null ? KW_NULL : FORMATTER.formatValue(value, column)
|
||||||
|
def isStringLiteral = value != null && FORMATTER.isStringLiteral(value, column)
|
||||||
|
if (isStringLiteral && DIALECT.getDbms().isMysql()) stringValue = stringValue.replace("\\", "\\\\")
|
||||||
|
OUT.append(first ? "" : SEPARATOR)
|
||||||
|
.append(isStringLiteral ? (STRING_PREFIX + QUOTE) : "")
|
||||||
|
.append(stringValue ? stringValue.replace(QUOTE, QUOTE + QUOTE) : stringValue)
|
||||||
|
.append(isStringLiteral ? QUOTE : "")
|
||||||
|
first = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,144 @@
|
||||||
|
import com.intellij.openapi.util.text.StringUtil
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
WIDTH_BASED_ON_CONTENT = -1
|
||||||
|
|
||||||
|
PIPE = "|"
|
||||||
|
SPACE = " "
|
||||||
|
CROSS = "+"
|
||||||
|
MINUS = "-"
|
||||||
|
ROW_SEPARATORS = false
|
||||||
|
COLUMN_WIDTH = WIDTH_BASED_ON_CONTENT
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
static def splitByLines(values, size) {
|
||||||
|
def splitValues = new ArrayList<>()
|
||||||
|
def maxLines = 0
|
||||||
|
for (int i = 0; i < size; i++) {
|
||||||
|
def splitValue = StringUtil.splitByLines(values(i))
|
||||||
|
splitValues.add(splitValue)
|
||||||
|
maxLines = Math.max(maxLines, splitValue.size())
|
||||||
|
}
|
||||||
|
|
||||||
|
def byLines = new ArrayList<>(maxLines)
|
||||||
|
for (int i = 0; i < maxLines; i++) {
|
||||||
|
def lineValues = new ArrayList<>()
|
||||||
|
byLines.add(lineValues)
|
||||||
|
for (int j = 0; j < splitValues.size(); j++) {
|
||||||
|
def splitValue = splitValues[j]
|
||||||
|
lineValues.add(splitValue.size() <= i ? null : splitValue[i])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return byLines
|
||||||
|
}
|
||||||
|
|
||||||
|
def printRow(values, size, width = { COLUMN_WIDTH }, padding = SPACE, separator = { PIPE }) {
|
||||||
|
def byLines = splitByLines(values, size)
|
||||||
|
byLines.each { line ->
|
||||||
|
def lineSize = line.size()
|
||||||
|
if (lineSize > 0) OUT.append(separator(-1))
|
||||||
|
for (int i = 0; i < lineSize; i++) {
|
||||||
|
def value = line[i] == null ? "" : line.get(i)
|
||||||
|
def curWidth = width(i)
|
||||||
|
OUT.append(value.padRight(curWidth, padding))
|
||||||
|
OUT.append(separator(i))
|
||||||
|
}
|
||||||
|
OUT.append(NEWLINE)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def printRows() {
|
||||||
|
def colNames = COLUMNS.collect { it.name() }
|
||||||
|
def calcWidth = COLUMN_WIDTH == WIDTH_BASED_ON_CONTENT
|
||||||
|
def rows
|
||||||
|
def width
|
||||||
|
def rowFormatter
|
||||||
|
if (calcWidth) {
|
||||||
|
rows = new ArrayList<>()
|
||||||
|
def widths = new int[COLUMNS.size()]
|
||||||
|
COLUMNS.eachWithIndex { column, idx -> widths[idx] = column.name().length() }
|
||||||
|
ROWS.each { row ->
|
||||||
|
def rowValues = COLUMNS.withIndex().collect { col, idx ->
|
||||||
|
def value = FORMATTER.format(row, col)
|
||||||
|
widths[idx] = Math.max(widths[idx], value.length())
|
||||||
|
value
|
||||||
|
}
|
||||||
|
rows.add(rowValues)
|
||||||
|
}
|
||||||
|
width = { widths[it] }
|
||||||
|
rowFormatter = { it }
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
rows = ROWS
|
||||||
|
width = { COLUMN_WIDTH }
|
||||||
|
rowFormatter = { COLUMNS.collect { col -> FORMATTER.format(it, col) } }
|
||||||
|
}
|
||||||
|
|
||||||
|
printRow({""}, COLUMNS.size(), { width(it) }, MINUS) { CROSS }
|
||||||
|
printRow( { colNames[it] }, COLUMNS.size()) { width(it) }
|
||||||
|
|
||||||
|
def first = true
|
||||||
|
rows.each { row ->
|
||||||
|
def rowValues = rowFormatter(row)
|
||||||
|
if (first || ROW_SEPARATORS) printRow({""}, COLUMNS.size(), { width(it) }, MINUS) { first ? CROSS : MINUS }
|
||||||
|
printRow({ rowValues[it] }, rowValues.size()) { width(it) }
|
||||||
|
first = false
|
||||||
|
}
|
||||||
|
printRow({""}, COLUMNS.size(), { width(it) }, MINUS) { CROSS }
|
||||||
|
}
|
||||||
|
|
||||||
|
def printRowsTransposed() {
|
||||||
|
def calcWidth = COLUMN_WIDTH == WIDTH_BASED_ON_CONTENT
|
||||||
|
if (calcWidth) {
|
||||||
|
COLUMN_WIDTHS = new ArrayList<Integer>()
|
||||||
|
COLUMN_WIDTHS.add(0)
|
||||||
|
}
|
||||||
|
def valuesByRow = COLUMNS.collect { col ->
|
||||||
|
if (calcWidth) COLUMN_WIDTHS.set(0, Math.max(COLUMN_WIDTHS[0], col.name().length()))
|
||||||
|
new ArrayList<String>([col.name()])
|
||||||
|
}
|
||||||
|
def rowCount = 1
|
||||||
|
ROWS.each { row ->
|
||||||
|
rowCount++
|
||||||
|
COLUMNS.eachWithIndex { col, i ->
|
||||||
|
def formattedValue = FORMATTER.format(row, col)
|
||||||
|
valuesByRow[i].add(formattedValue)
|
||||||
|
def widthIdx = rowCount - 1
|
||||||
|
def length = formattedValue.length()
|
||||||
|
if (calcWidth) {
|
||||||
|
if (COLUMN_WIDTHS.size() == widthIdx) COLUMN_WIDTHS.add(length)
|
||||||
|
COLUMN_WIDTHS.set(widthIdx, Math.max(COLUMN_WIDTHS[widthIdx], length))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
valuesByRow.each { row ->
|
||||||
|
printRow({ "" }, rowCount, { calcWidth ? COLUMN_WIDTHS[it] : COLUMN_WIDTH }, MINUS) {
|
||||||
|
it <= 0 ? CROSS : it == rowCount - 1 ? CROSS : MINUS
|
||||||
|
}
|
||||||
|
printRow({ row[it] }, row.size()) { calcWidth ? COLUMN_WIDTHS[it] : COLUMN_WIDTH }
|
||||||
|
}
|
||||||
|
printRow({ "" }, rowCount, { calcWidth ? COLUMN_WIDTHS[it] : COLUMN_WIDTH }, MINUS) {
|
||||||
|
it <= 0 ? CROSS : it == rowCount - 1 ? CROSS : MINUS
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (TRANSPOSED) {
|
||||||
|
printRowsTransposed()
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
printRows()
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,61 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
def escapePyString(String s) {
|
||||||
|
if (s == null) return ""
|
||||||
|
s.replace("\\", "\\\\").replace("'", "\\'")
|
||||||
|
}
|
||||||
|
|
||||||
|
def isNumericLiteral(String s) {
|
||||||
|
s != null && s.matches("-?\\d+(\\.\\d+)?([eE][+-]?\\d+)?")
|
||||||
|
}
|
||||||
|
|
||||||
|
def toPythonLiteral(Object value, col) {
|
||||||
|
if (value == null) return "None"
|
||||||
|
if (value instanceof Boolean) return value ? "True" : "False"
|
||||||
|
|
||||||
|
def formatted = FORMATTER.formatValue(value, col)
|
||||||
|
if (formatted == null) return "None"
|
||||||
|
|
||||||
|
if (!FORMATTER.isStringLiteral(value, col) && isNumericLiteral(formatted)) {
|
||||||
|
return formatted
|
||||||
|
}
|
||||||
|
|
||||||
|
"'" + escapePyString(formatted) + "'"
|
||||||
|
}
|
||||||
|
|
||||||
|
def joinComma(List<String> items) {
|
||||||
|
items.join(", ")
|
||||||
|
}
|
||||||
|
|
||||||
|
def columnLiterals = COLUMNS.collect { [] as List<String> }
|
||||||
|
|
||||||
|
ROWS.each { row ->
|
||||||
|
COLUMNS.eachWithIndex { col, idx ->
|
||||||
|
columnLiterals[idx] << toPythonLiteral(row.value(col), col)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def columnsPython = COLUMNS
|
||||||
|
.withIndex()
|
||||||
|
.collect { col, idx ->
|
||||||
|
"'${escapePyString(col.name())}': [${joinComma(columnLiterals[idx])}]"
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(
|
||||||
|
"import pandas as pd\n\n" +
|
||||||
|
"data = {${joinComma(columnsPython)}}\n" +
|
||||||
|
"df = pd.DataFrame(data)\n"
|
||||||
|
)
|
||||||
|
|
@ -0,0 +1,62 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
SEP = ", "
|
||||||
|
QUOTE = "\'"
|
||||||
|
STRING_PREFIX = DIALECT.getDbms().isMicrosoft() ? "N" : ""
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
KEYWORDS_LOWERCASE = com.intellij.database.util.DbSqlUtil.areKeywordsLowerCase(PROJECT)
|
||||||
|
KW_INSERT_INTO = KEYWORDS_LOWERCASE ? "insert into " : "INSERT INTO "
|
||||||
|
KW_VALUES = KEYWORDS_LOWERCASE ? "values" : "VALUES"
|
||||||
|
KW_NULL = KEYWORDS_LOWERCASE ? "null" : "NULL"
|
||||||
|
|
||||||
|
begin = true
|
||||||
|
|
||||||
|
def record(columns, dataRow) {
|
||||||
|
|
||||||
|
if (begin) {
|
||||||
|
OUT.append(KW_INSERT_INTO)
|
||||||
|
if (TABLE == null) OUT.append("MY_TABLE")
|
||||||
|
else OUT.append(TABLE.getParent().getName()).append(".").append(TABLE.getName())
|
||||||
|
OUT.append(" (")
|
||||||
|
|
||||||
|
columns.eachWithIndex { column, idx ->
|
||||||
|
OUT.append(column.name()).append(idx != columns.size() - 1 ? SEP : "")
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(")").append(NEWLINE)
|
||||||
|
OUT.append(KW_VALUES).append(" (")
|
||||||
|
begin = false
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
OUT.append(",").append(NEWLINE)
|
||||||
|
OUT.append(" (")
|
||||||
|
}
|
||||||
|
|
||||||
|
columns.eachWithIndex { column, idx ->
|
||||||
|
def value = dataRow.value(column)
|
||||||
|
def stringValue = value == null ? KW_NULL : FORMATTER.formatValue(value, column)
|
||||||
|
def isStringLiteral = value != null && FORMATTER.isStringLiteral(value, column)
|
||||||
|
if (isStringLiteral && DIALECT.getDbms().isMysql()) stringValue = stringValue.replace("\\", "\\\\")
|
||||||
|
OUT.append(isStringLiteral ? (STRING_PREFIX + QUOTE) : "")
|
||||||
|
.append(stringValue ? stringValue.replace(QUOTE, QUOTE + QUOTE) : stringValue)
|
||||||
|
.append(isStringLiteral ? QUOTE : "")
|
||||||
|
.append(idx != columns.size() - 1 ? SEP : "")
|
||||||
|
}
|
||||||
|
OUT.append(")")
|
||||||
|
}
|
||||||
|
|
||||||
|
ROWS.each { row -> record(COLUMNS, row) }
|
||||||
|
OUT.append(";")
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
SEP = ", "
|
||||||
|
QUOTE = "\'"
|
||||||
|
STRING_PREFIX = DIALECT.getDbms().isMicrosoft() ? "N" : ""
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
KEYWORDS_LOWERCASE = com.intellij.database.util.DbSqlUtil.areKeywordsLowerCase(PROJECT)
|
||||||
|
KW_INSERT_INTO = KEYWORDS_LOWERCASE ? "insert into " : "INSERT INTO "
|
||||||
|
KW_VALUES = KEYWORDS_LOWERCASE ? ") values (" : ") VALUES ("
|
||||||
|
KW_NULL = KEYWORDS_LOWERCASE ? "null" : "NULL"
|
||||||
|
|
||||||
|
def record(columns, dataRow) {
|
||||||
|
OUT.append(KW_INSERT_INTO)
|
||||||
|
if (TABLE == null) OUT.append("MY_TABLE")
|
||||||
|
else OUT.append(TABLE.getParent().getName()).append(".").append(TABLE.getName())
|
||||||
|
OUT.append(" (")
|
||||||
|
|
||||||
|
columns.eachWithIndex { column, idx ->
|
||||||
|
OUT.append(column.name()).append(idx != columns.size() - 1 ? SEP : "")
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(KW_VALUES)
|
||||||
|
columns.eachWithIndex { column, idx ->
|
||||||
|
def value = dataRow.value(column)
|
||||||
|
def stringValue = value == null ? KW_NULL : FORMATTER.formatValue(value, column)
|
||||||
|
def isStringLiteral = value != null && FORMATTER.isStringLiteral(value, column)
|
||||||
|
if (isStringLiteral && DIALECT.getDbms().isMysql()) stringValue = stringValue.replace("\\", "\\\\")
|
||||||
|
OUT.append(isStringLiteral ? (STRING_PREFIX + QUOTE) : "")
|
||||||
|
.append(isStringLiteral ? stringValue.replace(QUOTE, QUOTE + QUOTE) : stringValue)
|
||||||
|
.append(isStringLiteral ? QUOTE : "")
|
||||||
|
.append(idx != columns.size() - 1 ? SEP : "")
|
||||||
|
}
|
||||||
|
OUT.append(");").append(NEWLINE)
|
||||||
|
}
|
||||||
|
|
||||||
|
ROWS.each { row -> record(COLUMNS, row) }
|
||||||
|
|
@ -0,0 +1,93 @@
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* COLUMNS List<DataColumn>
|
||||||
|
* ROWS Iterable<DataRow>
|
||||||
|
* OUT { append() }
|
||||||
|
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
|
||||||
|
* TRANSPOSED Boolean
|
||||||
|
* plus ALL_COLUMNS, TABLE, DIALECT
|
||||||
|
*
|
||||||
|
* where:
|
||||||
|
* DataRow { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }
|
||||||
|
* DataColumn { columnNumber(), name() }
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
import com.intellij.openapi.util.text.StringUtil
|
||||||
|
|
||||||
|
import java.util.regex.Pattern
|
||||||
|
|
||||||
|
NEWLINE = System.getProperty("line.separator")
|
||||||
|
|
||||||
|
pattern = Pattern.compile("[^\\w\\d]")
|
||||||
|
def escapeTag(name) {
|
||||||
|
name = pattern.matcher(name).replaceAll("_")
|
||||||
|
return name.isEmpty() || !Character.isLetter(name.charAt(0)) ? "_$name" : name
|
||||||
|
}
|
||||||
|
def printRow(level, rowTag, values) {
|
||||||
|
def prefix = "$NEWLINE${StringUtil.repeat(" ", level)}"
|
||||||
|
OUT.append("$prefix<$rowTag>")
|
||||||
|
values.each { name, col, valuesName, value ->
|
||||||
|
switch (value) {
|
||||||
|
case Map:
|
||||||
|
def mapValues = new ArrayList<Tuple>()
|
||||||
|
value.each { key, v -> mapValues.add(new Tuple(escapeTag(key.toString()), col, key.toString(), v)) }
|
||||||
|
printRow(level + 1, name, mapValues)
|
||||||
|
break
|
||||||
|
case Object[]:
|
||||||
|
case Iterable:
|
||||||
|
def listItems = new ArrayList<Tuple>()
|
||||||
|
def itemName = valuesName != null ? escapeTag(StringUtil.unpluralize(valuesName) ?: "item") : "item"
|
||||||
|
value.collect { v -> listItems.add(new Tuple(itemName, col, null, v)) }
|
||||||
|
printRow(level + 1, name, listItems)
|
||||||
|
break
|
||||||
|
default:
|
||||||
|
OUT.append("$prefix <$name>")
|
||||||
|
if (value == null) OUT.append("null")
|
||||||
|
else {
|
||||||
|
def formattedValue = FORMATTER.formatValue(value, col)
|
||||||
|
if (isXmlString(formattedValue)) OUT.append(formattedValue)
|
||||||
|
else OUT.append(StringUtil.escapeXmlEntities(formattedValue))
|
||||||
|
}
|
||||||
|
OUT.append("</$name>")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
OUT.append("$prefix</$rowTag>")
|
||||||
|
}
|
||||||
|
|
||||||
|
def isXmlString(string) {
|
||||||
|
return string.startsWith("<") && string.endsWith(">") && (string.contains("</") || string.contains("/>"))
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append(
|
||||||
|
"""<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<data>""")
|
||||||
|
|
||||||
|
if (!TRANSPOSED) {
|
||||||
|
ROWS.each { row ->
|
||||||
|
def values = COLUMNS
|
||||||
|
.findAll { col -> row.hasValue(col) }
|
||||||
|
.collect { col ->
|
||||||
|
new Tuple(escapeTag(col.name()), col, col.name(), row.value(col))
|
||||||
|
}
|
||||||
|
printRow(0, "row", values)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
def values = COLUMNS.collect { new ArrayList<Tuple>() }
|
||||||
|
ROWS.eachWithIndex { row, rowIdx ->
|
||||||
|
COLUMNS.eachWithIndex { col, colIdx ->
|
||||||
|
if (row.hasValue(col)) {
|
||||||
|
def value = row.value(col)
|
||||||
|
values[colIdx].add(new Tuple("row${rowIdx + 1}", col, col.name(), value))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
values.eachWithIndex { it, index ->
|
||||||
|
printRow(0, escapeTag(COLUMNS[index].name()), it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
OUT.append("""
|
||||||
|
</data>
|
||||||
|
""")
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
import com.intellij.database.model.DasObjectWithSource
|
||||||
|
import com.intellij.database.model.DasSchemaChild
|
||||||
|
import com.intellij.database.model.ObjectKind
|
||||||
|
import com.intellij.database.util.DasUtil
|
||||||
|
import com.intellij.database.util.ObjectPath
|
||||||
|
|
||||||
|
LAYOUT.ignoreDependencies = true
|
||||||
|
LAYOUT.baseName { ctx -> baseName(ctx.object) }
|
||||||
|
LAYOUT.fileScope { path -> fileScope(path) }
|
||||||
|
|
||||||
|
|
||||||
|
def baseName(obj) {
|
||||||
|
def db = DasUtil.getCatalog(obj)
|
||||||
|
def schema = DasUtil.getSchema(obj)
|
||||||
|
def file = fileName(obj)
|
||||||
|
if (db.isEmpty()) {
|
||||||
|
if (!schema.isEmpty()) return "anonymous/" + sanitize(schema) + "/" + file
|
||||||
|
return file
|
||||||
|
}
|
||||||
|
else if (schema.isEmpty()) {
|
||||||
|
return sanitize(db) + "/" + file
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return sanitize(db) + "/" + sanitize(schema) + "/" + file
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileName(obj) {
|
||||||
|
for (def cur = obj; cur != null; cur = cur.dasParent) {
|
||||||
|
if (storeSeparately(cur)) return sanitize(cur.name)
|
||||||
|
}
|
||||||
|
return sanitize(obj.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileScope(path) {
|
||||||
|
def root = path.getName(0).toString()
|
||||||
|
if (root.endsWith(".sql")) return null
|
||||||
|
def next = path.getName(1).toString()
|
||||||
|
if (next.endsWith(".sql")) {
|
||||||
|
if (root == "anonymous") return null
|
||||||
|
return ObjectPath.create(root, ObjectKind.DATABASE)
|
||||||
|
}
|
||||||
|
if (root == "anonymous") return ObjectPath.create(next, ObjectKind.SCHEMA)
|
||||||
|
return ObjectPath.create(root, ObjectKind.DATABASE).append(next, ObjectKind.SCHEMA)
|
||||||
|
}
|
||||||
|
|
||||||
|
def storeSeparately(obj) {
|
||||||
|
return obj instanceof DasObjectWithSource || obj instanceof DasSchemaChild
|
||||||
|
}
|
||||||
|
|
||||||
|
def sanitize(name) {
|
||||||
|
return name.replace('/', 'slash')
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
import com.intellij.database.model.DasObjectWithSource
|
||||||
|
import com.intellij.database.model.DasSchemaChild
|
||||||
|
import com.intellij.database.model.ObjectKind
|
||||||
|
import com.intellij.database.util.DasUtil
|
||||||
|
import com.intellij.database.util.ObjectPath
|
||||||
|
|
||||||
|
LAYOUT.ignoreDependencies = true
|
||||||
|
LAYOUT.baseName { ctx -> baseName(ctx.object) }
|
||||||
|
LAYOUT.fileScope { path -> fileScope(path) }
|
||||||
|
|
||||||
|
|
||||||
|
def baseName(obj) {
|
||||||
|
def schema = DasUtil.getSchema(obj)
|
||||||
|
def file = fileName(obj)
|
||||||
|
if (schema.isEmpty()) {
|
||||||
|
return file
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return sanitize(schema) + "/" + obj.kind.code() + "/" + file
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileName(obj) {
|
||||||
|
for (def cur = obj; cur != null; cur = cur.dasParent) {
|
||||||
|
if (storeSeparately(cur)) return sanitize(cur.name)
|
||||||
|
}
|
||||||
|
return sanitize(obj.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileScope(path) {
|
||||||
|
def root = path.getName(0).toString()
|
||||||
|
if (root.endsWith(".sql")) return null
|
||||||
|
return ObjectPath.create(root, ObjectKind.SCHEMA)
|
||||||
|
}
|
||||||
|
|
||||||
|
def storeSeparately(obj) {
|
||||||
|
return obj instanceof DasObjectWithSource || obj instanceof DasSchemaChild
|
||||||
|
}
|
||||||
|
|
||||||
|
def sanitize(name) {
|
||||||
|
return name.replace('/', 'slash')
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
import com.intellij.database.model.DasObjectWithSource
|
||||||
|
import com.intellij.database.model.DasSchemaChild
|
||||||
|
import com.intellij.database.model.ObjectKind
|
||||||
|
import com.intellij.database.util.DasUtil
|
||||||
|
import com.intellij.database.util.ObjectPath
|
||||||
|
|
||||||
|
LAYOUT.ignoreDependencies = true
|
||||||
|
LAYOUT.baseName { ctx -> baseName(ctx.object) }
|
||||||
|
LAYOUT.fileScope { path -> fileScope(path) }
|
||||||
|
|
||||||
|
|
||||||
|
def baseName(obj) {
|
||||||
|
def schema = DasUtil.getSchema(obj)
|
||||||
|
def file = fileName(obj)
|
||||||
|
if (schema.isEmpty()) {
|
||||||
|
return file
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return sanitize(schema) + "/" + file
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileName(obj) {
|
||||||
|
for (def cur = obj; cur != null; cur = cur.dasParent) {
|
||||||
|
if (storeSeparately(cur)) return sanitize(cur.name)
|
||||||
|
}
|
||||||
|
return sanitize(obj.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
def fileScope(path) {
|
||||||
|
def root = path.getName(0).toString()
|
||||||
|
if (root.endsWith(".sql")) return null
|
||||||
|
return ObjectPath.create(root, ObjectKind.SCHEMA)
|
||||||
|
}
|
||||||
|
|
||||||
|
def storeSeparately(obj) {
|
||||||
|
return obj instanceof DasObjectWithSource || obj instanceof DasSchemaChild
|
||||||
|
}
|
||||||
|
|
||||||
|
def sanitize(name) {
|
||||||
|
return name.replace('/', 'slash')
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
import com.intellij.database.model.DasObjectWithSource
|
||||||
|
import com.intellij.database.model.DasSchemaChild
|
||||||
|
|
||||||
|
LAYOUT.baseName { ctx -> baseName(ctx.object) }
|
||||||
|
LAYOUT.fileName { ctx -> String.format("%03d-%s.sql", ctx.count, ctx.baseName) }
|
||||||
|
|
||||||
|
|
||||||
|
def baseName(obj) {
|
||||||
|
for (def cur = obj; cur != null; cur = cur.dasParent) {
|
||||||
|
if (storeSeparately(cur)) return sanitize(cur.name)
|
||||||
|
}
|
||||||
|
return sanitize(obj.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
def storeSeparately(obj) {
|
||||||
|
return obj instanceof DasObjectWithSource || obj instanceof DasSchemaChild
|
||||||
|
}
|
||||||
|
|
||||||
|
def sanitize(name) {
|
||||||
|
return name.replace('/', 'slash')
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
import com.intellij.database.model.DasObjectWithSource
|
||||||
|
import com.intellij.database.model.DasSchemaChild
|
||||||
|
|
||||||
|
LAYOUT.ignoreDependencies = true
|
||||||
|
LAYOUT.baseName { ctx -> baseName(ctx.object) }
|
||||||
|
|
||||||
|
|
||||||
|
def baseName(obj) {
|
||||||
|
for (def cur = obj; cur != null; cur = cur.dasParent) {
|
||||||
|
if (storeSeparately(cur)) return sanitize(cur.name)
|
||||||
|
}
|
||||||
|
return sanitize(obj.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
def storeSeparately(obj) {
|
||||||
|
return obj instanceof DasObjectWithSource || obj instanceof DasSchemaChild
|
||||||
|
}
|
||||||
|
|
||||||
|
def sanitize(name) {
|
||||||
|
return name.replace('/', 'slash')
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,74 @@
|
||||||
|
import com.intellij.database.model.DasTable
|
||||||
|
import com.intellij.database.util.Case
|
||||||
|
import com.intellij.database.util.DasUtil
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Available context bindings:
|
||||||
|
* SELECTION Iterable<DasObject>
|
||||||
|
* PROJECT project
|
||||||
|
* FILES files helper
|
||||||
|
*/
|
||||||
|
|
||||||
|
packageName = "com.sample;"
|
||||||
|
typeMapping = [
|
||||||
|
(~/(?i)int/) : "long",
|
||||||
|
(~/(?i)float|double|decimal|real/): "double",
|
||||||
|
(~/(?i)datetime|timestamp/) : "java.sql.Timestamp",
|
||||||
|
(~/(?i)date/) : "java.sql.Date",
|
||||||
|
(~/(?i)time/) : "java.sql.Time",
|
||||||
|
(~/(?i)/) : "String"
|
||||||
|
]
|
||||||
|
|
||||||
|
FILES.chooseDirectoryAndSave("Choose directory", "Choose where to store generated files") { dir ->
|
||||||
|
SELECTION.filter { it instanceof DasTable }.each { generate(it, dir) }
|
||||||
|
}
|
||||||
|
|
||||||
|
def generate(table, dir) {
|
||||||
|
def className = javaName(table.getName(), true)
|
||||||
|
def fields = calcFields(table)
|
||||||
|
new File(dir, className + ".java").withPrintWriter { out -> generate(out, className, fields) }
|
||||||
|
}
|
||||||
|
|
||||||
|
def generate(out, className, fields) {
|
||||||
|
out.println "package $packageName"
|
||||||
|
out.println ""
|
||||||
|
out.println ""
|
||||||
|
out.println "public class $className {"
|
||||||
|
out.println ""
|
||||||
|
fields.each() {
|
||||||
|
if (it.annos != "") out.println " ${it.annos}"
|
||||||
|
out.println " private ${it.type} ${it.name};"
|
||||||
|
}
|
||||||
|
out.println ""
|
||||||
|
fields.each() {
|
||||||
|
out.println ""
|
||||||
|
out.println " public ${it.type} get${it.name.capitalize()}() {"
|
||||||
|
out.println " return ${it.name};"
|
||||||
|
out.println " }"
|
||||||
|
out.println ""
|
||||||
|
out.println " public void set${it.name.capitalize()}(${it.type} ${it.name}) {"
|
||||||
|
out.println " this.${it.name} = ${it.name};"
|
||||||
|
out.println " }"
|
||||||
|
out.println ""
|
||||||
|
}
|
||||||
|
out.println "}"
|
||||||
|
}
|
||||||
|
|
||||||
|
def calcFields(table) {
|
||||||
|
DasUtil.getColumns(table).reduce([]) { fields, col ->
|
||||||
|
def spec = Case.LOWER.apply(col.getDasType().getSpecification())
|
||||||
|
def typeStr = typeMapping.find { p, t -> p.matcher(spec).find() }.value
|
||||||
|
fields += [[
|
||||||
|
name : javaName(col.getName(), false),
|
||||||
|
type : typeStr,
|
||||||
|
annos: ""]]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def javaName(str, capitalize) {
|
||||||
|
def s = com.intellij.psi.codeStyle.NameUtil.splitNameIntoWordList(str)
|
||||||
|
.collect { Case.LOWER.apply(it).capitalize() }
|
||||||
|
.join("")
|
||||||
|
.replaceAll(/[^\p{javaJavaIdentifierPart}[_]]/, "_")
|
||||||
|
capitalize || s.length() == 1? s : Case.LOWER.apply(s[0]) + s[1..-1]
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,338 @@
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||||
|
<https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Lesser General Public License instead.) You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
this service if you wish), that you receive source code or can get it
|
||||||
|
if you want it, that you can change the software or use pieces of it
|
||||||
|
in new free programs; and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. You must make sure that they, too, receive or can get the
|
||||||
|
source code. And you must show them these terms so they know their
|
||||||
|
rights.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
|
source code as you receive it, in any medium, provided that you
|
||||||
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
|
REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Moe Ghoul>, 1 April 1989
|
||||||
|
Moe Ghoul, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
|
consider it more useful to permit linking proprietary applications with the
|
||||||
|
library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License.
|
||||||
|
|
@ -0,0 +1,674 @@
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
{one line to give the program's name and a brief idea of what it does.}
|
||||||
|
Copyright (C) {year} {name of author}
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
{project} Copyright (C) {year} {fullname}
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
|
|
@ -0,0 +1,607 @@
|
||||||
|
SET UTF-8
|
||||||
|
TRY esijanrtolcdugmphbyfvkwqxzäüößESIJANRTOLCDUGMPHBYFVKWQXZÄÜÖ-
|
||||||
|
LANG de
|
||||||
|
PFX U Y 1
|
||||||
|
PFX U 0 un .
|
||||||
|
PFX V Y 1
|
||||||
|
PFX V 0 ver .
|
||||||
|
SFX F Y 35
|
||||||
|
SFX F 0 nen in
|
||||||
|
SFX F e in e
|
||||||
|
SFX F e innen e
|
||||||
|
SFX F 0 in [^i]n
|
||||||
|
SFX F 0 innen [^i]n
|
||||||
|
SFX F 0 in [^enr]
|
||||||
|
SFX F 0 innen [^enr]
|
||||||
|
SFX F 0 in [^e]r
|
||||||
|
SFX F 0 innen [^e]r
|
||||||
|
SFX F 0 in [^r]er
|
||||||
|
SFX F 0 innen [^r]er
|
||||||
|
SFX F 0 in [^e]rer
|
||||||
|
SFX F 0 innen [^e]rer
|
||||||
|
SFX F 0 in ierer
|
||||||
|
SFX F 0 innen ierer
|
||||||
|
SFX F er in [^i]erer
|
||||||
|
SFX F er innen [^i]erer
|
||||||
|
SFX F in In in
|
||||||
|
SFX F in Innen in
|
||||||
|
SFX F e In e
|
||||||
|
SFX F e Innen e
|
||||||
|
SFX F 0 In [^i]n
|
||||||
|
SFX F 0 Innen [^i]n
|
||||||
|
SFX F 0 In [^en]
|
||||||
|
SFX F 0 Innen [^en]
|
||||||
|
SFX F 0 In [^e]r
|
||||||
|
SFX F 0 Innen [^e]r
|
||||||
|
SFX F 0 In [^r]er
|
||||||
|
SFX F 0 Innen [^r]er
|
||||||
|
SFX F 0 In [^e]rer
|
||||||
|
SFX F 0 Innen [^e]rer
|
||||||
|
SFX F 0 In ierer
|
||||||
|
SFX F 0 Innen ierer
|
||||||
|
SFX F er In [^i]erer
|
||||||
|
SFX F er Innen [^i]erer
|
||||||
|
SFX L N 12
|
||||||
|
SFX L 0 tlich n
|
||||||
|
SFX L 0 tliche n
|
||||||
|
SFX L 0 tlicher n
|
||||||
|
SFX L 0 tliches n
|
||||||
|
SFX L 0 tlichem n
|
||||||
|
SFX L 0 tlichen n
|
||||||
|
SFX L 0 lich [^n]
|
||||||
|
SFX L 0 liche [^n]
|
||||||
|
SFX L 0 licher [^n]
|
||||||
|
SFX L 0 liches [^n]
|
||||||
|
SFX L 0 lichem [^n]
|
||||||
|
SFX L 0 lichen [^n]
|
||||||
|
SFX M N 10
|
||||||
|
SFX M 0 chen [^se]
|
||||||
|
SFX M 0 chens [^se]
|
||||||
|
SFX M ass ässchen ass
|
||||||
|
SFX M ass ässchens ass
|
||||||
|
SFX M oss össchen oss
|
||||||
|
SFX M oss össchens oss
|
||||||
|
SFX M uss üsschen uss
|
||||||
|
SFX M uss üsschens uss
|
||||||
|
SFX M e chen e
|
||||||
|
SFX M e chens e
|
||||||
|
SFX A Y 46
|
||||||
|
SFX A 0 r e
|
||||||
|
SFX A 0 n e
|
||||||
|
SFX A 0 m e
|
||||||
|
SFX A 0 s e
|
||||||
|
SFX A 0 e [^elr]
|
||||||
|
SFX A 0 er [^elr]
|
||||||
|
SFX A 0 en [^elr]
|
||||||
|
SFX A 0 em [^elr]
|
||||||
|
SFX A 0 es [^elr]
|
||||||
|
SFX A 0 e [^e][rl]
|
||||||
|
SFX A 0 er [^e][rl]
|
||||||
|
SFX A 0 en [^e][rl]
|
||||||
|
SFX A 0 em [^e][rl]
|
||||||
|
SFX A 0 es [^e][rl]
|
||||||
|
SFX A 0 e [^u]er
|
||||||
|
SFX A 0 er [^u]er
|
||||||
|
SFX A 0 en [^u]er
|
||||||
|
SFX A 0 em [^u]er
|
||||||
|
SFX A 0 es [^u]er
|
||||||
|
SFX A er re uer
|
||||||
|
SFX A er rer uer
|
||||||
|
SFX A er ren uer
|
||||||
|
SFX A er rem uer
|
||||||
|
SFX A er res uer
|
||||||
|
SFX A 0 e [eil]el
|
||||||
|
SFX A 0 er [eil]el
|
||||||
|
SFX A 0 en [eil]el
|
||||||
|
SFX A 0 em [eil]el
|
||||||
|
SFX A 0 es [eil]el
|
||||||
|
SFX A el le [^eil]el
|
||||||
|
SFX A el ler [^eil]el
|
||||||
|
SFX A el len [^eil]el
|
||||||
|
SFX A el lem [^eil]el
|
||||||
|
SFX A el les [^eil]el
|
||||||
|
SFX A lig elig [^aeiouhlräüö]lig
|
||||||
|
SFX A lig elige [^aeiouhlräüö]lig
|
||||||
|
SFX A lig eliger [^aeiouhlräüö]lig
|
||||||
|
SFX A lig eligen [^aeiouhlräüö]lig
|
||||||
|
SFX A lig eligem [^aeiouhlräüö]lig
|
||||||
|
SFX A lig eliges [^aeiouhlräüö]lig
|
||||||
|
SFX A erig rig [^hi]erig
|
||||||
|
SFX A erig rige [^hi]erig
|
||||||
|
SFX A erig riger [^hi]erig
|
||||||
|
SFX A erig rigen [^hi]erig
|
||||||
|
SFX A erig rigem [^hi]erig
|
||||||
|
SFX A erig riges [^hi]erig
|
||||||
|
SFX C Y 100
|
||||||
|
SFX C 0 ere [^elr]
|
||||||
|
SFX C 0 erer [^elr]
|
||||||
|
SFX C 0 eren [^elr]
|
||||||
|
SFX C 0 erem [^elr]
|
||||||
|
SFX C 0 eres [^elr]
|
||||||
|
SFX C 0 re e
|
||||||
|
SFX C 0 rer e
|
||||||
|
SFX C 0 ren e
|
||||||
|
SFX C 0 rem e
|
||||||
|
SFX C 0 res e
|
||||||
|
SFX C 0 ere [^e][lr]
|
||||||
|
SFX C 0 erer [^e][lr]
|
||||||
|
SFX C 0 eren [^e][lr]
|
||||||
|
SFX C 0 erem [^e][lr]
|
||||||
|
SFX C 0 eres [^e][lr]
|
||||||
|
SFX C el lere el
|
||||||
|
SFX C el lerer el
|
||||||
|
SFX C el leren el
|
||||||
|
SFX C el lerem el
|
||||||
|
SFX C el leres el
|
||||||
|
SFX C er rere uer
|
||||||
|
SFX C er rerer uer
|
||||||
|
SFX C er reren uer
|
||||||
|
SFX C er rerem uer
|
||||||
|
SFX C er reres uer
|
||||||
|
SFX C 0 ere [^u]er
|
||||||
|
SFX C 0 erer [^u]er
|
||||||
|
SFX C 0 eren [^u]er
|
||||||
|
SFX C 0 erem [^u]er
|
||||||
|
SFX C 0 eres [^u]er
|
||||||
|
SFX C lig eligere [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligerer [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligeren [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligerem [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligeres [^aeiouhlräüö]lig
|
||||||
|
SFX C erig rigere [^hi]erig
|
||||||
|
SFX C erig rigerer [^hi]erig
|
||||||
|
SFX C erig rigeren [^hi]erig
|
||||||
|
SFX C erig rigerem [^hi]erig
|
||||||
|
SFX C erig rigeres [^hi]erig
|
||||||
|
SFX C 0 est [kßsuxz]
|
||||||
|
SFX C 0 este [kßsuxz]
|
||||||
|
SFX C 0 ester [kßsuxz]
|
||||||
|
SFX C 0 esten [kßsuxz]
|
||||||
|
SFX C 0 estem [kßsuxz]
|
||||||
|
SFX C 0 estes [kßsuxz]
|
||||||
|
SFX C 0 st et
|
||||||
|
SFX C 0 ste et
|
||||||
|
SFX C 0 ster et
|
||||||
|
SFX C 0 sten et
|
||||||
|
SFX C 0 stem et
|
||||||
|
SFX C 0 stes et
|
||||||
|
SFX C 0 st igt
|
||||||
|
SFX C 0 ste igt
|
||||||
|
SFX C 0 ster igt
|
||||||
|
SFX C 0 sten igt
|
||||||
|
SFX C 0 stem igt
|
||||||
|
SFX C 0 stes igt
|
||||||
|
SFX C 0 est [^i]gt
|
||||||
|
SFX C 0 este [^i]gt
|
||||||
|
SFX C 0 ester [^i]gt
|
||||||
|
SFX C 0 esten [^i]gt
|
||||||
|
SFX C 0 estem [^i]gt
|
||||||
|
SFX C 0 estes [^i]gt
|
||||||
|
SFX C 0 est [^eg]t
|
||||||
|
SFX C 0 este [^eg]t
|
||||||
|
SFX C 0 ester [^eg]t
|
||||||
|
SFX C 0 esten [^eg]t
|
||||||
|
SFX C 0 estem [^eg]t
|
||||||
|
SFX C 0 estes [^eg]t
|
||||||
|
SFX C 0 st [^kßstxz]
|
||||||
|
SFX C 0 ste [^kßstxz]
|
||||||
|
SFX C 0 ster [^kßstxz]
|
||||||
|
SFX C 0 sten [^kßstxz]
|
||||||
|
SFX C 0 stem [^kßstxz]
|
||||||
|
SFX C 0 stes [^kßstxz]
|
||||||
|
SFX C 0 st nd
|
||||||
|
SFX C 0 ste nd
|
||||||
|
SFX C 0 ster nd
|
||||||
|
SFX C 0 sten nd
|
||||||
|
SFX C 0 stem nd
|
||||||
|
SFX C 0 stes nd
|
||||||
|
SFX C 0 est [^n]d
|
||||||
|
SFX C 0 este [^n]d
|
||||||
|
SFX C 0 ester [^n]d
|
||||||
|
SFX C 0 esten [^n]d
|
||||||
|
SFX C 0 estem [^n]d
|
||||||
|
SFX C 0 estes [^n]d
|
||||||
|
SFX C lig eligst [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligste [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligster [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligsten [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligstem [^aeiouhlräüö]lig
|
||||||
|
SFX C lig eligstes [^aeiouhlräüö]lig
|
||||||
|
SFX C erig rigst [^hi]erig
|
||||||
|
SFX C erig rigste [^hi]erig
|
||||||
|
SFX C erig rigster [^hi]erig
|
||||||
|
SFX C erig rigsten [^hi]erig
|
||||||
|
SFX C erig rigstem [^hi]erig
|
||||||
|
SFX C erig rigstes [^hi]erig
|
||||||
|
SFX E Y 1
|
||||||
|
SFX E 0 e .
|
||||||
|
SFX f Y 4
|
||||||
|
SFX f ph f ph
|
||||||
|
SFX f ph fen ph
|
||||||
|
SFX f phie fie phie
|
||||||
|
SFX f phie fien phie
|
||||||
|
SFX N Y 1
|
||||||
|
SFX N 0 n .
|
||||||
|
SFX P Y 1
|
||||||
|
SFX P 0 en .
|
||||||
|
SFX p Y 26
|
||||||
|
SFX p auf äufe auf
|
||||||
|
SFX p auf äufen auf
|
||||||
|
SFX p aus äuser [hH]aus
|
||||||
|
SFX p aus äusern [hH]aus
|
||||||
|
SFX p arkt ärkte [mM]arkt
|
||||||
|
SFX p arkt ärkten [mM]arkt
|
||||||
|
SFX p ang änge ang
|
||||||
|
SFX p ang ängen ang
|
||||||
|
SFX p uß üße uß
|
||||||
|
SFX p uß üßen uß
|
||||||
|
SFX p oß öße oß
|
||||||
|
SFX p oß ößen oß
|
||||||
|
SFX p aum äume aum
|
||||||
|
SFX p aum äumen aum
|
||||||
|
SFX p ag äge ag
|
||||||
|
SFX p ag ägen ag
|
||||||
|
SFX p ug üge ug
|
||||||
|
SFX p ug ügen ug
|
||||||
|
SFX p all älle all
|
||||||
|
SFX p all ällen all
|
||||||
|
SFX p ass ässe ass
|
||||||
|
SFX p ass ässen ass
|
||||||
|
SFX p uss üsse uss
|
||||||
|
SFX p uss üssen uss
|
||||||
|
SFX p oss össe oss
|
||||||
|
SFX p oss össen oss
|
||||||
|
SFX R Y 3
|
||||||
|
SFX R 0 er [^e]
|
||||||
|
SFX R 0 ern [^e]
|
||||||
|
SFX R 0 r e
|
||||||
|
SFX S Y 1
|
||||||
|
SFX S 0 s .
|
||||||
|
SFX q Y 2
|
||||||
|
SFX q 0 se s
|
||||||
|
SFX q 0 sen s
|
||||||
|
SFX Q Y 1
|
||||||
|
SFX Q 0 ses s
|
||||||
|
SFX T Y 1
|
||||||
|
SFX T 0 es .
|
||||||
|
SFX J Y 12
|
||||||
|
SFX J n ung [bgkpßsz]eln
|
||||||
|
SFX J n ungen [bgkpßsz]eln
|
||||||
|
SFX J eln lung eln
|
||||||
|
SFX J n ung ern
|
||||||
|
SFX J en ung en
|
||||||
|
SFX J eln lungen eln
|
||||||
|
SFX J n ungen ern
|
||||||
|
SFX J en ungen en
|
||||||
|
SFX J 0 ung [^n]
|
||||||
|
SFX J 0 ungen [^n]
|
||||||
|
SFX J el lung el
|
||||||
|
SFX J el lungen el
|
||||||
|
SFX B N 12
|
||||||
|
SFX B n bar e[lr]n
|
||||||
|
SFX B n bare e[lr]n
|
||||||
|
SFX B n baren e[lr]n
|
||||||
|
SFX B n barer e[lr]n
|
||||||
|
SFX B n bares e[lr]n
|
||||||
|
SFX B n barem e[lr]n
|
||||||
|
SFX B en bar en
|
||||||
|
SFX B en bare en
|
||||||
|
SFX B en baren en
|
||||||
|
SFX B en barer en
|
||||||
|
SFX B en bares en
|
||||||
|
SFX B en barem en
|
||||||
|
SFX D Y 6
|
||||||
|
SFX D 0 d n
|
||||||
|
SFX D 0 de n
|
||||||
|
SFX D 0 den n
|
||||||
|
SFX D 0 der n
|
||||||
|
SFX D 0 des n
|
||||||
|
SFX D 0 dem n
|
||||||
|
SFX W Y 5
|
||||||
|
SFX W en 0 en
|
||||||
|
SFX W n 0 [^e]n
|
||||||
|
SFX W st 0 [^s]st
|
||||||
|
SFX W t 0 sst
|
||||||
|
SFX W t 0 [^s]t
|
||||||
|
SFX I Y 18
|
||||||
|
SFX I n 0 en
|
||||||
|
SFX I eln le eln
|
||||||
|
SFX I n e eln
|
||||||
|
SFX I ern re ern
|
||||||
|
SFX I n e ern
|
||||||
|
SFX I n t e[lr]n
|
||||||
|
SFX I n t [dt]en
|
||||||
|
SFX I en t [^dimnt]en
|
||||||
|
SFX I en t eien
|
||||||
|
SFX I n t [^e]ien
|
||||||
|
SFX I n t chnen
|
||||||
|
SFX I en t [^c]h[mn]en
|
||||||
|
SFX I n t [^aäehilmnoöuür][mn]en
|
||||||
|
SFX I en t [aäeilmnoöuür][mn]en
|
||||||
|
SFX I n e un
|
||||||
|
SFX I n t un
|
||||||
|
SFX I n st en
|
||||||
|
SFX I n t en
|
||||||
|
SFX X Y 26
|
||||||
|
SFX X n t e[lr]n
|
||||||
|
SFX X n t [dtw]en
|
||||||
|
SFX X en t eien
|
||||||
|
SFX X n t [^e]ien
|
||||||
|
SFX X en t [^ditmnw]en
|
||||||
|
SFX X n t chnen
|
||||||
|
SFX X en t [^c]h[mn]en
|
||||||
|
SFX X n t [^aäehilmnoöuür][mn]en
|
||||||
|
SFX X en t [aäeilmnoöuür][mn]en
|
||||||
|
SFX X n t un
|
||||||
|
SFX X st 0 tst
|
||||||
|
SFX X n st e[lr]n
|
||||||
|
SFX X n st [dtw]en
|
||||||
|
SFX X en st [^dimnßstwzx]en
|
||||||
|
SFX X en st eien
|
||||||
|
SFX X n st [^e]ien
|
||||||
|
SFX X n st chnen
|
||||||
|
SFX X en st [^c]h[mn]en
|
||||||
|
SFX X n st [^aäehilmnoöuür][mn]en
|
||||||
|
SFX X en st [aäeilmnoöuür][mn]en
|
||||||
|
SFX X n st un
|
||||||
|
SFX X n st [ßsxz]en
|
||||||
|
SFX X n st ssen
|
||||||
|
SFX X n st schen
|
||||||
|
SFX X t st [^sz]t
|
||||||
|
SFX X t est zt
|
||||||
|
SFX Y Y 36
|
||||||
|
SFX Y n te e[lr]n
|
||||||
|
SFX Y n te [dtw]en
|
||||||
|
SFX Y en te [^dimntw]en
|
||||||
|
SFX Y en te eien
|
||||||
|
SFX Y n te [^e]ien
|
||||||
|
SFX Y n te chnen
|
||||||
|
SFX Y en te [^c]h[mn]en
|
||||||
|
SFX Y n te [^aäehilmnoöuür][mn]en
|
||||||
|
SFX Y en te [aäeilmnoöuür][mn]en
|
||||||
|
SFX Y n test e[lr]n
|
||||||
|
SFX Y n test [dtw]en
|
||||||
|
SFX Y en test [^dimntw]en
|
||||||
|
SFX Y en test eien
|
||||||
|
SFX Y n test [^e]ien
|
||||||
|
SFX Y n test chnen
|
||||||
|
SFX Y en test [^c]h[mn]en
|
||||||
|
SFX Y n test [^aäehilmnoöuür][mn]en
|
||||||
|
SFX Y en test [aäeilmnoöuür][mn]en
|
||||||
|
SFX Y n tet e[lr]n
|
||||||
|
SFX Y n tet [dtw]en
|
||||||
|
SFX Y en tet [^dimntw]en
|
||||||
|
SFX Y en tet eien
|
||||||
|
SFX Y n tet [^e]ien
|
||||||
|
SFX Y n tet chnen
|
||||||
|
SFX Y en tet [^c]h[mn]en
|
||||||
|
SFX Y n tet [^aäehilmnoöuür][mn]en
|
||||||
|
SFX Y en tet [aäeilmnoöuür][mn]en
|
||||||
|
SFX Y n ten e[lr]n
|
||||||
|
SFX Y n ten [dtw]en
|
||||||
|
SFX Y en ten [^dimntw]en
|
||||||
|
SFX Y en ten eien
|
||||||
|
SFX Y n ten [^e]ien
|
||||||
|
SFX Y n ten chnen
|
||||||
|
SFX Y en ten [^c]h[mn]en
|
||||||
|
SFX Y n ten [^aäehilmnoöuür][mn]en
|
||||||
|
SFX Y en ten [aäeilmnoöuür][mn]en
|
||||||
|
SFX Z Y 15
|
||||||
|
SFX Z 0 st [^hßsz]
|
||||||
|
SFX Z 0 st [^c]h
|
||||||
|
SFX Z 0 st [^s]ch
|
||||||
|
SFX Z 0 est [dfkstz]
|
||||||
|
SFX Z 0 est ch
|
||||||
|
SFX Z 0 est [au]ß
|
||||||
|
SFX Z 0 est ieß
|
||||||
|
SFX Z 0 est [io]ss
|
||||||
|
SFX Z 0 t [^dt]
|
||||||
|
SFX Z 0 et [dt]
|
||||||
|
SFX Z 0 n e
|
||||||
|
SFX Z 0 en ie
|
||||||
|
SFX Z 0 en [^e]
|
||||||
|
SFX Z 0 est iess
|
||||||
|
SFX Z 0 est [au]ss
|
||||||
|
SFX O Y 21
|
||||||
|
SFX O n tes e[lr]n
|
||||||
|
SFX O n tes [dtw]en
|
||||||
|
SFX O en tes [^dmntw]en
|
||||||
|
SFX O n tes chnen
|
||||||
|
SFX O en tes [^c]h[mn]en
|
||||||
|
SFX O n tes [^aäehilmnoöuür][mn]en
|
||||||
|
SFX O en tes [aäeilmnoöuür][mn]en
|
||||||
|
SFX O n ter e[lr]n
|
||||||
|
SFX O n ter [dtw]en
|
||||||
|
SFX O en ter [^dmntw]en
|
||||||
|
SFX O n ter chnen
|
||||||
|
SFX O en ter [^c]h[mn]en
|
||||||
|
SFX O n ter [^aäehilmnoöuür][mn]en
|
||||||
|
SFX O en ter [aäeilmnoöuür][mn]en
|
||||||
|
SFX O n tem e[lr]n
|
||||||
|
SFX O n tem [dtw]en
|
||||||
|
SFX O en tem [^dmntw]en
|
||||||
|
SFX O n tem chnen
|
||||||
|
SFX O en tem [^c]h[mn]en
|
||||||
|
SFX O n tem [^aäehilmnoöuür][mn]en
|
||||||
|
SFX O en tem [aäeilmnoöuür][mn]en
|
||||||
|
REP 67
|
||||||
|
REP oss öß
|
||||||
|
REP ass äß
|
||||||
|
REP uss üß
|
||||||
|
REP a à
|
||||||
|
REP a á
|
||||||
|
REP a â
|
||||||
|
REP n ñ
|
||||||
|
REP e é
|
||||||
|
REP e ê
|
||||||
|
REP f ph
|
||||||
|
REP ph f
|
||||||
|
REP ß ss
|
||||||
|
REP ss ß
|
||||||
|
REP s ss
|
||||||
|
REP ss s
|
||||||
|
REP i ie
|
||||||
|
REP ie i
|
||||||
|
REP e ie
|
||||||
|
REP ie e
|
||||||
|
REP ee e
|
||||||
|
REP o oh
|
||||||
|
REP oh o
|
||||||
|
REP a ah
|
||||||
|
REP ah a
|
||||||
|
REP e eh
|
||||||
|
REP eh e
|
||||||
|
REP ae ä
|
||||||
|
REP oe ö
|
||||||
|
REP ue ü
|
||||||
|
REP ueme ühm
|
||||||
|
REP Ae Ä
|
||||||
|
REP Oe Ö
|
||||||
|
REP Ue Ü
|
||||||
|
REP d t
|
||||||
|
REP t d
|
||||||
|
REP th t
|
||||||
|
REP t th
|
||||||
|
REP r rh
|
||||||
|
REP ch k
|
||||||
|
REP k ch
|
||||||
|
REP en s
|
||||||
|
REP enten ent
|
||||||
|
REP ent enten
|
||||||
|
REP alien alle
|
||||||
|
REP alien al
|
||||||
|
REP alle alien
|
||||||
|
REP al alien
|
||||||
|
REP enhaft haft
|
||||||
|
REP haft enhaft
|
||||||
|
REP ü u
|
||||||
|
REP u ü
|
||||||
|
REP ä a
|
||||||
|
REP a ä
|
||||||
|
REP ö o
|
||||||
|
REP o ö
|
||||||
|
REP uech ück
|
||||||
|
REP tens ts
|
||||||
|
REP voll fol
|
||||||
|
REP fol voll
|
||||||
|
REP sation sierung
|
||||||
|
REP uk ück
|
||||||
|
REP au o
|
||||||
|
REP ich$ ig
|
||||||
|
REP ig$ ich
|
||||||
|
REP congratul gratul
|
||||||
|
REP ritm rhythm
|
||||||
|
REP ritm Rhythm
|
||||||
|
CHECKSHARPS
|
||||||
|
COMPOUNDBEGIN x
|
||||||
|
COMPOUNDMIDDLE y
|
||||||
|
COMPOUNDEND z
|
||||||
|
FORBIDDENWORD d
|
||||||
|
COMPOUNDPERMITFLAG c
|
||||||
|
ONLYINCOMPOUND o
|
||||||
|
NEEDAFFIX h
|
||||||
|
KEEPCASE w
|
||||||
|
CIRCUMFIX f
|
||||||
|
NOSUGGEST n
|
||||||
|
WORDCHARS ß-.
|
||||||
|
COMPOUNDMIN 2
|
||||||
|
PFX i Y 1
|
||||||
|
PFX i 0 -/coyf .
|
||||||
|
SFX j Y 2
|
||||||
|
SFX j 0 0/xoc .
|
||||||
|
SFX j 0 - .
|
||||||
|
SFX w Y 3
|
||||||
|
SFX w 0 0/xoc .
|
||||||
|
SFX w 0 -/zocf .
|
||||||
|
SFX w 0 -/cz .
|
||||||
|
SFX g Y 12
|
||||||
|
SFX g 0 innen/xyoc [^n]
|
||||||
|
SFX g en innen/xyoc en
|
||||||
|
SFX g 0 Innen/xyoc [^n]
|
||||||
|
SFX g en Innen/xyoc en
|
||||||
|
SFX g 0 innen/xyocf [^n]
|
||||||
|
SFX g en innen/xyocf en
|
||||||
|
SFX g 0 Innen/xyocf [^n]
|
||||||
|
SFX g en Innen/xyocf en
|
||||||
|
SFX g 0 innen-/cz [^n]
|
||||||
|
SFX g en innen-/cz en
|
||||||
|
SFX g 0 Innen-/cz [^n]
|
||||||
|
SFX g en Innen-/cz en
|
||||||
|
PFX k Y 2
|
||||||
|
PFX k 0 -/coxf .
|
||||||
|
PFX k 0 0/coy .
|
||||||
|
SFX e Y 2
|
||||||
|
SFX e 0 0/yoc .
|
||||||
|
SFX e 0 -/zc .
|
||||||
|
PFX m Y 58
|
||||||
|
PFX m A -a A
|
||||||
|
PFX m B -b B
|
||||||
|
PFX m C -c C
|
||||||
|
PFX m D -d D
|
||||||
|
PFX m E -e E
|
||||||
|
PFX m F -f F
|
||||||
|
PFX m G -g G
|
||||||
|
PFX m H -h H
|
||||||
|
PFX m I -i I
|
||||||
|
PFX m J -j J
|
||||||
|
PFX m K -k K
|
||||||
|
PFX m L -l L
|
||||||
|
PFX m M -m M
|
||||||
|
PFX m N -n N
|
||||||
|
PFX m O -o O
|
||||||
|
PFX m P -p P
|
||||||
|
PFX m Q -q Q
|
||||||
|
PFX m R -r R
|
||||||
|
PFX m S -s S
|
||||||
|
PFX m T -t T
|
||||||
|
PFX m U -u U
|
||||||
|
PFX m V -v V
|
||||||
|
PFX m W -w W
|
||||||
|
PFX m X -x X
|
||||||
|
PFX m Y -y Y
|
||||||
|
PFX m Z -z Z
|
||||||
|
PFX m Ä -ä Ä
|
||||||
|
PFX m Ö -ö Ö
|
||||||
|
PFX m Ü -ü Ü
|
||||||
|
PFX m a -A/co a
|
||||||
|
PFX m b -B/co b
|
||||||
|
PFX m c -C/co c
|
||||||
|
PFX m d -D/co d
|
||||||
|
PFX m e -E/co e
|
||||||
|
PFX m f -F/co f
|
||||||
|
PFX m g -G/co g
|
||||||
|
PFX m h -H/co h
|
||||||
|
PFX m i -I/co i
|
||||||
|
PFX m j -J/co j
|
||||||
|
PFX m k -K/co k
|
||||||
|
PFX m l -L/co l
|
||||||
|
PFX m m -M/co m
|
||||||
|
PFX m n -N/co n
|
||||||
|
PFX m o -O/co o
|
||||||
|
PFX m p -P/co p
|
||||||
|
PFX m q -Q/co q
|
||||||
|
PFX m r -R/co r
|
||||||
|
PFX m s -S/co s
|
||||||
|
PFX m t -T/co t
|
||||||
|
PFX m u -U/co u
|
||||||
|
PFX m v -V/co v
|
||||||
|
PFX m w -W/co w
|
||||||
|
PFX m x -X/co x
|
||||||
|
PFX m y -Y/co y
|
||||||
|
PFX m z -Z/co z
|
||||||
|
PFX m ä -Ä/co ä
|
||||||
|
PFX m ö -Ö/co ö
|
||||||
|
PFX m ü -Ü/co ü
|
||||||
|
BREAK 3
|
||||||
|
BREAK -
|
||||||
|
BREAK .
|
||||||
|
BREAK '
|
||||||
|
ICONV 8
|
||||||
|
ICONV ä ä
|
||||||
|
ICONV Ä Ä
|
||||||
|
ICONV ö ö
|
||||||
|
ICONV Ö̈ Ö
|
||||||
|
ICONV ü ü
|
||||||
|
ICONV Ü Ü
|
||||||
|
ICONV ’ '
|
||||||
|
ICONV ` '
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,23 @@
|
||||||
|
igerman98 - dictionaries for German language
|
||||||
|
Copyright (C) 1999-2016 Björn Jacke <bjoern@j3e.de>.
|
||||||
|
|
||||||
|
Modifications:
|
||||||
|
------------------------------------------------------------------
|
||||||
|
2020-2025: JetBrains s.r.o. Added more words, modified some word flags and .aff directives.
|
||||||
|
|
||||||
|
Copyright:
|
||||||
|
------------------------------------------------------------------
|
||||||
|
* Copyright (c) 1999-2016 Björn Jacke <bjoern@j3e.de>.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License version 2 or 3 as
|
||||||
|
published by the Free Software Foundation.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
@ -0,0 +1,104 @@
|
||||||
|
Abgeschalten -> Abgeschaltet
|
||||||
|
Abgespaced -> Abgespact
|
||||||
|
Allgemeinhin -> Allgemein
|
||||||
|
Angeschalten -> Angeschaltet
|
||||||
|
Artzt -> Arzt
|
||||||
|
Ausgeschalten -> Ausgeschaltet
|
||||||
|
Bevölkerungsweise -> Bevölkerungsmäßig
|
||||||
|
Bokmal -> Bokmål
|
||||||
|
Deja -> Déjà
|
||||||
|
Dejà -> Déjà
|
||||||
|
Desiree -> Désirée
|
||||||
|
Diaz -> Díaz
|
||||||
|
Déja -> Déjà
|
||||||
|
Egalite -> Égalité
|
||||||
|
Einbischen -> Ein bisschen
|
||||||
|
Eingeschalten -> Eingeschaltet
|
||||||
|
Gebrauchtspur -> Gebrauchsspur
|
||||||
|
Gebrauchtspuren -> Gebrauchsspuren
|
||||||
|
Gefalten -> Gefaltet
|
||||||
|
Gegebenfalls -> Gegebenenfalls
|
||||||
|
Gehießen -> Geheißen
|
||||||
|
Geschalten -> Geschaltet
|
||||||
|
Gescheint -> Geschienen, Geschneit
|
||||||
|
Geschumpfen -> Geschimpft
|
||||||
|
Gespiesen -> Gespeist
|
||||||
|
Gestriffen -> Gestreift
|
||||||
|
Gewunken -> Gewinkt
|
||||||
|
Gewunschen -> Gewünscht
|
||||||
|
Gultg -> Gültig
|
||||||
|
Helfte -> Half
|
||||||
|
Helften -> Halfen
|
||||||
|
Helftest -> Halfst
|
||||||
|
Helftet -> Halft
|
||||||
|
Heruntergeschalten -> Heruntergeschaltet
|
||||||
|
Hilfte -> Half
|
||||||
|
Hilften -> Halfen
|
||||||
|
Hilftest -> Halfst
|
||||||
|
Hilftet -> Halft
|
||||||
|
Hochgeschalten -> Hochgeschaltet
|
||||||
|
Jeweil -> Jeweils
|
||||||
|
Meniere -> Menière
|
||||||
|
Perisic -> Perišić
|
||||||
|
Resume -> Résumé
|
||||||
|
Shotokan -> Shōtōkan
|
||||||
|
Societe -> Société
|
||||||
|
Subasic -> Subašić
|
||||||
|
Tenno -> Tennō
|
||||||
|
Tete-a-Tete -> Tête-à-Tête
|
||||||
|
Umgeschalten -> Umgeschaltet
|
||||||
|
Vielmal -> Vielmals
|
||||||
|
Weggeschalten -> Weggeschaltet
|
||||||
|
Zugeschalten -> Zugeschaltet
|
||||||
|
abgeschalten -> abgeschaltet
|
||||||
|
abgespaced -> abgespact
|
||||||
|
allgemeinhin -> allgemein
|
||||||
|
angeschalten -> angeschaltet
|
||||||
|
artzt -> arzt
|
||||||
|
ausgeschalten -> ausgeschaltet
|
||||||
|
bevölkerungsweise -> bevölkerungsmäßig
|
||||||
|
bokmal -> bokmål
|
||||||
|
deja -> déjà
|
||||||
|
dejà -> déjà
|
||||||
|
desiree -> désirée
|
||||||
|
diaz -> díaz
|
||||||
|
déja -> déjà
|
||||||
|
egalite -> égalité
|
||||||
|
einbischen -> ein bisschen
|
||||||
|
eingeschalten -> eingeschaltet
|
||||||
|
gebrauchtspur -> gebrauchsspur
|
||||||
|
gebrauchtspuren -> gebrauchsspuren
|
||||||
|
gefalten -> gefaltet
|
||||||
|
gegebenfalls -> gegebenenfalls
|
||||||
|
gehießen -> geheißen
|
||||||
|
geschalten -> geschaltet
|
||||||
|
gescheint -> geschienen, geschneit
|
||||||
|
geschumpfen -> geschimpft
|
||||||
|
gespiesen -> gespeist
|
||||||
|
gestriffen -> gestreift
|
||||||
|
gewunken -> gewinkt
|
||||||
|
gewunschen -> gewünscht
|
||||||
|
gultg -> gültig
|
||||||
|
helfte -> half
|
||||||
|
helften -> halfen
|
||||||
|
helftest -> halfst
|
||||||
|
helftet -> halft
|
||||||
|
heruntergeschalten -> heruntergeschaltet
|
||||||
|
hilfte -> half
|
||||||
|
hilften -> halfen
|
||||||
|
hilftest -> halfst
|
||||||
|
hilftet -> halft
|
||||||
|
hochgeschalten -> hochgeschaltet
|
||||||
|
jeweil -> jeweils
|
||||||
|
meniere -> menière
|
||||||
|
perisic -> perišić
|
||||||
|
resume -> résumé
|
||||||
|
shotokan -> shōtōkan
|
||||||
|
societe -> société
|
||||||
|
subasic -> subašić
|
||||||
|
tenno -> tennō
|
||||||
|
tete-a-tete -> tête-à-tête
|
||||||
|
umgeschalten -> umgeschaltet
|
||||||
|
vielmal -> vielmals
|
||||||
|
weggeschalten -> weggeschaltet
|
||||||
|
zugeschalten -> zugeschaltet
|
||||||
|
|
@ -0,0 +1,201 @@
|
||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,6 @@
|
||||||
|
<application>
|
||||||
|
<component name="AIOnboardingPromoWindowAdvisor">
|
||||||
|
<option name="attempts" value="8" />
|
||||||
|
<option name="shouldShowNextTime" value="NO" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
<application>
|
||||||
|
<component name="DontShowAgainFeedbackService"><![CDATA[{}]]></component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<application>
|
||||||
|
<component name="EventLogAllowedList">
|
||||||
|
<options recorder-id="ML">
|
||||||
|
<option name="cloud_logs_share" value="1" />
|
||||||
|
<option name="local_logs_share" value="1" />
|
||||||
|
<option name="dataThreshold" value="15000" />
|
||||||
|
<option name="groupAlertThreshold" value="6000" />
|
||||||
|
<option name="groupDataThreshold" value="10000" />
|
||||||
|
<option name="basic_logs" value="analyzed_triggered_filters,cache_extension_length,cache_hit_length,cloud_filter_model_probability,cloud_filter_model_response_type,completion_client,context_assemble_time,editor_type,experiment_group,file_language,fim_cache_hit,fim_cache_line_difference,fim_context_size,final_proposal_length,final_proposal_line,finish_type,first_proposal_len_generated,full_inference_time,full_insert_actions,generated_proposals,generation_id,incompatible_ux_mode,inline_api_provider,invalidation_event,lines_count,local_filter_model_pass,local_filter_model_response,local_filter_model_score,local_filter_model_time,next_line_actions,next_word_actions,proposal_id,proposal_length,proposal_next_line_similarity,proposal_prev_line_similarity,rag_context_computation_time,rag_context_size,rag_suggestion_similarity,raw_triggered_filters,received_proposal_length,received_proposal_lines,recent_context_computation_time,recent_context_number_of_chunks,recent_context_size,request_id,result_proposals,semantic_state,showing_time,silent_completion,time_to_start_showing,total_inserted_length,total_inserted_lines,used_generation_id,was_shown" />
|
||||||
|
</options>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="InstallJunieHubActionManager">
|
||||||
|
<option name="wasBadgeRead" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,184 @@
|
||||||
|
<application>
|
||||||
|
<component name="ActionsLocalSummary">
|
||||||
|
<e n="$Copy">
|
||||||
|
<i c="2" l="1774721309675" />
|
||||||
|
</e>
|
||||||
|
<e n="$Delete">
|
||||||
|
<i c="14" l="1774896378214" />
|
||||||
|
</e>
|
||||||
|
<e n="$Paste">
|
||||||
|
<i c="2" l="1774721310504" />
|
||||||
|
</e>
|
||||||
|
<e n="$Redo">
|
||||||
|
<i c="7" l="1774996915887" />
|
||||||
|
</e>
|
||||||
|
<e n="$Undo">
|
||||||
|
<i c="62" l="1774997504740" />
|
||||||
|
</e>
|
||||||
|
<e n="ChangesView.ShowCommitOptions">
|
||||||
|
<i c="3" l="1775159844541" />
|
||||||
|
</e>
|
||||||
|
<e n="CommentByBlockComment">
|
||||||
|
<i c="1" d="1" l="1774984978761" k="1774984978761" />
|
||||||
|
</e>
|
||||||
|
<e n="CommentByLineComment">
|
||||||
|
<i c="222" d="108" l="1775000330044" k="1775000330044" />
|
||||||
|
</e>
|
||||||
|
<e n="DatabaseView.AddActionGroupPopup">
|
||||||
|
<i c="1" l="1774712950471" />
|
||||||
|
</e>
|
||||||
|
<e n="DatabaseView.DropAction">
|
||||||
|
<i c="2" l="1774713192835" />
|
||||||
|
</e>
|
||||||
|
<e n="DatabaseView.PropertiesAction">
|
||||||
|
<i c="2" l="1774712954005" />
|
||||||
|
</e>
|
||||||
|
<e n="DatabaseView.Refresh">
|
||||||
|
<i c="5" l="1774713207109" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorBackSpace">
|
||||||
|
<i c="3349" l="1775003684850" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorChooseLookupItem">
|
||||||
|
<i c="319" l="1775004081072" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorChooseLookupItemReplace">
|
||||||
|
<i c="7" l="1774979870886" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorCopy">
|
||||||
|
<i c="1205" l="1775003677079" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorDown">
|
||||||
|
<i c="212" l="1775002793098" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorDownWithSelection">
|
||||||
|
<i c="20" l="1774998158459" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorEnter">
|
||||||
|
<i c="1785" l="1775004490933" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorEscape">
|
||||||
|
<i c="25" l="1774975713539" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorIndentSelection">
|
||||||
|
<i c="13" l="1774979887673" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorLeft">
|
||||||
|
<i c="145" l="1775003710111" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorLeftWithSelection">
|
||||||
|
<i c="7" l="1774890524951" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorLineStart">
|
||||||
|
<i c="1" l="1774970964451" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorLineStartWithSelection">
|
||||||
|
<i c="5" l="1774717117102" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorPaste">
|
||||||
|
<i c="2076" l="1775004490048" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorPreviousWordWithSelection">
|
||||||
|
<i c="37" l="1775001209638" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorRight">
|
||||||
|
<i c="234" l="1775003668076" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorRightWithSelection">
|
||||||
|
<i c="9" l="1774885034611" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorSelectWordAtCurrentCaret">
|
||||||
|
<i c="3430" l="1775159494021" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorSplitLine">
|
||||||
|
<i c="8" l="1774993511745" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorStartNewLine">
|
||||||
|
<i c="5" l="1774989072570" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorTab">
|
||||||
|
<i c="53" l="1775001214353" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorUp">
|
||||||
|
<i c="194" l="1775003694213" />
|
||||||
|
</e>
|
||||||
|
<e n="EditorUpWithSelection">
|
||||||
|
<i c="21" l="1774979878183" />
|
||||||
|
</e>
|
||||||
|
<e n="Git.Commit.And.Push.Executor">
|
||||||
|
<i c="1" l="1775159437275" />
|
||||||
|
</e>
|
||||||
|
<e n="GotoDeclaration">
|
||||||
|
<i c="181" l="1775004588010" />
|
||||||
|
</e>
|
||||||
|
<e n="InsertInlineCompletionAction">
|
||||||
|
<i c="76" l="1774999128731" />
|
||||||
|
</e>
|
||||||
|
<e n="MoveLineDown">
|
||||||
|
<i c="5" l="1774986180257" />
|
||||||
|
</e>
|
||||||
|
<e n="MoveLineUp">
|
||||||
|
<i c="25" l="1774986557328" />
|
||||||
|
</e>
|
||||||
|
<e n="NewDir">
|
||||||
|
<i c="7" l="1774653489234" />
|
||||||
|
</e>
|
||||||
|
<e n="NewFile">
|
||||||
|
<i c="5" l="1774668325016" />
|
||||||
|
</e>
|
||||||
|
<e n="NewJavaScriptFile">
|
||||||
|
<i c="5" l="1774978504148" />
|
||||||
|
</e>
|
||||||
|
<e n="PhpSimpleNewFile">
|
||||||
|
<i c="8" l="1774693466376" />
|
||||||
|
</e>
|
||||||
|
<e n="ReformatCode">
|
||||||
|
<i c="60" l="1775003341903" />
|
||||||
|
</e>
|
||||||
|
<e n="RenameElement">
|
||||||
|
<i c="7" l="1774706921987" />
|
||||||
|
</e>
|
||||||
|
<e n="SaveAll">
|
||||||
|
<i c="1961" l="1775004491235" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.codeInsight.daemon.NavigateAction">
|
||||||
|
<i c="42" l="1775003810641" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.database.dataSource.LocalDataSourceManager$3">
|
||||||
|
<i c="1" l="1774712960396" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.database.dataSource.url.ui.DynamicJdbcUrlEditor$10">
|
||||||
|
<i c="1" l="1774712967155" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.database.view.ui.DataSourcesSideTab$AddAction">
|
||||||
|
<i c="1" l="1774712956529" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.execution.lineMarker.LineMarkerActionWrapper">
|
||||||
|
<i c="1" l="1774664604229" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.grazie.ide.notification.GrazieToastNotifications$showMissedLanguages$5">
|
||||||
|
<i c="1" l="1774656985663" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.notification.NotificationAction$Simple">
|
||||||
|
<i c="4" l="1775159420312" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.openapi.ui.DialogWrapper$5">
|
||||||
|
<i c="13" l="1774896379084" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.psi.css.browse.CssColorGutterRenderer$1">
|
||||||
|
<i c="4" l="1774689713347" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.ui.CommonActionsPanel$1">
|
||||||
|
<i c="1" l="1775159136970" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.ui.CommonActionsPanel$AddButton">
|
||||||
|
<i c="1" l="1775159378722" />
|
||||||
|
</e>
|
||||||
|
<e n="com.intellij.ui.CommonActionsPanel$EditButton">
|
||||||
|
<i c="2" l="1775159390616" />
|
||||||
|
</e>
|
||||||
|
<e n="com.jetbrains.rdserver.daemon.tooltips.BackendTooltipActionProvider$getAction$1">
|
||||||
|
<i c="1" l="1774816699980" />
|
||||||
|
</e>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<application>
|
||||||
|
<component name="BaseRefactoringSettings">
|
||||||
|
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_FILE" value="false" />
|
||||||
|
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_DIRECTORY" value="false" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="EditorColorsManagerImpl">
|
||||||
|
<global_color_scheme name="_@client_Dark" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
<application>
|
||||||
|
<component name="CompletionMLRankingSettings">
|
||||||
|
<option name="language2state">
|
||||||
|
<map>
|
||||||
|
<entry key="JavaScript" value="true" />
|
||||||
|
<entry key="PHP" value="false" />
|
||||||
|
<entry key="SQL" value="true" />
|
||||||
|
<entry key="Shell Script" value="true" />
|
||||||
|
<entry key="TypeScript" value="true" />
|
||||||
|
</map>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="ConsoleFont">
|
||||||
|
<option name="VERSION" value="1" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
<application>
|
||||||
|
<component name="CsvSettings" version="1">
|
||||||
|
<csv-formats>
|
||||||
|
<csv-format name="CSV" id="Comma-separated (CSV)_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="TSV" id="Tab-separated (TSV)_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="Pipe-separated" id="Pipe-separated_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="Semicolon-separated" id="Semicolon-separated_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator=";" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
</csv-formats>
|
||||||
|
</component>
|
||||||
|
<component name="ScriptedLoadersAssociations">
|
||||||
|
<extensions>
|
||||||
|
<set>
|
||||||
|
<option value="parquet" />
|
||||||
|
<option value="shp" />
|
||||||
|
<option value="xls" />
|
||||||
|
<option value="xlsx" />
|
||||||
|
</set>
|
||||||
|
</extensions>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,3 @@
|
||||||
|
<application>
|
||||||
|
<component name="DataGridAppearanceSettingsImpl" version="1" />
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<application>
|
||||||
|
<component name="LocalDatabaseDriverManager" version="201">
|
||||||
|
<driver id="redis">
|
||||||
|
<artifact id="Redis" name="Redis" use="true" version="1.6" />
|
||||||
|
</driver>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<application>
|
||||||
|
<component name="DatabaseSettings" version="10">
|
||||||
|
<text-mode>
|
||||||
|
<parameter-patterns>
|
||||||
|
<parameter-pattern value="#(\w+)#" in-scripts="true" scope="XML" predefined="#name#" />
|
||||||
|
<parameter-pattern value="(?<=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="$a.b.c$?" />
|
||||||
|
<parameter-pattern value="(?<=\W|\A)#(\d+|[a-zA-Z_](?:\w|\.)*)#?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="#a.b.c#?" />
|
||||||
|
<parameter-pattern value="%\((\w+)\)s" in-scripts="true" scope="Python" predefined="%(name)s" />
|
||||||
|
<parameter-pattern value="%\w+" in-scripts="true" scope="JAVA,Python,PHP" predefined="%name" />
|
||||||
|
<parameter-pattern value="\:\'.*\'" in-scripts="true" scope="PostgreSQL" predefined=":'name'" />
|
||||||
|
<parameter-pattern value="\$\{([^\{\}]*)\}" in-scripts="true" predefined="${name}" />
|
||||||
|
<parameter-pattern value="\$\(([^\)]+)\)" in-scripts="true" predefined="$(name)" />
|
||||||
|
</parameter-patterns>
|
||||||
|
</text-mode>
|
||||||
|
<csv-formats>
|
||||||
|
<csv-format name="CSV" id="Comma-separated (CSV)_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="TSV" id="Tab-separated (TSV)_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="Pipe-separated" id="Pipe-separated_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="Semicolon-separated" id="Semicolon-separated_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator=";" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
</csv-formats>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
<application>
|
||||||
|
<component name="XDebuggerSettings">
|
||||||
|
<data-views />
|
||||||
|
<general />
|
||||||
|
<debuggers>
|
||||||
|
<debugger id="javascript">
|
||||||
|
<configuration>
|
||||||
|
<custom-object-presentation />
|
||||||
|
</configuration>
|
||||||
|
</debugger>
|
||||||
|
</debuggers>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="ExternalDiffSettings">
|
||||||
|
<option name="MIGRATE_OLD_SETTINGS" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue