/dports/security/op/op-1.34/contrib/aix43/bos.adt.insttools/usr/sbin/ |
H A D | mkinstallp | 116 print "$MESG" >> $TEMPLATE_FILE 129 print "$MESG" >> $TEMPLATE_FILE 190 print "$MESG" >> $TEMPLATE_FILE 202 print "$MESG" >> $TEMPLATE_FILE 216 print "$MESG" >> $TEMPLATE_FILE 224 print "$MESG" >> $TEMPLATE_FILE 465 print "$MESG" >> $TEMPLATE_FILE 479 print "$MESG" >> $TEMPLATE_FILE 510 print "$MESG" >> $TEMPLATE_FILE 1689 if [[ -f $TEMPLATE_FILE ]]; then [all …]
|
/dports/security/gnutls/gnutls-3.6.16/tests/ocsp-tests/ |
H A D | ocsp-tls-connection | 30 TEMPLATE_FILE="out.$$.tmpl.tmp" 87 rm -f "$TEMPLATE_FILE" 94 rm -f "$TEMPLATE_FILE" 95 cp "${srcdir}/ocsp-tests/certs/server_good.template" "$TEMPLATE_FILE" 96 chmod u+w "$TEMPLATE_FILE" 97 echo "ocsp_uri=http://localhost:${OCSP_PORT}/ocsp/" >>"$TEMPLATE_FILE" 181 rm -f "${TEMPLATE_FILE}" 182 cp "${srcdir}/ocsp-tests/certs/server_bad.template" "$TEMPLATE_FILE" 183 echo "ocsp_uri=http://localhost:${OCSP_PORT}/ocsp/" >>"$TEMPLATE_FILE" 190 --template "${TEMPLATE_FILE}" --outfile "${SERVER_CERT_FILE}" [all …]
|
H A D | ocsp-must-staple-connection | 27 TEMPLATE_FILE="ms-out.$$.tmpl.tmp" 87 rm -f "$TEMPLATE_FILE" 96 rm -f "$TEMPLATE_FILE" 97 cp "${srcdir}/ocsp-tests/certs/server_good.template" "$TEMPLATE_FILE" 98 chmod u+w "$TEMPLATE_FILE" 99 echo "ocsp_uri=http://localhost:${OCSP_PORT}/ocsp/" >>"$TEMPLATE_FILE" 100 echo "tls_feature = 5" >>"$TEMPLATE_FILE" 107 --template "${TEMPLATE_FILE}" --outfile "${SERVER_CERT_FILE}" 2>/dev/null 403 rm -f "${TEMPLATE_FILE}"
|
/dports/games/warzone2100/warzone2100/lib/netplay/ |
H A D | autorevision_netplay.cmake | 8 # - TEMPLATE_FILE: the full filename + path for the input netplay_config.h.in template file 18 if(NOT DEFINED TEMPLATE_FILE OR "${TEMPLATE_FILE}" STREQUAL "") 19 message( FATAL_ERROR "Missing required input define: TEMPLATE_FILE" ) 93 if(NOT EXISTS "${TEMPLATE_FILE}") 94 message( FATAL_ERROR "Input TEMPLATE_FILE does not exist: \"${TEMPLATE_FILE}\"" ) 96 configure_file("${TEMPLATE_FILE}" "${OUTPUT_FILE}" @ONLY)
|
/dports/games/warzone2100/warzone2100/macosx/cmake/ |
H A D | autorevision_infoplist.cmake | 11 # - TEMPLATE_FILE: the full filename + path for the input Warzone-Info.plist.in template file 21 if(NOT DEFINED TEMPLATE_FILE OR "${TEMPLATE_FILE}" STREQUAL "") 22 message( FATAL_ERROR "Missing required input define: TEMPLATE_FILE" ) 119 if(NOT EXISTS "${TEMPLATE_FILE}") 120 message( FATAL_ERROR "Input TEMPLATE_FILE does not exist: \"${TEMPLATE_FILE}\"" ) 122 configure_file("${TEMPLATE_FILE}" "${OUTPUT_FILE}" @ONLY)
|
/dports/games/qstat/qstat-2.17/scripts/ |
H A D | gen-version.cmd | 6 SET "TEMPLATE_FILE=version.h.tmpl" 13 SET "TEMPLATE_FILE=%2" 42 sed "s/CHANGEME/!QSTAT_VERSION!/g" "!TEMPLATE_FILE!" > "!HEADER_FILE!" 47 sed "s/CHANGEME/!QSTAT_VERSION!/g" "!TEMPLATE_FILE!" > "!TMP_FILE!"
|
/dports/games/warzone2100/warzone2100/win32/ |
H A D | autorevision_rc.cmake | 11 # - TEMPLATE_FILE: the full filename + path for the input rc.in or manifest.in template file 21 if(NOT DEFINED TEMPLATE_FILE OR "${TEMPLATE_FILE}" STREQUAL "") 22 message( FATAL_ERROR "Missing required input define: TEMPLATE_FILE" ) 161 if(NOT EXISTS "${TEMPLATE_FILE}") 162 message( FATAL_ERROR "Input TEMPLATE_FILE does not exist: \"${TEMPLATE_FILE}\"" ) 164 configure_file("${TEMPLATE_FILE}" "${OUTPUT_FILE}" @ONLY)
|
/dports/www/matomo/piwik/core/View/ |
H A D | HtmlEmailFooterView.php | 17 const TEMPLATE_FILE = '@CoreHome/ReportRenderer/_htmlReportFooter'; define in Piwik\\View\\HtmlEmailFooterView 21 parent::__construct(self::TEMPLATE_FILE);
|
/dports/games/neverball/neverball-1.6.0/scripts/ |
H A D | version.sh | 5 TEMPLATE_FILE="$3" 33 sed 's,0\.0\.0,'"$VERSION"',' < "$TEMPLATE_FILE" > "$HEADER_FILE"
|
/dports/sysutils/ansible2/ansible-2.9.27/hacking/build_library/build_ansible/command_plugins/ |
H A D | dump_keywords.py | 27 TEMPLATE_FILE = 'playbooks_keywords.rst.j2' variable 86 template = env.get_template(TEMPLATE_FILE) 118 outputname = os.path.join(args.output_dir, TEMPLATE_FILE.replace('.j2', ''))
|
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/hacking/build_library/build_ansible/command_plugins/ |
H A D | dump_keywords.py | 27 TEMPLATE_FILE = 'playbooks_keywords.rst.j2' variable 86 template = env.get_template(TEMPLATE_FILE) 118 outputname = os.path.join(args.output_dir, TEMPLATE_FILE.replace('.j2', ''))
|
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/hacking/build_library/build_ansible/command_plugins/ |
H A D | dump_keywords.py | 27 TEMPLATE_FILE = 'playbooks_keywords.rst.j2' variable 86 template = env.get_template(TEMPLATE_FILE) 118 outputname = os.path.join(args.output_dir, TEMPLATE_FILE.replace('.j2', ''))
|
/dports/net/miniupnpc/miniupnpc-2.2.2/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/games/retroarch/RetroArch-1.9.7/deps/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/net/py-miniupnpc/miniupnpc-2.2.2/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/miniupnpc/ |
H A D | updateminiupnpcstrings.sh | 8 TEMPLATE_FILE=${FILE}.in 47 sed -e "$EXPR" < $TEMPLATE_FILE > $TMPFILE
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/ |
H A D | Templates.java | 31 private static final String TEMPLATE_FILE= "templates.xml"; //$NON-NLS-1$ field in Templates 98 path= path.append(TEMPLATE_FILE); in getTemplateFile()
|
H A D | CodeTemplates.java | 33 private static final String TEMPLATE_FILE= "codetemplates.xml"; //$NON-NLS-1$ field in CodeTemplates 96 path= path.append(TEMPLATE_FILE); in getTemplateFile()
|
/dports/devel/umbrello/umbrello-21.12.3/cmake/modules/ |
H A D | Macros.cmake | 41 set(TEMPLATE_FILE ${CMAKE_SOURCE_DIR}/umbrello/pics/sources/cursor-template.svg) variable 59 DEPENDS ${SOURCE_FILE} ${TEMPLATE_FILE} svg2png 60 … COMMAND $<TARGET_FILE:svg2png> ${SOURCE_FILE} ${DESTINATION_FILE} ${size} ${size} ${TEMPLATE_FILE}
|