Home
last modified time | relevance | path

Searched refs:oid (Results 1 – 23 of 23) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php40 * @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 DGTHashAlgorithm.php58 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 DUnsolicitedNotificationException.php26 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 Daction.php39 list($oid,$server,$provider,$xrds) = preg_split('/\s+/',$delegate,4);
40 $oid = trim($oid);
53 'href' => $oid,
64 'href' => $oid,
H A Dadmin.php121 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 Dscript.js10 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 DOidType.php31 * @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 DControl.php96 * @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 DControlBag.php67 * @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 DAsn1.php150 * @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 Dfa_signin.usr.class.php37 $oid = $_REQUEST['fa_openidurl'];
38 if (empty($oid) || $oid == 'http://') {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php171 $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 DPKCS8.php513 * @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 Dadmin.php671 $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 DExtendedDnControl.php76 [0 => $oid, 1 => $criticality, 2 => $value] = self::parseAsn1ControlValues($type);
92 $control->controlType = $oid;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php39 * @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 DOpenSSH.php119 $oid = self::$curveOIDs[$name];
120 $aliases = array_filter(self::$curveOIDs, function ($v) use ($oid) {
121 return $v == $oid;
H A DXML.php214 $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 DASN1.php1171 $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 DBerEncoder.php691 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 Dgfm.min.js.map1 …|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 Dvocab.bpe3114 Ġ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 Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...