Home
last modified time | relevance | path

Searched refs:toprint (Results 1 – 25 of 136) sorted by relevance

123456

/dports/sysutils/coreutils/coreutils-8.32/src/
H A Duname.c178 unsigned int toprint = 0; in decode_switches() local
195 toprint = PRINT_MACHINE; in decode_switches()
205 toprint = UINT_MAX; in decode_switches()
256 return toprint; in decode_switches()
265 unsigned int toprint = 0; in main() local
277 if (toprint == 0) in main()
278 toprint = PRINT_KERNEL_NAME; in main()
280 if (toprint in main()
291 if (toprint & PRINT_NODENAME) in main()
297 if (toprint & PRINT_MACHINE) in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/src/
H A Duname.c178 unsigned int toprint = 0; in decode_switches() local
195 toprint = PRINT_MACHINE; in decode_switches()
205 toprint = UINT_MAX; in decode_switches()
256 return toprint; in decode_switches()
265 unsigned int toprint = 0; in main() local
277 if (toprint == 0) in main()
278 toprint = PRINT_KERNEL_NAME; in main()
280 if (toprint in main()
291 if (toprint & PRINT_NODENAME) in main()
297 if (toprint & PRINT_MACHINE) in main()
[all …]
/dports/devel/R-cran-data.table/data.table/R/
H A Dprint.data.table.R67 toprint = x
75 …E(row.names)) rownames(toprint)=paste0(format(rn,right=TRUE,scientific=FALSE),":") else rownames(t…
78 colnames(toprint)=rep("", ncol(toprint))
89 toprint = rbind(abbs, toprint)
90 rownames(toprint)[1L] = ""
93 if (quote) colnames(toprint) <- paste0('"', old <- colnames(toprint), '"')
106 toprint = toprint_subset(toprint, cols_to_print)
109 toprint = rbind(head(toprint, topn + isTRUE(class)), "---"="", tail(toprint, topn))
110 rownames(toprint) = format(rownames(toprint), justify="right")
125 toprint=rbind(toprint, matrix(if (quote) old else colnames(toprint), nrow=1L)) # fixes bug #97
[all …]
/dports/math/py-cryptominisat/cryptominisat-5.8.0/tests/simp-checks/
H A Dcheck_bve.py130 toprint = ""
137 toprint += "Executing: %s\n" % toexec
139 print(toprint)
140 toprint = ""
150 print(toprint)
158 toprint += "Executing: %s\n" % toexec
164 toprint += "** Minisat errored out...\n"
166 print(toprint)
192 print(toprint)
199 print(toprint)
[all …]
/dports/math/cryptominisat/cryptominisat-5.8.0/tests/simp-checks/
H A Dcheck_bve.py130 toprint = ""
137 toprint += "Executing: %s\n" % toexec
139 print(toprint)
140 toprint = ""
150 print(toprint)
158 toprint += "Executing: %s\n" % toexec
164 toprint += "** Minisat errored out...\n"
166 print(toprint)
192 print(toprint)
199 print(toprint)
[all …]
/dports/math/py-cryptominisat/cryptominisat-5.8.0/scripts/output_parser/
H A Dconcat_files.py54 toprint = "fname," variable
56 toprint += infilenames[x].replace(".csv", "")
58 toprint += ","
61 toprint+=","+x
63 print(toprint)
67 toprint = "" variable
70 toprint += "%s," % v[fname]
72 toprint += "?,"
75 toprint+= x + ","
77 toprint = toprint.rstrip(",") variable
[all …]
/dports/math/cryptominisat/cryptominisat-5.8.0/scripts/output_parser/
H A Dconcat_files.py54 toprint = "fname," variable
56 toprint += infilenames[x].replace(".csv", "")
58 toprint += ","
61 toprint+=","+x
63 print(toprint)
67 toprint = "" variable
70 toprint += "%s," % v[fname]
72 toprint += "?,"
75 toprint+= x + ","
77 toprint = toprint.rstrip(",") variable
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/unit_tests/
H A Dtoprint.tst9 // unit tests for toprint function
16 ierr = execstr("toprint()", "errcatch");
19 ierr = execstr("toprint(1, 2, 3)", "errcatch");
22 ierr = execstr("toprint(1000)", "errcatch");
32 ierr = execstr("toprint(4000,4000);", "errcatch");
39 ierr = execstr("toprint(4000,4000);", "errcatch");
47 ierr = execstr("r = toprint(4000);", "errcatch");
51 ierr = execstr("r = toprint(4000, ""pos"");", "errcatch");
55 ierr = execstr("r = toprint(4000, ""gdi"");", "errcatch");
63 txt = ["Test", "toprint primitive"];
[all …]
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Duname.c132 unsigned toprint; in uname_main() local
135 toprint = getopt32(argv, options); in uname_main()
141 if (toprint & (1 << 8)) { /* -a => all opts on */ in uname_main()
142 toprint = (1 << 8) - 1; in uname_main()
146 if (toprint == 0) { /* no opts => -s (sysname) */ in uname_main()
147 toprint = 1; in uname_main()
176 if (toprint & 1) { in uname_main()
184 } while (toprint >>= 1); in uname_main()
/dports/print/mp-a4/mp/
H A Dheader.cc298 if (toprint(from, FROMHDR)) in show_headers()
300 if (toprint(subject, SUBJECTHDR)) in show_headers()
302 if (toprint(date, DATEHDR)) in show_headers()
307 if (toprint(from_, FROM_HDR)) in show_headers()
309 if (toprint(from, FROMHDR)) in show_headers()
313 if (toprint(to[0], TOHDR)) in show_headers()
315 if (toprint(app_to, APP_TOHDR)) in show_headers()
317 if (toprint(cc[0], CCHDR)) in show_headers()
319 if (toprint(reply_to, REPLYHDR)) in show_headers()
325 if (toprint(date, DATEHDR)) in show_headers()
[all …]
/dports/print/mp-letter/mp/
H A Dheader.cc298 if (toprint(from, FROMHDR)) in show_headers()
300 if (toprint(subject, SUBJECTHDR)) in show_headers()
302 if (toprint(date, DATEHDR)) in show_headers()
307 if (toprint(from_, FROM_HDR)) in show_headers()
309 if (toprint(from, FROMHDR)) in show_headers()
313 if (toprint(to[0], TOHDR)) in show_headers()
315 if (toprint(app_to, APP_TOHDR)) in show_headers()
317 if (toprint(cc[0], CCHDR)) in show_headers()
319 if (toprint(reply_to, REPLYHDR)) in show_headers()
325 if (toprint(date, DATEHDR)) in show_headers()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/nonreg_tests/
H A Dbug_6787.tst15 // toprint(filename) required only absolute path to filename.
21 if toprint("tmp.txt") <> %t then pause,end
22 if toprint("tmp2.txt") <> %f then pause,end
23 ierr = execstr("toprint([''tmp.txt'' ''tmp.txt''])","errcatch");
/dports/editors/calligra/calligra-3.2.1/stage/
H A Dkprconverter.pl75 $toprint="";
88 $toprint = $currentText . "</TEXT>\n" if ($currentText);
130 $toprint = $currentText . $1 . "</TEXT>\n";
134 $_=$toprint;
/dports/comms/atslog/atslog-2.1.1/www/calls/query/
H A DAllCalls.php49 AddTableHeader("1",$GUI_LANG['DateOfCall'],$toprint);
52 AddTableHeader("7",$GUI_LANG['ExternalLine'],$toprint);
55 AddTableHeader("8",$GUI_LANG['InternalPhone'],$toprint);
58 AddTableHeader("2",$GUI_LANG['Number'],$toprint);
61 AddTableHeader("3",$GUI_LANG['Duration'],$toprint);
H A DIntAll.php193 AddTableHeader("1",$GUI_LANG['InternalPhone'],$toprint);
197 AddTableHeader("3",$GUI_LANG['QuantityOfCalls'],$toprint);
202 AddTableHeader("4",$GUI_LANG['DurationOfCityCalls'],$toprint);
208 AddTableHeader("5",$GUI_LANG['DurationOfTrunkCalls'],$toprint);
213 AddTableHeader("6",$GUI_LANG['DurationOfCellularCalls'],$toprint);
219 AddTableHeader("7",$GUI_LANG['DurationOfLongDistanceCalls'],$toprint);
H A DCoAll.php193 AddTableHeader("1",$GUI_LANG['ExternalLine'],$toprint);
197 AddTableHeader("3",$GUI_LANG['QuantityOfCalls'],$toprint);
202 AddTableHeader("4",$GUI_LANG['DurationOfCityCalls'],$toprint);
208 AddTableHeader("5",$GUI_LANG['DurationOfTrunkCalls'],$toprint);
213 AddTableHeader("6",$GUI_LANG['DurationOfCellularCalls'],$toprint);
219 AddTableHeader("7",$GUI_LANG['DurationOfLongDistanceCalls'],$toprint);
H A DIntDetail.php44 AddTableHeader("1",$GUI_LANG['DateOfCall'],$toprint);
47 AddTableHeader("2",$GUI_LANG['ExternalLine'],$toprint);
50 AddTableHeader("3",$GUI_LANG['Number'],$toprint);
53 AddTableHeader("4",$GUI_LANG['Duration'],$toprint);
H A DCoDetail.php43 AddTableHeader("1",$GUI_LANG['DateOfCall'],$toprint);
46 AddTableHeader("2",$GUI_LANG['InternalPhone'],$toprint);
49 AddTableHeader("3",$GUI_LANG['Number'],$toprint);
52 AddTableHeader("4",$GUI_LANG['Duration'],$toprint);
/dports/devel/libcircllhist/libcircllhist-79fab69ee82597e3940cab017d7b0cd50ef3e9c1/src/
H A Dcircllhist_print.c169 histogram_t *toprint = calc_cum(last, hist, cumulative); in main() local
170 if(toprint) print(toprint); in main()
179 histogram_t *toprint = calc_cum(last, hist, cumulative); in main() local
180 if(toprint) print(toprint); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp93 StubCodeDesc* toprint[1000]; in ~StubCodeGenerator() local
96 toprint[toprint_len++] = cdesc; in ~StubCodeGenerator()
101 qsort(toprint, toprint_len, sizeof(toprint[0]), compare_cdesc); in ~StubCodeGenerator()
103 StubCodeDesc* cdesc = toprint[i]; in ~StubCodeGenerator()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp93 StubCodeDesc* toprint[1000]; in ~StubCodeGenerator() local
96 toprint[toprint_len++] = cdesc; in ~StubCodeGenerator()
101 qsort(toprint, toprint_len, sizeof(toprint[0]), compare_cdesc); in ~StubCodeGenerator()
103 StubCodeDesc* cdesc = toprint[i]; in ~StubCodeGenerator()
/dports/comms/atslog/atslog-2.1.1/www/include/set/
H A Dfunctions.php516 global $toprint,$CityLine,$MobLine,$NationalLine,$TrunkLine;
552 function AddTableHeader($fname,$thname,$toprint){ argument
556 if ($toprint!="yes"){
703 $sortBy,$type,$co,$int,$toprint,$incoming,
729 $cL['toprint'] = (empty($local_toprint)) ? $toprint : $local_toprint;
791 $toprint,$local_order,$order,$local_sortBy,$sortBy,$search,$skin_name;
797 if ($pages>1 && !$toprint){
930 global $toprint,$CallWay,$NumberIs;
936 if(empty($toprint) && $CallNumber != 0 && $CallWay != 1){
959 global $toprint,$CallWay,$incoming,$FontColor,$FontColorEnd;
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Ddbus-analyze-types.py23 def toprint(match, line): function
53 print(toprint(match.group(2), line))
64 print(toprint(match.group(1), line))
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Ddbus-analyze-types.py23 def toprint(match, line): function
53 print(toprint(match.group(2), line))
64 print(toprint(match.group(1), line))
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Ddbus-analyze-types.py23 def toprint(match, line): function
53 print(toprint(match.group(2), line))
64 print(toprint(match.group(1), line))

123456