Home
last modified time | relevance | path

Searched refs:keys (Results 526 – 550 of 576) sorted by last modified time

1...<<21222324

/plugin/searchformgoto/
H A DCOPYING311 procedures, authorization keys, or other information required to install
/plugin/authradius/
H A Ddes.php42 …$keys = des_make_subkeys (des_bits_to_bytes ($key)); //Chew the key into the subkeys needed for D…
50 $cypherBlock = des_block_encode(des_bits_to_bytes ($clearBlock), $keys); //Encrypt it
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/subconfhelper/helper/
H A Dconfig.php67 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
68 $keys = array_unique($keys);
70 foreach ($keys as $key) {
/plugin/aceeditor/
H A Dbuild.js1keys(t)});if(!Object.create){var b;Object.prototype.__proto__===null?b=function(){return{__proto__…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md428 <td>Function that gets the perma setting of all services in an object where the keys are
/plugin/flowplayer/player/
H A DREADME.txt58 - fixed XML parsing error when metadata's keys contains dashes
154 - fixed multiple license keys logic
156 - correct verification of license keys in *.ca domains
302 - fix for verifying license keys for domains that have more than 4 labels in them
363 - commercial version now supports license keys that allows the use of subdomains
H A DLICENSE.txt358 procedures, authorization keys, or other information required to install
/plugin/bible/bible_douayRheims/
H A DMatthew.txt547 …16:19. And I will give to thee the keys of the kingdom of heaven. And whatsoever thou shalt bind u…
/plugin/contactmodern/
H A DREADME.textile38 * reCaptcha keys (optional)
40 p. You can receive the needed reCaptcha keys on http://www.google.com/recaptcha.
H A DLICENSE311 procedures, authorization keys, or other information required to install
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php212 $keys = array();
218 $keys[] = $key;
225 sort($keys);
228 if ($keys != $class_assoc_keys) {
229 trigger_error('Unexpected key values: ' . var_export($keys, true),
H A DTrustRoot.php114 $keys = array_keys($parts);
115 if (array_intersect($keys, $required_parts) != $required_parts) {
119 if (array_intersect($keys, $forbidden_parts) != array()) {
H A DMemcachedStore.php113 $keys = array_keys($serverAssociations);
114 sort($keys);
115 $lastKey = $serverAssociations[array_pop($keys)];
H A DSQLStore.php261 $keys = $item['keys'];
263 foreach ($keys as $k) {
H A DMessage.php132 $this->keys = array();
155 function keys() function in Auth_OpenID_Mapping
157 return $this->keys;
176 $temp[] = array($this->keys[$i],
187 return count($this->keys);
196 $index = array_search($key, $this->keys);
201 $this->keys[] = $key;
229 $old_keys = $this->keys;
232 $this->keys = array();
236 $this->keys[] = $k;
[all …]
/plugin/fedauth/Auth/Yadis/
H A DXRI.php113 $keys = array_keys($args);
114 sort($keys);
116 foreach ($keys as $key) {
H A DXRDS.php152 $keys = array_keys($uris);
153 sort($keys);
157 foreach ($keys as $k) {
/plugin/fedauth/Auth/
H A DOpenID.php339 $keys = array_keys($args);
340 sort($keys);
342 foreach ($keys as $key) {
/plugin/facebooklike/
H A DLICENSE311 procedures, authorization keys, or other information required to install
/plugin/facebookalbum/
H A Dsyntax.php193 foreach( $album_results as $keys => $values ) {
235 foreach( $fql_results as $keys => $values ) {
253 foreach( $fql_results as $keys => $values ) {
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/autotweet/
H A DOAuth.php847 $keys = OAuthUtil::urlencode_rfc3986(array_keys($params));
849 $params = array_combine($keys, $values);
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js1032 ids: track.keys().first(),
H A Dprototype.js114 var properties = Object.keys(source);
116 if (!Object.keys({ toString: true }).length) {
200 function keys(object) { function
253 keys: keys,
1147 function keys() { function
1212 keys: keys,
4388 var methods = Object.keys(Event.Methods).inject({ }, function(m, name) {

1...<<21222324