Searched refs:app (Results 1 – 5 of 5) sorted by relevance
57 1. app authenticates user and checks permissions to59 2. app redirects user to the file accessable by the webserver64 used in the app, the resulting URL would be available to every
163 in the config/app.cfg file in your TurboGears application. The above lines should already be in th…
671 if grep "ldflags.txt" $RTE_SDK/mk/rte.app.mk > /dev/null675 …FLAGS} \> \${RTE_SDK}\/\${RTE_TARGET}\/lib\/ldflags\.txt)\nO_TO_EXE_STR =/g' $RTE_SDK/mk/rte.app.mk
403 void Action_add(app,type,sp,arg) in Action_add() argument404 struct action **app; in Action_add()411 new->next = *app;412 *app = new;
355 * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)