Home
last modified time | relevance | path

Searched refs:xca (Results 1 – 25 of 3434) sorted by relevance

12345678910>>...138

/dports/security/xca/xca-2.4.0/
H A DMakefile7 TARGET=xca-$(TVERSION)
47 all: xca.dmg
52 all: xca.pkg
116 rm -f xca$(SUFFIX) *.dmg xca-portable*.zip msi-installer-dir*.zip xca*.msi
146 xca$(SUFFIX).signed: xca$(SUFFIX)
162 cp xca$(SUFFIX).signed $@/xca$(SUFFIX)
178 xca-portable.zip: xca-portable-$(VERSION).zip
196 xca.app: xca$(SUFFIX) $(INSTSTAMP)
220 xca.app.dSYM: xca$(SUFFIX)
225 $(MACTARGET).pkg: xca.app xca.app.dSYM
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) call abort
40 call opt (xca = xca)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) call abort
40 call opt (xca = xca)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) call abort
40 call opt (xca = xca)
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) call abort
40 call opt (xca = xca)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca) argument
20 if (present (xca)) call foo_opt(xca=xca)
22 subroutine foo_opt(xa, xc, xaa, xca) argument
27 if (present (xca)) then
28 if (allocated (xca)) deallocate (xca)
34 class(t), allocatable :: xca(:) variable
35 allocate (xca(1), source = t(42))
36 select type (xca)
38 if (any (xca%i .ne. [42])) STOP 1
40 call opt (xca = xca)
[all …]
/dports/security/xca/xca-2.4.0/img/
H A DMakefile16 ICONS = $(patsubst %,%/apps/xca.png, $(ICON_SIZES))
17 ICONS_SRC = $(patsubst %,xca-icons.iconset/icon_%.png, $(ICON_SIZES))
18 PIXMAPS = xca-32x32.xpm
28 %/apps/xca.png: xca-icons.iconset/icon_%.png
31 ln -s ../apps/xca.png $(DESTDIR)$(ICONDIR)/$*/mimetypes/x-xca-database.png
32 ln -s ../apps/xca.png $(DESTDIR)$(ICONDIR)/$*/mimetypes/x-xca-template.png
40 w32res.o: w32res.rc xca.ico
44 xca-icons.icns: xca-icons.iconset
47 app: xca-icons.icns
/dports/security/xca/xca-2.4.0/doc/
H A DMakefile6 DELFILES=xca*.html xca.1.gz conf.py
15 .build-stamp doc: xca.1.gz html/index.html qthelp/xca.qhc
16 qthelpfiles=qthelp/*.html qthelp/xca.qhc qthelp/xca.qch
25 xca.1: xca.1.head xca.1.options xca.1.tail
33 qthelp/xca.qhcp: sphinx/conf.py
38 qthelp/xca.qhc: qthelp/xca.qhcp
/dports/security/xca/xca-2.4.0/misc/
H A DMakefile11 INSTALLS = Info.plist xca.completion xca.desktop xca.xml
34 install -m 644 $(CONFIG_OBJ) $(SRCPATH)*.xca \
36 install -m 644 $(SRCPATH)xca.desktop $(DESTDIR)$(datarootdir)/applications
37 install -m 644 $(SRCPATH)xca.xml $(DESTDIR)$(datarootdir)/mime/packages
38 install -m 644 $(SRCPATH)xca.completion $(DESTDIR)$(datarootdir)/bash-completion/completions/xca
46 install -m 644 $(CONFIG_OBJ) $(SRCPATH)*.xca $(APPDIR)/Resources
/dports/security/xca/xca-2.4.0/doc/rst/
H A Dobject-ids.rst23 - $HOME/.xca/
24 - /etc/xca/
29 - CSIDL_APPDATA\xca, which is something like
31 C:\Documents and Settings\username\Application Data\xca
32 or C:\Users\username\AppData\Roaming\xca
34 e.g.: `C:\Programs\xca`
38 - $HOME/Library/Application Support/data/xca
39 - /Applications/xca.app/Resources
55 some in */usr/share/xca*, the Administrator in */etc/xca* and the user in
56 *$HOME/.xca*. The format of this file is:<newline>
[all …]

12345678910>>...138