Home
last modified time | relevance | path

Searched refs:token (Results 901 – 922 of 922) sorted by path

1...<<31323334353637

/plugin/tgnotify/
H A Daction.php110 $token = $this->getConf('token');
112 $url = 'https://api.telegram.org/bot' . $token . '/sendMessage';
/plugin/toctweak/
H A Dhelper.php43 foreach ($params as $token) {
44 if (empty($token)) continue;
47 if (preg_match('/^(?:(\d+)-(\d+)|^(\-?\d+))$/', $token, $matches)) {
75 if (!preg_match('/[^ A-Za-z0-9_-]/', $token)) {
76 $classes[] = $token;
/plugin/tokenbucketauth/
H A Dplugin.info.txt6 desc Prevent brute force attacks by delaying them using a token bucket
/plugin/tuxquote/
H A DREADME40 - Edit a wiki page and add the '[TUXQUOTE]' token.
/plugin/twofactortelegram/
H A Daction.php80 $token = $this->getConf('bot_token');
83 if (!$token) throw new \Exception($this->getLang('codesentfail'));
87 …$url = "https://api.telegram.org/bot{$token}/sendMessage?chat_id={$chat_id}&text={$text}{$code}&pa…
/plugin/txtconf/
H A Dconfig0.class.php423 foreach ($tokens as $token) {
424 if (is_string ($token)) {
425 $out .= $token;
427 list ($id, $text) = $token;
/plugin/webdav/
H A Dadmin.php90 if ($lock->token == $lock_id) {
155 …ss="btn btn-default btn-xs btn_unlock_file" name="lock" value="' . $lock->token . '">Unlock</butto…
/plugin/webdav/core/Plugin/
H A DFakeLocker.php115 foreach ($fileCondition['tokens'] as &$token) {
116 if (isset($token['token'])) {
117 if (substr($token['token'], 0, 16) === 'opaquelocktoken:') {
118 $token['validToken'] = true;
136 $lockInfo->token = md5($request->getPath());
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md179 OAuth2 Bearer token. (@fkooman).
766 * #497: Making sure we're initializing the sync-token field with a value after
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php100 ($lock->token == $lockInfo->token) ||
124 if ($lock->token == $lockInfo->token) {
H A DPDO.php100 $lockInfo->token = $row['token'];
131 if ($lock->token == $lockInfo->token) $exists = true;
143 $lockInfo->token
154 $lockInfo->token
174 $stmt->execute([$uri, $lockInfo->token]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php44 public $token; variable in Sabre\\DAV\\Locks\\LockInfo
H A DPlugin.php203 foreach ($condition['tokens'] as $token) {
204 if ($token['token'] === 'opaquelocktoken:' . $existingLock->token) {
291 if ('<opaquelocktoken:' . $lock->token . '>' == $lockToken) {
462 foreach ($condition['tokens'] as $jj => $token) {
473 foreach ($mustLocks as $lock) $tmp[$lock->token] = $lock;
478 foreach ($condition['tokens'] as $ii => $token) {
481 if (substr($token['token'], 0, 16) !== 'opaquelocktoken:') {
485 $checkToken = substr($token['token'], 16);
489 if ($mustLock->token == $checkToken) {
518 if ($oddLock->token === $checkToken) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php125 '{DAV:}sync-token',
1449 foreach ($ifCondition['tokens'] as $ii => $token) {
1469 foreach ($tokens as $token) {
1471 $tokenValid = $token['validToken'] || !$token['token'];
1474 if (!$token['etag']) {
1479 if ($token['etag'] && $tokenValid) {
1484 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
1489 if (($tokenValid && $etagValid) ^ $token['negate']) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php114 $token = $node->getSyncToken();
115 if (!$token) {
211 if (!$node instanceof ISyncCollection || !$token = $node->getSyncToken()) {
214 return self::SYNCTOKEN_PREFIX . $token;
233 foreach ($condition['tokens'] as $ii => $token) {
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php96 $writer->writeElement('{DAV:}href', 'opaquelocktoken:' . $lock->token);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php224 $token = '[!#$%&\'*+\-.^_`~A-Za-z0-9]+';
232 (?<name> $token) # Prefer property name
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng13 iana-token = xsd:string { pattern = "[a-zA-Z0-9\-]+" }
124 x-name | iana-token }*
200 | "textphone" | x-name | iana-token }+
/plugin/wrap/
H A Dhelper.php66 foreach ($tokens as $token) {
69 if (preg_match('/^\d*\.?\d+(%|px|em|rem|ex|ch|vw|vh|pt|pc|cm|mm|in)$/', $token)) {
70 $attr['width'] = $token;
75 if (preg_match('/:([a-z\-]+)/', $token)) {
76 $attr['lang'] = trim($token,':');
81 if (preg_match('/#([A-Za-z0-9_-]+)/', $token)) {
82 $attr['id'] = trim($token,'#');
87 //restrict token (class names) characters to prevent any malicious data
88 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
90 $classIsInList = preg_match($restrictedClasses, $token);
[all...]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js27002 this.cursor = token.startCursor;
27040 var token = match[1];
27043 token: token,
27059 token: this.line[cursor],
27094 this.token = tokenArgs.token;
27102 var content = token.token;
27108 return token.token === parserOptions.carriageReturn;
27113 return parserOptions.supportsComments && !!token && token.token === parserOptions.comment;
27118 return token.token === parserOptions.escapeChar;
27123 return token.token === parserOptions.quote;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2686 /* 0-255 are literals, 256 is end of block token, 257+ are copy tokens */
22004 console.error("Excel does not support ODS format token " + Rn[3]);

1...<<31323334353637