Results 1-25 of about 237,547 results found for 'class' in 0.61 seconds
 1 2345678910...

functions.php
}
/*
 * Given a DN and server ID, this function reads the DN's objectClasses and 
 * determines which icon best represents the entry. The results of this query
 * are cached in a session variable so it is not run *every* time the tree
Language: PHP
LOC: 702
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpldapadmin/functions.php

facture.php
*/
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT.'/facture.class.php');
$langs->load("admin");
$langs->load("companies");
Language: PHP
License: GPL
(C) 2005-2007 Regis Houssin ...
LOC: 418
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/admin/facture.php

DolibarrPdfBarCode.class.php
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * $Id: DolibarrPdfBarCode.class.php,v 1.6 2007/07/30 23:22:06 eldy Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/includes/fpdf/DolibarrPdfBarCode.class.php,v $
 */
Language: PHP
License: GPL
(C) 2005 Rodolphe Quiedeville
LOC: 258
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/htdocs/includes/fpdf/DolibarrPdfBarCode.class.php

html.form.class.php
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * $Id: html.form.class.php,v 1.403 2007/08/28 07:45:49 hregis Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/html.form.class.php,v $
 */
Language: PHP
License: GPL
(C) 2007 Franky Van Liedekerke ...
LOC: 2499
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/html.form.class.php

CMailFile.class.php
 * or see http://www.gnu.org/
 *
 * $Id: CMailFile.class.php,v 1.45 2007/08/26 16:40:54 ywarnier Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/lib/CMailFile.class.php,v $
 *
Language: PHP
License: GPL
(C) 2000-2005 Rodolphe Quiedeville ...
LOC: 299
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/lib/CMailFile.class.php

