Ejemplo n.º 1
0
    private CodeTable <anon_689d51d359b141258928b1f3b4014cf2> Where_491d4f3515454428a0319f9ceaae2b0d(CodeTable <anon_689d51d359b141258928b1f3b4014cf2> table)
    {
        Call(16);
        CodeTable <anon_689d51d359b141258928b1f3b4014cf2> newTable = new CodeTable <anon_689d51d359b141258928b1f3b4014cf2>();
        IList <anon_689d51d359b141258928b1f3b4014cf2>     rows     = table.Where(row =>
        {
            return(true);
        }).ToList();

        newTable.SetRows(rows);
        IEnumerator <anon_689d51d359b141258928b1f3b4014cf2> i = newTable.GetEnumerator();

        for (
            ; i.MoveNext();
            )
        {
            anon_689d51d359b141258928b1f3b4014cf2 row = i.Current;
            row.DownloadPage = row.DownloadPage.CssWhere("div.reply");
        }
        return(newTable);
    }
Ejemplo n.º 2
0
    private CodeTable <anon_e77da3131e1d4cf1970c18c99c04c921> Where_18735c6e301a42d68fee5c66fc258c09(CodeTable <anon_e77da3131e1d4cf1970c18c99c04c921> table)
    {
        Call(7);
        CodeTable <anon_e77da3131e1d4cf1970c18c99c04c921> newTable = new CodeTable <anon_e77da3131e1d4cf1970c18c99c04c921>();
        IList <anon_e77da3131e1d4cf1970c18c99c04c921>     rows     = table.Where(row =>
        {
            return(true);
        }).ToList();

        newTable.SetRows(rows);
        IEnumerator <anon_e77da3131e1d4cf1970c18c99c04c921> i = newTable.GetEnumerator();

        for (
            ; i.MoveNext();
            )
        {
            anon_e77da3131e1d4cf1970c18c99c04c921 row = i.Current;
            row.DownloadPage = row.DownloadPage.CssWhere("ul.brandlist li");
        }
        return(newTable);
    }
Ejemplo n.º 3
0
    private CodeTable <anon_0bff662ab81749ce9629d644bb3a956d> Where_e1285f8a98c648d3a3045e5fbcdaa3c8(CodeTable <anon_0bff662ab81749ce9629d644bb3a956d> table)
    {
        Call(10);
        CodeTable <anon_0bff662ab81749ce9629d644bb3a956d> newTable = new CodeTable <anon_0bff662ab81749ce9629d644bb3a956d>();
        IList <anon_0bff662ab81749ce9629d644bb3a956d>     rows     = table.Where(row =>
        {
            return(true);
        }).ToList();

        newTable.SetRows(rows);
        IEnumerator <anon_0bff662ab81749ce9629d644bb3a956d> i = newTable.GetEnumerator();

        for (
            ; i.MoveNext();
            )
        {
            anon_0bff662ab81749ce9629d644bb3a956d row = i.Current;
            row.DownloadPage = row.DownloadPage.CssWhere("div.topic");
        }
        return(newTable);
    }
Ejemplo n.º 4
0
 private CodeTable<anon_e77da3131e1d4cf1970c18c99c04c921> Where_18735c6e301a42d68fee5c66fc258c09(CodeTable<anon_e77da3131e1d4cf1970c18c99c04c921> table)
 {
     Call(7);
     CodeTable<anon_e77da3131e1d4cf1970c18c99c04c921> newTable = new CodeTable<anon_e77da3131e1d4cf1970c18c99c04c921>();
     IList<anon_e77da3131e1d4cf1970c18c99c04c921> rows = table.Where(row =>
     {
         return true;
     }).ToList();
     newTable.SetRows(rows);
     IEnumerator<anon_e77da3131e1d4cf1970c18c99c04c921> i = newTable.GetEnumerator();
     for (
     ; i.MoveNext();
     )
     {
         anon_e77da3131e1d4cf1970c18c99c04c921 row = i.Current;
         row.DownloadPage = row.DownloadPage.CssWhere("ul.brandlist li");
     }
     return newTable;
 }