Home
last modified time | relevance | path

Searched refs:BY_PATH (Results 1 – 6 of 6) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateChangeChart.java40 private static final String BY_PATH = "by path"; field in GenerateChangeChart
127 …hFirstOut = new PathFirstChartWriter(summary, dir, sectionId.toString() + " " + BY_PATH, topLinks); in main()
158 …pend(" (<a href='" + FileUtilities.anchorize(xString + " " + BY_PATH) + ".html'>" + BY_PATH + "</a… in buildLinks()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/web/
H A DSortOrder.java39 BY_PATH("fullpath", "path"); enumConstant
H A DSearchHelper.java336 case BY_PATH: in prepareExec()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/web/
H A DSortOrderTest.java68 assertEquals(SortOrder.BY_PATH, result[2]); in testValues()
/dports/www/htdigest/httpd-2.4.6/modules/generators/
H A Dmod_autoindex.c153 #define BY_PATH &c_by_path macro
213 if ((type == BY_PATH) && (!ap_is_matchexp(to))) { in push_item()
227 if (cmd->info == BY_PATH) { in add_alt()
259 if (cmd->info == BY_PATH) { in add_icon()
565 AP_INIT_ITERATE2("AddIcon", add_icon, BY_PATH, DIR_CMD_PERMS,
571 AP_INIT_ITERATE2("AddAlt", add_alt, BY_PATH, DIR_CMD_PERMS,
590 AP_INIT_ITERATE2("AddDescription", add_desc, BY_PATH, DIR_CMD_PERMS,
773 else if (p->type == BY_PATH || path[0] == '^') { in find_item()
/dports/www/apache24/httpd-2.4.53/modules/generators/
H A Dmod_autoindex.c154 #define BY_PATH &c_by_path macro
214 if ((type == BY_PATH) && (!ap_is_matchexp(to))) { in push_item()
225 if (cmd->info == BY_PATH) { in add_alt()
257 if (cmd->info == BY_PATH) { in add_icon()
566 AP_INIT_ITERATE2("AddIcon", add_icon, BY_PATH, DIR_CMD_PERMS,
572 AP_INIT_ITERATE2("AddAlt", add_alt, BY_PATH, DIR_CMD_PERMS,
591 AP_INIT_ITERATE2("AddDescription", add_desc, BY_PATH, DIR_CMD_PERMS,
775 else if (p->type == BY_PATH || path[0] == '^') { in find_item()