Home
last modified time | relevance | path

Searched refs:pjx (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/p5-CGI-Ajax/CGI-Ajax-0.707/scripts/
H A Dpjx_nobuild.pl11 my $pjx = new CGI::Ajax( 'tester' => $my_func );
12 $pjx->JSDEBUG(1);
13 $pjx->DEBUG(1);
19 $pjx->cgi( $cgi );
25 $html .= $pjx;
44 print $pjx->handle_request();
H A Dpjx_combo.pl40 my $pjx = CGI::Ajax->new( %hash ); # this is our CGI::Ajax object
41 $pjx->js_encode_function('encodeURIComponent');
43 $pjx->DEBUG(1); # turn on debugging
44 $pjx->JSDEBUG(1); # turn on javascript debugging, which will place a
48 print $pjx->build_html( $q, \&Show_HTML ); # this builds our html
H A Dpjx_JSON.pl49 my $pjx = CGI::Ajax->new('json' => 'pjx_JSON_out.pl');
50 $pjx->JSDEBUG(1);
51 $pjx->DEBUG(1);
52 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_NO_CACHE_caller.pl43 my $pjx = CGI::Ajax->new( 'perl_script' => 'pjx_NO_CACHE_callee.pl');
44 $pjx->JSDEBUG(1);
45 $pjx->DEBUG(1);
46 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_checkbox.pl35 my $pjx = new CGI::Ajax( 'jsFunc' => $perl_func );
36 $pjx->JSDEBUG(1);
37 $pjx->DEBUG(1);
39 print $pjx->build_html($cgi,\&Show_HTML); # this outputs the html for the page
H A Dpjx_radio.pl11 my $pjx = CGI::Ajax->new( %hash ); # this is our CGI::Ajax object
13 $pjx->DEBUG(1); # turn on debugging
14 $pjx->JSDEBUG(1); # turn on javascript debugging, which will place a
18 print $pjx->build_html( $q, \&Show_HTML ); # this builds our html
H A Dpjx_splitargs.pl51 my $pjx = CGI::Ajax->new('divide' => $divide);
52 $pjx->JSDEBUG(1);
53 $pjx->DEBUG(1);
54 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_formDump.pl53 my $pjx = CGI::Ajax->new( 'jsFunc' => $concatter);
54 $pjx->JSDEBUG(2);
55 $pjx->DEBUG(1);
56 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_chained.pl51 my $pjx = CGI::Ajax->new( 'multiply' => $multiply, 'divide' => $divide);
52 $pjx->JSDEBUG(1);
53 $pjx->DEBUG(1);
54 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_callback.pl65 my $pjx = CGI::Ajax->new( 'multiply' => $multiply, 'divide' => $divide);
66 $pjx->JSDEBUG(1);
67 $pjx->DEBUG(1);
68 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_objects_2_url.pl55 my $pjx = CGI::Ajax->new( 'myfunc' => $exported_fx);
56 $pjx->JSDEBUG(2);
57 $pjx->DEBUG(2);
58 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_dynselect.pl121 my $pjx = CGI::Ajax->new(
125 $pjx->JSDEBUG(1);
126 $pjx->DEBUG(1);
130 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_url.pl14 my $pjx = CGI::Ajax->new( 'myfunc' => 'convert_degrees.pl');
15 $pjx->JSDEBUG(1);
43 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_change_encoding.pl39 my $pjx = new CGI::Ajax( 'jsfunc' => $func );
43 $pjx->js_encode_function('escape');
44 print $pjx->build_html($cgi,\&Show_HTML);
H A DCGI-Application-Ajax-ex01.pl55 my $pjx = new CGI::Ajax( 'jsfunc' => \&calc );
56 $pjx->JSDEBUG(2);
58 my $text = $pjx->build_html($self,\&Show_HTML );
H A Dpjx_manyret.pl73 my $pjx = CGI::Ajax->new( 'myfunc' => $exported_fx);
74 $pjx->JSDEBUG(1);
75 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A DCGI-Application-Ajax-ex03.pl74 my $pjx = new CGI::Ajax( 'evenodd' => $evenodd_func );
75 $pjx->JSDEBUG(2);
77 my $text = $pjx->build_html($self,\&Show_HTML); # this outputs the html for the page
H A DCGI-Application-Ajax-ex02.pl55 my $pjx = new CGI::Ajax( 'jsfunc' => \&calc );
56 $pjx->JSDEBUG(2);
58 my $text = $pjx->build_html($self,\&Show_HTML );
H A Dpjx_change_headers.pl39 my $pjx = new CGI::Ajax( 'jsfunc' => $func );
41 print $pjx->build_html($cgi,\&Show_HTML, { '-expires' => '1d', '-charset' => 'ISO-8859-1'} );
H A Dpjx_loading.pl65 my $pjx = new CGI::Ajax( 'jsfunc' => $func );
66 print $pjx->build_html($cgi,\&Show_HTML);
H A Dpjx_podex.pl58 my $pjx = new CGI::Ajax( 'evenodd' => $evenodd_func );
64 print $pjx->build_html($cgi,\&Show_HTML); # this outputs the html for the page
H A Dpjx_cr.pl56 my $pjx = CGI::Ajax->new( 'myfunc' => $exported_fx);
57 print $pjx->build_html($q,$Show_Form); # this outputs the html for the page
H A Dpjx_subs.pl14 my $pjx = CGI::Ajax->new( 'myfunc' => \&exported_fx);
15 print $pjx->build_html($q,\&Show_Form); # this outputs the html for the page
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cafe/
H A Dcf_d.F153 pjx=paj*pj(iax,1,jwa)
159 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
237 pjx=paj*pj(iax,1,jwa)
243 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
538 pjx=paj*pj(iax,1,jwa)
544 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
629 pjx=paj*pj(iax,1,jwa)
927 pjx=paj*pj(iax,1)
932 fi(iax,1)=((rmj-qaj)*rx-pjx)*ri3
1003 pjx=paj*pj(iax,1)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cafe/
H A Dcf_d.F153 pjx=paj*pj(iax,1,jwa)
159 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
237 pjx=paj*pj(iax,1,jwa)
243 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
538 pjx=paj*pj(iax,1,jwa)
544 rmj=three*(rx*pjx+ry*pjy+rz*pjz)*ri2
629 pjx=paj*pj(iax,1,jwa)
927 pjx=paj*pj(iax,1)
932 fi(iax,1)=((rmj-qaj)*rx-pjx)*ri3
1003 pjx=paj*pj(iax,1)
[all …]

1234