Results 1-25 of about 4,055 results found for 'ajax' in 0.19 seconds
 1 2345678910...

html.form.class.php
     \param   text                      Texte  afficher
     \param   htmltext         Contenu html du tooltip, cod en html
        \param          tooltipon               1=tooltip sur texte, 2=tooltip sur picto, 3=tooltip sur les 2, 4=tooltip Ajax
     \param          direction               -1=Le picto est avant, 0=pas de picto, 1=le picto est aprs
     \param          img                           Code img du picto
Language: PHP
License: GPL
(C) 2007 Franky Van Liedekerke ...
LOC: 2499
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/html.form.class.php

index.php
  print "</table>";
}
if ($conf->use_ajax)
{
     print '<script type="text/javascript" language="javascript">
Language: PHP
License: GPL
(C) 2005-2007 Regis Houssin ...
LOC: 485
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/index.php

main.inc.php
 *  \param      head         Lignes d'en-tete head optionnelles
 *  \param      title        Titre page web
 *     \param          disablejs     N'affiche pas les liens vers les js (Ex: qd fonction utilise par sous formulaire Ajax)     
 */
function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0)
Language: PHP
License: GPL
(C) 2002-2007 Rodolphe Quiedeville ...
LOC: 613
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/dolibarr/htdocs/main.inc.php

conf.class.php
          $this->use_javascript=1;
          if (isset($this->global->MAIN_DISABLE_JAVASCRIPT)) $this->use_javascript=! $this->global->MAIN_DISABLE_JAVASCRIPT;
          // conf->use_ajax
          $this->use_ajax=0; // No Ajax by default
          if (isset($this->global->MAIN_DISABLE_AJAX)) $this->use_ajax=! $this->global->MAIN_DISABLE_AJAX;
Language: PHP
License: GPL
(C) 2003 Xavier Dutoit ...
LOC: 294
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/conf/conf.class.php

