Home
last modified time | relevance | path

Searched refs:endpoint (Results 126 – 132 of 132) sorted by last modified time

123456

/plugin/mantis/lib/
H A Dnusoap.php4467 if(false == $endpoint) {
4482 $this->wsdl->endpoint = $endpoint;
4503 'location'=>$endpoint,
4547 var $endpoint = ''; variable in wsdl
6387 'endpoint' => $this->endpoint,
7104 var $endpoint; variable in nusoap_client
7167 $this->endpoint = $endpoint;
7180 if (is_object($endpoint) && (get_class($endpoint) == 'wsdl')) {
7181 $this->wsdl = $endpoint;
7615 function setEndpoint($endpoint) { argument
[all …]
H A Dclass.soapclient.php36 var $endpoint; variable in nusoap_client
99 $this->endpoint = $endpoint;
112 if (is_object($endpoint) && (get_class($endpoint) == 'wsdl')) {
113 $this->wsdl = $endpoint;
114 $this->endpoint = $this->wsdl->wsdl;
115 $this->wsdlFile = $this->endpoint;
119 $this->wsdlFile = $this->endpoint;
409 case ereg('^http',$this->endpoint):
547 function setEndpoint($endpoint) { argument
549 $this->forceEndpoint = $endpoint;
[all …]
/plugin/authloginapi/
H A Daction.php11 protected $endpoint; variable in action_plugin_authloginapi
29 $this->endpoint = $this->getConf('endpoint');
79 $form->params['action'] = $this->endpoint;
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php344 function filter_extractReturnURL($endpoint) argument
346 if ($endpoint->matchTypes(array(Auth_OpenID_RP_RETURN_TO_URL_TYPE))) {
347 return $endpoint;
357 foreach ($endpoint_list as $endpoint) {
358 if (filter_extractReturnURL($endpoint)) {
359 $result[] = $endpoint;
H A DConsumer.php349 if ($endpoint === null) {
426 $endpoint =
781 $endpoint = $result;
1029 if ($endpoint !== null) {
1043 return $endpoint;
1147 if (!$endpoint) {
1177 return $endpoint;
1758 $this->endpoint = $endpoint;
1979 $this->endpoint = $endpoint;
1980 if ($endpoint === null) {
[all …]
H A DSReg.php97 function Auth_OpenID_supportsSReg($endpoint) argument
99 return ($endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_1) ||
100 $endpoint->usesExtension(Auth_OpenID_SREG_NS_URI_1_0));
/plugin/googlesearch/
H A Dnusoap.php4024 if(false == $endpoint) {
4039 $this->wsdl->endpoint = $endpoint;
4057 'location'=>$endpoint,
4095 var $endpoint = ''; variable in wsdl
5741 'endpoint' => $this->endpoint,
6416 var $endpoint; variable in soapclient
6476 $this->endpoint = $endpoint;
6486 if (is_object($endpoint) && (get_class($endpoint) == 'wsdl')) {
6487 $this->wsdl = $endpoint;
6866 function setEndpoint($endpoint) { argument
[all …]

123456