Results 1-25 of about 19,043 results found for 'add one' in 0.56 seconds
 1 2345678910...

Editor.py
# register language chooser
import LanguageSelectDlg
addTool = Utils.AddToolButtonBmpIS
class CancelClose(Exception): pass
(mmFile, mmEdit, mmViews, mmWindows, mmHelp) = range(5)
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 1174
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../b/boa-constructor/boa-constructor/boa/Editor.py

FindReplaceDlg.py
    def _init_coll_topSizer_Growables(self, parent):
        # generated method, don't edit
        parent.AddGrowableCol(1)
    def _init_coll_chekboxSizer_Items(self, parent):
        # generated method, don't edit
Language: Python
(c) 2001 - 2007 Tim Hochberg
LOC: 557
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../b/boa-constructor/boa-constructor/boa/FindReplaceDlg.py

Boa.py
startupModules = ()
startupEnv = os.environ.get('BOASTARTUP') or os.environ.get('PYTHONSTARTUP')
wxVersionSelect = None
unicodeEncoding = None
def processArgs(argv):
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 550
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../b/boa-constructor/boa-constructor/boa/Boa.py

display.py
            return self._atom_cache[atomname]
        r = request.InternAtom(display = self, name = atomname, only_if_exists = only_if_exists)
         # don't cache NONE responses in case someone creates this later
        if r.atom != X.NONE:
            self._atom_cache[atomname] = r.atom
Language: Python
License: GPL
(C) 2000 Peter Liljenberg
LOC: 687
SourceForge : Python X Library (project search) : .../python-xlib/python-xlib/Xlib/display.py

BaseCompanions.py
        * xml option
        * handling of default values
    * define event and name for popup menu on component
    * overrideable method or new multi inheritance class
      for palette creation in container companions,
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 1126
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../boa-constructor/boa-constructor/boa/Companions/BaseCompanions.py

Explorer.py
from ExplorerNodes import TransportCategoryError
#---Explorer utility functions--------------------------------------------------
def makeCategoryEx(protocol, name='', struct=None):
    """ """
    for cat in ExplorerNodes.all_transports.entries:
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 562
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../boa-constructor/boa-constructor/boa/Explorers/Explorer.py

advanced.py
from code import compile_command
from lyntin import exported, config
usermodule = None
execdictglobals = None
execdictlocals = None
Language: Python
License: GPL
LOC: 173
SourceForge : Lyntin (project search) : .../lyntin/lyntin40/lyntin/modules/advanced.py