modules_boxes.php
        if ($nbcol > 0) { print ' colspan="'.$nbcol.'"'; }
        print '>';
          if ($conf->use_ajax)
          {
               print '<table class="nobordernopadding" width="100%"><tr><td align="left">';
Language: PHP
License: GPL
(C) 2004-2006 Laurent Destailleur
LOC: 143
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/htdocs/includes/boxes/modules_boxes.php

post_bootstrap.php
<?php
// Handle registering app-specific JS libraries
$ajaxServer =& Celini::ajaxServerInstance();
$ajaxServer->registerJSLibrary('referral', 'referral.js', dirname(__FILE__). '/../js/');
$ajax =& Celini::ajaxInstance();
Language: PHP
LOC: 12
Spider_20090401_inc : ClearHealth Practice Management System (project search) : .../clearhealth/modules/referral/local/post_bootstrap.php

server.php
<?php
   require_once( 'common.php' );
   $ajax       = getAjaxObject(); // Call function from common.php
   $ajaxServer = $ajax->getServer();
   if ( $ajaxServer->isRequest() )
Language: PHP
LOC: 9
Spider_20090108_inc : AJASON (project search) : .../AJASON_09.tar.bz2/AJASON/examples/client_server/server.php

F3929.php
include_once(EPS_HANDSET_DIR."G61/F3927.php");
$this->ID=3929;
$this->ajax_ajax_support_getelementbyid=true;
$this->ajax_ajax_support_full_dom=true;
$this->ajax_ajax_support_javascript=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G61/F3929.php

F4769.php
$this->ID=4769;
$this->product_info_model_name="i600V";
$this->ajax_ajax_xhr_type="standard";
$this->ajax_ajax_support_getelementbyid=true;
$this->ajax_ajax_support_full_dom=true;
Language: PHP
LOC: 11
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G74/F4769.php

F4772.php
include_once(EPS_HANDSET_DIR."G13/F853.php");
$this->ID=4772;
$this->ajax_ajax_xhr_type="standard";
$this->ajax_ajax_support_full_dom=true;
$this->ajax_ajax_manipulate_css=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G74/F4772.php

F4799.php
include_once(EPS_HANDSET_DIR."G74/F4741.php");
$this->ID=4799;
$this->ajax_ajax_xhr_type="msxml2";
$this->ajax_ajax_support_getelementbyid=true;
$this->ajax_ajax_support_full_dom=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G74/F4799.php

F4860.php
include_once(EPS_HANDSET_DIR."G74/F4740.php");
$this->ID=4860;
$this->ajax_ajax_xhr_type="standard";
$this->ajax_ajax_support_getelementbyid=true;
$this->ajax_ajax_support_full_dom=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G75/F4860.php

post_bootstrap.php
<?php
$conf =& Celini::configInstance();
$ajaxConf = (array)$conf->get('ajaxConfClasses');
$ajaxConf[] = 'BillingAJAX';
$conf->set('ajaxConfClasses',$ajaxConf);
Language: PHP
LOC: 9
Spider_20090401_inc : ClearHealth Practice Management System (project search) : .../clearhealth/modules/billing/local/post_bootstrap.php

common.php
<?php
   require_once( '../../php/Ajax.php' );
   function someFunction()
   {
Language: PHP
LOC: 14
Spider_20090108_inc : AJASON (project search) : .../AJASON_09.tar.bz2/AJASON/examples/client_server/common.php

post_bootstrap.php
<?php
// configure js libraries in the ajax helper
$ajax =& Celini::ajaxInstance();
$ajax->jsLibraries[] = 'yui_treeview';
Language: PHP
LOC: 8
Spider_20090401_inc : ClearHealth Practice Management System (project search) : .../clearhealth/modules/docsmart/local/post_bootstrap.php

F244.php
$this->ID=244;
$this->bearer_max_data_rate=40;
$this->ajax_ajax_support_javascript=true;
$this->ajax_ajax_manipulate_css=true;
$this->ajax_ajax_support_getelementbyid=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G3/F244.php

F491.php
$this->display_max_image_width=233;
$this->bearer_max_data_rate=200;
$this->ajax_ajax_support_javascript=true;
$this->ajax_ajax_manipulate_css=true;
$this->ajax_ajax_support_getelementbyid=true;
Language: PHP
LOC: 11
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G7/F491.php

F4556.php
$this->ID=4556;
$this->bearer_max_data_rate=200;
$this->ajax_ajax_support_javascript=true;
$this->ajax_ajax_manipulate_css=false;
$this->ajax_ajax_support_getelementbyid=true;
Language: PHP
LOC: 10
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G71/F4556.php

post_bootstrap.php
<?php
$conf =& Celini::configInstance();
$ajaxConf = (array)$conf->get('ajaxConfClasses');
$ajaxConf[] = 'CalendarAJAX';
$conf->set('ajaxConfClasses',$ajaxConf);
Language: PHP
LOC: 9
Spider_20090401_inc : ClearHealth Practice Management System (project search) : .../clearhealth/modules/calendar/local/post_bootstrap.php

cpajax.php
<?php
/**
 * ajax Inititation, require the class
 */
require(PATH_LOCAL . "library/class/class.cpajax.php");
Language: PHP
LOC: 4
Spider_20090121_inc : cpEngine (project search) : .../cpEngine_v.02/cpEngine/library/autoload/cpajax.php

attributeManager.php
  http://www.oscommerce.com
  Released under the GNU General Public License
  Hebrew translation to AJAX-AttributeManager-V2.7
  by Shimon Doodkin
  http://help.me.pro.googlepages.com
Language: PHP
License: GPL
LOC: 48
Spider_20090529_inc : XocS eCommerce module for Xoops (project search) : .../admin/attributeManager/languages/hebrew/attributeManager.php

F4732.php
include_once(EPS_HANDSET_DIR."G9/F591.php");
$this->ID=4732;
$this->ajax_ajax_support_getelementbyid=true;
$this->ajax_ajax_support_javascript=true;
?>
Language: PHP
LOC: 6
Spider_mobile_001 : Server Apps (project search) : .../eps.7z/lib/eps_handset/G73/F4732.php

ajax.php
<?php
class ajax{
static function head_a(){
Language: PHP
LOC: 3
Spider_20090529_inc : PHP PRO BIZ (project search) : .../ppb_6.tar/ppb_6/lib/ajax/ajax.php

tools_app_controller.php
<?php
class ToolsController extends AppController {
     var $helpers = array('Ajax', 'Html', 'Javascript', 'Form');
     var $layout = 'ajax';
}
Language: PHP
LOC: 6
Spider_20090529_inc : iGo CMS (project search) : .../igocms/app/plugins/tools/tools_app_controller.php

server.php
<?php
//what is this?
include 'HTML/AJAX/Server.php';
$server = new HTML_AJAX_Server();
$server->handleRequest();
Language: PHP
LOC: 5
Spider_mobile_001 : Sharedlog CMS (project search) : .../repository/mobile_001/sharedlog/server.php

 1 2345678910...

Project Matches
 1 2345...

CGI__Ajax - CGI::Ajax

Apache2__Ajax - Apache2::Ajax

Ajax Pages

ajax-spell

CGI::Ajax








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