Home
last modified time | relevance | path

Searched refs:hasToken (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp69 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
71 } else if (this->hasToken("/*")) { in prettify()
83 } else if (this->hasToken(")")) { in prettify()
85 } else if (this->hasToken("(")) { in prettify()
87 } else if (!parensDepth && this->hasToken(";")) { in prettify()
108 bool hasToken(const char* token) { in hasToken() function in GrGLSLPrettyPrint::GLSLPrettyPrint
148 if (this->hasToken(token)) { in parseUntil()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSKSLPrettyPrint.cpp68 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
70 } else if (this->hasToken("/*")) { in prettify()
82 } else if (this->hasToken(")")) { in prettify()
84 } else if (this->hasToken("(")) { in prettify()
86 } else if (!parensDepth && this->hasToken(";")) { in prettify()
108 bool hasToken(const char* token) { in hasToken() function in GrSKSLPrettyPrint::GLSLPrettyPrint
148 if (this->hasToken(token)) { in parseUntil()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/TabCompletion/Matcher/
H A DClassNamesMatcher.php64 case self::hasToken([$blacklistedTokens], $token):
65 case self::hasToken([$blacklistedTokens], $prevToken):
68 …case self::hasToken([self::T_NEW, self::T_OPEN_TAG, self::T_NS_SEPARATOR, self::T_STRING], $prevTo…
69 case self::hasToken([self::T_NEW, self::T_OPEN_TAG, self::T_NS_SEPARATOR], $token):
70 case self::hasToken([self::T_OPEN_TAG, self::T_VARIABLE], $token):
H A DKeywordsMatcher.php75 case self::hasToken([self::T_OPEN_TAG, self::T_VARIABLE], $token):
77 case self::hasToken([self::T_OPEN_TAG, self::T_VARIABLE], $prevToken) &&
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/
H A DCsrfTokenClearingLogoutHandlerTest.php44 $this->assertFalse($this->csrfTokenStorage->hasToken('foo'));
45 $this->assertFalse($this->csrfTokenStorage->hasToken('foobar'));
64 $this->assertTrue($barNamespaceCsrfSessionStorage->hasToken('foo'));
65 $this->assertTrue($barNamespaceCsrfSessionStorage->hasToken('foobar'));
68 $this->assertFalse($this->csrfTokenStorage->hasToken('foo'));
69 $this->assertFalse($this->csrfTokenStorage->hasToken('foobar'));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/
H A DCsrfTokenClearingLogoutHandlerTest.php44 $this->assertFalse($this->csrfTokenStorage->hasToken('foo'));
45 $this->assertFalse($this->csrfTokenStorage->hasToken('foobar'));
64 $this->assertTrue($barNamespaceCsrfSessionStorage->hasToken('foo'));
65 $this->assertTrue($barNamespaceCsrfSessionStorage->hasToken('foobar'));
68 $this->assertFalse($this->csrfTokenStorage->hasToken('foo'));
69 $this->assertFalse($this->csrfTokenStorage->hasToken('foobar'));
/dports/security/acme.sh/acme.sh-3.0.1/.github/workflows/
H A Ddockerhub.yml19 hasToken: ${{ steps.step_one.outputs.hasToken }}
27 echo "::set-output name=hasToken::true"
29 echo "::set-output name=hasToken::false"
32 run: echo ${{ steps.step_one.outputs.hasToken }}
37 if: "contains(needs.CheckToken.outputs.hasToken, 'true')"
H A DDNS.yml19 hasToken: ${{ steps.step_one.outputs.hasToken }}
25 echo "::set-output name=hasToken::true"
27 echo "::set-output name=hasToken::false"
30 run: echo ${{ steps.step_one.outputs.hasToken }}
35 if: "contains(needs.CheckToken.outputs.hasToken, 'false')"
47 if: "contains(needs.CheckToken.outputs.hasToken, 'true')"
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/
H A DNativeSessionTokenStorageTest.php72 $this->assertFalse($this->storage->hasToken('token_id'));
76 $this->assertTrue($this->storage->hasToken('token_id'));
101 $this->assertFalse($this->storage->hasToken('token_id'));
112 $this->assertFalse($this->storage->hasToken('token_id'));
120 $this->assertFalse($this->storage->hasToken('foo'));
H A DSessionTokenStorageTest.php61 $this->assertTrue($this->storage->hasToken('token_id'));
70 $this->assertTrue($this->storage->hasToken('token_id'));
134 $this->assertFalse($this->storage->hasToken('foo'));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/
H A DNativeSessionTokenStorageTest.php72 $this->assertFalse($this->storage->hasToken('token_id'));
76 $this->assertTrue($this->storage->hasToken('token_id'));
101 $this->assertFalse($this->storage->hasToken('token_id'));
112 $this->assertFalse($this->storage->hasToken('token_id'));
120 $this->assertFalse($this->storage->hasToken('foo'));
H A DSessionTokenStorageTest.php61 $this->assertTrue($this->storage->hasToken('token_id'));
70 $this->assertTrue($this->storage->hasToken('token_id'));
134 $this->assertFalse($this->storage->hasToken('foo'));
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dabstract-client.h156 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
174 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
192 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
210 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
228 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
246 return hasToken(TP_QT_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING + in Q_DISABLE_COPY()
262 bool hasToken(const QString &token) const; in Q_DISABLE_COPY()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/
H A DLogoutTest.php45 …ertTrue(static::$kernel->getContainer()->get('test.security.csrf.token_storage')->hasToken('foo'));
50 …rtFalse(static::$kernel->getContainer()->get('test.security.csrf.token_storage')->hasToken('foo'));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/
H A DLogoutTest.php45 …ertTrue(static::$kernel->getContainer()->get('test.security.csrf.token_storage')->hasToken('foo'));
50 …rtFalse(static::$kernel->getContainer()->get('test.security.csrf.token_storage')->hasToken('foo'));
/dports/www/owncloud/owncloud/lib/private/Security/CSRF/
H A DCsrfTokenManager.php55 if ($this->sessionStorage->hasToken()) {
90 if (!$this->sessionStorage->hasToken()) {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/session/
H A DSessionUnitTest.php225 $this->assertFalse( $session->hasToken() );
228 $this->assertTrue( $session->hasToken() );
241 $this->assertFalse( $session->hasToken( 'secret' ) );
247 $this->assertTrue( $session->hasToken() );
248 $this->assertTrue( $session->hasToken( 'secret' ) );
/dports/www/nextcloud/nextcloud/lib/private/Security/CSRF/
H A DCsrfTokenManager.php64 if ($this->sessionStorage->hasToken()) {
102 if (!$this->sessionStorage->hasToken()) {
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-csrf/Symfony/Component/Security/Csrf/
H A DCsrfTokenManager.php55 if ($this->storage->hasToken($tokenId)) {
91 if (!$this->storage->hasToken($token->getId())) {

1234567891011