Home
last modified time | relevance | path

Searched refs:matcha (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/x11-themes/matcha-gtk-themes/Matcha-gtk-theme-2021-11-29/
H A Dupdate-matcha-online.sh3 cd /tmp/; rm -Rf /tmp/matcha.zip 2>/dev/null
4 rm -Rf /tmp/matcha-master/ 2>/dev/null
5 wget https://github.com/vinceliuice/matcha/archive/master.zip -O matcha.zip
6 unzip matcha.zip; cd matcha-master
H A DREADME.md1 <img src="https://github.com/vinceliuice/matcha/blob/imgs/logo.png" alt="Logo" align="right" /> Mat…
78 yay -S matcha-gtk-theme
82 # pkg install matcha-gtk-themes
86 sudo eopkg it matcha-gtk-theme
100 ![01](https://github.com/vinceliuice/matcha/blob/imgs/screenshot01.png?raw=true) 
101 ![02](https://github.com/vinceliuice/matcha/blob/imgs/screenshot02.png?raw=true) 
102 ![03](https://github.com/vinceliuice/matcha/blob/imgs/screenshot03.png?raw=true) 
103 ![04](https://github.com/vinceliuice/matcha/blob/imgs/screenshot04.png?raw=true) 
104 ![05](https://github.com/vinceliuice/matcha/blob/imgs/screenshot05.png?raw=true) 
H A DAUTHORS7 Vince Liuice <vinceliuice@hotmail.com> - Matcha Gtk Theme (https://github.com/vinceliuice/matcha)
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/sv/
H A Dregexp.po88 …t att beskriva en uppsättningar strängar. En enda reguljära uttryck kan *matcha* flera olika strän…
119 …tt reguljärt uttryck som matchar sig själv*. Det vill säga, om jag ville matcha strängen ``\"Hej, …
145matcha flera strängar? Det är här det blir lite mer komplicerat. Säg, som en något mer praktisk öv…
175matcha en av flera tecken samtidigt. Men du kan även upprepa ett tecken eller uppsättning, för att…
195matcha så mycket text som möjligt, så var försiktig när du använder dem. Detta kallas \"girigt bet…
201 msgstr "Tja, dessa specialtecken är mycket snygga och allt, men vad händer om jag ville matcha en p…
275matcha alla tecken utom \"a\". Det kallas att komplettera uppsättningen. Dessa flyktsekvensstenogr…
281 msgstr "Men om jag hade några olika strängar jag ville matcha, blir saker komplicerade?"
313matcha antingen strängen \"Titel\" eller strängen \"Författare\", precis som ovanstående exempel m…
328 …d ``\\5``. Så, om du sökte ``([^]+)\\1`` i strängen \"Test Test\", skulle du matcha hela strängen!"
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A Dbisonpre212 matcha = re.match(r'^([a-zA-Z0-9_]+)<(\S*)>(.*)$',
221 elif matcha:
222 name = matcha.group(1)
223 dtype = matcha.group(2)
224 line = name + matcha.group(3)
/dports/editors/kate/kate-21.12.3/po/sv/docs/katepart/
H A Dregular-expressions.docbook191 >Undantag omfattar förstås också bakstrecket själv, för att uttryckligen matcha ett sådant, skulle …
232 > är fullständigt riktigt (detta skulle förstås matcha antingen <quote
524 >Anger en negativ klass, om det är det första tecknet. Måste undantas för att uttryckligen matcha o…
562 >Om du vill matcha en av ett antal olika mönster, kan du skilja dem åt med <literal
598 >För att till exempel matcha antingen orden <quote
689 >För att till exempel uttryckligen matcha strängen <quote
723 …ma effekt som sökning framåt, men fungerar baklänges. För att exempelvis matcha den exakta stränge…
748 …ild betydelse inne i mönster, och måste undantas om du uttryckligen vill matcha dem: <variablelist>
875 > låter ett reguljärt uttryck antingen matcha ett angivet antal eller intervall av ett tecken, en t…
1246 > medan den inte kan matcha <quote
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in183 matcha = regexp.search(a)
185 reva = int(matcha.groupdict()['revision'])
192 inca = matcha.groupdict()['increment']
/dports/devel/py-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in183 matcha = regexp.search(a)
185 reva = int(matcha.groupdict()['revision'])
192 inca = matcha.groupdict()['increment']
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in183 matcha = regexp.search(a)
185 reva = int(matcha.groupdict()['revision'])
192 inca = matcha.groupdict()['increment']
/dports/devel/p5-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in183 matcha = regexp.search(a)
185 reva = int(matcha.groupdict()['revision'])
192 inca = matcha.groupdict()['increment']
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
672 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
675 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
678 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
688 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
691 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
701 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
706 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
711 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
715 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
672 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
675 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
678 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
688 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
691 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
701 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
706 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
711 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
715 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
672 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
675 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
678 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
688 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
691 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
701 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
706 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
711 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
715 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/resources/theme/Matcha-dark-sea/
H A DREADME3 Everything in this folder is taken from https://github.com/vinceliuice/matcha
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dbalance_control.c105 UI_COLORS->matcha.red, in G_DEFINE_TYPE()
106 UI_COLORS->matcha.green, in G_DEFINE_TYPE()
107 UI_COLORS->matcha.blue, in G_DEFINE_TYPE()
/dports/mail/popfile/popfile-1.1.3_1/languages/
H A DSvenska.msg172matcha en specifik adress, <br>f�retag.se f�r att matcha alla avs�ndare fr�n f�retaget, <br>John D…
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
667 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
670 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
673 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
683 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
686 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
696 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
701 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
706 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
713 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
667 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
670 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
673 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
683 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
686 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
696 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
701 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
706 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
713 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dparse.c614 #define matcha(keyword, subr, st) \ macro
667 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
670 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
673 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
683 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
686 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
696 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
701 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
706 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
713 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dparse.c616 #define matcha(keyword, subr, st) \ macro
674 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
677 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
680 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
690 matcha ("end parallel loop", gfc_match_omp_eos_error, in decode_oacc_directive()
693 matcha ("end serial loop", gfc_match_omp_eos_error, in decode_oacc_directive()
703 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
708 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
713 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
717 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL); in decode_oacc_directive()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c604 #define matcha(keyword, subr, st) \ macro
654 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
657 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
660 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
665 matcha ("end data", gfc_match_omp_eos, ST_OACC_END_DATA); in decode_oacc_directive()
669 matcha ("end loop", gfc_match_omp_eos, ST_OACC_END_LOOP); in decode_oacc_directive()
670 matcha ("end parallel loop", gfc_match_omp_eos, in decode_oacc_directive()
680 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
685 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
690 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dparse.c610 #define matcha(keyword, subr, st) \ macro
660 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
663 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
666 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
671 matcha ("end data", gfc_match_omp_eos, ST_OACC_END_DATA); in decode_oacc_directive()
675 matcha ("end loop", gfc_match_omp_eos, ST_OACC_END_LOOP); in decode_oacc_directive()
676 matcha ("end parallel loop", gfc_match_omp_eos, in decode_oacc_directive()
686 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
691 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
696 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dparse.c604 #define matcha(keyword, subr, st) \ macro
654 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
657 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
660 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
665 matcha ("end data", gfc_match_omp_eos, ST_OACC_END_DATA); in decode_oacc_directive()
669 matcha ("end loop", gfc_match_omp_eos, ST_OACC_END_LOOP); in decode_oacc_directive()
670 matcha ("end parallel loop", gfc_match_omp_eos, in decode_oacc_directive()
680 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
685 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
690 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dparse.c594 #define matcha(keyword, subr, st) \ macro
642 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
645 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
648 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
653 matcha ("end data", gfc_match_omp_eos, ST_OACC_END_DATA); in decode_oacc_directive()
657 matcha ("end loop", gfc_match_omp_eos, ST_OACC_END_LOOP); in decode_oacc_directive()
658 matcha ("end parallel loop", gfc_match_omp_eos, in decode_oacc_directive()
668 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
673 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
678 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c604 #define matcha(keyword, subr, st) \ macro
654 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC); in decode_oacc_directive()
657 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE); in decode_oacc_directive()
660 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA); in decode_oacc_directive()
665 matcha ("end data", gfc_match_omp_eos, ST_OACC_END_DATA); in decode_oacc_directive()
669 matcha ("end loop", gfc_match_omp_eos, ST_OACC_END_LOOP); in decode_oacc_directive()
670 matcha ("end parallel loop", gfc_match_omp_eos, in decode_oacc_directive()
680 matcha ("parallel loop", gfc_match_oacc_parallel_loop, in decode_oacc_directive()
685 matcha ("kernels loop", gfc_match_oacc_kernels_loop, in decode_oacc_directive()
690 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP); in decode_oacc_directive()
[all …]

12345678910>>...22