/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/ |
H A D | ExtendedResponseFactory.php | 40 * @param string $oid 45 public function get(AbstractType $asn1, string $oid): ExtendedResponse 47 if (!self::has($oid)) { 50 $oid 53 $responseConstruct = self::$map[$oid] . '::fromAsn1'; 67 * @param string $oid 70 public function has(string $oid) 72 return isset(self::$map[$oid]); 80 public static function set(string $oid, string $className): void 85 $oid, 43 get(AbstractType $asn1, string $oid) global() argument 68 has(string $oid) global() argument 76 set(string $oid, string $className) global() argument [all...] |
/plugin/gtime/gtlib/tsp/ |
H A D | GTHashAlgorithm.php | 58 private $oid; variable in GTHashAlgorithm 66 * @param string $oid algorithm oid 70 private function __construct($name, $oid, $gtid, $length) { argument 73 $this->oid = $oid; 96 return $this->oid; 156 * @param string $oid algorithm OID. 159 public static function getByOid($oid) { argument 161 if (empty($oid)) { 166 if ($algorithm->getOid() === $oid) { 171 throw new GTException("Unsupported hash algorithm oid: {$oid}");
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/ |
H A D | UnsolicitedNotificationException.php | 26 protected $oid; 32 * @param string $oid 34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "") 36 $this->oid = $oid; 47 return $this->oid; 23 protected $oid; global() variable in FreeDSx\\Ldap\\Exception\\UnsolicitedNotificationException 31 __construct($message = '', $code = 0, \\Throwable $previous = null, $oid = '') global() argument
|
/plugin/oiddelegate/ |
H A D | action.php | 39 list($oid,$server,$provider,$xrds) = preg_split('/\s+/',$delegate,4); 40 $oid = trim($oid); 53 'href' => $oid, 64 'href' => $oid,
|
H A D | admin.php | 121 echo '<th>'.$this->getLang('oid').'</th>'; 139 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][1]" value="'.hsc($oid).'" /></td>…
|
/plugin/snmplive/ |
H A D | script.js | 10 function plugin_snmplive(ip,oid){ argument 11 var snmpId = ip + oid; 36 window.setTimeout("plugin_snmplive('"+ip+"','"+oid+"')",1000); 39 ajax.runAJAX('SNMPip='+encodeURI(ip)+'&SNMPoid='+encodeURI(oid));
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
H A D | OidType.php | 31 * @param string $oid 34 public function setValue(string $oid) argument 36 $this->value = $oid;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | Control.php | 96 * @param string $oid 99 public function setTypeOid(string $oid) 101 $this->controlType = $oid; 248 $oid = null; 262 $oid = $child->getValue(); 270 return [$oid, $criticality, $value]; 95 setTypeOid(string $oid) global() argument
|
H A D | ControlBag.php | 67 * @param string $oid 70 public function get(string $oid): ?Control 73 if ($oid === $control->getTypeOid()) { 63 get(string $oid) global() argument
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/ |
H A D | Asn1.php | 150 * @param string $oid 153 public static function oid(string $oid): OidType 155 return new OidType($oid); 159 * @param string $oid 162 public static function relativeOid(string $oid): RelativeOidType 164 return new RelativeOidType($oid); 152 oid(string $oid) global() argument 161 relativeOid(string $oid) global() argument
|
/plugin/fedauth/classes/usr/ |
H A D | fa_signin.usr.class.php | 37 $oid = $_REQUEST['fa_openidurl']; 38 if (empty($oid) || $oid == 'http://') {
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | ExtendedRequest.php | 171 $oid = null; 176 $oid = $child; 181 if ($oid === null) { 188 return [$oid->getValue(), $value];
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PKCS8.php | 513 * @param string $oid optional 518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … argument 525 'algorithm' => is_string(static::OID_NAME) ? static::OID_NAME : $oid 529 if ($oid != 'id-Ed25519' && $oid != 'id-Ed448') { 625 * @param string $oid 628 protected static function wrapPublicKey($key, $params, $oid = null) argument 634 'algorithm' => is_string(static::OID_NAME) ? static::OID_NAME : $oid,
|
/plugin/pagemove/ |
H A D | admin.php | 671 $oid = array(); 675 … $oid[$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname']); 676 …$oid['.:'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname'… 677 …$oid['.'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname']… 684 …$oid['.'.$matches[1].':'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : … 690 …$oid['..:'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname… 691 …$oid['..'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname'… 692 …$oid['.:..:'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newna… 698 …$oid[$opts['ns'].':'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opt… 720 …$oid[$dottedRelLink] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newn… [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | ExtendedDnControl.php | 76 [0 => $oid, 1 => $criticality, 2 => $value] = self::parseAsn1ControlValues($type); 92 $control->controlType = $oid;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Controls.php | 39 * @param string $oid 44 public static function create(string $oid, bool $criticality = false, $value = null): Control 46 return new Control($oid, $criticality, $value); 43 create(string $oid, bool $criticality = false, $value = null) global() argument
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | OpenSSH.php | 119 $oid = self::$curveOIDs[$name]; 120 $aliases = array_filter(self::$curveOIDs, function ($v) use ($oid) { 121 return $v == $oid;
|
H A D | XML.php | 214 $oid = $namedCurve->item(0)->getAttribute('URN'); 215 $oid = preg_replace('#[^\d.]#', '', $oid); 216 $name = array_search($oid, self::$curveOIDs); 218 … throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 1171 $oid = []; 1185 $oid[] = $n; 1189 $part1 = array_shift($oid); 1198 array_unshift($oid, ord($content[0]) % 40); 1199 array_unshift($oid, $first); 1201 array_unshift($oid, $part1->subtract($eighty)); 1202 array_unshift($oid, 2); 1205 return implode('.', $oid); 1229 $oid = $source; 1231 if ($oid === false) { [all …]
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | BerEncoder.php | 691 foreach ($oids as $oid) { 692 $bytes .= $this->intToVlqBytes($oid); 988 $oid = floor($firstPart / 40) . '.' . ($firstPart % 40); 994 $oid = '2.' . ($isBigInt ? gmp_strval(gmp_sub($firstPart, '80')) : (int)$firstPart - 80); 1001 return $oid . $subIdentifiers; 1014 $oid = ''; 1018 $oid .= ($oid === '' ? '' : '.') . $this->getVlqBytesToInt(); 1021 return $oid;
|
/plugin/codemirror/dist/modes/ |
H A D | gfm.min.js.map | 1 …|mms|ms-help|msnim|msrps?|mtqp|mumble|mupdate|mvn|news|nfs|nih?|nntp|notes|oid|opaquelocktoken|pal…
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe | 3114 Ġav oid 7697 Ġv oid 10740 oid s 18077 ĠV oid 19128 v oid 24136 ĠAv oid 26826 av oid 27206 Ġaster oid 30031 Ġparan oid 33811 Ġdev oid [all...] |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |