Home
last modified time | relevance | path

Searched refs:RPC (Results 1 – 25 of 18079) sorted by last modified time

12345678910>>...724

/dports/x11-servers/xwayland/xorg-server-1.20.13/
H A Dconfigure2231 --enable-secure-rpc Enable Secure RPC
24619 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
24682 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11-servers/xwayland/xorg-server-1.20.13/include/
H A Ddix-config.h.in292 /* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/
H A Dconfigure2231 --enable-secure-rpc Enable Secure RPC
24619 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
24682 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/
H A Dconfigure2231 --enable-secure-rpc Enable Secure RPC
24619 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
24682 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/
H A Dconfigure2231 --enable-secure-rpc Enable Secure RPC
24619 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
24682 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/include/
H A Ddix-config.h.in292 /* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/include/
H A Ddix-config.h.in292 /* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/include/
H A Ddix-config.h.in292 /* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
/dports/x11-servers/xephyr/xorg-server-1.20.13/
H A Dconfigure2231 --enable-secure-rpc Enable Secure RPC
24619 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
24682 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11-servers/xephyr/xorg-server-1.20.13/include/
H A Ddix-config.h.in292 /* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
/dports/x11/xdm/xdm-1.1.12/
H A Dconfigure1589 --enable-secure-rpc Enable Secure RPC
20071 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
20134 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") sho…
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A DImake.tmpl563 #define HasSecureRPC NO /* if you have Secure RPC */
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/
H A Dmedia_options.gni259 # Media Remoting RPC is disabled on Android since it's unused but increases
/dports/www/grafana8/grafana-8.3.6/conf/
H A Dsample.ini890 # Setting this to true disables shared RPC spans.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/
H A Dmedia_options.gni295 # Media Remoting RPC is disabled on Android since it's unused but increases
/dports/www/mod_php74/php-7.4.27/
H A Dphp.ini-production540 ; Turn off normal error reporting and emit XML-RPC error XML
544 ; An XML-RPC faultCode
H A Dphp.ini-development540 ; Turn off normal error reporting and emit XML-RPC error XML
544 ; An XML-RPC faultCode
/dports/www/otrs/otrs-rel-6_0_29/scripts/
H A Drpc-example.pl26 my $RPC = SOAP::Lite->new(
33 my $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketCreateNumber' );
40 $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketGet', TicketID => 1 );
61 $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketCreate', %TicketData );
68 $SOM = $RPC->Dispatch(
80 $SOM = $RPC->Dispatch( $User, $Pw, 'CustomerUserObject', 'CustomerName', UserLogin => 'test-user' );
/dports/www/mod_php80/php-8.0.15/
H A Dphp.ini-development547 ; Turn off normal error reporting and emit XML-RPC error XML
551 ; An XML-RPC faultCode
H A Dphp.ini-production549 ; Turn off normal error reporting and emit XML-RPC error XML
553 ; An XML-RPC faultCode
/dports/www/ikiwiki/ikiwiki-3.20200202.3/plugins/
H A Dexternaldemo10 use RPC::XML;
74 my $resp=RPC::XML::response->new($ret);
92 my $req=RPC::XML::request->new($command, @params);
/dports/www/p5-Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28/lib/Catalyst/Plugin/Server/
H A DXMLRPC.pm404 $res = RPC::XML::fault->new( @{ $req_error } );
406 $res = RPC::XML::fault->new( -1,
412 $res = RPC::XML::fault->new( @{ $req_error } );
417 $res = RPC::XML::fault->new(
551 use RPC::XML;
552 use RPC::XML::Parser;
568 __PACKAGE__->_xmlrpc_parser( RPC::XML::Parser->new );
692 local $RPC::XML::ENCODING = $c->server->xmlrpc->config->xml_encoding
695 local $RPC::XML::ALLOW_NIL = $c->server->xmlrpc->config->allow_nil
700 my $res = RPC::XML::response->new(clone($status));
/dports/www/p5-Dancer-Plugin-RPC/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_ART10 =Dancer-Plugin-RPC-1.10.tar.gz
13 _LICENSE_DISTFILES_GPLv1+ =Dancer-Plugin-RPC-1.10.tar.gz
/dports/www/mod_php81/php-8.1.1/
H A Dphp.ini-production544 ; Turn off normal error reporting and emit XML-RPC error XML
548 ; An XML-RPC faultCode
H A Dphp.ini-development542 ; Turn off normal error reporting and emit XML-RPC error XML
546 ; An XML-RPC faultCode

12345678910>>...724