Searched refs:xri (Results 1 – 5 of 5) sorted by relevance
| /plugin/fedauth/Auth/Yadis/ |
| D | XRI.php | 45 if (Auth_Yadis_startswith($identifier, 'xri://') || 54 function Auth_Yadis_toIRINormal($xri) argument 56 if (!Auth_Yadis_startswith($xri, 'xri://')) { 57 $xri = 'xri://' . $xri; 60 return Auth_Yadis_escapeForIRI($xri); 72 function Auth_Yadis_escapeForIRI($xri) argument 74 $xri = str_replace('%', '%25', $xri); 75 $xri = preg_replace_callback(Auth_Yadis_getXrefRE(), 76 '_escape_xref', $xri); 77 return $xri; [all …]
|
| D | XRIRes.php | 20 function queryURL($xri, $service_type = null) argument 23 $qxri = substr(Auth_Yadis_toURINormal($xri), 6); 40 function query($xri, $service_types, $filters = array()) argument 45 $url = $this->queryURL($xri, $service_type); 54 $canonicalID = Auth_Yadis_getCanonicalID($xri,
|
| /plugin/openid/Auth/Yadis/ |
| D | XRI.php | 45 if (Auth_Yadis_startswith($identifier, 'xri://') || 54 function Auth_Yadis_toIRINormal($xri) argument 56 if (!Auth_Yadis_startswith($xri, 'xri://')) { 57 $xri = 'xri://' . $xri; 60 return Auth_Yadis_escapeForIRI($xri); 72 function Auth_Yadis_escapeForIRI($xri) argument 74 $xri = str_replace('%', '%25', $xri); 75 $xri = preg_replace_callback(Auth_Yadis_getXrefRE(), 76 '_escape_xref', $xri); 77 return $xri; [all …]
|
| D | XRIRes.php | 24 function queryURL($xri, $service_type = null) argument 27 $qxri = substr(Auth_Yadis_toURINormal($xri), 6); 44 function query($xri, $service_types, $filters = []) argument 49 $url = $this->queryURL($xri, $service_type); 58 $canonicalID = Auth_Yadis_getCanonicalID($xri,
|
| /plugin/codemirror/dist/modes/ |
| D | gfm.min.js.map | 1 …ource|webcal|wss?|wtai|wyciwyg|xcon(?:-userid)?|xfire|xmlrpc\\.beeps?|xmpp|xri|ymsgr|z39\\.50[rs]?…
|