Home
last modified time | relevance | path

Searched refs:CREDITS (Results 1 – 25 of 5176) sorted by relevance

12345678910>>...208

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/ui/
H A Dinfopanes.def.h72 CREDITS( SHOTGUN_PRICE )
81 CREDITS( CHAINGUN_PRICE )
90 CREDITS( FLAMER_PRICE )
99 CREDITS( MDRIVER_PRICE )
107 CREDITS( PRIFLE_PRICE )
116 CREDITS( LCANNON_PRICE )
124 CREDITS( LASGUN_PRICE )
133 CREDITS( PAINSAW_PRICE )
141 CREDITS( GRENADE_PRICE )
158 CREDITS( HELMET_PRICE )
[all …]
/dports/databases/namazu2/namazu-2.0.21/
H A DmaintMakefile4 @echo Namazu Project > CREDITS
5 @echo >> CREDITS
6 @echo Developers >> CREDITS
7 @echo >> CREDITS
8 @perl -ne 'next if /^\x23/; print " * $$_"' AUTHORS >> CREDITS
9 @echo >> CREDITS
10 @echo Webpage Maintainers >> CREDITS
11 @echo >> CREDITS
13 ../namazu-web/webmasters >> CREDITS
/dports/lang/php81/php-8.1.1/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/www/mod_php80/php-8.0.15/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/www/mod_php81/php-8.1.1/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/lang/php74/php-7.4.27/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/lang/php73/php-7.3.33/scripts/dev/
H A Dcredits14 the information found in the various php7/ext/.../CREDITS and
15 php7/sapi/.../CREDITS files
18 CREDITS file instead
24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/lang/php80/php-8.0.15/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/www/mod_php73/php-7.3.33/scripts/dev/
H A Dcredits14 the information found in the various php7/ext/.../CREDITS and
15 php7/sapi/.../CREDITS files
18 CREDITS file instead
24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/www/mod_php74/php-7.4.27/scripts/dev/
H A Dcredits20 the information found in the various ext/.../CREDITS and
21 sapi/.../CREDITS files
24 CREDITS file instead
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/dports/devel/ppl/ppl-1.2/src/
H A DMakefile.am83 CREDITS.hh \
84 CREDITS.cc
619 CREDITS.hh: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/CREDITS
625 CREDITS.cc: $(top_builddir)/utils/text2cxxarray $(top_srcdir)/CREDITS CREDITS.hh
655 CREDITS.hh: CREDITS.hh.dist
656 cp -f CREDITS.hh.dist $@
657 CREDITS.cc: CREDITS.cc.dist
684 CREDITS.hh \
685 CREDITS.cc
696 mv -f $(distdir)/CREDITS.hh $(distdir)/CREDITS.hh.dist
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/readlicense_oo/
H A DPackage_files.mk14 $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt))
17 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/CREDITS.fodt,CREDITS.fodt))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/readlicense_oo/
H A DPackage_files.mk14 $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt))
17 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/CREDITS.fodt,CREDITS.fodt))
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DupdateCredits.php35 $CREDITS = 'CREDITS'; variable
45 if ( !file_exists( $CREDITS ) ) {
49 $lines = explode( "\n", file_get_contents( $CREDITS ) );
85 file_put_contents( $CREDITS,
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DupdateCredits.php31 $CREDITS = 'CREDITS'; variable
41 if ( !file_exists( $CREDITS ) ) {
45 $lines = explode( "\n", file_get_contents( $CREDITS ) );
82 $CREDITS,
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DupdateCredits.php31 $CREDITS = 'CREDITS'; variable
41 if ( !file_exists( $CREDITS ) ) {
45 $lines = explode( "\n", file_get_contents( $CREDITS ) );
82 $CREDITS,
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/bindist/
H A DcreditsUpdate.pl26 $CREDITS="../../../../doc/CREDITS";
34 open (INPUT, "<$CREDITS") || die "Cant open $CREDITS";
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/bindist/
H A DcreditsUpdate.pl23 $CREDITS="../../../../doc/CREDITS";
31 open (INPUT, "<$CREDITS") || die "Cant open $CREDITS";
/dports/games/astromenace/astromenace-1.4.1/src/
H A Dcommand.cpp85 SetMenu(eMenuStatus::CREDITS); in Proceed()
144 InitMenu(eMenuStatus::CREDITS); in Proceed()
145 PlayMusicTheme(eMusicTheme::CREDITS, 2000, 2000); in Proceed()
/dports/devel/libklel/libklel-1.1.0/
H A DREADME.CREDITS4 $Id: README.CREDITS,v 1.2 2012/04/25 04:07:29 klm Exp $
6 CREDITS
/dports/ports-mgmt/portfmt/portfmt-1.1.0/tests/format/
H A Dno_empty_value_1.t2 CREDITS.md \
9 PORTDOCS= CREDITS.md DEVNOTES.md GAMELISTS.md README.md SYSTEMS.md \
/dports/net-mgmt/pads/pads-1.2/doc/
H A DMakefile.am3 EXTRA_DIST = AUTHORS ChangeLog COPYING CREDITS INSTALL pads.8 pads.conf.8 pads-report.8 README
5 pkgdata_DATA = AUTHORS ChangeLog COPYING CREDITS INSTALL README data
/dports/games/memonix/MemonixSourceCode/src/
H A Dloop_proc.cpp72 case CREDITS: in Loop_Proc()
176 case CREDITS: in Loop_Proc()
177 SetMenu(CREDITS); in Loop_Proc()
/dports/dns/nsd/nsd-4.3.9/contrib/
H A Dnsd.spec36 iconv -f iso8859-1 -t utf-8 doc/CREDITS > doc/CREDITS.utf8
38 mv -f doc/CREDITS.utf8 doc/CREDITS
/dports/games/flare-engine/flare-engine-1.12/distribution/
H A Dnsis_script.nsi9 ; CREDITS.txt (part of flare-game)
10 ; CREDITS.engine.txt
116 File "CREDITS.txt"
117 File "CREDITS.engine.txt"
195 Delete "$INSTDIR\CREDITS.engine.txt"
196 Delete "$INSTDIR\CREDITS.txt"

12345678910>>...208