Home
last modified time | relevance | path

Searched refs:aha (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/textproc/aha/aha-0.5.1/
H A DREADME.md1 aha - Ansi HTML Adapter
6 ![aha screenshot](/screenshot.png?raw=true "aha screenshot")
11 * `aha --help | aha --black --title "the awesome aha help"> aha-help.htm`
12 * Creates an HTML file of the help of aha with black background
13 * `colordiff oldfile.c newfile.c | aha > colordiff.htm`
15 * `ls --color=always | aha --pink > ls.htm`
17 * `echo q | htop | aha --black --line-fix > htop.htm`
19 * `MAN_KEEP_FORMATTING=1 COLUMNS=80 man aha | ul | aha > man-aha.htm`
20 …* Creates an HTML file with the man page of aha. Man uses nroff's bold and underline, which ul con…
28 To install aha to `/usr/local/` type `make install`.
H A DMakefile13 all: aha
15 aha: aha.c target
16 $(CC) $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) aha.c -o $@
19 rm -f aha
21 install: aha
23 install -m $(BINMODE) aha $(DESTDIR)$(PREFIX)/bin
25 install -m $(MANMODE) aha.1 $(DESTDIR)$(MANDIR)/man1
/dports/shells/ksh93/ast-93u/src/cmd/nmake/tests/
H A Doption.tst656 set option=";aha-two"
677 --aha-global=estimate
679 --aha-user[=pattern]
683 --aha-three=string
685 --aha-four=string
689 --aha-seven=number
691 --aha-eight=number
693 --aha-nine=level
700 --aha-var-five[=path]
702 --aha-var-six[=path]
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/tests/
H A Doption.tst656 set option=";aha-two"
677 --aha-global=estimate
679 --aha-user[=pattern]
683 --aha-three=string
685 --aha-four=string
689 --aha-seven=number
691 --aha-eight=number
693 --aha-nine=level
700 --aha-var-five[=path]
702 --aha-var-six[=path]
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/tests/
H A Doption.tst656 set option=";aha-two"
677 --aha-global=estimate
679 --aha-user[=pattern]
683 --aha-three=string
685 --aha-four=string
689 --aha-seven=number
691 --aha-eight=number
693 --aha-nine=level
700 --aha-var-five[=path]
702 --aha-var-six[=path]
[all …]
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dparallax.c16 double *aha, double *adec) in ta_par() argument
36 cartsph(x - xobs, y, z - zobs, aha, adec, rho); in ta_par()
37 *aha *= -1; in ta_par()
38 range (aha, 2*PI); in ta_par()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-lowercase-static-const-pattern-rename.rs29 pub const aha : isize = 7; const
33 use self::m::aha as AHA; in g()
48 (0, self::m::aha) => 0, in h()
53 (0, self::m::aha) => 0, in h()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DFindInstancesProcess.cpp84 aiBone* aha = orig->mBones[i]; in CompareBones() local
87 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
88 aha->mOffsetMatrix != oha->mOffsetMatrix || in CompareBones()
89 aha->mNumWeights != oha->mNumWeights) { in CompareBones()
94 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
95 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
96 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; in lol()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; // { dg-warning "dereferencing pointer '.*' to within stale stack frame" } in lol()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; in lol()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; // { dg-warning "dereferencing pointer '.*' to within stale stack frame" } in lol()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; // { dg-warning "dereferencing pointer '.*' to within stale stack frame" } in lol()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { in lol()
8 return aha; in lol()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/analyzer/
H A Dpr93212.C6 int aha = 3; in lol() local
7 return [&aha] { // { dg-warning "dereferencing pointer '.*' to within stale stack frame" } in lol()
8 return aha; in lol()
/dports/shells/ksh93/ast-93u/src/lib/libbz/
H A Dsfdcbzip.c82 static char aha[] = "AHA sfdcbzip event 0\n"; in sfbzexcept() local
89 aha[sizeof(aha) - 3] = '0' + op; in sfbzexcept()
90 write(2, aha, sizeof(aha) - 1); in sfbzexcept()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libbz/
H A Dsfdcbzip.c82 static char aha[] = "AHA sfdcbzip event 0\n"; in sfbzexcept() local
89 aha[sizeof(aha) - 3] = '0' + op; in sfbzexcept()
90 write(2, aha, sizeof(aha) - 1); in sfbzexcept()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libbz/
H A Dsfdcbzip.c82 static char aha[] = "AHA sfdcbzip event 0\n"; in sfbzexcept() local
89 aha[sizeof(aha) - 3] = '0' + op; in sfbzexcept()
90 write(2, aha, sizeof(aha) - 1); in sfbzexcept()
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/aio/proto/test/
H A Dtest_stacking.py65 self.assertEqual(stack.aha, '')
85 self.assertEqual(stack.aha, '')
143 self.assertEqual(stack.aha, ('0.0.0.0', stacking.UdpStack.Port))
153 self.assertEqual(stack.aha, ha)
168 self.assertEqual(alpha.aha, ('0.0.0.0', 8000))
185 self.assertEqual(beta.aha, ('0.0.0.0', 8002))
261 self.assertEqual(stack.aha, ('0.0.0.0', stacking.UdpStack.Port))
272 self.assertEqual(stack.aha, ha)
289 self.assertEqual(stack.aha, stack.ha)
303 self.assertEqual(stack.aha, stack.ha)
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp88 aiBone* aha = orig->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
97 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/multimedia/assimp/assimp-5.1.3/code/PostProcessing/
H A DFindInstancesProcess.cpp88 aiBone* aha = orig->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
97 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFindInstancesProcess.cpp86 aiBone* aha = orig->mBones[i]; in CompareBones() local
89 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
90 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
95 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
96 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
97 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp88 aiBone* aha = orig->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
97 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp88 aiBone* aha = orig->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
97 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DFindInstancesProcess.cpp86 aiBone* aha = orig->mBones[i]; in CompareBones() local
89 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
90 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
95 for (unsigned int n = 0; n < aha->mNumWeights;++n) { in CompareBones()
96 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
97 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()

12345678910>>...46