Results 1-25 of about 25,236 results found for 'isInteger validate form' in 3.00 seconds
 1 2345678910...

JOSMediaPlayer.java
/**
 * Copyright (c) 2000 Matthew Schmidt and Rob Baines.  All rights are reserved.
 * If you wish to use this code in any form, you must notify the creators at jazilla@users.sourceforge.net or
 * Rob_Baines@seagram.com.
 */
Language: Java
(c) 2000 Matthew Schmidt and Rob Baines. All rights are reserved.
LOC: 547
SourceForge : JOS Media Player (project search) : .../media-player/org/mschmidt/ncsu/JOSMediaPlayer.java

CallUpdateDocumentAction.java
import com.blandware.atleap.service.core.ContentResourceManager;
import com.blandware.atleap.webapp.action.core.BaseAction;
import com.blandware.atleap.webapp.form.ContentDocumentForm;
import com.blandware.atleap.webapp.form.core.UploadContentResourceForm;
import com.blandware.atleap.webapp.util.core.GlobalProperties;
Language: Java
License: AL20
Copyright 2004 Blandware (http://www.blandware.com)
LOC: 108
java.net : Java multilingual CMS with full-text searc...pFuse (project search) : .../action/core/contentResource/document/CallUpdateDocumentAction.java

ContentTilesRequestProcessor.java
/**
 * <p><strong>RequestProcessor</strong> contains the processing logic that
 * the Struts controller servlet performs as it receives each servlet request
 * from the container.</p>
 * <p>This processor subclasses the TilesRequestProcessor in order to intercept calls to forward
Language: Java
License: AL20
Copyright 2004 Blandware (http://www.blandware.com)
LOC: 433
java.net : Java multilingual CMS with full-text searc...pFuse (project search) : .../blandware/atleap/webapp/struts/ContentTilesRequestProcessor.java

UserAction.java
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, 
 * with or without modification, are permitted provided 
 * that the following conditions are met:
Language: Java
LOC: 591
java.net : JForum (project search) : .../net/jforum/view/forum/UserAction.java

socket.c
#include "libguile/vectors.h"
#include "libguile/dynwind.h"
#include "libguile/validate.h"
#include "libguile/socket.h"
#ifdef __MINGW32__
Language: C
(C) 1996,1997,1998,2000,2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
LOC: 1512
Savannah GNU : Guile (project search) : .../guile/guile/guile-core/libguile/socket.c

IconFeedbackPanel.java
 * Copyright (c) 2003-2007 JGoodies Karsten Lentzsch. All Rights Reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
Language: Java
(c) 2003-2007 JGoodies Karsten Lentzsch. All Rights Reserved.
LOC: 212
java.net : validation of entered data during registration (project search) : .../jgoodies/validation/tutorial/util/IconFeedbackPanel.java

generic-x.el
;;
;; You can decide which modes to load by setting the variable
;; `generic-extras-enable-list'.  Its default value is platform-
;; specific.  The recommended way to set this variable is through
;; customize:
Language: Lisp
License: GPL
(C) 1997, 1998, 2001, 2002, 2003, 2004,
LOC: 1616
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lisp/generic-x.el

UserSession.java
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, 
 * with or without modification, are permitted provided 
 * that the following conditions are met:
Language: Java
LOC: 222
java.net : JForum (project search) : .../src/net/jforum/entities/UserSession.java

eval.c
#include "libguile/threads.h"
#include "libguile/throw.h"
#include "libguile/validate.h"
#include "libguile/values.h"
#include "libguile/vectors.h"
Language: C
(C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
LOC: 2771
Savannah GNU : Guile (project search) : .../guile/guile/guile-core/libguile/eval.c

sgml-mode.el
  :type 'integer
  :group 'sgml)
(defcustom sgml-transformation-function 'identity
  "Default value for `skeleton-transformation-function' in SGML mode."
  :type 'function
Language: Lisp
License: GPL
(C) 1992, 1995, 1996, 1998, 2001, 2002, 2003, 2004,
LOC: 1752
Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/textmodes/sgml-mode.el

recentf.el
The filter function is called with one argument, the list of menu
elements used to build the menu and must return a new list of menu
elements (see `recentf-make-menu-element' for menu element form)."
  :group 'recentf
  :type '(radio (const nil)
Language: Lisp
License: GPL
(C) 1999, 2000, 2001, 2002, 2003, 2004,
LOC: 1116
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lisp/recentf.el

filesys.c
#include "libguile/lang.h"
#include "libguile/dynwind.h"
#include "libguile/validate.h"
#include "libguile/filesys.h"
#ifdef HAVE_IO_H
Language: C
(C) 1996,1997,1998,1999,2000,2001, 2002, 2004, 2006 Free Software Foundation, Inc.
LOC: 1395
Savannah GNU : Guile (project search) : .../guile/guile/guile-core/libguile/filesys.c

posix.c
#include "libguile/vectors.h"
#include "libguile/lang.h"
#include "libguile/validate.h"
#include "libguile/posix.h"
#include "libguile/gettext.h"
Language: C
(C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
LOC: 1680
Savannah GNU : Guile (project search) : .../guile/guile/guile-core/libguile/posix.c

w32.c
static BOOL g_b_init_is_windows_9x;
static BOOL g_b_init_open_process_token;
static BOOL g_b_init_get_token_information;
static BOOL g_b_init_lookup_account_sid;
static BOOL g_b_init_get_sid_identifier_authority;
Language: C
License: GPL
(C) 1994, 1995, 2000, 2001, 2002, 2003, 2004,
LOC: 3135
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/src/w32.c

LogFileManager.java
 * This software is licensed under the BSD license.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
Language: Java
(C) 2004 Bull S.A.
LOC: 594
ObjectWeb Forge : High-speed ObjectWeb Logger (project search) : .../org/objectweb/howl/log/LogFileManager.java

hexl.el
;;; hexl.el --- edit a file in a hex dump format using the hexl filter
;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004,
;;   2005, 2006, 2007 Free Software Foundation, Inc.
Language: Lisp
License: GPL
(C) 1989, 1994, 1998, 2001, 2002, 2003, 2004,
LOC: 884
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lisp/hexl.el

backtrace.c
#include "libguile/strings.h"
#include "libguile/dynwind.h"
#include "libguile/validate.h"
#include "libguile/lang.h"
#include "libguile/backtrace.h"
Language: C
(C) 1996,1997,1998,1999,2000,2001, 2003, 2004, 2006 Free Software Foundation
LOC: 676
Savannah GNU : Guile (project search) : .../guile/guile/guile-core/libguile/backtrace.c

psg.php
     $messages = array();
     // set these to their defaults:
     $conf['comment_format_function'] = (isset($conf['comment_format_function']) ? $conf['comment_format_function'] : 'form...  
     $conf['article_format_function'] = (isset($conf['article_format_function']) ? $conf['article_format_function'] : 'form...  
     $PSG_RPC_PING_SERVERS = array(
Language: PHP
License: GPL
(c) 2006 The Project Steve Guttenberg Team
LOC: 3222
Savannah NonGNU : Project Steve Guttenberg (project search) : .../p/psg/psg/psg/psg.php

ta_MA.c
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or
 * without modification, are permitted provided that the following
 * conditions are met:
Language: C++
(c) 1999-2006, Mario Fortier
LOC: 327
SourceForge : TA-LIB: Technical Analysis Library (project search) : .../ta-lib/c/src/ta_func/ta_MA.c

python.el
This means indent them the same as the preceding non-blank line.
Otherwise preserve their indentation.
This only applies to `doc' strings, i.e. those that form statements;
the indentation is preserved in others."
  :type '(choice (const :tag "Align with preceding" t)
Language: Lisp
License: GPL
(C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
LOC: 1722
Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/progmodes/python.el

JabberApplet.java
import java.util.Enumeration;
import java.net.URL;
import java.net.MalformedURLException;
import org.jabber.applet.communication.*;
import org.jabber.applet.awt.*;
Language: Java
(c) 1999-2000 Jabber.com, Inc. All Rights Reserved. Contact
LOC: 1152
SourceForge : Jabber Applet (project search) : .../jabberapplet/JabberApplet2/JabberApplet.java

allout.el
;; Boston, MA 02110-1301, USA.
;;; Commentary:
;; Allout outline minor mode provides extensive outline formatting and
;; and manipulation beyond standard emacs outline mode.  Some features:
;;
Language: Lisp
License: GPL
(C) 1992, 1993, 1994, 2001, 2002, 2003, 2004,
LOC: 5344
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lisp/allout.el

RenParticleEditor.java
/*
 * Copyright (c) 2003-2006 jMonkeyEngine All rights reserved. Redistribution and
 * use in source and binary forms, with or without modification, are permitted
 * provided that the following conditions are met: * Redistributions of source
 * code must retain the above copyright notice, this list of conditions and the
Language: Java
(c) 2003-2006 jMonkeyEngine All rights reserved. Redistribution and
LOC: 1159
java.net : jME (project search) : .../jme/src/jmetest/effects/RenParticleEditor.java

micro.c
int cr(void);
int createActualMessageTo(int aClass);
int displayBitsOfLeftTopRightBottom(int aForm, int l, int t, int r, int b);
int displayObject(void);
int doPrimitiveDivby(int rcvr, int arg);
Language: C++
LOC: 11437
SourceForge : Squeak No Operating System (project search) : .../squeaknos/micro/micro.c

leoColor.py
    #Jason 2003-07-03 
    #Actionscript keywords for Leo adapted from UltraEdit syntax highlighting
    "break", "call", "continue", "delete", "do", "else", "false", "for", "function", "goto", "if", "in", "new", "null", "re...  
    ]
    #@nonl
Language: Python
LOC: 1885
SourceForge : Leo: Literate Editor with Outlines (project search) : .../leo/leo/leo/src/leoColor.py

 1 2345678910...







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