MCPcopy Create free account

hub / github.com/asz798838958/FrciblyK12 / functions

Functions4,268 in github.com/asz798838958/FrciblyK12

↓ 4 callersFunction_dedupe_chips
(*groups: list[Any])
core/account_graph.py:101
↓ 4 callersFunction_deep_get
简化 dot-path 取值: 'data.list' → data["data"]["list"]
core/generic_http_mailbox.py:27
↓ 4 callersFunction_default_name
(email: str)
platforms/windsurf/plugin.py:27
↓ 4 callersMethod_dom_click
(button)
platforms/windsurf/browser_register.py:1568
↓ 4 callersFunction_dump_json
(data: Any)
application/tasks.py:83
↓ 4 callersFunction_extract_recaptcha_sitekey
从 PayPal reCAPTCHA widget / iframe URL 中提取 sitekey。 与 turnstile 同样需要遍历每个 frame,因为 PayPal 把 reCAPTCHA 也常常 放在 ``recaptcha.net`` / ``google.com/
platforms/chatgpt/payment.py:3937
↓ 4 callersFunction_extract_stripe_redirect_url
(payload: dict[str, Any])
platforms/windsurf/browser_register.py:57
↓ 4 callersFunction_extract_turnstile_sitekey
从主 DOM、所有 frame DOM 以及 frame URL 中提取 Turnstile sitekey。 PayPal mock 页面的 Turnstile widget 经常被嵌在跨域子 iframe 中 (PayPal 自家 risk iframe → cloudflar
platforms/chatgpt/payment.py:3877
↓ 4 callersFunction_find_visible_element
(page, selectors: list[str], *, require_enabled: bool = False)
platforms/openblocklabs/browser_register.py:261
↓ 4 callersFunction_first
(fields: list[ProtoField], number: int)
platforms/windsurf/core.py:132
↓ 4 callersFunction_generate_datadog_trace_headers
()
platforms/chatgpt/register.py:203
↓ 4 callersFunction_generate_datadog_trace_headers
()
platforms/chatgpt/browser_register.py:1895
↓ 4 callersFunction_get_cache_dir
()
platforms/kiro/switch.py:34
↓ 4 callersMethod_get_captcha_solver_candidates
(self)
core/base_platform.py:368
↓ 4 callersFunction_get_config_value
(key: str)
platforms/chatgpt/cpa_upload.py:32
↓ 4 callersMethod_get_verification_code
获取验证码
platforms/chatgpt/register.py:1624
↓ 4 callersFunction_graph_for_account
(session: Session, account_id: int)
core/account_graph.py:655
↓ 4 callersMethod_graphql
(self, payload: dict[str, Any] | list[dict[str, Any]], *, access_token: str = "", referer: str | None = None)
platforms/anything/core.py:332
↓ 4 callersMethod_has_configured_captcha
(self, solver_name: str)
core/base_platform.py:354
↓ 4 callersMethod_headers
(self)
core/any2api_sync.py:48
↓ 4 callersFunction_int_config
(value: Any, default: int)
platforms/chatgpt/workspace_join.py:30
↓ 4 callersMethod_is_alipay_selected
(page: Page)
platforms/windsurf/browser_register.py:1599
↓ 4 callersFunction_is_ctf_sandbox_url
(url: str)
platforms/chatgpt/payment.py:2403
↓ 4 callersFunction_is_paypal_review_url
(url: str)
platforms/chatgpt/payment.py:2512
↓ 4 callersFunction_is_turnstile_modal_visible
(page)
platforms/openblocklabs/browser_register.py:88
↓ 4 callersFunction_jwt_claims_no_verify
解析 JWT ID Token(不验证签名)
platforms/chatgpt/oauth.py:91
↓ 4 callersMethod_load_state
(self, account: Account, *, force_refresh: bool = False)
platforms/blink/plugin.py:80
↓ 4 callersFunction_looks_like_navigation_interrupt
(exc: Exception)
platforms/chatgpt/cpa_session.py:318
↓ 4 callersFunction_mark_outlook_mailbox_event
(shared_mailbox, account, event: str, logger: TaskLogger)
application/tasks.py:715
↓ 4 callersMethod_message_id
(mail: dict[str, Any])
core/outlook_email_mailbox.py:398
↓ 4 callersMethod_message_id
(mail: dict)
core/local_ms_mailbox.py:379
↓ 4 callersMethod_message_id
(message: dict)
core/base_mailbox.py:854
↓ 4 callersMethod_message_id
(mail: dict)
core/base_mailbox.py:1930
↓ 4 callersFunction_normalize_paypal_dob_value
把常见 DOB 输入规范成 PayPal hosted 接受的 ``MM/DD/YYYY``。
platforms/chatgpt/payment.py:5422
↓ 4 callersMethod_open_browser
与业务代码代期使用的 ``with Camoufox(**launch_opts) as browser:`` 接口 保持兑现:按 ``self.backend_config`` 路由到 Camoufox 或 BitBrowser。 BitBrowser 路径下 la
platforms/chatgpt/browser_register.py:4702
↓ 4 callersFunction_page_wait
(page, ms: int)
platforms/chatgpt/cpa_session.py:474
↓ 4 callersFunction_parse_hero_status_text
(text: str)
core/base_sms.py:240
↓ 4 callersFunction_paypal_api_headers_base
SignUp + hermes batch 两类 PayPal API 调用共用的浏览器风格 header 基线。
platforms/chatgpt/paypal_http.py:542
↓ 4 callersFunction_persist_account_graph
( session: Session, *, account_id: int, platform: str, summary: dict[str, Any], platfo
core/account_graph.py:673
↓ 4 callersMethod_profile_post
(self,endpoint,payload)
platforms/kiro/core.py:408
↓ 4 callersFunction_profile_workspace_text
(page, timeout_ms: int)
platforms/chatgpt/cpa_session.py:296
↓ 4 callersFunction_remaining_ms
(deadline: float, minimum: int = 1000)
platforms/chatgpt/cpa_session.py:481
↓ 4 callersMethod_resolve_referer
(self, referer: str | None)
platforms/anything/core.py:324
↓ 4 callersMethod_response_json
(response, label: str)
core/outlook_email_mailbox.py:233
↓ 4 callersMethod_run_auth
执行认证步骤链(如果有)。
core/generic_http_mailbox.py:259
↓ 4 callersFunction_run_single_account_check
(account_id: int, logger: TaskLogger | None = None)
application/tasks.py:772
↓ 4 callersFunction_safe_int
(value, default: int)
core/base_sms.py:211
↓ 4 callersFunction_safe_list
(value: Any)
core/account_graph.py:84
↓ 4 callersFunction_safe_log
(log, message: str)
platforms/chatgpt/cpa_session.py:466
↓ 4 callersMethod_select_accounts_for_export
(self, data: dict[str, Any])
customer_portal_api/app/services/portal.py:845
↓ 4 callersMethod_select_option_flexible
(locator, text: str)
platforms/windsurf/browser_register.py:1534
↓ 4 callersMethod_serialize
(item: AccountRecord)
application/accounts.py:137
↓ 4 callersFunction_signup_referer
构造 SignUp POST 用的 ``Referer``:``/checkoutweb/signup?...``。 PayPal 服务器对 Referer 做来源校验,必须指向 SignUp SPA 页面(带 ec_token / ba_token),否则**会把请求路由成"页面
platforms/chatgpt/paypal_http.py:689
↓ 4 callersFunction_smsbower_from_payload
(payload: HeroSmsQueryRequest | None = None)
api/sms.py:156
↓ 4 callersMethod_split_name
(name: str)
platforms/windsurf/browser_register.py:751
↓ 4 callersFunction_split_names
(value: Any)
core/outlook_email_mailbox.py:27
↓ 4 callersMethod_stream_bytes
(content: bytes, media_type: str, filename: str)
customer_portal_api/app/services/portal.py:1107
↓ 4 callersFunction_to_record
(model: SmsPoolBlacklistModel)
infrastructure/sms_pool_repository.py:76
↓ 4 callersFunction_utcnow
()
infrastructure/provider_definitions_repository.py:13
↓ 4 callersFunction_utcnow
()
infrastructure/provider_settings_repository.py:11
↓ 4 callersFunction_visible
(selector: str)
platforms/gopay/browser_pay.py:55
↓ 4 callersFunction_wait_cf_full_block_clear
(page, timeout: int = 120, log_fn=print)
platforms/openblocklabs/browser_register.py:176
↓ 4 callersFunction_wait_for_manual_security_challenge
( page, *, timeout_ms: int, log: Callable[[str], None], cancel_check: Callable[[], bool] |
platforms/chatgpt/payment.py:4490
↓ 4 callersMethodacquire_or
池非空就 acquire,否则返回 fallback(不维护 usage 计数)。 fallback 通常是用户在 UI 表单里直接填的 profile_id 或环境变量 ``BIT_PROFILE_ID``。``"" / None`` 都视作"没 fallback
application/bitbrowser_profiles.py:166
↓ 4 callersMethodactive_page
(self)
core/oauth_browser.py:238
↓ 4 callersFunctionappend_task_event
(task_id: str, message: str, *, event_type: str = "log", level: str = "info", detail: dict | None = None)
application/tasks.py:384
↓ 4 callersFunctionbuild_desktop_app_state
( *, app_id: str, app_name: str, process_patterns: Iterable[str], install_paths: Iterable[
core/desktop_apps.py:104
↓ 4 callersMethodclear
(self)
platforms/chatgpt/sentinel_vm.py:265
↓ 4 callersMethodcookie_value
(self, *names: str, domain_substrings: Iterable[str] = ())
core/oauth_browser.py:363
↓ 4 callersFunctioncreate_gopay_register_account_task
GoPay 协议注册账号 + 设置 PIN 的单步任务。
application/tasks.py:336
↓ 4 callersFunctioncreate_mailbox
工厂方法:根据 provider 创建对应的 mailbox 实例
core/base_mailbox.py:319
↓ 4 callersFunctionextract_session_token
(session_token: str = "", cookies: str = "")
platforms/chatgpt/switch.py:74
↓ 4 callersFunctionextract_windsurf_account_context
(account: Any)
platforms/windsurf/core.py:383
↓ 4 callersFunctionformatDateTime
( value: string | number | Date, language: Language, options?: Intl.DateTimeFormatOptions, )
frontend/src/lib/i18n.ts:1022
↓ 4 callersMethodgenerate_requirements_token
(self)
platforms/chatgpt/register.py:331
↓ 4 callersMethodgenerate_token
(self, seed: str, difficulty: str)
platforms/chatgpt/register.py:343
↓ 4 callersMethodget
(self, setting_id: int)
infrastructure/provider_settings_repository.py:27
↓ 4 callersFunctionget1
(k: str)
platforms/chatgpt/oauth.py:68
↓ 4 callersFunctiongetAccountOverview
(acc: any)
frontend/src/pages/Accounts.tsx:38
↓ 4 callersFunctiongetDefaultProviderKey
(settings: ProviderSetting[] = [])
frontend/src/pages/Register.tsx:43
↓ 4 callersFunctiongetDisplayStatus
(acc: any)
frontend/src/pages/Accounts.tsx:63
↓ 4 callersFunctiongetDisplaySummary
(acc: any)
frontend/src/pages/CtfGptPlus.tsx:87
↓ 4 callersFunctiongetOptionLabel
(value: string, options: ChoiceOption[] = [], language?: Language)
frontend/src/lib/registration.ts:12
↓ 4 callersFunctiongetPlanState
(acc: any)
frontend/src/pages/PlusManager.tsx:48
↓ 4 callersFunctiongetValidityStatus
(acc: any)
frontend/src/pages/Accounts.tsx:71
↓ 4 callersFunctionget_cursor_user_info
通过 token 获取用户信息
platforms/cursor/switch.py:237
↓ 4 callersMethodget_email
(self)
core/outlook_email_mailbox.py:380
↓ 4 callersMethodget_email
获取一个可用邮箱
core/base_mailbox.py:29
↓ 4 callersMethodget_prices
(self, service: str | None = None, country: str | int | None = None)
core/base_sms.py:419
↓ 4 callersMethodget_result
(self)
core/db.py:266
↓ 4 callersFunctioninvalidateConfigCache
()
frontend/src/lib/app-data.ts:59
↓ 4 callersFunctionisPhoneBound
(acc: any)
frontend/src/pages/CtfGptPlus.tsx:140
↓ 4 callersMethodlist_definitions
(self, provider_type: str, *, enabled_only: bool = False)
application/provider_definitions.py:10
↓ 4 callersMethodlist_driver_templates
(self, provider_type: str)
application/provider_definitions.py:13
↓ 4 callersFunctionlist_platforms
()
core/registry.py:110
↓ 4 callersFunctionloadConfigData
()
frontend/src/pages/Settings.tsx:853
↓ 4 callersFunctionmark_session_insecure
标记 requests.Session 为 verify=False,并在调用端配合 suppress_insecure_request_warning 使用。 返回 session 便于链式调用。
core/tls.py:26
↓ 4 callersFunctionnormalize_identity_provider
(value: Optional[str])
core/base_identity.py:39
↓ 4 callersFunctionnormalize_oauth_provider
(value: Optional[str])
core/base_identity.py:43
↓ 4 callersFunctionnumberInput
( label: string, value: number, onChange: (value: number) => void, min = 1, max?: number,
frontend/src/pages/CtfGptPlus.tsx:554
← previousnext →401–500 of 4,268, ranked by callers