Home
last modified time | relevance | path

Searched refs:indexonly (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/math/py-hdmedians/hdmedians-0.14.2/hdmedians/
H A Dmedoid.py9 def medoid(a, axis=1, indexonly=False): argument
32 if indexonly:
41 if indexonly:
49 def nanmedoid(a, axis=1, indexonly=False): argument
76 if indexonly:
88 if indexonly:
/dports/audio/tosha/tosha-0.6/
H A Dtosha.c126 int indexonly = FALSE; variable
325 {'i', "index", 0, 0, &indexonly, TRUE},
704 if (!indexonly && (singlefile = startsec >= 0 || !strchr(outname, '%'))){ in main()
722 if (!quiet || indexonly) { in main()
726 if (!indexonly) { in main()
737 if (singlefile && !indexonly) in main()
744 if (!quiet || indexonly) in main()
747 if (indexonly) in main()
780 if (!indexonly && singlefile && pcmfd != 1) in main()
785 if ((!quiet || verbose) && !indexonly) { in main()
/dports/math/py-hdmedians/hdmedians-0.14.2/hdmedians/tests/
H A Dtest_medoid.py92 m = hd.medoid(DATA1, indexonly=True)
97 m = hd.medoid(DATA1, axis=0, indexonly=True)
102 m = hd.medoid(DATA1, axis=1, indexonly=True)
161 m = hd.nanmedoid(data, axis=0, indexonly=True)
168 m = hd.nanmedoid(data, axis=1, indexonly=True)
/dports/textproc/rman/rman-3.2/contrib/
H A Dman2html42 i) indexonly=1 ;;
55 if [ "${indexonly}" ]
63 if [ ! "${indexonly}" ]
/dports/www/sarg/sarg-2.4.0/
H A Dreport.c131 if (indexonly || datetimeby==0) in gerarel()
164 if (!indexonly) { in gerarel()
219 if (!indexonly) { in gerarel()
262 if ((ReportType & REPORT_TYPE_SITE_USER_TIME_DATE) != 0 && !indexonly && in gerarel()
392 if (!indexonly) { in gerarel()
403 if (!indexonly) { in gerarel()
452 if (indexonly) index_only(outdirname, debug); in gerarel()
H A Dtopuser.c131 if (!indexonly) { in TopUser_HtmlReport()
162 …Fields & TOPUSERFIELDS_DATE_TIME) !=0 && (ReportType & REPORT_TYPE_DATE_TIME) != 0 && !indexonly) { in TopUser_HtmlReport()
245 if (!indexonly) { in TopUser_HtmlReport()
261 if ((ReportType & REPORT_TYPE_USERS_SITES) == 0 || indexonly) in TopUser_HtmlReport()
326 …erFields & TOPUSERFIELDS_DATE_TIME) !=0 && (ReportType & REPORT_TYPE_DATE_TIME) != 0 && !indexonly) in TopUser_HtmlReport()
363 …erFields & TOPUSERFIELDS_DATE_TIME) !=0 && (ReportType & REPORT_TYPE_DATE_TIME) != 0 && !indexonly) in TopUser_HtmlReport()
H A Dlog.c554 indexonly=false; in main()
557 indexonly=true; in main()
559 if (strcmp(ExcludeUsers,"indexonly") == 0) indexonly=true; in main()
560 if (Index == INDEX_ONLY) indexonly=true; in main()
H A Dsiteuser.c110 topuser_link=((ReportType & REPORT_TYPE_USERS_SITES) != 0 && !indexonly); in siteuser()
/dports/www/sarg/sarg-2.4.0/po/
H A DPOTFILES.in19 indexonly.c
/dports/benchmarks/lmbench/lmbench-3.0-a9/scripts/
H A Dhtml-man38 if [ ! "${indexonly}" ]
/dports/games/eboard/eboard-1.1.3/
H A Dchess.h125 bool indexonly,
H A Dchess.cc897 bool indexonly, in ParsePgnGame() argument
962 if (indexonly) { in ParsePgnGame()
1065 if (!indexonly) in ParsePgnGame()
1151 if (indexonly) { state=8; break; } in ParsePgnGame()
1190 return(ParsePgnGame(f,filename,indexonly,gameid,CRAZYHOUSE)); in ParsePgnGame()
/dports/www/sarg/sarg-2.4.0/include/
H A Dconf.h486 bool indexonly; variable
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/optimizer/
H A Dpathnode.h48 bool indexonly,
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/path/
H A Dcostsize.c468 bool indexonly = (path->path.pathtype == T_IndexOnlyScan); in cost_index() local
600 if (indexonly) in cost_index()
624 if (indexonly) in cost_index()
640 if (indexonly) in cost_index()
651 if (indexonly) in cost_index()
671 if (indexonly) in cost_index()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/path/
H A Dcostsize.c468 bool indexonly = (path->path.pathtype == T_IndexOnlyScan); in cost_index() local
600 if (indexonly) in cost_index()
624 if (indexonly) in cost_index()
640 if (indexonly) in cost_index()
651 if (indexonly) in cost_index()
671 if (indexonly) in cost_index()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/path/
H A Dcostsize.c468 bool indexonly = (path->path.pathtype == T_IndexOnlyScan); in cost_index() local
600 if (indexonly) in cost_index()
624 if (indexonly) in cost_index()
640 if (indexonly) in cost_index()
651 if (indexonly) in cost_index()
671 if (indexonly) in cost_index()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/path/
H A Dcostsize.c468 bool indexonly = (path->path.pathtype == T_IndexOnlyScan); in cost_index() local
600 if (indexonly) in cost_index()
624 if (indexonly) in cost_index()
640 if (indexonly) in cost_index()
651 if (indexonly) in cost_index()
671 if (indexonly) in cost_index()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/path/
H A Dcostsize.c468 bool indexonly = (path->path.pathtype == T_IndexOnlyScan); in cost_index() local
600 if (indexonly) in cost_index()
624 if (indexonly) in cost_index()
640 if (indexonly) in cost_index()
651 if (indexonly) in cost_index()
671 if (indexonly) in cost_index()

123456789