Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.google.com/codesearch" rel="nofollow noreferrer">google codesearch</a> (<a href="http://www.google.com/codesearch?hl=fr&amp;lr=&amp;q=%22window.window-%3Ewindow%22&amp;sbtn=Rechercher" rel="nofollow noreferrer">"window.window->window"</a> but it doesn't seem to get any relevant result out of this request)</p> <p>There is similar tools all over the internet like <a href="http://www.codase.com" rel="nofollow noreferrer">codase</a> or <a href="http://www.koders.com/" rel="nofollow noreferrer">koders</a> but I'm not sure they let you search exactly this string. Anyway they might be useful to you so I think they're worth mentioning.</p> <p><strong>edit:</strong> It is very unlikely you'll find a general purpose search engine which will allow you to search for something like "window.window->window" because most search engines will do some processing on the document before storing it. For instance they might represent it internally as vectors of words (a <a href="http://en.wikipedia.org/wiki/Vector_space_model" rel="nofollow noreferrer">vector space model</a>) and use that to do the search, not the actual original string. And creating such a vector involves first cutting the document according to punctuation and other critters. This is a very complex and interesting subject which I can't tell you much more about. My bad memory did a pretty good job since I studied it at school!</p> <p>BTW they might do the same kind of processing on your query too. You might want to read about <a href="http://en.wikipedia.org/wiki/Tf%E2%80%93idf" rel="nofollow noreferrer">tf-idf</a> which is probably light years from what google and his friends are doing but can give you a hint about what happens to your query.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload