Results 1-25 of about 56,698 results found for 'search' in 0.44 seconds
 1 2345678910...

functions.php
     $con = pla_ldap_connect( $server_id );
     if( ! $con ) return false;
     $search = @ldap_list( $con, $dn, 'objectClass=*', array( 'dn' ), 1, $size_limit );
     if( ! $search )
          return array();
Language: PHP
LOC: 702
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpldapadmin/functions.php

html.form.class.php
        $sql.= " ".MAIN_DB_PREFIX ."societe as s";
        if ($filter) $sql.= " WHERE ".$filter;
        if ($selected && $conf->use_ajax && $conf->global->COMPANY_USE_SEARCH_TO_SELECT)
        {
             if ($filter)
Language: PHP
License: GPL
(C) 2007 Franky Van Liedekerke ...
LOC: 2499
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/html.form.class.php

functions.inc.php
     print '<td><input name="username" class="flat" size="15" maxlength="25" value="" tabindex="1" /></td>';
     if ($conf->main_authentication) $title.=$langs->trans("AuthenticationMode").': '.$conf->main_authentication;
     // Show logo (search in order: small company logo, large company logo, theme logo, common logo)
     $width=0;
     $urllogo=DOL_URL_ROOT.'/theme/login_logo.png';
Language: PHP
License: GPL
(C) 2004 Christophe Combelles ...
LOC: 2001
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/lib/functions.inc.php

class.bokb.inc.php
          var $publish_filter;
          /**
          * Search string
          *
          * @access     public
Language: PHP
License: GPL
LOC: 680
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpbrain/inc/class.bokb.inc.php

bibindex.php
 *          * display all the entries present in the bibliography, ordered by BibTeX key,
 *          * display all entries belonging to a given group,
 *          * basic search engine (one word) over authors, titles, and keywords.
 *
 *      BibORB may be used to create a new bibliography, but also support importation of a
Language: PHP
License: GPL
(C) 2003-2007 Guillaume Gardey (ggardey@club-internet.fr)
LOC: 688
Savannah NonGNU : BibORB BibTeX On-line References Browser (project search) : .../b/biborb/biborb/biborb/bibindex.php

edit.php
 *                              they were changed by the last operation
 */
/** If an entry has more children than this, stop searching and display this amount with a '+' */
$max_children = 100;
require 'common.php';
Language: PHP
LOC: 461
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpldapadmin/edit.php

search.php
<?php
function act_search($params, $user=0) {
  set_title(sprintf(_("Searching dictionary for '%s'"),$params));
  if (!$params) {
Language: PHP
LOC: 104
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/search.php

start.php
     A_("addtranslation") => array("add.php","act_addtranslation"),
     A_("edit") => array("edit.php","act_edittranslation"),
     A_("search") => array("search.php","act_search"),
     A_("edit-word") => array("admin.php","act_editword"),
     A_("delete-word") => array("admin.php","act_deleteword"),
Language: PHP
LOC: 59
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/start.php

admin.php
                 " where id='$params'");
      if ($q) {
     forward_to(A_('search').'/'.$new['original']);
      } else {
     prinout(_("Error has occurred."));
Language: PHP
LOC: 49
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/admin.php

class.auth_ads.inc.php
     }
          $base_dn = implode(',',$base_dn);
          //echo "<p>Trying ldap_search(,$base_dn,$filter,".print_r($attributes,true)."</p>\n";
          $sri = ldap_search($ldap, $base_dn, $filter, $attributes);
          $allValues = ldap_get_entries($ldap, $sri);
Language: PHP
License: LGPL
(C) 2002, 2003 Lars Kneschke *...
LOC: 69
SourceForge : eGroupWare: Enterprise Collaboration (project search) : .../egroupware/phpgwapi/inc/class.auth_ads.inc.php

liste.php
    }
  llxHeader("","",$texte);
  if ($sref || $snom || $sall || $_POST["search"])
    {
      print_barre_liste($texte, $page, "liste.php", "&amp;sref=".$sref."&amp;snom=".$snom."&amp;sall=".$sall."&amp;envente=...  
Language: PHP
License: GPL
(C) 2005-2006 Regis Houssin ...
LOC: 250
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/product/liste.php

class.common.inc.php
          }
          /**
          * This function is used for searching the access fields
          *
          * @param string $table Table name
Language: PHP
License: LGPL
(C) 2000-2005 Free Software Foundation, Inc http://www.fsf.org/
LOC: 1342
Savannah GNU : phpGroupWare API (project search) : .../phpgwapi/phpgwapi/phpgwapi/inc/class.common.inc.php

clients.php
$pageprev = $_GET["page"] - 1;
$pagenext = $_GET["page"] + 1;
$search_nom=isset($_GET["search_nom"])?$_GET["search_nom"]:$_POST["search_nom"];
$search_ville=isset($_GET["search_ville"])?$_GET["search_ville"]:$_POST["search_ville"];
$search_code=isset($_GET["search_code"])?$_GET["search_code"]:$_POST["search_code"];
Language: PHP
License: GPL
(C) 2001-2006 Rodolphe Quiedeville ...
LOC: 97
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/comm/clients.php

add.php
     $result = add_translation( $new['origid'], $new['translation'],
                       $new['comment'], $user );
      forward_to(A_('search').'/'.$new['original']);
    } else {
      // TODO: there was some error, fix it rather than just inform user
Language: PHP
LOC: 68
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/add.php

edit.php
                  " where id='$id'");
       if ($q) {
         forward_to(A_('search').'/'.$original);
       } else {
         printout(_("There was some error while updating translation."));
Language: PHP
LOC: 48
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/edit.php

main.inc.php
*/         
               // On recherche le user dolibarr en fonction de son SID ldap
            $user->search_sid = $ldap->getObjectSid($login);
            if ($ldapdebug) print "DEBUG: search_sid = ".$user->search_sid."<br>\n";
            $result=$user->fetch();
Language: PHP
License: GPL
(C) 2002-2007 Rodolphe Quiedeville ...
LOC: 613
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/main.inc.php

searchpostalcode.php
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * $Id: searchpostalcode.php,v 1.6 2007/05/25 23:24:21 eldy Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/searchpostalcode.php,v $
 *
Language: PHP
License: GPL
(C) 2005 Eric Seigne ...
LOC: 106
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/searchpostalcode.php

gettext.php
    return (string)$data;
  }
  // binary search for string
  function find_string($string, $start,$end) {
    if (abs($start-$end)<=1) {
Language: PHP
LOC: 152
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/gettext.php

boxes.php
    $sql.= " WHERE fk_user=0 AND box_id=".$_POST["boxid"]." AND position=".$_POST["pos"];
    $resql = $db->query($sql);
    dolibarr_syslog("boxes.php::search if box active sql=".$sql);
     if ($resql)
    {
Language: PHP
License: GPL
(C) 2003-2005 Rodolphe Quiedeville ...
LOC: 227
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/admin/boxes.php

user.class.php
  var $id;
  var $ldap_sid;
  var $search_sid;
  var $fullname;
  var $nom;
Language: PHP
License: GPL
(C) 2005-2007 Regis Houssin ...
LOC: 1118
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/user.class.php

common_functions.inc.php
      * $this->id = get_var('id',array('POST','GET','COOKIE','GLOBAL','DEFAULT'));
      * @param $variable name
      * @param $method ordered array of methods to search for supplied variable
      * @param $default_value (optional)
      */
Language: PHP
License: LGPL
(C) 2000-2004 Free Software Foundation, Inc. http://www.fsf.org/
LOC: 688
Savannah GNU : phpGroupWare API (project search) : .../phpgwapi/phpgwapi/phpgwapi/inc/common_functions.inc.php

index.php
  $socid = $user->societe_id;
}
$search_nom=isset($_GET["search_nom"])?$_GET["search_nom"]:$_POST["search_nom"];
$search_prenom=isset($_GET["search_prenom"])?$_GET["search_prenom"]:$_POST["search_prenom"];
$search_societe=isset($_GET["search_societe"])?$_GET["search_societe"]:$_POST["search_societe"];
Language: PHP
License: GPL
(C) 2003 ric Seigne ...
LOC: 244
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/contact/index.php

liste.php
    $sql.=" AND d.statut in ($statut)";     // Peut valoir un nombre ou liste de nombre spars par virgules
}
if ( $_POST["action"] == 'search')
{
  if (isset($_POST['search']) && $_POST['search'] != ''){
Language: PHP
License: GPL
(C) 2004-2007 Laurent Destailleur ...
LOC: 188
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/adherents/liste.php

mark.php
                  " where o.id=t.original and t.id='$trid'");
       if ($q and $row=mysql_fetch_array($q)) {
         forward_to(A_('search').'/'.$row['word']);
       }
     } else {
Language: PHP
LOC: 51
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/mark.php

vote.php
                 " where t.original=o.id and t.id='$trans'");
      if ($q and $row=mysql_fetch_array($q))
     forward_to("/".A_('search').'/'.$row['word']);
      else
     forward_to('/');
Language: PHP
LOC: 51
Savannah GNU : Serbian GNOME Translation Project (project search) : .../s/serbiangnome/serbiangnome/webtionary/vote.php

 1 2345678910...

Project Matches
 1 2345...

Yahoo__Search - Yahoo::Search, Yahoo::Search::Request,...

Imager::Search - Imager::Search, Imager::Search::Match,...

Perldoc__Search - Perldoc::Search

Search__Equidistance - Search::Equidistance

WWW::Search::Monster - WWW::Search::Monster








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