/dports/databases/py-alembic14/alembic-1.4.3/alembic/autogenerate/ |
H A D | api.py | 458 upgrade_token = migration_context.opts["upgrade_token"] 463 migration_script.upgrade_ops_list[-1].upgrade_token = upgrade_token 470 ops.UpgradeOps([], upgrade_token=upgrade_token)
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/autogenerate/ |
H A D | api.py | 548 upgrade_token = migration_context.opts["upgrade_token"] 553 migration_script.upgrade_ops_list[-1].upgrade_token = upgrade_token 560 ops.UpgradeOps([], upgrade_token=upgrade_token)
|
/dports/www/moodle310/moodle/badges/classes/oauth2/ |
H A D | client.php | 191 return $this->upgrade_token($this->accesstoken->refreshtoken, 'refresh_token'); 206 if ($code && $this->upgrade_token($code, 'authorization_code')) { 221 public function upgrade_token($code, $granttype = 'authorization_code') { function in core_badges\\oauth2\\client
|
/dports/www/moodle311/moodle/badges/classes/oauth2/ |
H A D | client.php | 191 return $this->upgrade_token($this->accesstoken->refreshtoken, 'refresh_token'); 206 if ($code && $this->upgrade_token($code, 'authorization_code')) { 221 public function upgrade_token($code, $granttype = 'authorization_code') { function in core_badges\\oauth2\\client
|
/dports/www/moodle39/moodle/badges/classes/oauth2/ |
H A D | client.php | 191 return $this->upgrade_token($this->accesstoken->refreshtoken, 'refresh_token'); 206 if ($code && $this->upgrade_token($code, 'authorization_code')) { 221 public function upgrade_token($code, $granttype = 'authorization_code') { function in core_badges\\oauth2\\client
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/processors/ |
H A D | processor.hpp | 73 if (ci_find_substr(upgrade_header, constants::upgrade_token, in is_websocket_handshake() 74 sizeof(constants::upgrade_token)-1) == upgrade_header.end()) in is_websocket_handshake()
|
H A D | base.hpp | 46 static char const upgrade_token[] = "websocket"; variable
|
H A D | hybi13.hpp | 176 response.append_header("Upgrade",constants::upgrade_token); in process_handshake() 245 if (utility::ci_find_substr(upgrade_header, constants::upgrade_token, in validate_server_handshake_response() 246 sizeof(constants::upgrade_token)-1) == upgrade_header.end()) in validate_server_handshake_response()
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/processors/ |
H A D | processor.hpp | 73 if (ci_find_substr(upgrade_header, constants::upgrade_token, in is_websocket_handshake() 74 sizeof(constants::upgrade_token)-1) == upgrade_header.end()) in is_websocket_handshake()
|
H A D | base.hpp | 46 static char const upgrade_token[] = "websocket"; variable
|
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/processors/ |
H A D | processor.hpp | 73 if (ci_find_substr(upgrade_header, constants::upgrade_token, in is_websocket_handshake() 74 sizeof(constants::upgrade_token)-1) == upgrade_header.end()) in is_websocket_handshake()
|
H A D | base.hpp | 46 static char const upgrade_token[] = "websocket"; variable
|
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/processors/ |
H A D | processor.hpp | 73 if (ci_find_substr(upgrade_header, constants::upgrade_token, in is_websocket_handshake() 74 sizeof(constants::upgrade_token)-1) == upgrade_header.end()) in is_websocket_handshake()
|
H A D | base.hpp | 46 static char const upgrade_token[] = "websocket"; variable
|
/dports/databases/py-alembic14/alembic-1.4.3/alembic/runtime/ |
H A D | environment.py | 309 upgrade_token="upgrades", argument 797 opts["upgrade_token"] = upgrade_token
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/runtime/ |
H A D | environment.py | 342 upgrade_token: str = "upgrades", 801 opts["upgrade_token"] = upgrade_token
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/templates/multidb/ |
H A D | env.py | 115 upgrade_token="%s_upgrades" % name,
|
/dports/databases/py-alembic14/alembic-1.4.3/alembic/templates/multidb/ |
H A D | env.py | 115 upgrade_token="%s_upgrades" % name,
|
/dports/www/moodle311/moodle/lib/classes/oauth2/ |
H A D | client.php | 250 public function upgrade_token($code) { function in core\\oauth2\\client 251 $upgraded = parent::upgrade_token($code);
|
/dports/www/moodle310/moodle/lib/classes/oauth2/ |
H A D | client.php | 250 public function upgrade_token($code) { function in core\\oauth2\\client 251 $upgraded = parent::upgrade_token($code);
|
/dports/www/moodle310/moodle/lib/ |
H A D | oauthlib.php | 479 if ($code && !in_array($code, self::$upgradedcodes) && $this->upgrade_token($code)) { 556 public function upgrade_token($code) { function in oauth2_client
|
/dports/www/moodle311/moodle/lib/ |
H A D | oauthlib.php | 479 if ($code && !in_array($code, self::$upgradedcodes) && $this->upgrade_token($code)) { 556 public function upgrade_token($code) { function in oauth2_client
|
/dports/www/moodle39/moodle/lib/ |
H A D | oauthlib.php | 479 if ($code && !in_array($code, self::$upgradedcodes) && $this->upgrade_token($code)) { 556 public function upgrade_token($code) { function in oauth2_client
|
/dports/www/py-flask-migrate/Flask-Migrate-3.1.0/src/flask_migrate/templates/flask-multidb/ |
H A D | env.py | 149 upgrade_token="%s_upgrades" % name,
|
/dports/www/py-flask-migrate/Flask-Migrate-3.1.0/src/flask_migrate/templates/aioflask-multidb/ |
H A D | env.py | 131 upgrade_token="%s_upgrades" % name,
|