Home
last modified time | relevance | path

Searched refs:RC_FILE (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/gtk/gtk-2.0/
H A Dparse-gtk2.sh13 RC_FILE="gtkrc"
18 cp -f $RC_FILE.in $RC_FILE && cp -f $RC_DARK_FILE.in $RC_DARK_FILE \
21 sed -i '' "s|@VARIANT[@]||g" "$RC_FILE"
25 cp -f $RC_FILE.in $RC_FILE-compact && \
58 sed -i '' "s/@SEL_BG@/$l_sel_bg/gi" $RC_FILE
66 sed -i '' "s/@SEL_LB@/$l_sel_lb/gi" $RC_FILE
74 sed -i '' "s/@ACC_FG@/$l_acc_fg/gi" $RC_FILE
82 sed -i '' "s/@ACI_FG@/$d_acc_fg/gi" $RC_FILE
86 sed -i '' "s/@ACC_BG@/$l_acc_bg/gi" $RC_FILE
94 sed -i '' "s/@LKN_FG@/$l_lkn_fg/gi" $RC_FILE
[all …]
/dports/audio/flacon/flacon-8.2.0/images/
H A Dicons2png.sh12 RC_FILE="icons.qrc"
57 echo " <file>${pngFile}</file>" >> ${RC_FILE}
60 echo "<!-- Generated from icons2png.sh do not edit by hand. -->" > ${RC_FILE}
61 echo "<RCC>" >> ${RC_FILE}
63 echo " <qresource prefix=\"/\">" >> ${RC_FILE}
83 echo "" >> ${RC_FILE}
86 echo " </qresource>" >> ${RC_FILE}
87 echo "</RCC>" >> ${RC_FILE}
/dports/x11-wm/awesome/awesome-4.3/tests/
H A Drun.sh159 RC_FILE=${AWESOME_RC_FILE:-${source_dir}/awesomerc.lua}
166 if [ -f "${RC_FILE}.in" ]; then
167 RC_FILE="${RC_FILE}.in"
170 "$RC_FILE" > "$tmp_files/awesomerc.lua"
171 RC_FILE=$tmp_files/awesomerc.lua
182 … timeout "$TEST_TIMEOUT" "$AWESOME" -c "$RC_FILE" "${awesome_options[@]}" > "$awesome_log" 2>&1 &
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/test/
H A Dtorture29 for RC_FILE in $srcdir/gtkrcs/$ENGINE*; do
30 test -f $RC_FILE || continue
33 export GTK2_RC_FILES=$RC_FILE
34 RC_FILE_BASENAME="`basename $RC_FILE`"
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_distros/
H A Dtest_bsd_utils.py7 RC_FILE = """ variable
48 self.load_file.return_value = RC_FILE.format(hostname='foo')
55 self.load_file.return_value = RC_FILE.format(hostname='foo')
62 self.load_file.return_value = RC_FILE.format(hostname='foo')
66 RC_FILE.format(hostname='bar')
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Drate.c167 static FILE *RC_FILE; variable
226 RC_FILE = fopen("RC_STATS_FILE", "w"); in initRateControl()
227 if ( RC_FILE == NULL) { in initRateControl()
229 RC_FILE = stderr; in initRateControl()
231 fflush(RC_FILE); in initRateControl()
424 fprintf(RC_FILE,"%s\n", rc_buffer);
425 fflush(RC_FILE);
514 fprintf(RC_FILE,"%s\n", rc_buffer);
515 fflush(RC_FILE);
563 fprintf(RC_FILE, "%s", rc_buffer);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Drate.c167 static FILE *RC_FILE; variable
226 RC_FILE = fopen("RC_STATS_FILE", "w"); in initRateControl()
227 if ( RC_FILE == NULL) { in initRateControl()
229 RC_FILE = stderr; in initRateControl()
231 fflush(RC_FILE); in initRateControl()
424 fprintf(RC_FILE,"%s\n", rc_buffer);
425 fflush(RC_FILE);
514 fprintf(RC_FILE,"%s\n", rc_buffer);
515 fflush(RC_FILE);
563 fprintf(RC_FILE, "%s", rc_buffer);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Drate.cpp166 static FILE *RC_FILE; variable
225 RC_FILE = fopen("RC_STATS_FILE", "w"); in initRateControl()
226 if ( RC_FILE == NULL) { in initRateControl()
228 RC_FILE = stderr; in initRateControl()
230 fflush(RC_FILE); in initRateControl()
422 fprintf(RC_FILE,"%s\n", rc_buffer); in targetRateControl()
423 fflush(RC_FILE); in targetRateControl()
511 fprintf(RC_FILE,"%s\n", rc_buffer); in updateRateControl()
512 fflush(RC_FILE); in updateRateControl()
559 fprintf(RC_FILE, "%s", rc_buffer); in MB_RateOut()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Drate.c175 static FILE *RC_FILE; variable
253 RC_FILE = fopen("RC_STATS_FILE", "w"); in initRateControl()
254 if ( RC_FILE == NULL) { in initRateControl()
256 RC_FILE = stderr; in initRateControl()
258 fflush(RC_FILE); in initRateControl()
448 fprintf(RC_FILE,"%s\n", rc_buffer); in targetRateControl()
449 fflush(RC_FILE); in targetRateControl()
567 fprintf(RC_FILE,"%s\n", rc_buffer); in updateRateControl()
568 fflush(RC_FILE); in updateRateControl()
618 fprintf(RC_FILE, "%s", rc_buffer);
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Duserdir.py29 RC_FILE = os.path.expanduser("~/.crm.rc") variable
40 global RC_FILE
62 RC_FILE = _xdg_file(RC_FILE, "rc", os.path.isfile, CONFIG_HOME)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dpylint_main.py21 RC_FILE = os.path.join(HERE, 'pylintrc') variable
37 if os.path.isfile(RC_FILE):
39 argv.insert(0, '--rcfile=%s' % RC_FILE)
/dports/games/sol/sol-1.0.8/
H A Drcfile.c117 filename = xmalloc(strlen(home) + strlen(RC_FILE) + 2); in rcRead()
120 strcat(filename, RC_FILE); in rcRead()
134 filename = xmalloc(strlen(home) + strlen(RC_FILE) + 2); in rcWrite()
137 strcat(filename, RC_FILE); in rcWrite()
/dports/misc/pdmenu/pdmenu-1.3.6/src/
H A Dpdmenu.c163 ReadRc(argv[optind++],RC_FILE);
168 if ((ReadRc(*s,RC_FILE)==0) || (!menus)) {
170 ReadRc(*s,RC_FILE);
175 if ((ReadRc(s,RC_FILE)==0) || (!menus)) {
178 ReadRc(s,RC_FILE);
/dports/audio/rsynth/rsynth-2.0/
H A Ddef_pars.c23 #define RC_FILE "/.sayrc"; macro
43 char *path = malloc(strlen(home) + strlen(RC_FILE) + 1); in read_rc_file()
46 FILE *f = fopen(strcat(strcpy(path, home), RC_FILE), "r"); in read_rc_file()
/dports/net/quoted/quoted-1.01/
H A Dconfigure.ac80 RC_FILE="quoted"
89 RC_FILE="quoted"
99 RC_FILE=""
109 RC_FILE=""
131 AC_SUBST([RC_FILE]) subst
/dports/lang/lafontaine/lafontaine-0.4/include/
H A Drc.h26 RC_FILE, enumerator
43 { "file", RC_FILE },
/dports/sysutils/byobu/byobu-5.133/usr/lib/byobu/include/
H A Dtoggle-utf8.in42 RC_FILE=$(echo "$SHELL" | $BYOBU_SED "s:.*/::")
43 tmux send-keys " export BYOBU_CHARMAP=$BYOBU_CHARMAP ; . ~/.${RC_FILE}rc" \; send-keys Enter
/dports/audio/guidoar/guidoar-cf5681a/guidocalculus/src/
H A Dshared.pri22 RC_FILE += $$RESOURCES_DIR/English.lproj/InfoPlist.strings
27 RC_FILE = $$RESOURCES_DIR/$${APP_NAME}.rc
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkMainThread.c124 rcpath = (char *) malloc (strlen (homedir) + strlen (RC_FILE) + 2); in Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit()
125 sprintf (rcpath, "%s/%s", homedir, RC_FILE); in Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit()
128 gtk_rc_parse ((rcpath) ? rcpath : RC_FILE); in Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkMainThread.c124 rcpath = (char *) malloc (strlen (homedir) + strlen (RC_FILE) + 2);
125 sprintf (rcpath, "%s/%s", homedir, RC_FILE);
128 gtk_rc_parse ((rcpath) ? rcpath : RC_FILE);
/dports/games/wmqstat/wmqstat-0.0.4/appcore/
H A Dwmqstat.c55 #define RC_FILE "/." PROG_NAME "rc" macro
228 strncpy(res, getenv("HOME"), MAX_PATH - sizeof(RC_FILE) + 1); in parse_cmd_line()
229 strncat(res, RC_FILE, sizeof(RC_FILE) - 1); in parse_cmd_line()
/dports/multimedia/QtAV/QtAV-1.13.0/widgets/
H A DlibQtAVWidgets.pro32 RC_FILE = QtAVWidgets.rc
34 rc.target = $$clean_path($$RC_FILE) #rc obj depends on clean path target
38 rc.commands = @copy /B $$system_path($$RC_FILE)+,, #change file time
40 rc.commands = @touch $$RC_FILE #change file time
45 OTHER_FILES += $$RC_FILE
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/lupdate/
H A Dlupdate.pro39 win32:RC_FILE = winmanifest.rc
43 # already embedded via RC_FILE. Vs2008 already have the necessary manifest entry
/dports/biology/ugene/ugene-40.1/src/plugins_checker/
H A Dplugins_checker.pri47 RC_FILE = plugins_checker.rc
51 RC_FILE = images/plugins_checker_mac.icns
/dports/biology/ugene/ugene-40.1/src/ugenecl/
H A Dugenecl.pri48 RC_FILE = ugenecl.rc
52 RC_FILE = images/ugenecl_mac.icns

12345678910>>...30