Home
last modified time | relevance | path

Searched refs:terminus (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/dports/x11/terminology/terminology-1.9.0/data/fonts/
H A Dmeson.build15 'terminus-12.pcf',
16 'terminus-14-bold.pcf',
17 'terminus-14.pcf',
18 'terminus-16-bold.pcf',
19 'terminus-16.pcf',
20 'terminus-18-bold.pcf',
21 'terminus-18.pcf',
22 'terminus-20-bold.pcf',
23 'terminus-20.pcf',
/dports/x11-fonts/terminus-font/terminus-font-4.48/win32/
H A Dbuild.cmd6 if not errorlevel 1 make -B -j8 terminus.fon
7 if not errorlevel 1 move /y terminus.fon terminus.bak
22 if not errorlevel 1 move /y terminus.fon terminus.bak
30 if not errorlevel 1 make -B -j8 terminus.fon
32 if not errorlevel 1 del /q *.bdf *.fnt terminus.bak ter-font.o
38 if not errorlevel 1 make terminus.fon
39 if not errorlevel 1 fc /b terminus.bak terminus.fon > %1.txt
H A Dterminus.nsi21 OutFile terminus-font-4.48.exe
27 InstallDir "$EXEDIR\terminus-font-4.48"
81 ExecShell "open" "http://terminus-font.sourceforge.net#variants"
203 ExecWait '"$OUTDIR\fcpw.exe" 4100 terminus.fon $1.txt' $R0
229 File "terminus.fon"
255 Push "$FONTS\terminus.fon"
263 CopyFiles "$OUTDIR\terminus.fon" "$FONTS\terminus.fon"
268 Abort "Can't copy terminus.fon"
272 Push "$FONTS\terminus.fon"
283 WriteRegStr HKLM "$1" "Terminus" "terminus.fon"
[all …]
H A Dmake-clean.cmd4 echo rm -f *.bdf *.fnt *.txt ter-*.o terminus.fon fcpw.exe
5 for %%i in (*.bdf *.fnt *.txt ter-*.o terminus.fon fcpw.exe) do if exist %%i del /q %%i
/dports/textproc/p5-XML-SAX-Base/XML-SAX-Base-1.09/t/
H A D12sax2multiclass.t10 my $terminus = SAXAutoload->new();
11 my $content_handler = MyContentHandler->new(Handler => $terminus);
12 my $lexical_handler = MyLexicalHandler->new(Handler => $terminus);
13 my $decl_handler = MyDeclHandler->new(Handler => $terminus);
14 my $error_handler = MyErrorHandler->new(Handler => $terminus);
15 my $entity_resolver = MyEntityResolver->new(Handler => $terminus);
16 my $dtd_handler = MyDTDHandler->new(Handler => $terminus);
H A D11sax1multiclass.t10 my $terminus = SAXAutoload->new();
11 my $doc_handler = MyDocHandler->new(Handler => $terminus);
12 my $dtd_handler = MyDTDHandler->new(Handler => $terminus);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Drelative_positioning.rb56 terminus = context.at_position(starting_from)
59 terminus.shift_left
60 max_relative_position = terminus.relative_position
63 terminus.shift_right
64 min_relative_position = terminus.relative_position
/dports/games/cultivation/Cultivation_8_UnixSource/game2/gameSource/
H A DPlant.cpp217 Vector3D *terminus = in harvest() local
229 outFruitPosition->setCoordinates( terminus ); in harvest()
827 Vector3D *terminus = in draw() local
830 double zValue = terminus->mZ; in draw()
838 mFlower.draw( terminus, in draw()
852 Vector3D *terminus = in draw() local
855 double zValue = terminus->mZ; in draw()
863 thisFruit->draw( terminus, in draw()
885 drawBlurCircle( terminus, fruitScale ); in draw()
H A DtestPlantLeaf.cpp32 Vector3D terminus; in main() local
34 &terminus ); in main()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dsearch.lisp97 (terminus (- end2 (- end1 start1)))
99 ((> index2 terminus) last-match)
108 (terminus (- end2 (- end1 start1)))
110 ((> index2 terminus) last-match)
H A Dreduce.lisp72 (terminus (if from-end (1- start) end))
79 ((= index terminus) value)
/dports/sysutils/runit-faster/freebsd-runit-2.1.3.7/etc/runit/core-services/
H A D12-console.sh.sample4 # Uncomment to use terminus-b32 font for all virtual terminals
6 # vidcontrol -f terminus-b32 < ${ttyv} > ${ttyv}
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dwiggle_box.pm172 my $terminus = $self->map_pt($seg_start);
174 $x1 = $terminus;
180 my $terminus = $self->map_pt($seg_end);
182 $x2 = $terminus;
/dports/games/pioneer/pioneer-20210723/data/systems/custom/
H A D02_black_hole.lua17 local terminus = CustomSystemBody:new('Terminus', 'PLANET_TERRESTRIAL')
67 terminus,
/dports/x11-wm/e16-docs/e16-docs-0.16.8.0.2/
H A De16-docs.spec.in43 * Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.03
46 * Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.02
/dports/databases/puppetdb6/puppetdb-6.19.1/ext/docs/puppetdb/
H A Dconnect_puppet_apply.markdown78 ## Step 2: Install terminus plugins on every Puppet node
102 # <modulepath>/puppetdb/manifests/terminus.pp
103 class puppetdb::terminus {
164 terminus: compiler
167 terminus: ral
170 terminus: facter
173 …esource` subcommand from malfunctioning. Note that the `puppetdb_apply` terminus is specifically f…
H A Dpuppetdb_connection.markdown16 …s for the `puppetdb.conf` file, including settings to make the PuppetDB terminus more tolerant of …
35 The `[main]` section defines all of the PuppetDB terminus settings.
51terminus will always attempt to connect to the first PuppetDB instance specified (listed above as …
81 This setting tells the PuppetDB terminus whether or not it should include
/dports/databases/puppetdb7/puppetdb-7.8.0/ext/docs/puppetdb/
H A Dconnect_puppet_apply.markdown78 ## Step 2: Install terminus plugins on every Puppet node
102 # <modulepath>/puppetdb/manifests/terminus.pp
103 class puppetdb::terminus {
164 terminus: compiler
167 terminus: ral
170 terminus: facter
173 …esource` subcommand from malfunctioning. Note that the `puppetdb_apply` terminus is specifically f…
H A Dpuppetdb_connection.markdown16 …s for the `puppetdb.conf` file, including settings to make the PuppetDB terminus more tolerant of …
35 The `[main]` section defines all of the PuppetDB terminus settings.
51terminus will always attempt to connect to the first PuppetDB instance specified (listed above as …
81 This setting tells the PuppetDB terminus whether or not it should include
/dports/x11-themes/e16-themes/e16-themes-1.0.2/ShinyMetal/
H A Detheme-ShinyMetal.spec50 * Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.02
53 * Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.01
/dports/x11-themes/e16-themes/e16-themes-1.0.2/BlueSteel/
H A Detheme-BlueSteel.spec50 * Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.02
53 * Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.01
/dports/x11-themes/e16-themes/e16-themes-1.0.2/BrushedMetal-Tigert/
H A Detheme-BrushedMetal-Tigert.spec50 * Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.02
54 * Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.01
/dports/x11-themes/e16-themes/e16-themes-1.0.2/Ganymede/
H A Detheme-Ganymede.spec50 * Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.02
53 * Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.01
/dports/graphics/raster3d/Raster3D_3.0-7/doc/
H A Dribbon.l24 smoothly from blue at the N-terminus to red at the C-terminus:
56 -d2 shade from blue at N-terminus to red at C-terminus
/dports/textproc/p5-Text-Reflow/Text-Reflow-1.17/
H A DReflow.pm625 my ($j, $terminus);
627 $terminus = $wordcount-1;
628 for ($j = 0; $terminus >= 0; $j++) {
629 $output[$j] = join(' ', @words[$lastbreak+1..$terminus])."\n";
631 $terminus = $lastbreak;

12345678910>>...27