Home
last modified time | relevance | path

Searched refs:arrayGet (Results 1 – 18 of 18) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DSReg.php266 $items = Auth_OpenID::arrayGet($args, $list_name);
278 $this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');
451 $value = Auth_OpenID::arrayGet($data, $field);
512 return Auth_OpenID::arrayGet($this->data, $field_name, $default);
H A DParse.php324 $rel_attr = Auth_OpeniD::arrayGet($link_attrs, 'rel', null);
355 return Auth_OpenID::arrayGet($first, 'href', null);
H A DAssociation.php342 $pairs[] = array($field, Auth_OpenID::arrayGet($data,
418 return Auth_OpenID::arrayGet($assoc_to_session, $assoc_type, array());
H A DAX.php724 $values = Auth_OpenID::arrayGet($this->data, $type_uri);
908 $this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');
H A DConsumer.php665 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
868 if (Auth_OpenID::arrayGet($return_to_parts, $component) !==
869 Auth_OpenID::arrayGet($msg_return_to_parts, $component)) {
924 if (Auth_OpenID::arrayGet($q, $key) != $value) {
H A DMessage.php82 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
109 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
H A DServer.php621 $session_class = Auth_OpenID::arrayGet(
1576 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
/plugin/openid/Auth/OpenID/
H A DSReg.php295 $items = Auth_OpenID::arrayGet($args, $list_name);
307 $this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');
501 $value = Auth_OpenID::arrayGet($data, $field);
573 return Auth_OpenID::arrayGet($this->data, $field_name, $default);
H A DParse.php321 $rel_attr = Auth_OpeniD::arrayGet($link_attrs, 'rel', null);
352 return Auth_OpenID::arrayGet($first, 'href', null);
H A DAssociation.php348 $field, Auth_OpenID::arrayGet($data,
434 return Auth_OpenID::arrayGet($assoc_to_session, $assoc_type, []);
H A DAX.php738 $values = Auth_OpenID::arrayGet($this->data, $type_uri);
926 $this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');
H A DMessage.php87 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
118 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
H A DConsumer.php691 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
916 if (Auth_OpenID::arrayGet($return_to_parts, $component) !==
917 Auth_OpenID::arrayGet($msg_return_to_parts, $component)) {
974 if (Auth_OpenID::arrayGet($q, $key) != $value) {
H A DServer.php702 $session_class = Auth_OpenID::arrayGet(
1759 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
/plugin/noticeboard/classes/
H A DNoticeList.php165 $arrayGet = $returnList->getList();
170 for($i = 0; $i < count($arrayGet); $i++){
171 $notice = $arrayGet[$i];
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php165 $arrayGet = $returnList->getList();
170 for($i = 0; $i < count($arrayGet); $i++){
171 $notice = $arrayGet[$i];
/plugin/fedauth/Auth/
H A DOpenID.php245 static function arrayGet($arr, $key, $fallback = null) function in Auth_OpenID
/plugin/openid/Auth/
H A DOpenID.php258 static function arrayGet($arr, $key, $fallback = null) function in Auth_OpenID