moduleparse.py
# Licence:     Python
#----------------------------------------------------------------------
"""Parse one Python file and retrieve classes, methods, functions,
store the code spans and facilitate the manipulation of method bodies
This module is based on 'pyclbr.py' from the standard python lib
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 796
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../b/boa-constructor/boa-constructor/boa/moduleparse.py

OGLViews.py
                    s.Select(False, dc)
                canvas.Redraw(dc)
    def OnEndDragLeft(self, x, y, keys = 0, attachment = 0):
        shape = self.GetShape()
        ogl.ShapeEvtHandler.OnEndDragLeft(self, x, y, keys, attachment)
Language: Python
(c) 1999 - 2007 Riaan Booysen
LOC: 687
SourceForge : Boa Constructor - wxPython GUI Builder (project search) : .../boa-constructor/boa-constructor/boa/Views/OGLViews.py

fs_abilities.py
class FSAbilities:
     """Store capabilities of given file system"""
     extended_filenames = None # True if filenames can have non-ASCII chars
     win_reserved_filenames = None # True if filenames can't have ",*,: etc.
     case_sensitive = None # True if "foobar" and "FoObAr" are different files
Language: Python
License: GPL
Copyright 2003 Ben Escoto
LOC: 656
Savannah NonGNU : rdiff-backup (project search) : .../rdiff-backup/rdiff-backup/rdiff-backup/rdiff_backup/fs_abilities.py

lilypond-book.py
                              version="@TOPLEVEL_VERSION@",
                              description=help_summary)
    p.add_option ('-F', '--filter', metavar=_ ("FILTER"),
                  action="store",
                  dest="filter_cmd",
Language: Python
LOC: 1383
Savannah GNU : GNU LilyPond Music Typesetter (project search) : .../lilypond/lilypond/lilypond/scripts/lilypond-book.py

gvrasterpropdlg.py
#
#  Revision 1.55  2004/10/30 18:25:44  warmerda
#  Don't barf out of projection is None.
#
#  Revision 1.54  2004/08/31 21:26:46  warmerda
Language: Python
(c) 2000, Atlantis Scientific Inc. (www.atlsci.com)
LOC: 849
SourceForge : OpenEV (project search) : .../openev/openev/pymod/gvrasterpropdlg.py

librsync.py
     # This will be replaced in subclasses by an object with
     # appropriate cycle() method
     maker = None
     def __init__(self, infile, need_seek = None):
          """LikeFile initializer - zero buffers, set eofs off"""
Language: Python
License: GPL
Copyright 2002 2005 Ben Escoto
LOC: 142
Savannah NonGNU : rdiff-backup (project search) : .../rdiff-backup/rdiff-backup/rdiff-backup/rdiff_backup/librsync.py

pvui_wx.py
                if r-l < min_width or top+height-t < min_height: continue
                bot = top+height-1
                # There can be only one rect with these three sides
                #rect = wxRect(l, t, w, h)
                # Now find the bottom
Language: Python
License: GPL
(c) 2002 Sean R. Lynch
LOC: 780
Savannah NonGNU : PythonVerse/RubyVerse (project search) : .../p/pythonverse/pythonverse/pythonverse/pvui_wx.py

rpath.py
          buf1 = fp1.read(blocksize)
          buf2 = fp2.read(blocksize)
          if buf1 != buf2: return None
          elif not buf1: return 1
def check_for_files(*rps):
Language: Python
License: GPL
Copyright 2002, 2003, 2004 Ben Escoto
LOC: 1120
Savannah NonGNU : rdiff-backup (project search) : .../rdiff-backup/rdiff-backup/rdiff-backup/rdiff_backup/rpath.py

glc.py
usage: python glc.py test.glade test.py [gtk|pmw]
Takes test.glade as an input file and produces test.py as an output.
Additionally, if signals are defined it will produce a file named by
concatenating the name of the top level widget and "Handlers.py".  Thus
if the top level widget is window1, a file called "window1Handlers.py"
Language: Python
LOC: 616
SourceForge : Glade Python Code Generator (project search) : .../g/glc/glc/glc/glc.py

session.py
class Session(object):
  def __init__(self, **opts):
    self.config = None
    self.ui = None
    self.commands = []
Language: Python
LOC: 144
SourceForge : Lyntin (project search) : .../lyntin/lyntin40/sandbox/leantin/session.py

ServerAdapter.py
      + _("please install xmlrpc from:\n") \
      + "    http://www.pythonware.com/products/xmlrpc/"
  raise GComm.AdapterInitializationError, tmsg
# Mapping from GRPC's datatype to XML-RPC datatypes
_datatypeMap = {
Language: Python
License: GPL
Copyright 2001-2003 Free Software Foundation
LOC: 299
Savannah GNU : GNU Enterprise (project search) : .../rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py

Driver.py
#    port   f.e. 631
#    basedn f.e.  dc=gnue,dc=org
#    scope  := [default|subtree|onelevel|base]
#
# HISTORY:
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 358
Savannah GNU : GNU Enterprise (project search) : .../src/datasources/drivers/ldap/Driver.py

user.py
        ('show_emoticons', lambda _=_: _('Show emoticons')),
        ('show_fancy_links', lambda _=_: _('Show fancy links')),
        ('show_nonexist_qm', lambda _=_: _('Show question mark for non-existing pagelinks')),
        ('show_page_trail', lambda _=_: _('Show page trail')),
        ('show_toolbar', lambda _=_: _('Show icon toolbar')),
Language: Python
LOC: 249
SourceForge : Direct Rendering Infrastructure (project search) : .../dri/MoinMoin/user.py

textui.py
except ImportError:
  pass
myui = None
DEFAULT_COLOR = list(ansi.DEFAULT_COLOR)
DEFAULT_ANSI = chr(27) + "[0m"
Language: Python
License: GPL
LOC: 238
SourceForge : Lyntin (project search) : .../lyntin/lyntin40/lyntin/ui/textui.py

wiki.py
    """
        Object that turns Wiki markup into HTML.
        All formatting commands can be parsed one line at a time, though
        some state is carried over between lines.
        Methods named like _*_repl() are responsible to handle the named regex
Language: Python
LOC: 698
SourceForge : Direct Rendering Infrastructure (project search) : .../dri/MoinMoin/parser/wiki.py

etf2ly.py
import lilylib as ly
_ = ly._
finale_clefs= ['treble', 'alto', 'tenor', 'bass', 'percussion', 'treble_8', 'bass_8', 'baritone']
def lily_clef (fin):
    try:
Language: Python
LOC: 892
Savannah GNU : GNU LilyPond Music Typesetter (project search) : .../lilypond/lilypond/lilypond/scripts/etf2ly.py

userform.py
def savedata(pagename, request):
    """ Handle POST request of the user preferences form
        Return error msg or None
    """
    form = request.form
Language: Python
LOC: 319
SourceForge : Direct Rendering Infrastructure (project search) : .../dri/MoinMoin/userform.py

Connection.py
          self._initialData[key] = self._fields[key]
    except self._parent._dataObject._DatabaseError, err:
      raise GDataObjects.ConnectionError, err
    self._updateFlag = 0
    self._insertFlag = 0
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 296
Savannah GNU : GNU Enterprise (project search) : .../datasources/drivers/odbc/wodbc/Connection.py

 1 2345678910...

Project Matches
 1 2345...

OneNote EMR - OneNote EMR is an add-in for Microsoft Office...

VersionOne Visual Studio Add-In - The VersionOne Visual Studio 2003/2005 add-in...

CodePlex Explorer - Visual Studio add-in to browse CodePlex projects,...

CACard - Common Access card authentication Module for...

uim - UIM stands for 'UNIX Image Manager'. It is an...








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us