/dports/x11-themes/gtk3-unico-engine/unico-1.0.2.1/unico/ |
H A D | Makefile.am | 2 $(srcdir)/unico.h \ 3 $(srcdir)/unico-cairo-support.h \ 4 $(srcdir)/unico-draw.h \ 5 $(srcdir)/unico-engine.h \ 6 $(srcdir)/unico-support.h \ 7 $(srcdir)/unico-types.h 10 $(srcdir)/unico-cairo-support.c \ 11 $(srcdir)/unico-draw.c \ 12 $(srcdir)/unico-engine.c \ 13 $(srcdir)/unico-support.c \ [all …]
|
H A D | Makefile.in | 39 subdir = unico 66 libunico_la-unico-draw.lo libunico_la-unico-engine.lo \ 67 libunico_la-unico-support.lo libunico_la-unico-theme.lo 210 $(srcdir)/unico.h \ 215 $(srcdir)/unico-types.h 222 $(srcdir)/unico-theme.c 326 libunico_la-unico-cairo-support.lo: $(srcdir)/unico-cairo-support.c 333 libunico_la-unico-draw.lo: $(srcdir)/unico-draw.c 340 libunico_la-unico-engine.lo: $(srcdir)/unico-engine.c 347 libunico_la-unico-support.lo: $(srcdir)/unico-support.c [all …]
|
/dports/x11-themes/gtk3-unico-engine/unico-1.0.2.1/debian/ |
H A D | changelog | 1 unico (1.0.3daily12.12.12-0ubuntu1) raring; urgency=low 11 - Renamed source package to unico to match the project name. 25 gtk3-engines-unico (1.0.2+r139-0ubuntu3) raring; urgency=low 50 gtk3-engines-unico (1.0.2-0ubuntu2) quantal; urgency=low 56 gtk3-engines-unico (1.0.2-0ubuntu1) precise; urgency=low 63 gtk3-engines-unico (1.0.1-0ubuntu5) precise; urgency=low 69 gtk3-engines-unico (1.0.1-0ubuntu4) precise; urgency=low 75 gtk3-engines-unico (1.0.1-0ubuntu3) precise; urgency=low 81 gtk3-engines-unico (1.0.1-0ubuntu2) precise; urgency=low 91 gtk3-engines-unico (1.0.1-0ubuntu1) oneiric; urgency=low [all …]
|
H A D | control | 1 Source: unico 13 Homepage: https://launchpad.net/unico 14 # If you aren't a member of ~unico-team but need to upload 15 # packaging changes, just go ahead. ~unico-team will notice 17 Vcs-Bzr: https://code.launchpad.net/~unico-team/unico/trunk 18 Vcs-Browser: https://bazaar.launchpad.net/~unico-team/unico/trunk/files 20 Package: gtk3-engines-unico
|
H A D | watch | 2 https://launchpad.net/unico/+download .*/unico-([0-9.]+)\.tar\.gz
|
H A D | rules | 13 find debian/gtk3-engines-unico/usr/lib -name \*.la -exec rm {} \; 14 find debian/gtk3-engines-unico/usr/lib -name \*.a -exec rm {} \;
|
H A D | copyright | 2 Upstream-Name: gtk3-engines-unico 4 Source: https://launchpad.net/unico
|
/dports/x11-themes/gtk3-unico-engine/unico-1.0.2.1/ |
H A D | configure.ac | 5 AC_INIT([unico],[1.0.2],[https://bugs.launchpad.net/unico],[unico]) package 6 AC_CONFIG_SRCDIR([unico/unico.h]) 115 unico/Makefile 122 echo " unico $PACKAGE_VERSION"
|
H A D | NEWS | 1 unico 1.0.2 (March 29, 2012) 11 unico 1.0.1 (September 1, 2011) 20 unico 1.0 (August 10, 2011)
|
H A D | autogen.sh | 9 (test -f $srcdir/unico/unico-theme.c) || {
|
H A D | Makefile.am | 3 unico subdir
|
/dports/sysutils/autojump/autojump-release-v22.5.3/tests/unit/ |
H A D | autojump_utils_test.py | 22 from autojump_utils import unico 91 assert unico(str('blah')) == u('blah') 92 assert unico(str('日本語')) == u('日本語') 93 assert unico(u('でもおれは中国人だ。')) == u('でもおれは中国人だ。')
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/includes/ |
H A D | unico.h | 24 VIDEO_START( unico ); 25 VIDEO_UPDATE( unico );
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/includes/ |
H A D | unico.h | 24 VIDEO_START( unico ); 25 VIDEO_UPDATE( unico );
|
/dports/sysutils/autojump/autojump-release-v22.5.3/bin/ |
H A D | autojump_utils.py | 174 clean = lambda x: unico(x) if x == os.sep else unico(x).rstrip(os.sep) 207 def unico(string): function
|
H A D | autojump_data.py | 17 from autojump_utils import unico 134 f.write(unico('%s\t%s\n' % (weight, path)))
|
H A D | autojump | 66 from autojump_utils import unico 147 path = unico(path).rstrip(os.sep) 158 path = unico(path).rstrip(os.sep)
|
/dports/x11-themes/gnome-themes-extra/gnome-themes-extra-3.28/po/ |
H A D | it.po | 34 msgstr "Il solo e l'unico" 45 msgstr "Il solo e l'unico"
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/ |
H A D | unico.c | 644 MACHINE_INIT( unico ) in MACHINE_INIT() argument 721 MDRV_MACHINE_INIT(unico) in MDRV_CPU_MEMORY() 730 MDRV_VIDEO_START(unico) in MDRV_CPU_MEMORY() 731 MDRV_VIDEO_UPDATE(unico) in MDRV_CPU_MEMORY() 770 MDRV_VIDEO_START(unico) 771 MDRV_VIDEO_UPDATE(unico)
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/ |
H A D | unico.c | 644 MACHINE_INIT( unico ) in MACHINE_INIT() argument 721 MDRV_MACHINE_INIT(unico) in MDRV_CPU_MEMORY() 730 MDRV_VIDEO_START(unico) in MDRV_CPU_MEMORY() 731 MDRV_VIDEO_UPDATE(unico) in MDRV_CPU_MEMORY() 770 MDRV_VIDEO_START(unico) 771 MDRV_VIDEO_UPDATE(unico)
|
/dports/x11-themes/gtk3-unico-engine/ |
H A D | .license-catalog.mk | 5 _LICENSE_DISTFILES=unico-1.0.2.1.tar.gz
|
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/translations/it_IT/ |
H A D | disclaimer-ita.rst | 5 l'unico riferimento valido è la documentazione ufficiale in inglese.
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/translations/it_IT/ |
H A D | disclaimer-ita.rst | 5 l'unico riferimento valido è la documentazione ufficiale in inglese.
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/translations/it_IT/ |
H A D | disclaimer-ita.rst | 5 l'unico riferimento valido è la documentazione ufficiale in inglese.
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/about/contribute/documentation/ |
H A D | copyright.it.tm | 27 di documentazione, si genera un unico testo ci� permette di includere la 41 documenti differenti venissero aggregate in un unico documento, in esso
|