| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/orca/ |
Upload File : |
Ñò
z#ÝJc
@ sœ d Z d Z d Z d Z d Z d Z d d k Z d d k Z d d k Z d d k Z d d k
Z
d d k Z d d k l
Z
d f d
„ ƒ YZ d „ Z d S( s( Provides support for a flat review find.s $Id$s
$Revision$s $Date$s- Copyright (c) 2005-2008 Sun Microsystems Inc.t LGPLiÿÿÿÿN( t _t SearchQueryc B s2 e Z d Z d „ Z d „ Z d „ Z d „ Z RS( s3 Represents a search that the user wants to perform.c C sF d | _ t | _ t | _ t | _ t | _ t | _ t i | _ d S( s¾ Creates a new SearchQuery. A searchQuery has the following
properties:
searchString - the string to find
searchBackwards - if true, search upward for matches
caseSensitive - if true, case counts
matchEntireWord - if true, only match on the entire string
startAtTop - if true, begin the search from the top of
the window, rather than at the current
location
windowWrap - if true, when the top/bottom edge of the
window is reached wrap to the bottom/top
and continue searching
t N(
t searchStringt Falset searchBackwardst
caseSensitivet matchEntireWordt
windowWrapt
startAtTopt debugt LEVEL_FINESTt
debugLevel( t self( ( s- /usr/lib/python2.6/site-packages/orca/find.pyt __init__* s c C sÚ t i | i d ƒ t i | i d | | i | i | i | i f ƒ t i | i d t | i ƒ ƒ t i | i d t | i | i i ƒ ƒ t i | i d t | i | i i | i i
ƒ ƒ t i | i d ƒ d S( s: Prints out the context and the string to find to debug.outs<