Searched refs:nofollow (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhtml-url.h39 bool nofollow; /* whether NOFOLLOW was specified in a member in struct:map_context
H A Dcss-url.c268 ctx.nofollow = 0;
H A Dhtml-url.c584 <meta name="robots" content="index,nofollow"> */
589 ctx->nofollow = true;
600 if (!strncasecmp (content, "nofollow", end - content))
601 ctx->nofollow = true;
677 ctx.nofollow = false;
701 DEBUGP (("no-follow in %s: %d\n", file, ctx.nofollow));
703 *meta_disallow_follow = ctx.nofollow;

Completed in 159 milliseconds