Searched refs:ServerRoot (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpg_ctl2 /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_ctl -p \
3 /Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres "$@"
/macosx-10.10/PostgreSQL-97/Support/
H A Dcopy_postgresql_config_files.sh20 ServerRoot="/Applications/Server.app/Contents/ServerRoot"
25 SourceConfig="$ServerRoot/Library/Preferences/com.apple.postgres.plist"
29 SourceConfig="$ServerRoot/Library/Preferences/org.postgresql.postgres.plist"
H A D05_postgresmigrator.rb35 $serveradmin = "/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin"
36 $serverctl = "/Applications/Server.app/Contents/ServerRoot/usr/sbin/serverctl"
37 $postgresBinariesDir9_0 = "/Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.0"
38 $newPostgresBinariesDir = "/Applications/Server.app/Contents/ServerRoot/usr/bin"
122 `/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin -x #{cmd} > #{tempFilePath}`
237 pgExtrasDir = "/Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras"
353 command = "/Applications/Server.app/Contents/ServerRoot/usr/libexec/copy_postgresql_config_files.sh server"
355 command = "/Applications/Server.app/Contents/ServerRoot/usr/libexec/copy_postgresql_config_files.sh customer"
480 `/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin settings postgres_server:dataDir=\"#{serverTargetDir}\"`
481 `/Applications/Server.app/Contents/ServerRoot/us
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/test/
H A Dtest_httpd.conf2 ServerRoot "/Users/brianm/.opt/httpd-2.2.3-worker-for-lua"
/macosx-10.10/apache-793/httpd/build/
H A DmkconfNW.awk17 A["ServerRoot"] = "\${SRVROOT}"
30 B["htdocsdir"] = A["ServerRoot"]"/"A["htdocsdir"]
31 B["iconsdir"] = A["ServerRoot"]"/"A["iconsdir"]
32 B["manualdir"] = A["ServerRoot"]"/"A["manualdir"]
33 B["errordir"] = A["ServerRoot"]"/"A["errordir"]
34 B["proxycachedir"] = A["ServerRoot"]"/"A["proxycachedir"]
35 B["cgidir"] = A["ServerRoot"]"/"A["cgidir"]
41 /^ServerRoot / {
H A Dinstallwinconf.awk2 # InstallConf.awk Apache HTTP 2.x script to rewrite the @@ServerRoot@@
55 print " ServerRoot = " serverroot >tstfl;
201 gsub( /@@ServerRoot@@/, serverroot );
/macosx-10.10/apache-793/httpd/docs/conf/
H A Dhttpd.conf.in16 # with "/", the value of ServerRoot is prepended -- so "logs/access_log"
17 # with ServerRoot set to "/usr/local/apache2" will be interpreted by the
22 # ServerRoot: The top of the directory tree under which the server's
26 # ServerRoot at a non-local disk, be sure to specify a local disk on the
28 # same ServerRoot for multiple httpd daemons, you will need to change at
31 ServerRoot "@@ServerRoot@@"
H A Dhttpd.conf.in.orig16 # with "/", the value of ServerRoot is prepended -- so "logs/access_log"
17 # with ServerRoot set to "/usr/local/apache2" will be interpreted by the
22 # ServerRoot: The top of the directory tree under which the server's
26 # ServerRoot at a non-local disk, be sure to specify a local disk on the
28 # same ServerRoot for multiple httpd daemons, you will need to change at
31 ServerRoot "@@ServerRoot@@"
/macosx-10.10/cups-408/cups/scheduler/
H A Denv.c212 set_if_undefined("CUPS_SERVERROOT", ServerRoot);
H A Dconf.c152 { "ServerRoot", &ServerRoot, CUPSD_VARTYPE_PATHNAME },
521 char *old_serverroot, /* Old ServerRoot */
534 cupsdSetString(&old_serverroot, ServerRoot);
588 cupsdSetString(&ServerRoot, temp);
1044 * Update all relative filenames to include the full path from ServerRoot...
1048 cupsdSetStringf(&DocumentRoot, "%s/%s", ServerRoot, DocumentRoot);
1051 cupsdSetStringf(&RequestRoot, "%s/%s", ServerRoot, RequestRoot);
1054 cupsdSetStringf(&ServerBin, "%s/%s", ServerRoot, ServerBin);
1057 cupsdSetStringf(&StateDir, "%s/%s", ServerRoot, StateDi
[all...]
H A Dcupsfilter.c51 static char *ServerRoot = NULL; variable
376 mime = mimeLoadTypes(mime, ServerRoot);
378 mime = mimeLoadFilters(mime, ServerRoot, Path);
385 command, mimedir, ServerRoot);
1008 ServerRoot);
1404 set_string(&ServerRoot, line);
1420 else if (!_cups_strcasecmp(line, "ServerRoot"))
1421 set_string(&ServerRoot, ptr);
H A Dclasses.c282 snprintf(line, sizeof(line), "%s/classes.conf", ServerRoot);
674 snprintf(filename, sizeof(filename), "%s/classes.conf", ServerRoot);
H A Dconf.h107 *ServerRoot VALUE(NULL),
H A Dprocess.c75 root[1024], /* Quoted ServerRoot */
107 cupsd_requote(root, ServerRoot, sizeof(root));
137 " #\"^%s$\"" /* ServerRoot */
138 " #\"^%s/\"" /* ServerRoot/... */
236 " #\"^%s$\"" /* ServerRoot */
237 " #\"^%s/\"" /* ServerRoot/... */
H A Dprinters.c841 snprintf(line, sizeof(line), "%s/printers.conf", ServerRoot);
1340 snprintf(filename, sizeof(filename), "%s/printers.conf", ServerRoot);
2216 snprintf(interface, sizeof(interface), "%s/interfaces/%s", ServerRoot,
2225 ServerRoot, p->name);
2659 snprintf(srcfile, sizeof(srcfile), "%s/ppd/%s.ppd.O", ServerRoot, p->name);
2660 snprintf(dstfile, sizeof(srcfile), "%s/ppd/%s.ppd", ServerRoot, p->name);
2974 "# will be lost.\n", ServerRoot);
3679 snprintf(ppd_name, sizeof(ppd_name), "%s/ppd/%s.ppd", ServerRoot, p->name);
4750 snprintf(interface, sizeof(interface), "%s/interfaces/%s", ServerRoot,
H A Dcolorman.c373 snprintf(ppdfile, sizeof(ppdfile), "%s/ppd/%s.ppd", ServerRoot, p->name);
1391 snprintf(ppdfile, sizeof(ppdfile), "%s/ppd/%s.ppd", ServerRoot, p->name);
H A Dsubscriptions.c720 snprintf(line, sizeof(line), "%s/subscriptions.conf", ServerRoot);
1074 snprintf(filename, sizeof(filename), "%s/subscriptions.conf", ServerRoot);
H A Dipp.c2381 ServerRoot);
2612 snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot,
2644 snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot,
2689 snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot,
2693 snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot,
2703 snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot,
2707 snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot,
2758 snprintf(srcfile, sizeof(srcfile), "%s/ppd/%s.ppd", ServerRoot,
5682 snprintf(filename, sizeof(filename), "%s/interfaces/%s", ServerRoot,
5685 snprintf(filename, sizeof(filename), "%s/interfaces/%s.O", ServerRoot,
[all...]
H A Dlog.c95 strlcpy(filename, ServerRoot, sizeof(filename));
H A Dclient.c1077 ServerRoot, p->printers[i]->name);
1137 ServerRoot, p->printers[i]->name);
2926 snprintf(filename, len, "%s%s", ServerRoot, con->uri);
H A Djob.c966 snprintf(ppd, sizeof(ppd), "PPD=%s/ppd/%s.ppd", ServerRoot,
/macosx-10.10/vim-55/runtime/syntax/
H A Dapache.vim36 syn keyword apacheDeclaration AccessFileName AddDefaultCharset AllowOverride AuthName AuthType ContentDigest DefaultType DocumentRoot ErrorDocument ErrorLog HostNameLookups IdentityCheck Include KeepAlive KeepAliveTimeout LimitRequestBody LimitRequestFields LimitRequestFieldsize LimitRequestLine LogLevel MaxKeepAliveRequests NameVirtualHost Options Require RLimitCPU RLimitMEM RLimitNPROC Satisfy ScriptInterpreterSource ServerAdmin ServerAlias ServerName ServerPath ServerRoot ServerSignature ServerTokens TimeOut UseCanonicalName
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh492 ServerRoot $BASE

Completed in 186 milliseconds