Home
last modified time | relevance | path

Searched refs:services (Results 226 – 242 of 242) sorted by last modified time

12345678910

/plugin/socialshareprivacy2/SSP/scripts/ru/
H A Djquery.socialshareprivacy.disqus.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.disqus, {
H A Djquery.socialshareprivacy.facebook.js9 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.facebook, {
H A Djquery.socialshareprivacy.hackernews.js9 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.hackernews, {
H A Djquery.socialshareprivacy.pinterest.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
H A Djquery.socialshareprivacy.reddit.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
H A Djquery.socialshareprivacy.tumblr.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
H A Djquery.socialshareprivacy.twitter.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
H A Djquery.socialshareprivacy.xing.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
/plugin/socialshareprivacy2/
H A Daction.php81 $services = array();
95 $services[] = "'$service'";
101 array_multisort($orders, SORT_ASC, $services, SORT_STRING);
103 $settings_order = implode($services, ', ');
/plugin/bible/bible_douayRheims/
H A D2_Paralipomenon.txt500 …s of Juda went in, and worshipped the king: and he was soothed by their services and hearkened to …
H A DEsther.txt264 …he hath sought the destruction of Mardochai, by whose fidelity and good services our life was save…
H A DNumbers.txt357 …8:22. That being purified they might go into the tabernacle of the covenant to do their services b…
/plugin/fedauth/Auth/Yadis/
H A DYadis.php96 function services() function in Auth_Yadis_DiscoveryResult
99 return $this->xrds->services();
H A DXRIRes.php42 $services = array();
61 $some_services = $xrds->services($filters);
62 $services = array_merge($services, $some_services);
68 return array($canonicalID, $services);
H A DXRDS.php352 $services = $this->parser->evalXPath('xrd:Service', $this->xrdNode);
354 foreach ($services as $node) {
393 function services($filters = null, function in Auth_Yadis_XRDS
H A DManager.php250 $services = array();
254 return array('services' => $services);
260 $services = array();
261 foreach ($obj->services as $s) {
262 $services[] = $loader->toSession($s);
264 return array('services' => $services);
293 $this->services = $services;
310 return count($this->services);
322 if ($this->services) {
411 if (!$manager || (!$manager->services)) {
[all …]
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1186 list($unused, $services) = call_user_func($this->discoverMethod,
1190 if (!$services) {
1196 return $this->_verifyDiscoveryServices($claimed_id, $services,
1204 $services, $to_match_endpoints) argument
1209 foreach ($services as $endpoint) {

12345678910