File Changes for chinhli
switch to commits view, user indexv292_base to v293_preview (2013-11-11 to 2013-11-18) v293
- src/hg/encode3/encodeDataWarehouse/oneShot/rsyncEdwUser/makefile
- lines changed 17, context: html, text, full: html, text
Add oneShot/rsyncEdwUser directory and rsyncEdwUser.c for resync user table from endcodedcc.
- src/hg/encode3/encodeDataWarehouse/oneShot/rsyncEdwUser/rsyncEdwUser.c
- lines changed 79, context: html, text, full: html, text
Add oneShot/rsyncEdwUser directory and rsyncEdwUser.c for resync user table from endcodedcc.
- src/inc/htmlPage.h
- lines changed 4, context: html, text, full: html, text
Added new function findNextMatchingTag() to htmlPage.c
struct htmlTag *findNextMatchingTag(struct htmlTag *list, char *name);
/* Return first tag in list that is of type name or NULL if not found.
* */
- src/lib/htmlPage.c
- lines changed 12, context: html, text, full: html, text
Added new function findNextMatchingTag() to htmlPage.c
struct htmlTag *findNextMatchingTag(struct htmlTag *list, char *name);
/* Return first tag in list that is of type name or NULL if not found.
* */
switch to commits view, user index