Giter Club home page Giter Club logo

www's Introduction

www

www's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

www's Issues

jie

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Feb 2015 at 7:21

Attachments:

sihitamtam

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 May 2015 at 1:33

Attachments:

open bug la lalala

con lợn bình

Original issue reported on code.google.com by namnh.ict on 2 Apr 2014 at 8:07

石材博客哪家好【百集石材网】400-1000-991

石材博客哪家好?**石材网(www.baiji360.com)是**石材门户网�
��,提供最新最全的专业石材行业资讯、石材商机、石材求购
信息、石材企业和产品,是石材企业网络营销宣传推广的首��
�B2B商务平台。
《百集石材杂志》原名《阿拉丁(百集)石材杂志》是**��
�材网(www.baiji360.com)配套全国发行的传统杂志媒体,拥有全
面、专业的石材信息资讯和大量的石材商机。杂志以“方便��
�户购买石材,寻找供应商,提高石材交易效率”为宗旨,为�
��户节省时间提高效率,广受石材客户与供应商的喜爱和好评
。全国免费客服电话:400-1000-991

Original issue reported on code.google.com by [email protected] on 7 May 2014 at 7:18

石材买卖信息那家好【百集石材网】

石材买卖信息那家好【百集石材网】?**石材网(www.baiji360.co
m)是**石材门户网站,提供最新最全的专业石材行业资讯、
石材商机、石材求购信息、石材企业和产品,是石材企业网��
�营销宣传推广的首选B2B商务平台。
《百集石材杂志》原名《阿拉丁(百集)石材杂志》是**��
�材网(www.baiji360.com)配套全国发行的传统杂志媒体,拥有全
面、专业的石材信息资讯和大量的石材商机。杂志以“方便��
�户购买石材,寻找供应商,提高石材交易效率”为宗旨,为�
��户节省时间提高效率,广受石材客户与供应商的喜爱和好评
。全国免费客服电话:400-1000-991

Original issue reported on code.google.com by [email protected] on 7 May 2014 at 7:26

-Status: Started

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by namnh.ict on 2 Apr 2014 at 8:16

石材网上贸易那家好【百集石材网】

石材网上贸易那家好【百集石材网】?**石材网(www.baiji360.
com)是**石材门户网站,提供最新最全的专业石材行业资讯�
��石材商机、石材求购信息、石材企业和产品,是石材企业网
络营销宣传推广的首选B2B商务平台。
《百集石材杂志》原名《阿拉丁(百集)石材杂志》是**��
�材网(www.baiji360.com)配套全国发行的传统杂志媒体,拥有全
面、专业的石材信息资讯和大量的石材商机。杂志以“方便��
�户购买石材,寻找供应商,提高石材交易效率”为宗旨,为�
��户节省时间提高效率,广受石材客户与供应商的喜爱和好评
。全国免费客服电话:400-1000-991

Original issue reported on code.google.com by [email protected] on 7 May 2014 at 7:24

readmore

/** Auto-readmore link script (for blogspot)
(C)2012 by bloggeradsenseo right **/

function removeHtmlTag(strx,chop){ 
    if(strx.indexOf("<")!=-1)
    {
        var s = strx.split("<"); 
        for(var i=0;i<s.length;i++){ 
            if(s[i].indexOf(">")!=-1){ 
                s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); 
            } 
        } 
        strx =  s.join(""); 
    }
    chop = (chop < strx.length-1) ? chop : strx.length-2; 
    while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++; 
    strx = strx.substring(0,chop-1); 
    return strx+'...'; 
}

function createSummaryAndThumb(pID){
    var div = document.getElementById(pID);
    var imgtag = "";
    var img = div.getElementsByTagName("img");
    var summ = summary_noimg;
    if(img.length>=1) { 
        imgtag = '<span style="float:right; padding:0px 0px 5px 5px;">
<a expr:href='data:post.url'><img src="'+img[0].src+'" 
width="'+img_thumb_width+'px" 
height="'+img_thumb_height+'px"></img></a></span>';
        summ = summary_img;
    }

    var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
    div.innerHTML = summary;
}

Original issue reported on code.google.com by [email protected] on 24 Apr 2015 at 9:08

i need very quick help

What steps will reproduce the problem?
1. When i add like filter it is not wokring but others filters are working. 
Problem at "OP_LIKE". can you help me to solve this problem/. I use jquery 
datatable. i have filter segment on table. when i write something or on first 
loading. there is no data on datatable because of the filter segment. 
criterias.getSearch() is working good. Problem at this row

Filter f = new Filter("name", criterias.getSearch(), Filter.OP_LIKE);
        search.addFilter(f);

my full method is below/

@Override
    public DataSet<AgeRangeDTO> findAgeRangeWithDatatablesCriterias(DatatablesCriterias criterias) {

        Search search = new Search(AgeRange.class);

        Filter f = new Filter("name", criterias.getSearch(), Filter.OP_LIKE);
        search.addFilter(f);

        // sorting
        final List<ColumnDef> sortingColumnDefs = criterias.getSortingColumnDefs();

        if (!CollectionUtils.isEmpty(sortingColumnDefs)) {

            for (ColumnDef columnDef : sortingColumnDefs) {

                final ColumnDef.SortDirection sortDirection = columnDef.getSortDirection();
                switch (sortDirection) {
                case ASC:
                    search.addSort(columnDef.getName(), true);      
                    break;
                case DESC:
                    search.addSort(columnDef.getName(), false);
                    break;
                }

            }
        }
        search.setMaxResults(criterias.getDisplaySize());
        search.setPage(criterias.getDisplayStart());

        SearchResult<AgeRange> result = ageRangeDAO.searchAndCount(search);

        List<AgeRangeDTO> dtoList = new ArrayList<AgeRangeDTO>();
        for (AgeRange obj : result.getResult()) {
            AgeRangeDTO dt = new AgeRangeDTO();
            dt.setId(obj.getId());
            dt.setDescription(obj.getDescription());
            dt.setName(obj.getName());
            dt.setEnabled(obj.getEnabled());
            dtoList.add(dt);
        }

        DataSet<AgeRangeDTO> dataset = new DataSet<AgeRangeDTO>(dtoList, new Long(result.getTotalCount()), new Long(criterias.getDisplaySize()));

        return dataset;
    }

Original issue reported on code.google.com by ozalpnuri on 22 Feb 2015 at 11:15

test

What steps will reproduce the problem?
1. d
2. d
3. d

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Feb 2014 at 5:06

jquery.gotop.min.js

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 12:47

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.