functions.inc.php
function dolibarr_fiche_head($links, $active='0', $title='', $notab=0)
{
    print "\n".'<div class="tabs">'."\n";
    // Affichage titre
    if ($title)
Language: PHP
License: GPL
(C) 2004 Christophe Combelles ...
LOC: 2001
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/lib/functions.inc.php

external_rss.php
        {
            $db->commit();
                 //$mesg='<div class="ok">'.$langs->trans("Success").'</div>';
            header("Location: ".$_SERVER["PHP_SELF"]);
            exit;
Language: PHP
License: GPL
(C) 2003 ric Seigne ...
LOC: 165
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/admin/external_rss.php

edit.php
     pla_error( "No such dn, " . htmlspecialchars( utf8_decode( $dn ) ) );
$server_name = $servers[$server_id]['name'];
// build a list of attributes available for this object based on its objectClasses
$oclasses = get_object_attr( $server_id, $dn, 'objectClass' );
if( ! is_array( $oclasses ) )
Language: PHP
LOC: 461
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpldapadmin/edit.php

class.auth_pam.inc.php
     * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
     \**************************************************************************/
     /* $Id: class.auth_pam.inc.php,v 1.9 2005/11/02 11:34:58 ralfbecker Exp $ */
     class auth_
     {
Language: PHP
License: LGPL
LOC: 16
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpgwapi/inc/class.auth_pam.inc.php

class.auth_mail.inc.php
     * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
     \**************************************************************************/
     /* $Id: class.auth_mail.inc.php,v 1.16 2005/11/02 11:34:58 ralfbecker Exp $ */
     class auth_
     {
Language: PHP
License: LGPL
(C) 2000, 2001 Dan Kuykendall *
LOC: 58
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpgwapi/inc/class.auth_mail.inc.php

vcard.class.php
<?php
/***************************************************************************
php vCard class
(c) Kai Blankenhorn
www.bitfolge.de/en
Language: PHP
License: GPL
LOC: 119
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/htdocs/lib/vcard/vcard.class.php

facturation-calcul.php
*/
require ("../../master.inc.php");
require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
require_once (DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php");
require_once (DOL_DOCUMENT_ROOT."/telephonie/facturetel.class.php");
Language: PHP
License: GPL
(C) 2005 Rodolphe Quiedeville
LOC: 327
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/htdocs/telephonie/script/facturation-calcul.php

class.gdimage.inc.php
     * @package phpgwapi
     * @subpackage gui
     * @version $Id: class.gdimage.inc.php,v 1.13 2006/11/26 22:22:01 sigurdne Exp $
     * @internal This class based on htmlGD.php3 - Double Choco Latte - Source Configuration Management System - Copyright ...  
     */
Language: PHP
License: GPL
(C) 2003-2005 Free Software Foundation, Inc. http://www.fsf.org/...
LOC: 322
Savannah GNU : phpGroupWare API (project search) : .../phpgwapi/phpgwapi/phpgwapi/inc/class.gdimage.inc.php

pgsql.php
//require_once 'DB/common.php';
require_once PEAR_PATH."/DB/common.php";
class DB_pgsql extends DB_common
{
    // {{{ properties
Language: PHP
(c) 1997-2003 The PHP Group |
LOC: 427
Savannah NonGNU : Dolibarr (project search) : .../htdocs/includes/pear/DB/pgsql.php

class.payment_authorizenet.inc.php
  *  option) any later version.                                              *
  \**************************************************************************/
  /* $Id: class.payment_authorizenet.inc.php,v 1.1 2002/03/20 12:49:41 milosch Exp $ */
     class payment
     {
Language: PHP
License: GPL
LOC: 192
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/old/cart/inc/class.payment_authorizenet.inc.php

class.gdgraph.inc.php
     * @package phpgwapi
     * @subpackage gui
     * @version $Id: class.gdgraph.inc.php,v 1.22 2006/11/26 22:22:01 sigurdne Exp $
     * @internal This class based on boGraph.php3 - Double Choco Latte - Source Configuration Management System Copyright (...  
     */
Language: PHP
License: GPL
(C) 2003-2005 Free Software Foundation, Inc. http://www.fsf.org/...
LOC: 661
Savannah GNU : phpGroupWare API (project search) : .../phpgwapi/phpgwapi/phpgwapi/inc/class.gdgraph.inc.php

class.bokb.inc.php
*  option) any later version.                                              *
\**************************************************************************/
     /* $Id: class.bokb.inc.php,v 1.41 2005/11/01 12:56:02 ralfbecker Exp $ */
     /**
     * Business logic layer of the Knowledge Base
Language: PHP
License: GPL
LOC: 680
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpbrain/inc/class.bokb.inc.php

html.formmail.class.php
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * $Id: html.formmail.class.php,v 1.20 2007/07/30 14:44:47 eldy Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/html.formmail.class.php,v $
 */
Language: PHP
License: GPL
(C) 2005-2007 Laurent Destailleur
LOC: 254
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/html.formmail.class.php

index.php
if (defined("MAIN_MOTD") && strlen(trim(MAIN_MOTD)))
{
    print '<table width="100%" class="notopnoleftnoright"><tr><td>';
    print nl2br(MAIN_MOTD);
    print '</td></tr></table><br>';
Language: PHP
License: GPL
(C) 2005-2007 Regis Houssin ...
LOC: 485
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/index.php

dolibarrmail.class.php
 * or see http://www.gnu.org/
 *
 * $Id: dolibarrmail.class.php,v 1.22 2007/05/04 20:04:04 eldy Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/lib/dolibarrmail.class.php,v $
 *
Language: PHP
License: GPL
(C) 2004-2005 Laurent Destailleur ...
LOC: 148
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/lib/dolibarrmail.class.php

contact.class.php
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * $Id: contact.class.php,v 1.111 2007/07/03 06:38:14 hregis Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/contact.class.php,v $
 */
Language: PHP
License: GPL
(C) 2004-2007 Laurent Destailleur ...
LOC: 542
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/contact.class.php

functions.inc.php
               $trace[$num]['line'] = $entry['line'];
          }
          if ( isset($entry['type']) && isset($entry['class']) )
          {
               $trace[$num]['function'] = "{$entry['class']}{$entry['type']}{$entry['function']}";
Language: PHP
License: LGPL
(C) 2000-2006 Free Software Foundation, Inc. http://www.fsf.org/
LOC: 489
Savannah GNU : phpGroupWare API (project search) : .../phpgwapi/phpgwapi/phpgwapi/inc/functions.inc.php

facturation-emission.php
  exit;
}
require_once (DOL_DOCUMENT_ROOT."/facture.class.php");
require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
require_once (DOL_DOCUMENT_ROOT."/paiement.class.php");
Language: PHP
License: GPL
(C) 2005 Rodolphe Quiedeville
LOC: 681
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/htdocs/telephonie/script/facturation-emission.php

auth.file.php
*/
/**
 * Class Auth: a genreic class to check authorizations.
 *   
 */
Language: PHP
License: GPL
(C) 2003-2007 Guillaume Gardey (ggardey@club-internet.fr)
LOC: 165
Savannah NonGNU : BibORB BibTeX On-line References Browser (project search) : .../biborb/biborb/php/auth_backends/auth.file.php

functions.php
function add_all_to_basket_div($ids,$mode,$extraparam=null){
    $title = msg("Add all entries to the basket.");
    $html = "<div class='addtobasket' title='$title'>";
    $addalllink = "bibindex.php?mode=$mode&amp;action=add_to_basket&amp;id=";
    foreach($ids as $id){
Language: PHP
License: GPL
(C) 2003-2007 Guillaume Gardey
LOC: 156
Savannah NonGNU : BibORB BibTeX On-line References Browser (project search) : .../biborb/biborb/biborb/php/functions.php

 1 2345678910...

Project Matches
 1 2345...

CLASS - CLASS

Class::Std - Class::Std

Class__GAPI - Class::GAPI, Class::List

Class__Gomor - Class::Gomor, Class::Gomor::Array,...

Class__ClassDecorator - Class::ClassDecorator








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