diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/02350f2e7c775219.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/02350f2e7c775219.txt new file mode 100644 index 0000000000000000000000000000000000000000..a390069f089a2ae3dffb0d628d2e66eb16646e06 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/02350f2e7c775219.txt @@ -0,0 +1,11 @@ + 5034 r = mesh_task => { + 5035 if let Err(e) = r { + 5036 eprintln!("[SPF] Mesh task exited: {}", e); + 5037 } + 5038 } + 5039 } + 5040 }); + 5041 }); + 5042 + 5043 log(&format!("{} API started on {}:{}", scheme, http_config.bind, http_port)); + 5044 log(&format!("Mesh started | Role: {} | Team: {} | Discovery: {}", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0328d73718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0328d73718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c486c8586fce496b952492ad4134760311a1da --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0328d73718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Grep,Grep] | ts=2026-03-18T22:54:29.032935478+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/03b5283048df6f11.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/03b5283048df6f11.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a4375c57a1daab73591544ac9865b2e567eafe3 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/03b5283048df6f11.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=transformer:flint-router allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_calculate,Bash,Bash] | ts=2026-03-19T01:27:35.529123940+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/03f7cce118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/03f7cce118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/03f7cce118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0405c505aeaed542.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0405c505aeaed542.txt new file mode 100644 index 0000000000000000000000000000000000000000..6346aafdc388ae14f3364eff08a419b01ed0f03b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0405c505aeaed542.txt @@ -0,0 +1,16 @@ + 657 .and_then(|n| n.to_str()) + 658 .unwrap_or("") + 659 .to_string(); + 660 + 661 // Skip hidden files and marker + 662 if name.starts_with('.') { + 663 continue; + 664 } + 665 + 666 // Only index known text formats + 667 let ext = path.extension().and_then(|e| e.to_str()).unwrap_or(""); + 668 if !matches!(ext, "md" | "txt" | "rs" | "json") { + 669 continue; + 670 } + 671 + 672 if already_indexed.contains(&name) { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/044d8fa618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/044d8fa618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/044d8fa618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/06fcf3918c16b6d3.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/06fcf3918c16b6d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d15b9df80001b9512ee4efea2fbb58eed02c642d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/06fcf3918c16b6d3.txt @@ -0,0 +1,5 @@ + 5997 3. Use \`gh api /repos/{owner}/{repo}/pulls/{number}/comments\` to get review comments. Pay particular attention to the following fields: \`body\`, \`diff_hunk\`, \`path\`, \`line\`, etc. If the comment references some code, consider fetching it using eg \`gh api /repos/{owner}/{repo}/contents/{path}?ref={branch} | jq .content -r | base64 -d\` + 5998 4. Parse and format all comments in a readable way + 5999 5. Return ONLY the formatted comments, with no additional text + 6000 + 6001 Format the comments as: \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/073bf71526af4588.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/073bf71526af4588.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac160f98d10bda49df93171037c4b86b8b0d70a3 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/073bf71526af4588.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/brain_local.rs:/// spf_brain_context — hybrid search, returns formatted context for prompt injection +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/brain_local.rs: Ok(ctx) if ctx.is_empty() => format!("No context found for '{}'", query), +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/brain_local.rs: Err(e) => format!("Brain context error: {}", e), +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/brain_local.rs: Ok(stats) => format!( \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a169b8612d65580.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a169b8612d65580.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccac84727a2b546439bada43bc8649fca97c006c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a169b8612d65580.txt @@ -0,0 +1,9 @@ + 84 ed25519-dalek = { version = "3.0.0-pre.1", features = ["rand_core"] } + 85 rand = "0.9" + 86 + 87 # ============================================================================ + 88 # HTTP API — Axum async HTTP framework with TLS (replaces tiny_http) + 89 # ============================================================================ + 90 axum = { version = "0.8", features = ["ws"] } + 91 axum-server = { version = "0.8", features = ["tls-rustls"] } + 92 rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] } \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a5df87c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a5df87c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a5df87c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a730b3518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a730b3518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a730b3518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a7b8ac218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a7b8ac218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a7b8ac218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a8d5a4018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a8d5a4018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a8d5a4018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0a97b5c3f8dae72d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a97b5c3f8dae72d.txt new file mode 100644 index 0000000000000000000000000000000000000000..676234a5767c7d0e54dceaf29e714cfd98b0dedc --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0a97b5c3f8dae72d.txt @@ -0,0 +1,6 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/utf8_safe.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/brain_local.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/flint_memory.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/browser.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/src/config.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/src/calculate.rs \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0aa56a2118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0aa56a2118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0aa56a2118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0abd3a1c18eecc12.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0abd3a1c18eecc12.txt new file mode 100644 index 0000000000000000000000000000000000000000..2333f46af12c9d74633c2d4a939206db3e20f1a0 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0abd3a1c18eecc12.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Grep,Grep] | ts=2026-03-20T10:14:02.930877964+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0ae7c33d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0ae7c33d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0ae7c33d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0c5d82896507b966.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0c5d82896507b966.txt new file mode 100644 index 0000000000000000000000000000000000000000..a629d518bacd19c49ec0f19d1fcf722e27cbd0fd --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0c5d82896507b966.txt @@ -0,0 +1,9 @@ + 4832 // Old is_empty() check missed clones (old key not empty, just wrong). + 4833 // Deterministic: same signing_key always produces same api_key. + 4834 // ================================================================ + 4835 let mut http_config = http_config; // shadow as mutable + 4836 let derived_key = crate::identity::derive_api_key(&signing_key); + 4837 http_config.api_key = derived_key; + 4838 log("API key synced from identity"); + 4839 + 4840 // ================================================================ \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0cb1af2fc673c784.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0cb1af2fc673c784.txt new file mode 100644 index 0000000000000000000000000000000000000000..c13c2d4557afdca2254fa9a40bb7f4a33e534dec --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0cb1af2fc673c784.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: ) -> Result { +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: if !self.conversations.iter().any(|c| c.id == conversation_id) { +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: let timestamp = chrono::Utc::now().to_rfc3339(); +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: self.conversations.push(Conversation::new( +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: conversation_id.to_string(), \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0cf5094318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0cf5094318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0cf5094318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0d4f0c8b18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0d4f0c8b18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0d4f0c8b18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0db6e33018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0db6e33018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0db6e33018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0df68d00ad4240ee.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0df68d00ad4240ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..9967222b8b405357831ff4f3eea3c6eb2e194795 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0df68d00ad4240ee.txt @@ -0,0 +1,9 @@ + .map(|p| p.addr.clone()) + .unwrap_or_default(); + let (reply_tx, _) = std::sync::mpsc::channel(); + let _ = tx.send(crate::mesh::MeshRequest { + peer_key: peer_key.clone(), + addrs, + tool: "spf_voice_mode".to_string(), + args: json!({ + "action": "team_join_notify", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0dfc1a9318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0dfc1a9318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0dfc1a9318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0f467f71182eba5a.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0f467f71182eba5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..02edcf9c080123edc2b3d14827474a01b1c15680 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0f467f71182eba5a.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/dispatch.rs- fn tool_request_with_new_sources() { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/dispatch.rs- let req = ToolRequest { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/dispatch.rs: source: Source::Transformer { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/dispatch.rs- role: "writer".to_string(), \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/0fe7e117520565d6.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/0fe7e117520565d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..97edc64b882bfb60947e3ab6c06021eb04fafe4f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/0fe7e117520565d6.txt @@ -0,0 +1,9 @@ + 1943 rg.arg("--").arg(pattern).arg(path); + 1944 rg.stderr(std::process::Stdio::null()); + 1945 + 1946 match rg.output() { + 1947 Ok(output) => { + 1948 let stdout = utf8_safe::process_output_safe(&output.stdout); + 1949 // Limit to first 500 lines (replaces piped head -500) + 1950 let truncated: String = stdout.lines().take(500).collect::>().join("\n"); + 1951 let _ = storage.save_session(session); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1028a48f74a2423f.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1028a48f74a2423f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad851819239235f2da3c168326f285ca13906af0 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1028a48f74a2423f.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/validate.rs:pub fn validate_transformer_ops(params: &ToolParams, _config: &SpfConfig) -> ValidationResult { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/validate.rs: format!("TRANSFORMER: batch_size {} exceeds max 512", batch) +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/validate.rs: config.user_fs_paths.push(format!("{}/", home)); +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/validate.rs: let cmd = format!("grep pattern {}/somefile.txt", home); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/116a2a3edf739a5c.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/116a2a3edf739a5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b835aefad349b56e347f5197b983394b5e4cb7ab --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/116a2a3edf739a5c.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01AX7E5rihUV6YnZgKz4ZW7M.txt +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01KBDVA6bNzaVgdBYEsqzEnb.txt +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01BBRtoP5hWMkxGN5kYRiFi6.txt \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1193a727a93c197c.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1193a727a93c197c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0f5be91850b3fe22d2d32a4025eb7ba1d7c61f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1193a727a93c197c.txt @@ -0,0 +1,10 @@ + 4578 // Init in-process brain (MiniLM-L6-v2 + LMDB) — replaces subprocess brain + 4579 crate::brain_local::init_brain(); + 4580 crate::brain_local::index_knowledge_docs(); + 4581 crate::brain_local::index_spf_sources(); + 4582 + 4583 let live_base = spf_root().join("LIVE"); + 4584 + 4585 // Open LMDBs (same as run) + 4586 let tmp_db = crate::tmp_db::SpfTmpDb::open(&live_base.join("TMP/TMP.DB")).ok(); + 4587 let agent_db = crate::agent_state::AgentStateDb::open(&live_base.join("LMDB5/LMDB5.DB")).ok(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/11b8e1bb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/11b8e1bb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/11b8e1bb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/11c5c1ef18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/11c5c1ef18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/11c5c1ef18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/11e0b23718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/11e0b23718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/11e0b23718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1208edb7b4f40105.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1208edb7b4f40105.txt new file mode 100644 index 0000000000000000000000000000000000000000..c148888da8b44de5bb38dd87b88e235be4b8e10f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1208edb7b4f40105.txt @@ -0,0 +1,11 @@ + 4952 log("WARNING: Failed to read TLS cert/key files. Starting without TLS."); + 4953 None + 4954 } + 4955 } + 4956 } else { + 4957 None + 4958 }; + 4959 let scheme = if tls.is_some() { "HTTPS" } else { "HTTP" }; + 4960 let http_state = Arc::clone(&state); + 4961 let http_port = http_config.port; + 4962 let http_bind = http_config.bind.clone(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1314b22d40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1314b22d40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1314b22d40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/139e18d209e93fd3.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/139e18d209e93fd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c25ce4433ba1e4f725de4d8c7fcc440195a6b8e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/139e18d209e93fd3.txt @@ -0,0 +1,6 @@ + from_config(config, role): creates model, initializes learning+optimizer if online_learning=true. param_sizes from model.weights(). chat_enabled=false (Block PP off by default). + +Score: 0.434 | /data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/fd9ccb41c5456f7c.txt +init_transformer(transformer_config, worker_config) → Result: + Returns Err if !enabled. Determines checkpoint path (override or LIVE/MODELS/{writer|researcher}_checkpoint). + TransformerState::from_config(). Attempts to load checkpoint: read → deserialize_weights → apply_weights. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/14b8cce71defa0b5.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/14b8cce71defa0b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a43f7e2c7b5471b245570ec8058cd0676553cb4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/14b8cce71defa0b5.txt @@ -0,0 +1,9 @@ + 4096 json!({"type": "text", "text": format!( + 4097 "Rejected call from {}", &peer_key[..8.min(peer_key.len())] + 4098 )}) + 4099 } + 4100 "end" => { + 4101 // End any active or ringing call + 4102 let call_opt = { + 4103 let mut call_state = crate::voice::CALL_STATE.lock().unwrap_or_else(|e| e.into_inner()); + 4104 if call_state.as_ref().map_or(false, |cs| cs.is_in_progress()) { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/14e3144ec14978d2.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/14e3144ec14978d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..93e160b29eabc073104f0918d89ba5194ee4ebe9 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/14e3144ec14978d2.txt @@ -0,0 +1,2 @@ + 714 `){let A=this.continueScalar(_+1);if(A===-1)break;_=Math.max(_,A-2)}}else{if(q&&oZ8.has(Y))break;K=_}if(!Y&&!this.atEnd)return this.setNext("plain-scalar");return yield Bc6.SCALAR,yield*this.pushToIndex(K+1,!0),q?"flow":"doc"}*pushCount(q){if(q>0)return yield this.buffer.substr(this.pos,q),this.pos+=q,q;return 0}*pushToIndex(q,K){let _=this.buffer.slice(this.pos,q);if(_)return yield _,this.pos+=_.length,_.length;else if(K)yield"";return 0}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil($L1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let q=this.flowLevel>0,K=this.charAt(1);if(ex(K)||q&&oZ8.has(K)){if(!q)this.indentNext=this.indentValue+1;else if(this.flowKey)this.flowKey=!1;return(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}}return 0}*pushTag(){if(this.charAt(1)==="<"){let q=this.pos+2,K=this.buffer[q];while(!ex(K)&&K!==">")K=this.buffer[++q];return yield*this.pushToIndex(K===">"?q+1:q,!1)}else{let q=this.pos+1,K=this.buffer[q];while(K)if(Lk_.has(K))K=this.buffer[++q];else if(K==="%"&&x1q.has(this.buffer[q+1])&&x1q.has(this.buffer[q+2]))K=this.buffer[q+=3];else break;return yield*this.pushToIndex(q,!1)}}*pushNewline(){let q=this.buffer[this.pos];if(q===` + 715 `)return yield*this.pushCount(1);else if(q==="\r"&&this.charAt(1)===` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/15cc613e256ef332.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/15cc613e256ef332.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a8435230b339de2cc76a2db1ab68d2bc790ceba --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/15cc613e256ef332.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/SESSION/cmd.log:[2026-04-04 07:00:24] CALL spf_api_session | {"action":"open","peer_key":"ba2ad5c3119ce182"} +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/SESSION/cmd.log:[2026-04-04 07:11:32] CALL spf_brain_context | q=groups keys files ba2ad5c3 trusted peers list HTTP config api_key port +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/SESSION/cmd.log:[2026-04-04 07:34:20] CALL Read | {"file_path":"/data/data/com.termux/files/home/SPFsmartGATE/LIVE/CONFIG/groups/ba2ad5c3.json"} \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/17078aabc35dac6f.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/17078aabc35dac6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb9acd52838d92ca38892543cddee8c4e65d0107 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/17078aabc35dac6f.txt @@ -0,0 +1,2 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/483c1460560f0299.txt:GATE SIGNAL | tool=spf_brain_status source=mesh:ba2ad5c3 allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[spf_api_session,spf_mesh_status,spf_status] | ts=2026-04-01T08:47:16.241691223+00:00 +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/483f6b35fcea9aed.txt:GATE SIGNAL | tool=spf_api_session source=mesh:ba2ad5c3 allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[Glob,spf_chat_send,Bash] | ts=2026-04-01T08:51:21.878250765+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/192508bc39b4183e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/192508bc39b4183e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8c0ce62fc4a5f3e16646a7f061636ad8861451c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/192508bc39b4183e.txt @@ -0,0 +1,10 @@ + 326 } else if let Some(p) = args.get("pattern").and_then(|v| v.as_str()) { + 327 p.to_string() + 328 } else if let Some(cmd) = args.get("command").and_then(|v| v.as_str()) { + 329 cmd.chars().take(100).collect() + 330 } else if let Some(text) = args.get("text").and_then(|v| v.as_str()) { + 331 text.chars().take(100).collect() + 332 } else if let Some(url) = args.get("url").and_then(|v| v.as_str()) { + 333 url.to_string() + 334 } else { + 335 String::new() \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1b15b40e8e35e669.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1b15b40e8e35e669.txt new file mode 100644 index 0000000000000000000000000000000000000000..2701a1c70bf335ddfc29e590b9686767bda29262 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1b15b40e8e35e669.txt @@ -0,0 +1,16 @@ + 53 impl JunctionId { + 54 pub fn new(row: u8, col: u8) -> Self { + 55 Self { row, col } + 56 } + 57 + 58 /// Get zone this junction belongs to + 59 pub fn zone(&self) -> ZoneId { + 60 ZoneId::from_pos(self.row, self.col) + 61 } + 62 } + 63 + 64 /// SS Connection - Entry point to V1's SS grid + 65 pub struct SSConnection { + 66 /// Zone map for routing decisions + 67 zone_map: ZoneMap, + 68 /// Active junctions per zone (for load balancing) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1b1b311989156f73.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1b1b311989156f73.txt new file mode 100644 index 0000000000000000000000000000000000000000..07f0a0593f43b5823951dda4db987157d7c8d4c4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1b1b311989156f73.txt @@ -0,0 +1,8 @@ + pub fn get_context(&self, conversation_id: &str) -> Option { + pub fn get_conversation(&self, id: &str) -> Option<&Conversation> { + pub fn list_conversations(&self) -> Vec { + pub fn get_history(&self, conversation_id: &str, limit: usize) -> Vec<&ChatMessage> { + pub fn conversation_count(&self) -> usize { + pub fn total_messages(&self) -> usize { + pub fn persist_conversation(&self, conversation_id: &str) -> Option)>> { + pub fn load_conversation_messages( \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1d493ae33d61a8c0.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1d493ae33d61a8c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ffc86033d156c97267b577fb4b80e8d31d19f3f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1d493ae33d61a8c0.txt @@ -0,0 +1,6 @@ +/data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs: * self.frame_duration_ms as usize) / 1000 +/data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs- } +-- +/data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs- let frame_bytes = (self.model_sample_rate as usize * self.config.channels as usize * 2 +/data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs: * self.config.frame_duration_ms as usize) / 1000; +/data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs- if frame_bytes == 0 { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/1e53a9f6b7747ae9.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/1e53a9f6b7747ae9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b56ceffa5cacecb7b31af4ec9850d0556faa331e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/1e53a9f6b7747ae9.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01Mck3W3seHCV68iAZPbsdYL.txt +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01PNrFn6re25FaydS8RvR1yA.txt +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/.claude/projects/-data-data-com-termux-files-home/a8cf407b-500d-40e8-aee5-004ceea3ec9f/tool-results/toolu_01FVb578iYbbPWFRDYxnLsTF.txt \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/20470c5803c8c372.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/20470c5803c8c372.txt new file mode 100644 index 0000000000000000000000000000000000000000..279f0200205f7ad93ef033210a4de3f3a2448147 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/20470c5803c8c372.txt @@ -0,0 +1,8 @@ + 766 "reason": {"type": "string", "description": "Why FLINT should execute this tool (logged for training)"} + 767 }), + 768 vec!["tool_name"], + 769 ), + 770 // ====== SPF_FS Tools — REMOVED FROM AI AGENT REGISTRY ====== + 771 // spf_fs_exists, spf_fs_stat, spf_fs_ls, spf_fs_read, + 772 // spf_fs_write, spf_fs_mkdir, spf_fs_rm, spf_fs_rename + 773 // These are USER/SYSTEM-ONLY tools. Not exposed to AI agents via MCP. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/23771010e3608574.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/23771010e3608574.txt new file mode 100644 index 0000000000000000000000000000000000000000..50dce1bd0bd390750078b395c93eb7a4dc498d84 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/23771010e3608574.txt @@ -0,0 +1,11 @@ + 72 FIX-5 ✅ 4-phase lock restructure (transformer_tools.rs:449-703) + 73 FIX-6 ✅ Auto-resolved by FIX-2 + 74 + 75 ## R2 Token Reduction (partial) + 76 TR-D ✅ Smart Grep/Glob compression (flint_memory.rs:326-348) + 77 + 78 ## Build + Deploy + 79 BD-1 ✅ spf-voice src files placed in LIVE/TMP/spf-voice/src/ + 80 BD-2 ✅ build.rs restored — espeak-ng linker fixed + 81 BD-3 ✅ Binary rebuilt and deployed (Session 3) + 82 BD-4 ✅ lib.rs — pub mod flint_memory added \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/2453f50415e419fc.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/2453f50415e419fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9366ae6756bbff7e9399d22d36ca50143da3360 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/2453f50415e419fc.txt @@ -0,0 +1,9 @@ +./CLAUDE.md: "description": "Original code holds priority to maintain system build and function", +./CLAUDE.md: "actions": [ +./CLAUDE.md: "Preserve original logic unless explicitly requested to change", +./CLAUDE.md: "New code must integrate with existing patterns", +./CLAUDE.md: "Never break existing functionality for new features", +./CLAUDE.md: "When in doubt, keep original" +./CLAUDE.md: ] +./CLAUDE.md: }, +./CLAUDE.md: "violation": "STOP. Present missing HOW/WHY. Wait for approval." \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/26b2714ab04a0808.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/26b2714ab04a0808.txt new file mode 100644 index 0000000000000000000000000000000000000000..26b461e26608462a3ce9ce9eaf94df1be420a3f4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/26b2714ab04a0808.txt @@ -0,0 +1,13 @@ + 166 if let Some(thinker) = self.thinkers.get_mut(pub_key) { + 167 thinker.last_heartbeat = Instant::now(); + 168 if thinker.status == "Offline" { + 169 thinker.status = "Idle".to_string(); + 170 } + 171 } + 172 } + 173 + 174 /// Assign a worker to a project. + 175 pub fn assign_worker(&mut self, pub_key: &str, project_id: &str) { + 176 self.workers + 177 .entry(pub_key.to_string()) + 178 .or_insert_with(|| WorkerState::new(pub_key.to_string())); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/2a5a945f2631956b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/2a5a945f2631956b.txt new file mode 100644 index 0000000000000000000000000000000000000000..743e6c4c5e425df70903db183fe4c60769108bf0 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/2a5a945f2631956b.txt @@ -0,0 +1,16 @@ +generation capabilities, utilizing dual-track LM architecture and specialized speech tokenizers for efficient streaming +synthesis. + +[[Qwen] Qwen][494] · Jan 22, 2026 +[ +Upvote +74 +][495] +[ GitHub 10.6k][496] [ arXiv Page][497] +Submitted by +taesiri + +### [INSPATIO-WORLD: A Real-Time 4D World Simulator via Spatiotemporal Autoregressive Modeling][498] + +INSPATIO-WORLD presents a real-time framework for generating high-fidelity dynamic scenes from single videos using +spatiotemporal autoregressive architecture and joint distribution matching distillation. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/2bd6f30b74ca42b7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/2bd6f30b74ca42b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..231c27031f87664d01a418ffcd82497ce0062b42 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/2bd6f30b74ca42b7.txt @@ -0,0 +1,9 @@ + let _ = m.connect(pk, addrs, AgentRole::Orchestrator, &outbound_hs).await; + } else { + // Worker/thinker: try connecting, role comes from remote handshake + eprintln!("[SPF-MESH] Boot-connect ({} mode): {}", outbound_role, &pk[..16]); + // Default role will be updated from handshake response + let _ = m.connect(pk, addrs, AgentRole::Orchestrator, &outbound_hs).await; + } + } + m \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/2c5a50c958c1f6d4.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/2c5a50c958c1f6d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6633a90379c51436694d615c87d193b2c259648 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/2c5a50c958c1f6d4.txt @@ -0,0 +1,5 @@ +We introduce OfficeQA, a benchmark that evaluates end-to-end grounded reasoning over U.S. Treasury Bulletins spanning +January 1939 through September 2025. The benchmark consists of 697 PDFs that are around 100–200 pages long with the +corpus spanning over 89,000 pages and consisting of scanned PDFs. While these bulletin documents are available publicly, +the benchmark is intentionally constructed to be challenging because most required facts live inside the corpus and +require accurate parsing and retrieval to perform accurate reasoning, rather than being present in the parametric \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/316cd458148d3e16.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/316cd458148d3e16.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6a5ff1f8c82fde6db928eaf46c34908b1738d1 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/316cd458148d3e16.txt @@ -0,0 +1,12 @@ + 80 /// Shared server state — used by all transports (stdio, HTTP, mesh). + 81 /// Wrapped in Arc for thread-safe sharing. + 82 pub struct ServerState { + 83 pub config: SpfConfig, + 84 pub config_db: Option, + 85 pub session: Mutex, + 86 pub storage: SpfStorage, + 87 pub tmp_db: Option, + 88 pub agent_db: Option, + 89 pub fs_db: Option, + 90 pub pub_key_hex: String, + 91 pub trusted_keys: HashSet, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/3222fe9cbd45ea61.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/3222fe9cbd45ea61.txt new file mode 100644 index 0000000000000000000000000000000000000000..38c16c8fdeebdb5bc0449138b119886a75f294f8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/3222fe9cbd45ea61.txt @@ -0,0 +1,6 @@ + 100 /// Live pool state — None on Worker nodes, Some(Arc) on NetAdmin + 101 pub pool_state: Option>, + 102 /// Reverse proxy browser session — ProxyEngine + mpsc channel ends + 103 pub browser: std::sync::Mutex, + 104 /// WsBrowserChannels produced by BrowserSession::connect(), consumed by /ws/browser handler + 105 pub ws_browser_channels: std::sync::Mutex>, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/3810b73806cf2732.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/3810b73806cf2732.txt new file mode 100644 index 0000000000000000000000000000000000000000..72da9df37b0d4b5b7fc98936c021f082a60321c9 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/3810b73806cf2732.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/voice.rs-// pub(crate) — accessible from mcp.rs via `use crate::voice::spf_voice` +-- +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/voice.rs- pub fn speak(_text: &str) -> Result<(), String> { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/voice.rs: Err("spf-voice not available (WB-3 stub)".into()) +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/voice.rs- } \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/3ca333765300ba80.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/3ca333765300ba80.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6119069df906d62012ec1a6539bf8cf21ec3ee4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/3ca333765300ba80.txt @@ -0,0 +1,5 @@ +Score: 0.501 | /data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/c507c858dcd4b7d3.txt +handle_pipeline_task(frame, state, peer_key): decodes task, executes via dispatch::call(Source::Pipeline), returns result frame. If chain_next and succeeded: inject pipe_field value into next args["input"], recursive call. StreamType::PipelineTask (0x04). +handle_pipeline_result(frame, pipeline): records result from remote worker. StreamType::PipelineResult (0x05). + +MCP: handle_mesh_pipeline(args, pipeline): parses peer_key, tasks[], mode from args. Generates stream_id = "pipe_{peer_key[:8]}_{timestamp_ms}". Submits PipelineBatch. Returns stream_id confirmation. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/3e7c5fe2b01c0dbc.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/3e7c5fe2b01c0dbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..79ec63cb3fe533ace46fad88c8210a8c66076f40 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/3e7c5fe2b01c0dbc.txt @@ -0,0 +1,6 @@ +* **[Jan. 11, 2025]**: Thanks to [Modal][138], you can now run evaluations entirely on the cloud! See [here][139] for + more details. +* **[Aug. 13, 2024]**: Introducing *SWE-bench Verified*! Part 2 of our collaboration with [OpenAI Preparedness][140]. A + subset of 500 problems that real software engineers have confirmed are solvable. Check out more in the [report][141]! +* **[Jun. 27, 2024]**: We have an exciting update for SWE-bench - with support from [OpenAI's Preparedness][142] team: + We're moving to a fully containerized evaluation harness using Docker for more reproducible evaluations! Read more in \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/3ffbd5751620bb58.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/3ffbd5751620bb58.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c94037f63a9549e0ce34a1c978dc1a9941f8378 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/3ffbd5751620bb58.txt @@ -0,0 +1,2 @@ + 1875 `):_}async function oYY(q,K,_,Y,z,A){let O=Math.min(_,e76),{bytesRead:$}=await q.read(K,0,O,_-O),w=_,j=0;for(let f=$-1;f>=0&&j<=z;f--){if(K[f]===uk8){if(j++,j>z)break}w--}let H=_-w,J=A-Dm1(K,$-H,$)+1,X=_+Y,{bytesRead:M}=await q.read(K,0,e76,X),D=X;j=0;for(let f=0;f=z+1)break}let P=D-w,W=P<=K.length?K:Buffer.allocUnsafe(P),{bytesRead:Z}=await q.read(W,0,P,w);return{content:AEq(W,Z),lineOffset:J,truncated:!1}}var e76=8192,xk8=10485760,uk8=10;var Bk8=y(()=>{E8()});function OEq(q){return q.replaceAll(Zm1,"'").replaceAll(pk8,"'").replaceAll(Gm1,'"').replaceAll(fm1,'"')}function Tm1(q){let K=q.split(/(\r\n|\n|\r)/),_="";for(let Y=0;Y0?K[Y-1]:void 0,A=YO.replaceAll($,()=>w):(O,$,w)=>O.replace($,()=>w);if(_!=="")return z(q,K,_);return!K.endsWith(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/408f64a3f6506222.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/408f64a3f6506222.txt new file mode 100644 index 0000000000000000000000000000000000000000..d04b1ab8873534476f539b5dc4dd517292a3c4e3 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/408f64a3f6506222.txt @@ -0,0 +1,15 @@ + 344 name, + 345 &args, + 346 ) + 347 }); + 348 + 349 json!({ + 350 "jsonrpc": "2.0", + 351 "id": id, + 352 "result": { "content": [resp.result] } + 353 }) + 354 } + 355 + 356 "mesh/info" => { + 357 let mesh_json = crate::paths::spf_root().join("LIVE/CONFIG/mesh.json"); + 358 let mesh_cfg = crate::config::MeshConfig::load(&mesh_json).unwrap_or_default(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/40eec35a7794cf19.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/40eec35a7794cf19.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccb1584a69ff86155445975a5d0e9f728cd1097c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/40eec35a7794cf19.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/mcp.rs: "No trusted peers. Add pubkeys to LIVE/CONFIG/groups/*.keys".to_string() +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/pipeline.rs: let stream_ids: Vec = self.queues.keys().cloned().collect(); +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/mcp.rs: "No trusted peers. Add pubkeys to LIVE/CONFIG/groups/*.keys".to_string() \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/417c501418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/417c501418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/417c501418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/41968e6a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/41968e6a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/41968e6a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/41d82c2066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/41d82c2066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/41d82c2066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/41f777e366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/41f777e366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/41f777e366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/41f8733718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/41f8733718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/41f8733718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/422ae7ed18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/422ae7ed18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/422ae7ed18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/423dcba7268af36d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/423dcba7268af36d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5a7f08359f4e2a3a7399ce8480365b5143bfd01 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/423dcba7268af36d.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/README.md +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/CHANGELOG.md +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/README.md +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/CHANGELOG.md \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/423f52ff40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/423f52ff40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/423f52ff40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/424b7a2466b94572.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/424b7a2466b94572.txt new file mode 100644 index 0000000000000000000000000000000000000000..014fb10f2a10d0379032874f0d9be71ce7694a2f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/424b7a2466b94572.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Glob,Read,Grep] | ts=2026-03-31T05:07:59.302858695+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/42815e4d85e67627.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/42815e4d85e67627.txt new file mode 100644 index 0000000000000000000000000000000000000000..07549e961c3874b12c211dd96858dc76f2cd343f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/42815e4d85e67627.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_agent_context source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[spf_brain_search,Write,Read] | ts=2026-03-31T06:07:20.883239473+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/42c5a79e18eecc32.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/42c5a79e18eecc32.txt new file mode 100644 index 0000000000000000000000000000000000000000..afda6cb0971cece5d1cde26fa634d164c8330831 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/42c5a79e18eecc32.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Read,Write] | ts=2026-03-31T07:21:58.843151879+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/42d7932c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/42d7932c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/42d7932c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/430157d266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/430157d266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/430157d266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/435ea77d864341a1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/435ea77d864341a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d582c18c5915e7d4b645d8b844d8aeacc871706 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/435ea77d864341a1.txt @@ -0,0 +1,11 @@ + 23 // FLINT = INTELLIGENCE LAYER — routing, scoring, promotion decisions + 24 // MiniLM = EMBEDDING TOOL — converts text to vectors (never trained here) + 25 + 26 use std::collections::HashMap; + 27 use std::sync::{Arc, LazyLock, Mutex, RwLock}; + 28 use std::time::{Duration, Instant, SystemTime, UNIX_EPOCH}; + 29 + 30 use crate::agent_state::{AgentStateDb, MemoryType}; + 31 use crate::gate_training::{GateTrainingCollector, TrainingSignal}; + 32 use crate::paths::spf_root; + 33 use crate::transformer_tools::TransformerState; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/43968ea866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/43968ea866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/43968ea866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4495fda048df6f47.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4495fda048df6f47.txt new file mode 100644 index 0000000000000000000000000000000000000000..b363dcdc1385850e10853ee55952221b4421dcb0 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4495fda048df6f47.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=transformer:flint-router allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[Read,spf_transformer_status,spf_transformer_metrics] | ts=2026-03-31T15:41:41.896514450+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/449afc0540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/449afc0540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/449afc0540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/44d9ab2e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/44d9ab2e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/44d9ab2e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/44da2cc340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/44da2cc340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/44da2cc340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/44f2877140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/44f2877140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/44f2877140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4525980a18eecc32.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4525980a18eecc32.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5793b5cd9ba365c6778dc81d7609d9f1ba870b0 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4525980a18eecc32.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.65 fp=false override=false | context=[Read,Read,Read] | ts=2026-03-31T18:26:10.311620297+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/455f2b5d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/455f2b5d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/455f2b5d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/457b417866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/457b417866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/457b417866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/457df96066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/457df96066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/457df96066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/457ef55018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/457ef55018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/457ef55018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4593a69718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4593a69718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4593a69718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45975a0b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45975a0b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45975a0b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/459962a040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/459962a040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/459962a040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45a7e87818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45a7e87818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45a7e87818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45b5d0a140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45b5d0a140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45b5d0a140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45c52e4640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45c52e4640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45c52e4640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45e1b00666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45e1b00666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45e1b00666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45e2be1466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45e2be1466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45e2be1466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/45f2024266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/45f2024266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/45f2024266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4608bfd940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4608bfd940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4608bfd940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/460993e766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/460993e766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/460993e766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/46276be766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/46276be766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/46276be766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4628691718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4628691718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4628691718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/464569e266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/464569e266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/464569e266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/465b513e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/465b513e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/465b513e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/46b396b240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/46b396b240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/46b396b240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/46c2ce2266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/46c2ce2266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/46c2ce2266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/46efe6bd40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/46efe6bd40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/46efe6bd40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/46f4015740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/46f4015740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/46f4015740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4707de1a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4707de1a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4707de1a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4719758240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4719758240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4719758240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/471f2ac140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/471f2ac140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/471f2ac140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4723cc1c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4723cc1c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4723cc1c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47470a7918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47470a7918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47470a7918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47561d2f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47561d2f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47561d2f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4762164866b9b974.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4762164866b9b974.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de9722c179e1edf6f551287ac8c94b5892fb1a --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4762164866b9b974.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Read,Read] | ts=2026-04-01T04:51:02.534569985+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47655de466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47655de466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47655de466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/476eb95f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/476eb95f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/476eb95f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/478546e840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/478546e840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/478546e840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47917ced66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47917ced66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47917ced66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4791ddd2b9ca7635.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4791ddd2b9ca7635.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b5e4f48aa4b0a5d5b2da09a5ce61de09516fb76 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4791ddd2b9ca7635.txt @@ -0,0 +1,8 @@ + 505 /// Printable bytes (33–126, 161–172, 174–255) map to themselves. + 506 /// The 68 invisible bytes map to codepoints 256–323 (Ā, ā, Ă, …). + 507 fn build_unicode_to_byte() -> std::collections::HashMap { + 508 let visible: Vec = (b'!'..=b'~') + 509 .chain(b'\xa1'..=b'\xac') + 510 .chain(b'\xae'..=b'\xff') + 511 .collect(); + 512 let visible_set: std::collections::HashSet = visible.iter().copied().collect(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4798eb6740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4798eb6740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4798eb6740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47a0871f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47a0871f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47a0871f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47b0c0c066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47b0c0c066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47b0c0c066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47c549e640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c549e640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c549e640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6683366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6683366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6683366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6d0d166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6d0d166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47c6d0d166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47ce50ed40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47ce50ed40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47ce50ed40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47e629da66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47e629da66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47e629da66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47ede2e166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47ede2e166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47ede2e166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47f65931f7a2a7e2.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47f65931f7a2a7e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..490f8801c87fa17729e4a4d0bcbd0e7c4a4a9193 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47f65931f7a2a7e2.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_status source=mesh:3e9a6c07 allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_mesh_call,spf_mesh_peers,Write] | ts=2026-04-01T07:33:09.448148128+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/47f7a81d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/47f7a81d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/47f7a81d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4800b55e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4800b55e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4800b55e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/480246f766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/480246f766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/480246f766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/48191c9b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/48191c9b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/48191c9b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/481bc89566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/481bc89566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/481bc89566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/482f6e9a352daace.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/482f6e9a352daace.txt new file mode 100644 index 0000000000000000000000000000000000000000..abcc893ba499a96190b3f8e90e7f8a88004718d6 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/482f6e9a352daace.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_mesh_call source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[spf_api_session,spf_chat_receive,spf_api_session] | ts=2026-04-01T08:35:23.992459516+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4833974666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4833974666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4833974666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/486a8eab18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/486a8eab18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/486a8eab18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/486e11d440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/486e11d440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/486e11d440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4870a07618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4870a07618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4870a07618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/489773d740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/489773d740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/489773d740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/489c1fd900225cea.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/489c1fd900225cea.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b5e919bd5d6803430a3e9c1324d0655746b6e17 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/489c1fd900225cea.txt @@ -0,0 +1,5 @@ +learning and strategic communication. In this task, a “Builder” agent must place blocks in a 9×9×9 grid based on natural +language instructions. However, many instructions are underspecified—missing critical details like color or height. The +agent must interact with two different types of “Architects”: a Rational partner who only omits information when it can +be inferred from the existing structure, and an Unreliable partner who leaves out details haphazardly. To succeed, the +agent cannot simply follow orders; it must engage in active information seeking by deciding when to use a clarification \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/48bbeb2966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/48bbeb2966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/48bbeb2966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/48f5e1c566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/48f5e1c566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/48f5e1c566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/48fad01240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/48fad01240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/48fad01240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4917c7b340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4917c7b340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4917c7b340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/49207b7918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/49207b7918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/49207b7918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/492b304f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/492b304f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/492b304f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4940612466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4940612466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4940612466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/495e5db266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/495e5db266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/495e5db266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/496db38e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/496db38e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/496db38e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/49770acc40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/49770acc40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/49770acc40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/49a1121840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/49a1121840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/49a1121840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/49a4d68766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/49a4d68766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/49a4d68766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4a144bdf66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a144bdf66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a144bdf66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4a51ba8966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a51ba8966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a51ba8966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4a7da3af40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a7da3af40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a7da3af40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4a989f0540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a989f0540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a989f0540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4a9d2cc740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a9d2cc740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4a9d2cc740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ad6cb7940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ad6cb7940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ad6cb7940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4adcf66140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4adcf66140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4adcf66140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ae4a67466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ae4a67466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ae4a67466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4aff4e8418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4aff4e8418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4aff4e8418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b1091ee18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b1091ee18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b1091ee18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b13384cfcea9aed.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b13384cfcea9aed.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff37276d1ec603af58a7a2a001fb693cd158aa86 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b13384cfcea9aed.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_api_session source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Write,spf_api_session,Write] | ts=2026-04-01T22:03:58.826242749+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b2c305266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b2c305266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b2c305266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b393f3c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b393f3c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b393f3c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b3c190840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b3c190840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b3c190840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b4b752566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b4b752566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b4b752566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b82d6dd18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b82d6dd18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b82d6dd18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8646d818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8646d818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8646d818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8f583040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8f583040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4b8f583040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4bb078a7c0409ec7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bb078a7c0409ec7.txt new file mode 100644 index 0000000000000000000000000000000000000000..23925a1ef6f44aab07b214c5157cf26a99b22ada --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bb078a7c0409ec7.txt @@ -0,0 +1,7 @@ + 3789 } + 3790 "voice_accepted" => { + 3791 // Peer accepted our outgoing call — activate it + 3792 let mut call_state = crate::voice::CALL_STATE.lock().unwrap_or_else(|e| e.into_inner()); + 3793 match &mut *call_state { + 3794 Some(cs) if cs.is_ringing() && cs.direction == crate::voice::CallDirection::Outgoing => { + 3795 cs.phase = crate::voice::CallPhase::Active; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4bc77f692d889138.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bc77f692d889138.txt new file mode 100644 index 0000000000000000000000000000000000000000..01447e12e552549cfdfd7016580584380f643153 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bc77f692d889138.txt @@ -0,0 +1,3 @@ +LearningStatus: JSON output for spf_transformer_metrics — enabled, training_active, pending_signals, replay_buffer, training stats, gate_alignment, confidence_bands, confusion_matrix, ewc. + +handle_brain_sync(frame, peer_key, transformer): parses JSON payload from StreamType::BrainSync (0x06), feeds signals to LearningController, returns ack with signals_processed + training_ready. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4bdf4e1466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bdf4e1466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4bdf4e1466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4be86274e49602d4.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4be86274e49602d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..74cabf28ea86f1c6652ad59f3e7a83ff3daf8225 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4be86274e49602d4.txt @@ -0,0 +1,12 @@ + 114 let entries = self.entries.lock().unwrap(); + 115 entries + 116 .iter() + 117 .map(|e| { + 118 let status_str = if e.status.is_idle() { + 119 "idle".to_string() + 120 } else { + 121 "busy".to_string() + 122 }; + 123 let task_id = e.status.task_id().map(|s| s.to_string()); + 124 let elapsed = e.status.elapsed_secs(); + 125 (e.peer.name.clone(), status_str, task_id, elapsed) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4c1297ba66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4c1297ba66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4c1297ba66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4c34200418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4c34200418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4c34200418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4cc1540966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4cc1540966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4cc1540966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ccb043fbd64849e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ccb043fbd64849e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b0bf555429575eaec9d8fbe10085d5312a41e8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ccb043fbd64849e.txt @@ -0,0 +1,14 @@ + 702 "chown root", "setuid", "pkexec", "doas ", + 703 ]; + 704 for pattern in &priv_esc { + 705 if cmd_lower.contains(pattern) { + 706 indicators.push(EvilIndicator::Exploitation { severity: 0.6 }); + 707 break; + 708 } + 709 } + 710 } + 711 + 712 // === TIER 3: DESTRUCTION — Dangerous bash commands === + 713 if tool == "spf_bash" { + 714 let destructive = [ + 715 "rm -rf /", "rm -rf ~", "rm -rf /*", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4cf58fc666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4cf58fc666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4cf58fc666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d039fb666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d039fb666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d039fb666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d0610b618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d0610b618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d0610b618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d1b6abb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d1b6abb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d1b6abb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d4a3c4666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d4a3c4666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d4a3c4666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d5eb39a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d5eb39a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d5eb39a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4d71e82766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d71e82766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4d71e82766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4dad39fd08c6edcb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4dad39fd08c6edcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8405eb7cc9fe91b2c92d964f0c7be3646d7f7471 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4dad39fd08c6edcb.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/.cargo_vcs_info.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/.cargo_vcs_info.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo_vcs_info.json \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4dce57b666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4dce57b666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4dce57b666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4df6863540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4df6863540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4df6863540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4e57d82818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4e57d82818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4e57d82818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4e9c24d666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4e9c24d666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4e9c24d666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ebbd59766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ebbd59766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ebbd59766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ec73dec18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ec73dec18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ec73dec18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4ee114b518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ee114b518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4ee114b518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0659b066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0659b066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0659b066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0adfdb40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0adfdb40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f0adfdb40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f605afe66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f605afe66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f605afe66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f6fda6f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f6fda6f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f6fda6f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f70609866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f70609866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f70609866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f77c60618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f77c60618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f77c60618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f78f41818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f78f41818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f78f41818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f7fd17066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f7fd17066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f7fd17066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4f85b88018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f85b88018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4f85b88018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fa2d52c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fa2d52c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fa2d52c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fba0c4466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fba0c4466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fba0c4466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fc0e88318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fc0e88318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fc0e88318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fd3751b66b9b975.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fd3751b66b9b975.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a30662d8daf46dc78671e50b94dadb66ff1d7ea --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fd3751b66b9b975.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Edit,Edit] | ts=2026-04-02T20:09:53.072879694+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fdd7efa48dfe34a.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fdd7efa48dfe34a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3bb789048bfcc53dbfdd57fd968be362aa1c689 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fdd7efa48dfe34a.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.40 fp=false override=false | context=[Read,Grep,Grep] | ts=2026-04-02T20:23:04.175613559+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/4fed5e3b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fed5e3b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/4fed5e3b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5001b43218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5001b43218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5001b43218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/502d161918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/502d161918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/502d161918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5040e27b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5040e27b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5040e27b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50485cce66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50485cce66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50485cce66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/505d377018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/505d377018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/505d377018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5062d3b140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5062d3b140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5062d3b140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/506c204a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/506c204a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/506c204a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5077e528b323bc53.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5077e528b323bc53.txt new file mode 100644 index 0000000000000000000000000000000000000000..20dd5a85ab24cf5f93b73242c9be4323ee67c20f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5077e528b323bc53.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Glob source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.60 fp=false override=false | context=[Glob,Glob,Glob] | ts=2026-04-02T23:12:03.758771265+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50790c5040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50790c5040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50790c5040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50b8788218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50b8788218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50b8788218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50c3045e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50c3045e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50c3045e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50c692e218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50c692e218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50c692e218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50cb19e118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50cb19e118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50cb19e118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50cc2cff18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50cc2cff18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50cc2cff18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/50e1aa3240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/50e1aa3240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/50e1aa3240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51111d4018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51111d4018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51111d4018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5115e47966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5115e47966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5115e47966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/511672a118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/511672a118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/511672a118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/511f282666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/511f282666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/511f282666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5151aaf818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5151aaf818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5151aaf818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5156c60818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5156c60818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5156c60818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/515ddab77c09ce0b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/515ddab77c09ce0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..02751a291ba2e408d2c22191248d2db6d65adf2b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/515ddab77c09ce0b.txt @@ -0,0 +1,7 @@ + 175 | alpha |\n| Discovery | local | local |\n\n**Note:** + 176 User indicated primary should be controller, swarm2 + 177 should be worker. This swap has not yet been + 178 executed.\n\n### Transformer Config\nBoth instances + 179 have FLINT enabled with identical architecture + 180 (d_model=256, n_heads=8, n_layers=6, + 181 vocab=8192).\n\n---\n\n## 5. INTEGRATION FITNESS \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/516f6f2e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/516f6f2e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/516f6f2e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51744dbd40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51744dbd40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51744dbd40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5192de0440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5192de0440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5192de0440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51984d2e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51984d2e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51984d2e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51a9afcd66b9b976.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51a9afcd66b9b976.txt new file mode 100644 index 0000000000000000000000000000000000000000..d731ad6c2ed1be5f5ef7d6f90ee05e73e86ca312 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51a9afcd66b9b976.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Grep,Grep] | ts=2026-04-03T04:45:57.604612584+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51b7785440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51b7785440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51b7785440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51c4f69518ef4036.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51c4f69518ef4036.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1991f166c77ffddce5115460cce1e25cc7dabf8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51c4f69518ef4036.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Grep,Grep] | ts=2026-04-03T05:13:08.903563264+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51c91b3b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51c91b3b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51c91b3b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51d5b68166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51d5b68166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51d5b68166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/51f0217640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/51f0217640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/51f0217640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5423b101ce7f45a7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5423b101ce7f45a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf58822f061a2a2603529d06e6fa46d5614a14b5 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5423b101ce7f45a7.txt @@ -0,0 +1,10 @@ + 626 // ============================================================================ + 627 + 628 /// Handle an inbound ApiSession frame from mesh. + 629 /// Called from mesh.rs stream_router() when StreamType::ApiSession arrives. + 630 /// Processes Open/Request/Close messages, executes tools via dispatch::call(). + 631 pub fn handle_api_session( + 632 frame: &crate::framing::Frame, + 633 state: &Arc, + 634 peer_key: &str, + 635 ) -> Option { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/54550f2e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/54550f2e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/54550f2e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/546b0dd418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/546b0dd418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/546b0dd418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/547349a466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/547349a466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/547349a466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/54c4e00118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/54c4e00118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/54c4e00118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5509ace440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5509ace440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5509ace440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/551d2a748b880d49.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/551d2a748b880d49.txt new file mode 100644 index 0000000000000000000000000000000000000000..983cddd5057101a6f9fb4d620fa8ea858f89db61 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/551d2a748b880d49.txt @@ -0,0 +1,16 @@ +* [Terms of Use][103] +* [RSS Feed][104] + +© 2026 Bright Coding. All rights reserved. + +[ Twitter ][105] [ LinkedIn ][106] + +[1]: https://www.blog.brightcoding.dev +[2]: https://www.blog.brightcoding.dev +[3]: https://www.blog.brightcoding.dev/login +[4]: https://www.blog.brightcoding.dev +[5]: https://www.blog.brightcoding.dev/login +[6]: https://www.blog.brightcoding.dev +[7]: https://www.blog.brightcoding.dev/category/intelligence-quotient +[8]: https://www.blog.brightcoding.dev/category/intelligence-quotient +[9]: https://www.blog.brightcoding.dev/tag/analytical-reasoning \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5568d77540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5568d77540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5568d77540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/559bafbc71b361e7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/559bafbc71b361e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bafeffff839fc5a8968423958307a6dec4f2efc --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/559bafbc71b361e7.txt @@ -0,0 +1,14 @@ + 227 let verifying_key = match VerifyingKey::from_bytes(&pub_bytes) { + 228 Ok(vk) => vk, + 229 Err(_) => return false, + 230 }; + 231 + 232 // 6. Decode signature + 233 let sig_bytes: [u8; 64] = match hex::decode(sig_hex) { + 234 Ok(b) if b.len() == 64 => match b.try_into() { + 235 Ok(arr) => arr, + 236 Err(_) => return false, + 237 }, + 238 _ => return false, + 239 }; + 240 let signature = Signature::from_bytes(&sig_bytes); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/55b7fe9318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/55b7fe9318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/55b7fe9318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/55bd94c440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/55bd94c440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/55bd94c440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/55c7973b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/55c7973b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/55c7973b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/560b4cdd66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/560b4cdd66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/560b4cdd66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/564183c618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/564183c618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/564183c618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5643e63540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5643e63540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5643e63540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5644a8fb66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5644a8fb66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5644a8fb66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/56923fc518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/56923fc518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/56923fc518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/56c7c1f640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/56c7c1f640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/56c7c1f640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/56d1e0a718ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/56d1e0a718ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bf34cb141296ca59ffe34afaffd8f2700336a09 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/56d1e0a718ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.55 fp=false override=false | context=[Write,Grep,Grep] | ts=2026-04-04T04:47:23.497027040+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4c4d718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4c4d718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4c4d718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4d73040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4d73040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/56e4d73040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57312bfe40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57312bfe40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57312bfe40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5733421d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5733421d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5733421d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57603e9c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57603e9c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57603e9c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/576ac11d40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/576ac11d40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/576ac11d40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5783107418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5783107418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5783107418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/578c062466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/578c062466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/578c062466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57a11fbe66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57a11fbe66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57a11fbe66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57a6835040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57a6835040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57a6835040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57c7856766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57c7856766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57c7856766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57d0831666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d0831666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d0831666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57d60c8918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d60c8918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d60c8918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57d9302718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d9302718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57d9302718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57e2c57c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57e2c57c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57e2c57c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57eaae5166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57eaae5166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57eaae5166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/57ee23f618ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/57ee23f618ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/57ee23f618ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5813561269ebb31d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5813561269ebb31d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f07c60244d52dc8b4af7f296e0d02c70e3b73525 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5813561269ebb31d.txt @@ -0,0 +1,30 @@ +[Favicon for https://roocode.com/] +[Roo Code ][83] +A whole dev team of AI agents in your editor +18.5Btokens +10. +[Favicon for https://lemonade.gg/] +[Lemonade ][84] +The AI tool for Roblox games. +8.29Btokens +[Visit the new App & Agent Rankings][85] + +[1]: / +[2]: /models +[3]: /chat +[4]: /rankings +[5]: /apps +[6]: /enterprise +[7]: /pricing +[8]: /docs/quickstart +[9]: #skip +[10]: / +[11]: /models +[12]: /chat +[13]: /rankings +[14]: /apps +[15]: /enterprise +[16]: /pricing +[17]: /docs/quickstart +[18]: #leaderboard +[19]: #market-share \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/581af06a66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/581af06a66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/581af06a66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/58259a3718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/58259a3718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/58259a3718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5837169beea6cf0e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5837169beea6cf0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbbdc9a8ff923914fae4274a62a3d24ebf7e58a1 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5837169beea6cf0e.txt @@ -0,0 +1,2 @@ + 1610 `)break;if(O===0){if(j==="}")break;if(_&&j==="/")break}if(j==="\\"&&q.L.i+1")&&H==="("){$();let J=jx1(q);if(J)z.push(J);A=q.L.b;continue}if(j==="`"){$();let J=Hx1(q);if(J)z.push(J);A=q.L.b;continue}if(j==="{")O++;else if(j==="}"&&O>0)O--;H8(q.L)}$();while(I8(q.L)===` + 1611 `)H8(q.L);if(z.length>1&&z[0].type==="word"&&/^[ \t]+$/.test(z[0].text))z.shift();if(z.length===0)return null;if(z.length===1)return z[0];let w=z[z.length-1];return R8(q,"concatenation",z[0].startIndex,w.endIndex,z)}function k4Y(q){let K=[],_=q.L.b,Y=()=>{if(q.L.b>_)K.push(R8(q,"regex",_,q.L.b,[]))};while(q.L.i { + let text = args["text"].as_str().unwrap_or(""); + let title = args["title"].as_str().unwrap_or("untitled"); + let collection = args["collection"].as_str().unwrap_or("default"); + diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a66907666b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a66907666b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a66907666b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a6b1b4d18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a6b1b4d18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a6b1b4d18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7510cb66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7510cb66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7510cb66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7e8ecf40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7e8ecf40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a7e8ecf40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a86fdb518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a86fdb518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a86fdb518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5a9d205340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a9d205340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5a9d205340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5aca8cbc40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5aca8cbc40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5aca8cbc40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ae834e618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ae834e618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ae834e618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b05771718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b05771718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b05771718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b07b81566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b07b81566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b07b81566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b08d59e66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b08d59e66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b08d59e66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b0d1ae266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b0d1ae266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b0d1ae266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b31ae6c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b31ae6c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b31ae6c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b335ff366b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b335ff366b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b335ff366b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b3c341766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b3c341766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b3c341766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b4681f366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b4681f366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b4681f366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b55fce818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b55fce818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b55fce818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b68a78466b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b68a78466b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b68a78466b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5b8c463118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b8c463118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5b8c463118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ba6e367b323bc56.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ba6e367b323bc56.txt new file mode 100644 index 0000000000000000000000000000000000000000..52f519c716dfa91d78262a6cf85e48bc01f0b1b7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ba6e367b323bc56.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Glob source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.40 fp=false override=false | context=[Glob,Glob] | ts=2026-04-05T03:19:02.612950650+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bb440a240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bb440a240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bb440a240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bbb4c9a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bbb4c9a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bbb4c9a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bdb22930e5c60b1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bdb22930e5c60b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..21cd940927298a4c9dd342d074b50c5caa49a64a --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bdb22930e5c60b1.txt @@ -0,0 +1,13 @@ + 16 // Proof of work receipt is logged to session.record_manifest_detailed(): + 17 // command = task_id, targets = [worker_name, tool, duration_ms as string] + 18 // + 19 // Depends on: config.rs (NetworkConfig, PoolPeer), sha2 + hex (Cargo.toml) + 20 + 21 use chrono::{DateTime, Utc}; + 22 use serde::{Deserialize, Serialize}; + 23 use serde_json::Value; + 24 use sha2::{Digest, Sha256}; + 25 use std::sync::{Arc, Mutex}; + 26 use std::time::Instant; + 27 + 28 use crate::config::PoolPeer; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea28fa66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea28fa66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea28fa66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea409c18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea409c18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bea409c18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5becdced66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5becdced66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5becdced66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf834af66b9b978.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf834af66b9b978.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bcae5a296b965b1fe01a637e66ba1f9d88125e3 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf834af66b9b978.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.60 fp=false override=false | context=[Grep,Grep,Write] | ts=2026-04-05T04:46:27.894024899+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf92b3940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf92b3940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf92b3940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf930c066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf930c066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf930c066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf99a9a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf99a9a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5bf99a9a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c113e4d66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c113e4d66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c113e4d66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c18ddf740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c18ddf740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c18ddf740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c1c25c266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c1c25c266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c1c25c266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2c75a818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2c75a818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2c75a818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2e31c818ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2e31c818ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c2e31c818ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c31ae4066b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c31ae4066b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c31ae4066b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c64b1ed66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c64b1ed66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c64b1ed66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c74a3fb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c74a3fb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c74a3fb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c86aa84268640c0.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c86aa84268640c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a17ef09883b2c632c8179bda80f30a822f45d516 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c86aa84268640c0.txt @@ -0,0 +1,13 @@ +SPF config_db.rs — Configuration LMDB (797 lines) +LMDB-backed config storage. DB: LIVE/CONFIG/CONFIG.DB. 10MB max. + +DB TABLES: +- config: "namespace:key" → JSON string +- paths: "allowed:path" or "blocked:path" → bool +- patterns: pattern_string → severity (u8, 1-10) +- commands: "user_fs:cmd" or "sandbox:cmd" → CommandPerm {read, write, execute: bool} + +CORE OPERATIONS: +- get/set(namespace, key): namespaced K/V store +- get_typed/set_typed: serde_json serialize/deserialize +- is_path_allowed: canonicalize → check prefix match in allowed: entries \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c89f09666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c89f09666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c89f09666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c95d86366b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c95d86366b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c95d86366b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5c9aaa7066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c9aaa7066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5c9aaa7066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5cccbcc466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5cccbcc466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5cccbcc466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5d14107340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d14107340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d14107340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5d30f8be66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d30f8be66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d30f8be66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5d54b4b266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d54b4b266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d54b4b266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5d81a02b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d81a02b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d81a02b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5d8c3b2040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d8c3b2040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5d8c3b2040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5deb7ab418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5deb7ab418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5deb7ab418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5df24c2b18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5df24c2b18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5df24c2b18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e10aaec18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e10aaec18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e10aaec18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e3d36ea18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e3d36ea18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e3d36ea18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e4948d718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e4948d718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e4948d718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e54c9de66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e54c9de66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e54c9de66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e62a84466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e62a84466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e62a84466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e67944066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e67944066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e67944066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e68900d66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e68900d66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e68900d66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e6b48fb18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e6b48fb18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e6b48fb18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e71bd8c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e71bd8c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e71bd8c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5e783e2018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e783e2018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5e783e2018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ea49bc766b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ea49bc766b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ea49bc766b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ebc87fa66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ebc87fa66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ebc87fa66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ecc41e540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ecc41e540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ecc41e540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ece985618ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ece985618ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ece985618ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ed21e3740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ed21e3740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ed21e3740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5eef7b7818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5eef7b7818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5eef7b7818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5ef3eb4566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ef3eb4566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5ef3eb4566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5eff2fd866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5eff2fd866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5eff2fd866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f05bed940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f05bed940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f05bed940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1898df66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1898df66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1898df66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1b4b3d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1b4b3d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f1b4b3d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f258a8266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f258a8266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f258a8266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f25ffd818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f25ffd818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f25ffd818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f260dd866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f260dd866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f260dd866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d5e3a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d5e3a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d5e3a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d64af40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d64af40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f3d64af40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f791967fb1decff.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f791967fb1decff.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e4821871740a0e60f56e011860df67c1434d0b8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f791967fb1decff.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/target/release/.fingerprint/markup5ever-6c3455725af725a5/run-build-script-build-script-build.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/target/release/.fingerprint/cpal-b02a3f4f646ad424/build-script-build-script-build.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/target/release/.fingerprint/postcard-derive-77fcbae70f4265d4/lib-postcard_derive.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/target/release/.fingerprint/enum-as-inner-0e049c00379965c2/lib-enum_as_inner.json \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f88602140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f88602140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f88602140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5f896e2266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f896e2266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5f896e2266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fa05e3c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fa05e3c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fa05e3c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fabd31466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fabd31466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fabd31466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb831bb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb831bb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb831bb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb902d666b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb902d666b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fb902d666b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbd05cd40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbd05cd40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbd05cd40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbf495e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbf495e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fbf495e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fcb931340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fcb931340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fcb931340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd03d6b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd03d6b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd03d6b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd9949840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd9949840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/5fd9949840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60092d0340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60092d0340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60092d0340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60115ab340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60115ab340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60115ab340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/603317fa40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/603317fa40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/603317fa40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6034b0d318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6034b0d318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6034b0d318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/603fb85366b9b979.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/603fb85366b9b979.txt new file mode 100644 index 0000000000000000000000000000000000000000..a232536d47384620e250ec08b794008e70d84f1b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/603fb85366b9b979.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Read,Read] | ts=2026-04-06T00:44:17.699525831+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6096dee166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6096dee166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6096dee166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/609bb53366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/609bb53366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/609bb53366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60a6f1c866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60a6f1c866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60a6f1c866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60bf07e566b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60bf07e566b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60bf07e566b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60d8d55566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60d8d55566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60d8d55566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60e221cd66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e221cd66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e221cd66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60e687b718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e687b718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e687b718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60e7d6c118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e7d6c118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e7d6c118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/60e9725740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e9725740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/60e9725740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61039ac466b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61039ac466b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61039ac466b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61208bd266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61208bd266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61208bd266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61336e5d40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61336e5d40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61336e5d40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61470b4d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61470b4d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61470b4d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61493cc366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61493cc366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61493cc366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61497d6d66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61497d6d66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61497d6d66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61578e5966b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61578e5966b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61578e5966b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/615921b966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/615921b966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/615921b966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/615fac8666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/615fac8666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/615fac8666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61682ebea9744de7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61682ebea9744de7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7777321a5c5672684459355d85913210e77228c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61682ebea9744de7.txt @@ -0,0 +1,9 @@ + 109 LM-2 ✅ Brain store failure handling in memory router (3 consecutive failures → expire old) + 110 RG-1 ✅ Remove Python RAG subprocess dependency + 111 + 112 ## R2 Reliability Fixes + 113 FIX-1 ✅ Brain store safety in archive_old_pinned + 114 FIX-2 ✅ Checkpoint interval guard + >0 safety + 115 FIX-3 ✅ VecDeque for SignalBuffer + 116 FIX-4 ✅ Vector graduation + forget on promotion + 117 FIX-5 ✅ 4-phase lock restructure (forward on clone, backward, optimizer, adopt) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6188207f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6188207f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6188207f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6191644b18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6191644b18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6191644b18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61952479f7a2a7e7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61952479f7a2a7e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8f5d02e8e4d7301efce84b3c580e4655dc04108 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61952479f7a2a7e7.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_status source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[spf_mesh_status,Write] | ts=2026-04-06T06:57:33.928267175+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/619b7c0618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/619b7c0618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/619b7c0618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61a22e3466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61a22e3466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61a22e3466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61b5e08940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61b5e08940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61b5e08940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61c7292d18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61c7292d18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61c7292d18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61cbf56b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61cbf56b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61cbf56b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61fc1ce218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61fc1ce218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61fc1ce218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/61fcaa3840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/61fcaa3840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/61fcaa3840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6204c4df66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6204c4df66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6204c4df66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6209aa6718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6209aa6718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6209aa6718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6215438f40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6215438f40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6215438f40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62242ef966b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62242ef966b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62242ef966b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6229ef0066b9b979.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6229ef0066b9b979.txt new file mode 100644 index 0000000000000000000000000000000000000000..542cca41535381aa90dfaa42c9e73a0bb23fb571 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6229ef0066b9b979.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Grep,Read] | ts=2026-04-06T09:39:15.296389464+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/622f069d66b9b979.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/622f069d66b9b979.txt new file mode 100644 index 0000000000000000000000000000000000000000..8111d20eda695bddd8356edc4551ef5e9917bf3c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/622f069d66b9b979.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Read,Read] | ts=2026-04-06T09:45:08.827312089+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62322f5d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62322f5d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62322f5d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/623d71b018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/623d71b018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/623d71b018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62582f9518ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62582f9518ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62582f9518ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/625a96e466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/625a96e466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/625a96e466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/628c2f0866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/628c2f0866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/628c2f0866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/629325b040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/629325b040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/629325b040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62b2832d40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62b2832d40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62b2832d40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62b925c22df1bf21.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62b925c22df1bf21.txt new file mode 100644 index 0000000000000000000000000000000000000000..12ffa700a6976f37afdce2084712c8274b8f36ac --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62b925c22df1bf21.txt @@ -0,0 +1,10 @@ +- model_path: LIVE/TMP/stoneshell-brain/models/all-MiniLM-L6-v2 (384-dim MiniLM) +- storage_path: LIVE/TMP/stoneshell-brain/storage (LMDB vector store) +- docs_path: LIVE/BRAIN/DOCS (file-based docs for index_directory) +- embedding_dim=384, chunk_size=512, chunk_overlap=64, top_k=20, threshold=0.3 + +COLLECTIONS: +- "default" — general knowledge + RAG indexed content +- "flint_episodic" — FLINT conversation Q+A pairs (runtime memory) +- "flint_training" — gate training signals indexed for FLINT learning +- "flint_knowledge" — curated knowledge (index_knowledge_docs() at startup) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/62cd5c3418ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/62cd5c3418ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/62cd5c3418ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6313c0f718ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6313c0f718ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6313c0f718ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/631c7e6d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/631c7e6d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/631c7e6d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6324e86718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6324e86718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6324e86718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63694b9266b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63694b9266b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63694b9266b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6373f1aa40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6373f1aa40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6373f1aa40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/637490e418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/637490e418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/637490e418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/637a6a7c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/637a6a7c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/637a6a7c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63813a9466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63813a9466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63813a9466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6386dcbe18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6386dcbe18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6386dcbe18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/638c7bff18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/638c7bff18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/638c7bff18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6397baf518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6397baf518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6397baf518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63a5dc5a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63a5dc5a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63a5dc5a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63af4d9918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63af4d9918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63af4d9918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63b58d9966b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63b58d9966b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63b58d9966b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63c4c97818ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63c4c97818ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63c4c97818ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63c7341466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63c7341466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63c7341466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63d4d27766b9b979.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63d4d27766b9b979.txt new file mode 100644 index 0000000000000000000000000000000000000000..b488aeb4ed9a27866916daee9ed6025db0c3610f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63d4d27766b9b979.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Read,Grep] | ts=2026-04-06T17:26:02.082371113+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63d93d1a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63d93d1a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63d93d1a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63ec56b566b9b979.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ec56b566b9b979.txt new file mode 100644 index 0000000000000000000000000000000000000000..797d95a43604342cd1134419865c98e046d8d976 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ec56b566b9b979.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Read,Grep] | ts=2026-04-06T17:51:50.684953282+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63ed71ef18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ed71ef18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ed71ef18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63ee8b8c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ee8b8c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63ee8b8c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/63fa672b18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/63fa672b18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/63fa672b18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6407bdcd66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6407bdcd66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6407bdcd66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6412672666b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6412672666b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6412672666b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6432e03566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6432e03566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6432e03566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/644a98aa18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/644a98aa18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/644a98aa18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/645cb7dd40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/645cb7dd40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/645cb7dd40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6486451040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6486451040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6486451040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/64a9f8f618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/64a9f8f618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/64a9f8f618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/64aa26be66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/64aa26be66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/64aa26be66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/64ac649a66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/64ac649a66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/64ac649a66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/64b39a5f18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/64b39a5f18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/64b39a5f18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6514895a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6514895a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6514895a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6520a54a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6520a54a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6520a54a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/65242eb518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/65242eb518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/65242eb518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/653e26fa40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/653e26fa40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/653e26fa40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/653f439940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/653f439940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/653f439940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/654566d466b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/654566d466b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/654566d466b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/654a9feb66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/654a9feb66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/654a9feb66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/654c4fb040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/654c4fb040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/654c4fb040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6555324f66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6555324f66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6555324f66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/655c56a466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/655c56a466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/655c56a466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/656c8daa18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/656c8daa18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/656c8daa18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6576cd1766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6576cd1766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6576cd1766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/657c4af566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/657c4af566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/657c4af566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/676703230a0a49f3.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/676703230a0a49f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..10657ec664456b2614383414f1786ca6f3598261 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/676703230a0a49f3.txt @@ -0,0 +1,9 @@ + "web_connect" => "spf_web_connect", "web_navigate" => "spf_web_navigate", + "web_click" => "spf_web_click", "web_fill" => "spf_web_fill", + "web_select" => "spf_web_select", "web_eval" => "spf_web_eval", + "web_screenshot" => "spf_web_screenshot", "web_design" => "spf_web_design", + "web_page" => "spf_web_page", + + "mesh_status" => "spf_mesh_status", "mesh_peers" => "spf_mesh_peers", + "mesh_call" => "spf_mesh_call", "api_session" => "spf_api_session", + "transformer_status" => "spf_transformer_status", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67c5d07440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67c5d07440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67c5d07440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67cfddef66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67cfddef66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67cfddef66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67d2033666b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d2033666b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d2033666b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67d608b040ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d608b040ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d608b040ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67d8ef3a18078800.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d8ef3a18078800.txt new file mode 100644 index 0000000000000000000000000000000000000000..af65c437f11958246d07bd3894ea120c0ca56df2 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67d8ef3a18078800.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_mesh_status source=mesh:ba2ad5c3 allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_chat_send,spf_mesh_peers,spf_chat_send] | ts=2026-04-07T12:08:35.282177358+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67dc920618ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67dc920618ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67dc920618ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67df95c666b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67df95c666b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67df95c666b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67f1326a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67f1326a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67f1326a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/67fc389d66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/67fc389d66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/67fc389d66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/681570e718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/681570e718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/681570e718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6819e58718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6819e58718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6819e58718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/68a947962d3412f0.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/68a947962d3412f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..dccb4d6e4266c88ffcf4fcccd52c945159666d42 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/68a947962d3412f0.txt @@ -0,0 +1,11 @@ +3. AT-1: collector.len() doesn't exist — correct method is collector.pending_count() + +Files modified in DEPLOY and deployed to src: +- transformer_tools.rs (checkpoint save/load, checkpoint_saved in response) +- flint_memory.rs (auto-train, usage-rate promotion, archive, compression redesign) +- mcp.rs (2 start_memory_router call sites pass transformer) +- embeddings.rs (stoneshell-brain _id_to_token) +- search.rs (stoneshell-brain _query_embedding) + +WORK_BLOCKS_R2.md written with: +- Phase 1: FIX-1 through FIX-5 (reliability) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/690051a22ba48dde.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/690051a22ba48dde.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dcbee0084bdda976abbbce8a8486e18191c314c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/690051a22ba48dde.txt @@ -0,0 +1,10 @@ + 7280
+ 7281 Median: ${q.median_response_time.toFixed(1)}s • Average: ${q.avg_response_time.toFixed(1)}s + 7282
+ 7283 + 7284 + 7285 + 7286
+ 7287
Multi-Clauding (Parallel Sessions)
+ 7288 ${q.multi_clauding.overlap_events===0?` + 7289

\ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/696b99b166b9b97a.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/696b99b166b9b97a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e9fcfb702a68813adce93ca1a68bcfa9fa5c7e8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/696b99b166b9b97a.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.50 fp=false override=false | context=[Read,Read,Read] | ts=2026-04-07T19:29:00.112828594+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6971bf8240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6971bf8240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6971bf8240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69851248ebf5a0be.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69851248ebf5a0be.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a7aaaa8a6b7367c2a56ce7ed13c3989e6898d1d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69851248ebf5a0be.txt @@ -0,0 +1,26 @@ + 1. ENABLE SIMD (30 seconds) + + Edit /gates/stone_cell_v2/Cargo.toml: + + # CHANGE THIS LINE: + [features] + default = [] + + # TO THIS: + [features] + default = ["simd"] + + Then rebuild: + cargo build --release --features simd + + 2. ADD RAYON PARALLEL SEARCH (2 minutes) + + Edit /gates/stone_cell_v2/Cargo.toml, add to [dependencies]: + rayon = "1.8" + + 3. ADD 369 RHYTHM (5 minutes) + + Create /gates/stone_cell_v2/src/health.rs with ~60 lines from the build plan. + + Add to /gates/stone_cell_v2/src/lib.rs: + pub mod health; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6991c96166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6991c96166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6991c96166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69abc4b866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69abc4b866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69abc4b866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69bb6cba66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69bb6cba66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69bb6cba66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69d4aa8166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69d4aa8166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69d4aa8166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69e01d6418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69e01d6418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69e01d6418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69ea487266b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69ea487266b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69ea487266b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69ec79ce66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69ec79ce66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69ec79ce66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69f13b1e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f13b1e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f13b1e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69f26b2766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f26b2766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f26b2766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69f4d03418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f4d03418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69f4d03418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/69fb2c8618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/69fb2c8618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/69fb2c8618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6a00ee0a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a00ee0a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a00ee0a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6a1ba22818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a1ba22818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a1ba22818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6a3d968218ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a3d968218ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a3d968218ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6a5a765440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a5a765440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a5a765440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6a6d909340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a6d909340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6a6d909340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6aa9bd9166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aa9bd9166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aa9bd9166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6aac549666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aac549666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aac549666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6aadd32540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aadd32540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aadd32540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ab3139418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ab3139418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ab3139418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ad75fb118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ad75fb118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ad75fb118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6adb3fd140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6adb3fd140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6adb3fd140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6adf7b1466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6adf7b1466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6adf7b1466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ae8003740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ae8003740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ae8003740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6aeb692f66b9b97b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aeb692f66b9b97b.txt new file mode 100644 index 0000000000000000000000000000000000000000..160223eff9a38c835fb454ade6646d01ec0ec228 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aeb692f66b9b97b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Read,Grep] | ts=2026-04-08T02:26:25.498733549+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6aedc29666b9b97b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aedc29666b9b97b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef8bc2f659aad2a5d22041fe7152542a0924e051 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6aedc29666b9b97b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Bash,Write,Grep] | ts=2026-04-08T02:30:13.465523618+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6af008f918ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6af008f918ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6af008f918ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6afb0e2f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6afb0e2f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6afb0e2f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b16579718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b16579718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b16579718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b42581a18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b42581a18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b42581a18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b45963266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b45963266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b45963266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b535d1640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b535d1640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b535d1640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b53db3618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b53db3618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b53db3618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b66852f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b66852f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b66852f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6b68ed2a66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b68ed2a66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6b68ed2a66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ba40c5d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ba40c5d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ba40c5d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bc15d8f18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bc15d8f18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bc15d8f18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bcae3e866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bcae3e866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bcae3e866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0c68940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0c68940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0c68940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0ca7466b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0ca7466b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd0ca7466b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd8502666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd8502666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bd8502666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bf0a84c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bf0a84c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bf0a84c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bfac38940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bfac38940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bfac38940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff142f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff142f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff142f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff204a18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff204a18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6bff204a18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c061e46e3ea1487.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c061e46e3ea1487.txt new file mode 100644 index 0000000000000000000000000000000000000000..b836f0f03360c9a67177943c5a7cef170de48049 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c061e46e3ea1487.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Edit source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Grep,Grep] | ts=2026-04-08T07:36:58.166289476+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c17ec4de3ea1487.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c17ec4de3ea1487.txt new file mode 100644 index 0000000000000000000000000000000000000000..18860b18cb1d263c15b3ad4c6f488d6689465198 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c17ec4de3ea1487.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Edit source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Grep,Grep] | ts=2026-04-08T07:53:28.225963890+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c1e288166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c1e288166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c1e288166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c22dc4118ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c22dc4118ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c22dc4118ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c282d7a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c282d7a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c282d7a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c3f330e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c3f330e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c3f330e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c44c39318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c44c39318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c44c39318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c474b8418ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c474b8418ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c474b8418ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c4f846266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c4f846266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c4f846266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c5840f018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c5840f018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c5840f018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c59e37848dfe350.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c59e37848dfe350.txt new file mode 100644 index 0000000000000000000000000000000000000000..e52ad4ad1cfd20e16ee11aebce8d60271c470848 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c59e37848dfe350.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=transformer:flint-router allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.65 fp=false override=false | context=[Edit,Read,Write] | ts=2026-04-08T09:07:37.644952070+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6c6363d766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c6363d766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6c6363d766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6decaf8d2d870d2e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6decaf8d2d870d2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b26c4886fa3465ff63c737097711e9baed95e180 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6decaf8d2d870d2e.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/transformer_tools.rs:// "spf_transformer_chat" | "spf_transformer_train" | +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/transformer_tools.rs:// "spf_transformer_train" => { /* gate check + */ handle_train(&state.transformer, args, ...) } +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/transformer_tools.rs: assert!(names.contains(&"spf_transformer_train")); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6e2768c90fceea13.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6e2768c90fceea13.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7edd966321f104a6af05d4dd9bccbf88b1dd5e7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6e2768c90fceea13.txt @@ -0,0 +1,8 @@ + 3595 tool: "spf_voice_mode".to_string(), + 3596 args: json!({"action": "incoming_ring", "peer_key": pub_key_hex}), + 3597 reply: reply_tx, + 3598 }); + 3599 } + 3600 let peer_short = &peer_key[..8.min(peer_key.len())]; + 3601 json!({"type": "text", "text": format!( + 3602 "Calling {}... ring sent. Use end_call to hang up.", peer_short \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6e9fd34918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6e9fd34918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6e9fd34918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea17edb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea17edb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea17edb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea888a840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea888a840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ea888a840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb31f0d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb31f0d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb31f0d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb3ce3a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb3ce3a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb3ce3a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb5eefb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb5eefb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6eb5eefb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ec202fc48dfe350.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ec202fc48dfe350.txt new file mode 100644 index 0000000000000000000000000000000000000000..de5622d97264a70625f4c0ea4c50e18196b3833a --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ec202fc48dfe350.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=transformer:flint-router allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[Glob,Bash,Bash] | ts=2026-04-08T20:20:10.557220683+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ecdb51918ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ecdb51918ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ecdb51918ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6efb44ed18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6efb44ed18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6efb44ed18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f01bb7518ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f01bb7518ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f01bb7518ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f11365d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f11365d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f11365d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f33f9e118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f33f9e118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f33f9e118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f3ba2d318ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f3ba2d318ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f3ba2d318ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f70951966b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f70951966b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f70951966b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82dd7766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82dd7766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82dd7766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82e19766b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82e19766b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6f82e19766b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa4a5f818ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa4a5f818ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa4a5f818ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa593fa18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa593fa18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fa593fa18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac3e1b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac3e1b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac3e1b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac44c366b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac44c366b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fac44c366b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6fb2dfee40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fb2dfee40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6fb2dfee40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ff7a2b018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ff7a2b018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ff7a2b018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffb0a7e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffb0a7e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffb0a7e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffda94c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffda94c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/6ffda94c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7009617b18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7009617b18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7009617b18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7030826340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7030826340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7030826340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7046d8f240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7046d8f240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7046d8f240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70472eac24071f04.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70472eac24071f04.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a565ada1febd716e118fb0a63be4972e8a5d9c1 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70472eac24071f04.txt @@ -0,0 +1,7 @@ + * **Custom track** — See the [Custom Tracks][16] below for more details. + 2. **For existing or new benchmarks, choose an agent type** + Agent Safety Sponsored by Lambda Coding Agent Sponsored by Nebius and Google DeepMind Healthcare Agent Sponsored by + Nebius + Web Agent Sponsored by Google DeepMind Computer Use Agent Sponsored by Google DeepMind + Research Agent Sponsored by OpenAI Finance Agent Sponsored by OpenAI + Software Testing Agent Game Agent DeFi Agent Cybersecurity Agent Legal Domain Agent Multi-agent Evaluation Other \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7057801f08a0ffa7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7057801f08a0ffa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..da7c90ab0ed6bc49a5b82807827175039ffdcfa4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7057801f08a0ffa7.txt @@ -0,0 +1,7 @@ + 390 .map(|p| p.to_string_lossy().to_string()); + 391 + 392 if let (Some(ref current), Some(ref configured)) = (¤t_exe, &configured_canonical) { + 393 if current != configured { + 394 eprintln!("[SPF] ⚠ SEC-3 WARNING: .mcp.json ROUTING MISMATCH"); + 395 eprintln!("[SPF] File: {:?}", mcp_path); + 396 eprintln!("[SPF] Configured: {}", configured); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/705a949f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/705a949f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/705a949f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/705deb3218ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/705deb3218ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/705deb3218ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/706cde0218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/706cde0218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/706cde0218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70707f8166b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70707f8166b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70707f8166b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7078052018ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7078052018ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7078052018ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7081d71766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7081d71766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7081d71766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7081e82866b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7081e82866b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7081e82866b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/708546ad66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/708546ad66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/708546ad66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70899e3340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70899e3340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70899e3340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/708a898918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/708a898918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/708a898918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/708b9fef18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/708b9fef18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/708b9fef18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/708dd65340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/708dd65340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/708dd65340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70a2b25f18ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70a2b25f18ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70a2b25f18ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70a3dee818ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70a3dee818ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70a3dee818ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70ad6a4318ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70ad6a4318ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70ad6a4318ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70ae8ba318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70ae8ba318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70ae8ba318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70b3eed940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70b3eed940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70b3eed940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/70b5f94940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/70b5f94940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/70b5f94940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/716b365618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/716b365618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/716b365618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7182f92440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7182f92440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7182f92440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/71ae387b18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/71ae387b18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/71ae387b18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/720d850818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/720d850818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/720d850818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/72b108f2ddcd5886.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/72b108f2ddcd5886.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f9ed770687342222af4db40b36507c295867374 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/72b108f2ddcd5886.txt @@ -0,0 +1,4 @@ + │o │ │ │ │ │ │ + │optim│ │ │ │ │ │ + │al │ │ │ │ │ │ +───┼─────┼───────────────────────────┼────────┼──────────────┼────────────────────┼──────────────────┼────────────────── \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7381f35066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7381f35066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7381f35066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/73b9f51718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/73b9f51718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/73b9f51718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/73c2306e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/73c2306e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/73c2306e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/73e6d5bf66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/73e6d5bf66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/73e6d5bf66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/75c95ebd35d3c163.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/75c95ebd35d3c163.txt new file mode 100644 index 0000000000000000000000000000000000000000..637e6e0dcf30d3ae69ed68445665308f898807d7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/75c95ebd35d3c163.txt @@ -0,0 +1,11 @@ + 786 - spf_brain_status — binary health check, collection inventory, storage size + 787 + 788 ### 99. MCP Tools (Brain) — 9 Tools + 789 | Tool | Function | + 790 |------|----------| + 791 | spf_brain_search | Semantic search within collection | + 792 | spf_brain_store | Store document with metadata | + 793 | spf_brain_context | Token-limited context retrieval | + 794 | spf_brain_index | Index file or directory | + 795 | spf_brain_list | List collections and counts | + 796 | spf_brain_status | Binary health and storage stats | \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/761d068a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/761d068a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/761d068a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/76675d2e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/76675d2e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/76675d2e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/766b019618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/766b019618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/766b019618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/766c09b240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/766c09b240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/766c09b240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7696e4af66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7696e4af66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7696e4af66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7712b96918eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7712b96918eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7712b96918eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/773cc2b0934d3f5f.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/773cc2b0934d3f5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1368e7293e2689e830fdf99b70fbd5e6788ec310 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/773cc2b0934d3f5f.txt @@ -0,0 +1,11 @@ + 781 └──────────┬───────────────────────────────────────────────┘ + 782 │ (token stream) + 783 ▼ + 784 ┌──────────────┐ + 785 │ tokenizer │ Decode tokens → UTF-8 text + 786 │ .decode() │ + 787 └──────┬───────┘ + 788 │ + 789 ▼ + 790 CLI / MCP Response + 791 ``` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/776f549866b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/776f549866b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/776f549866b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/777bcaeb66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/777bcaeb66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/777bcaeb66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/77dd073d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/77dd073d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/77dd073d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/77e05ddc66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/77e05ddc66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/77e05ddc66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7828208018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7828208018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7828208018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/785931e88af27b03.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/785931e88af27b03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8243e28a4147dec946ae92ff4c2305aee63e4cdf --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/785931e88af27b03.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/train.rs: /// Gate alignment: prediction matches gate decision (0..1) +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/train.rs: pub gate_alignment: f32, +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/train.rs: gate_alignment: 0.0, +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/train.rs: self.gate_alignment = self.gate_decisions_aligned as f32 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/790e633740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/790e633740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/790e633740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7944ce4618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7944ce4618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7944ce4618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/79bc9f7240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/79bc9f7240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/79bc9f7240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/79eb793140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/79eb793140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/79eb793140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7ae9e7cb66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7ae9e7cb66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7ae9e7cb66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03247f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03247f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03247f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03a1d218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03a1d218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b03a1d218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7b0bebf966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b0bebf966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b0bebf966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7b4cf89c1af55260.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b4cf89c1af55260.txt new file mode 100644 index 0000000000000000000000000000000000000000..acfcb27c545eca7be18409bd3660f9db66cd44dd --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b4cf89c1af55260.txt @@ -0,0 +1,2 @@ + 403 See the troubleshooting guide for more information: https://aka.ms/azsdk/js/identity/azurepipelinescredential/troubleshoot`;throw ih.error(_),new kq(_)}return ih.info("Invoking getToken() of Client Assertion Credential"),this.clientAssertionCredential.getToken(q,K)}async requestOidcToken(q,K){ih.info("Requesting OIDC token from Azure Pipelines..."),ih.info(q);let _=WE({url:q,method:"POST",headers:vl({"Content-Type":"application/json",Authorization:`Bearer ${K}`,"X-TFS-FedAuthRedirect":"Suppress"})}),Y=await this.identityClient.sendRequest(_);return gL9(Y)}}function gL9(q){let K=q.bodyAsText;if(!K)throw ih.error(`${Ax}: Authentication Failed. Received null token from OIDC request. Response status- ${q.status}. Complete response - ${JSON.stringify(q)}`),new rI(q.status,{error:`${Ax}: Authentication Failed. Received null token from OIDC request.`,error_description:`${JSON.stringify(q)}. See the troubleshooting guide for more information: https://aka.ms/azsdk/js/identity/azurepipelinescredential/troubleshoot`});try{let _=JSON.parse(K);if(_===null||_===void 0?void 0:_.oidcToken)return _.oidcToken;else{let Y=`${Ax}: Authentication Failed. oidcToken field not detected in the response.`,z="";if(q.status!==200)z=`Response body = ${K}. Response Headers ["x-vss-e2eid"] = ${q.headers.get("x-vss-e2eid")} and ["x-msedge-ref"] = ${q.headers.get("x-msedge-ref")}. See the troubleshooting guide for more information: https://aka.ms/azsdk/js/identity/azurepipelinescredential/troubleshoot`;throw ih.error(Y),ih.error(z),new rI(q.status,{error:Y,error_description:z})}}catch(_){let Y=`${Ax}: Authentication Failed. oidcToken field not detected in the response.`;throw ih.error(`Response from service = ${K}, Response Headers ["x-vss-e2eid"] = ${q.headers.get("x-vss-e2eid")} + 404 and ["x-msedge-ref"] = ${q.headers.get("x-msedge-ref")}, error message = ${_.message}`),ih.error(Y),new rI(q.status,{error:Y,error_description:`Response = ${K}. Response headers ["x-vss-e2eid"] = ${q.headers.get("x-vss-e2eid")} and ["x-msedge-ref"] = ${q.headers.get("x-msedge-ref")}. See the troubleshooting guide for more information: https://aka.ms/azsdk/js/identity/azurepipelinescredential/troubleshoot`})}}var Ax="AzurePipelinesCredential",ih,FL9="7.1";var rP4=y(()=>{KD();ap();kX8();gp6();_D();HO();ih=O9(Ax)});class IP1{constructor(q,K,_,Y,z,A){if(dX(oP4,q),this.clientSecret=_,typeof z==="string")this.authorizationCode=Y,this.redirectUri=z;else this.authorizationCode=_,this.redirectUri=Y,this.clientSecret=void 0,A=z;this.tenantId=q,this.additionallyAllowedTenantIds=qj(A===null||A===void 0?void 0:A.additionallyAllowedTenants),this.msalClient=RG(K,q,Object.assign(Object.assign({},A),{logger:oP4,tokenCredentialOptions:A!==null&&A!==void 0?A:{}}))}async getToken(q,K={}){return Nz.withSpan(`${this.constructor.name}.getToken`,K,async(_)=>{let Y=Yw(this.tenantId,_,this.additionallyAllowedTenantIds);_.tenantId=Y;let z=VE(q);return this.msalClient.getTokenByAuthorizationCode(z,this.redirectUri,this.authorizationCode,this.clientSecret,Object.assign(Object.assign({},_),{disableAutomaticAuthentication:this.disableAutomaticAuthentication}))})}}var oP4;var aP4=y(()=>{_D();_D();HO();jF();q0();dl();oP4=O9("AuthorizationCodeCredential")});import{createHash as sP4}from"node:crypto";import{readFile as UL9}from"node:fs/promises";class uP1{constructor(q){let{clientSecret:K}=q,{certificatePath:_,sendCertificateChain:Y}=q,{getAssertion:z}=q,{tenantId:A,clientId:O,userAssertionToken:$,additionallyAllowedTenants:w}=q;if(!A)throw new kq(`${e06}: tenantId is a required parameter. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.`);if(!O)throw new kq(`${e06}: clientId is a required parameter. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.`);if(!K&&!_&&!z)throw new kq(`${e06}: You must provide one of clientSecret, certificatePath, or a getAssertion callback but none were provided. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.`);if(!$)throw new kq(`${e06}: userAssertionToken is a required parameter. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.`);this.certificatePath=_,this.clientSecret=K,this.userAssertionToken=$,this.sendCertificateChain=Y,this.clientAssertion=z,this.tenantId=A,this.additionallyAllowedTenantIds=qj(w),this.msalClient=RG(O,this.tenantId,Object.assign(Object.assign({},q),{logger:xP1,tokenCredentialOptions:q}))}async getToken(q,K={}){return Nz.withSpan(`${e06}.getToken`,K,async(_)=>{_.tenantId=Yw(this.tenantId,_,this.additionallyAllowedTenantIds,xP1);let Y=VE(q);if(this.certificatePath){let z=await this.buildClientCertificate(this.certificatePath);return this.msalClient.getTokenOnBehalfOf(Y,this.userAssertionToken,z,_)}else if(this.clientSecret)return this.msalClient.getTokenOnBehalfOf(Y,this.userAssertionToken,this.clientSecret,K);else if(this.clientAssertion)return this.msalClient.getTokenOnBehalfOf(Y,this.userAssertionToken,this.clientAssertion,K);else throw Error("Expected either clientSecret or certificatePath or clientAssertion to be defined.")})}async buildClientCertificate(q){try{let K=await this.parseCertificate({certificatePath:q},this.sendCertificateChain);return{thumbprint:K.thumbprint,thumbprintSha256:K.thumbprintSha256,privateKey:K.certificateContents,x5c:K.x5c}}catch(K){throw xP1.info(hY("",K)),K}}async parseCertificate(q,K){let _=q.certificatePath,Y=await UL9(_,"utf8"),z=K?Y:void 0,A=/(-+BEGIN CERTIFICATE-+)(\n\r?|\r\n?)([A-Za-z0-9+/\n\r]+=*)(\n\r?|\r\n?)(-+END CERTIFICATE-+)/g,O=[],$;do if($=A.exec(Y),$)O.push($[3]);while($);if(O.length===0)throw Error("The file at the specified path does not contain a PEM-encoded certificate.");let w=sP4("sha1").update(Buffer.from(O[0],"base64")).digest("hex").toUpperCase(),j=sP4("sha256").update(Buffer.from(O[0],"base64")).digest("hex").toUpperCase();return{certificateContents:Y,thumbprintSha256:j,thumbprint:w,x5c:z}}}var e06="OnBehalfOfCredential",xP1;var tP4=y(()=>{dl();HO();_D();KD();jF();q0();xP1=O9(e06)});function eP4(q,K,_){let{abortSignal:Y,tracingOptions:z}=_||{},A=Lp6();A.addPolicy(mp6({credential:q,scopes:K}));async function O(){var $;let j=($=(await A.sendRequest({sendRequest:(H)=>Promise.resolve({request:H,status:200,headers:H.headers})},WE({url:"https://example.com",abortSignal:Y,tracingOptions:z}))).headers.get("authorization"))===null||$===void 0?void 0:$.split(" ")[1];if(!j)throw Error("Failed to get access token");return j}return O}var qW4=y(()=>{ap()});var KW4={};T8(KW4,{useIdentityPlugin:()=>uZ9,serializeAuthenticationRecord:()=>KP4,logger:()=>nV,getDefaultAzureCredential:()=>QL9,getBearerTokenProvider:()=>eP4,deserializeAuthenticationRecord:()=>_P4,WorkloadIdentityCredential:()=>cl,VisualStudioCodeCredential:()=>JX1,UsernamePasswordCredential:()=>Cg6,OnBehalfOfCredential:()=>uP1,ManagedIdentityCredential:()=>F66,InteractiveBrowserCredential:()=>hP1,EnvironmentCredential:()=>bg6,DeviceCodeCredential:()=>CP1,DefaultAzureCredential:()=>Ig6,CredentialUnavailableErrorName:()=>HJ1,CredentialUnavailableError:()=>kq,ClientSecretCredential:()=>Sg6,ClientCertificateCredential:()=>hg6,ClientAssertionCredential:()=>gY6,ChainedTokenCredential:()=>Lg6,AzurePowerShellCredential:()=>Eg6,AzurePipelinesCredential:()=>bP1,AzureDeveloperCliCredential:()=>yg6,AzureCliCredential:()=>kg6,AzureAuthorityHosts:()=>lp,AuthorizationCodeCredential:()=>IP1,AuthenticationRequiredError:()=>oI,AuthenticationErrorName:()=>Tp6,AuthenticationError:()=>rI,AggregateAuthenticationErrorName:()=>JJ1,AggregateAuthenticationError:()=>vp6});function QL9(){return new Ig6}var _W4=y(()=>{LP1();KD();vX8();vP1();NP1();LP1();yP1();VP1();kX8();PP1();WP1();iP4();MP1();nP4();rP4();aP4();fP1();kP1();XX1();tP4();yX8();HO();ip();qW4();nw4()});var mP1=u((L3A,HW4)=>{var RX8=Object.prototype.hasOwnProperty,jW4=Object.prototype.toString,YW4=Object.defineProperty,zW4=Object.getOwnPropertyDescriptor,AW4=function(K){if(typeof Array.isArray==="function")return Array.isArray(K);return jW4.call(K)==="[object Array]"},OW4=function(K){if(!K||jW4.call(K)!=="[object Object]")return!1;var _=RX8.call(K,"constructor"),Y=K.constructor&&K.constructor.prototype&&RX8.call(K.constructor.prototype,"isPrototypeOf");if(K.constructor&&!_&&!Y)return!1;var z;for(z in K);return typeof z>"u"||RX8.call(K,z)},$W4=function(K,_){if(YW4&&_.name==="__proto__")YW4(K,_.name,{enumerable:!0,configurable:!0,value:_.newValue,writable:!0});else K[_.name]=_.newValue},wW4=function(K,_){if(_==="__proto__"){if(!RX8.call(K,_))return;else if(zW4)return zW4(K,_).value}return K[_]};HW4.exports=function q(){var K,_,Y,z,A,O,$=arguments[0],w=1,j=arguments.length,H=!1;if(typeof $==="boolean")H=$,$=arguments[1]||{},w=2;if($==null||typeof $!=="object"&&typeof $!=="function")$={};for(;w{function MO(q,K,_){if(_.globals)q=_.globals[q.name];return new q(`${_.context?_.context:"Value"} ${K}.`)}function _Z6(q,K){if(typeof q==="bigint")throw MO(TypeError,"is a BigInt which cannot be converted to a number",K);if(!K.globals)return Number(q);return K.globals.Number(q)}function XW4(q){if(q>0&&q%1===0.5&&(q&1)===0||q<0&&q%1===-0.5&&(q&1)===1)return xg6(Math.floor(q));return xg6(Math.round(q))}function hX8(q){return xg6(Math.trunc(q))}function JW4(q){return q<0?-1:1}function dL9(q,K){let _=q%K;if(JW4(K)!==JW4(_))return _+K;return _}function xg6(q){return q===0?0:q}function YZ6(q,{unsigned:K}){let _,Y;if(K)_=0,Y=2**q-1;else _=-(2**(q-1)),Y=2**(q-1)-1;let z=2**q,A=2**(q-1);return(O,$={})=>{let w=_Z6(O,$);if(w=xg6(w),$.enforceRange){if(!Number.isFinite(w))throw MO(TypeError,"is not a finite number",$);if(w=hX8(w),w<_||w>Y)throw MO(TypeError,`is outside the accepted range of ${_} to ${Y}, inclusive`,$);return w}if(!Number.isNaN(w)&&$.clamp)return w=Math.min(Math.max(w,_),Y),w=XW4(w),w;if(!Number.isFinite(w)||w===0)return 0;if(w=hX8(w),w>=_&&w<=Y)return w;if(w=dL9(w,z),!K&&w>=A)return w-z;return w}}function MW4(q,{unsigned:K}){let _=Number.MAX_SAFE_INTEGER,Y=K?0:Number.MIN_SAFE_INTEGER,z=K?BigInt.asUintN:BigInt.asIntN;return(A,O={})=>{let $=_Z6(A,O);if($=xg6($),O.enforceRange){if(!Number.isFinite($))throw MO(TypeError,"is not a finite number",O);if($=hX8($),$_)throw MO(TypeError,`is outside the accepted range of ${Y} to ${_}, inclusive`,O);return $}if(!Number.isNaN($)&&O.clamp)return $=Math.min(Math.max($,Y),_),$=XW4($),$;if(!Number.isFinite($)||$===0)return 0;let w=BigInt(hX8($));return w=z(q,w),Number(w)}}DW4.any=(q)=>{return q};DW4.undefined=()=>{return};DW4.boolean=(q)=>{return Boolean(q)};DW4.byte=YZ6(8,{unsigned:!1});DW4.octet=YZ6(8,{unsigned:!0});DW4.short=YZ6(16,{unsigned:!1});DW4["unsigned short"]=YZ6(16,{unsigned:!0});DW4.long=YZ6(32,{unsigned:!1});DW4["unsigned long"]=YZ6(32,{unsigned:!0});DW4["long long"]=MW4(64,{unsigned:!1});DW4["unsigned long long"]=MW4(64,{unsigned:!0});DW4.double=(q,K={})=>{let _=_Z6(q,K);if(!Number.isFinite(_))throw MO(TypeError,"is not a finite floating-point value",K);return _};DW4["unrestricted double"]=(q,K={})=>{return _Z6(q,K)};DW4.float=(q,K={})=>{let _=_Z6(q,K);if(!Number.isFinite(_))throw MO(TypeError,"is not a finite floating-point value",K);if(Object.is(_,-0))return _;let Y=Math.fround(_);if(!Number.isFinite(Y))throw MO(TypeError,"is outside the range of a single-precision floating-point value",K);return Y};DW4["unrestricted float"]=(q,K={})=>{let _=_Z6(q,K);if(isNaN(_))return _;if(Object.is(_,-0))return _;return Math.fround(_)};DW4.DOMString=(q,K={})=>{if(K.treatNullAsEmptyString&&q===null)return"";if(typeof q==="symbol")throw MO(TypeError,"is a symbol, which cannot be converted to a string",K);return(K.globals?K.globals.String:String)(q)};DW4.ByteString=(q,K={})=>{let _=DW4.DOMString(q,K),Y;for(let z=0;(Y=_.codePointAt(z))!==void 0;++z)if(Y>255)throw MO(TypeError,"is not a valid ByteString",K);return _};DW4.USVString=(q,K={})=>{let _=DW4.DOMString(q,K),Y=_.length,z=[];for(let A=0;A57343)z.push(String.fromCodePoint(O));else if(56320<=O&&O<=57343)z.push(String.fromCodePoint(65533));else if(A===Y-1)z.push(String.fromCodePoint(65533));else{let $=_.charCodeAt(A+1);if(56320<=$&&$<=57343){let w=O&1023,j=$&1023;z.push(String.fromCodePoint(65536+1024*w+j)),++A}else z.push(String.fromCodePoint(65533))}}return z.join("")};DW4.object=(q,K={})=>{if(q===null||typeof q!=="object"&&typeof q!=="function")throw MO(TypeError,"is not an object",K);return q};var cL9=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get,lL9=typeof SharedArrayBuffer==="function"?Object.getOwnPropertyDescriptor(SharedArrayBuffer.prototype,"byteLength").get:null;function BP1(q){try{return cL9.call(q),!0}catch{return!1}}function qZ6(q){try{return lL9.call(q),!0}catch{return!1}}function KZ6(q){try{return new Uint8Array(q),!1}catch{return!0}}DW4.ArrayBuffer=(q,K={})=>{if(!BP1(q)){if(K.allowShared&&!qZ6(q))throw MO(TypeError,"is not an ArrayBuffer or SharedArrayBuffer",K);throw MO(TypeError,"is not an ArrayBuffer",K)}if(KZ6(q))throw MO(TypeError,"is a detached ArrayBuffer",K);return q};var iL9=Object.getOwnPropertyDescriptor(DataView.prototype,"byteLength").get;DW4.DataView=(q,K={})=>{try{iL9.call(q)}catch(_){throw MO(TypeError,"is not a DataView",K)}if(!K.allowShared&&qZ6(q.buffer))throw MO(TypeError,"is backed by a SharedArrayBuffer, which is not allowed",K);if(KZ6(q.buffer))throw MO(TypeError,"is backed by a detached ArrayBuffer",K);return q};var nL9=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Uint8Array).prototype,Symbol.toStringTag).get;[Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach((q)=>{let{name:K}=q,_=/^[AEIOU]/u.test(K)?"an":"a";DW4[K]=(Y,z={})=>{if(!ArrayBuffer.isView(Y)||nL9.call(Y)!==K)throw MO(TypeError,`is not ${_} ${K} object`,z);if(!z.allowShared&&qZ6(Y.buffer))throw MO(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",z);if(KZ6(Y.buffer))throw MO(TypeError,"is a view on a detached ArrayBuffer",z);return Y}});DW4.ArrayBufferView=(q,K={})=>{if(!ArrayBuffer.isView(q))throw MO(TypeError,"is not a view on an ArrayBuffer or SharedArrayBuffer",K);if(!K.allowShared&&qZ6(q.buffer))throw MO(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",K);if(KZ6(q.buffer))throw MO(TypeError,"is a view on a detached ArrayBuffer",K);return q};DW4.BufferSource=(q,K={})=>{if(ArrayBuffer.isView(q)){if(!K.allowShared&&qZ6(q.buffer))throw MO(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",K);if(KZ6(q.buffer))throw MO(TypeError,"is a view on a detached ArrayBuffer",K);return q}if(!K.allowShared&&!BP1(q))throw MO(TypeError,"is not an ArrayBuffer or a view on one",K);if(K.allowShared&&!qZ6(q)&&!BP1(q))throw MO(TypeError,"is not an ArrayBuffer, SharedArrayBuffer, or a view on one",K);if(KZ6(q))throw MO(TypeError,"is a detached ArrayBuffer",K);return q};DW4.DOMTimeStamp=DW4["unsigned long long"]});var bX8=u((VW4,NW4)=>{function WR9(q){return typeof q==="object"&&q!==null||typeof q==="function"}var WW4=Function.prototype.call.bind(Object.prototype.hasOwnProperty);function ZR9(q,K){for(let _ of Reflect.ownKeys(K)){let Y=Reflect.getOwnPropertyDescriptor(K,_);if(Y&&!Reflect.defineProperty(q,_,Y))throw TypeError(`Cannot redefine property: ${String(_)}`)}}function GR9(q,K){let _=fW4(q);return Object.defineProperties(Object.create(_["%Object.prototype%"]),Object.getOwnPropertyDescriptors(K))}var ZW4=Symbol("wrapper"),GW4=Symbol("impl"),zZ6=Symbol("SameObject caches"),CX8=Symbol.for("[webidl2js] constructor registry"),fR9=Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype);function fW4(q){if(WW4(q,CX8))return q[CX8];let K=Object.create(null);K["%Object.prototype%"]=q.Object.prototype,K["%IteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf(new q.Array()[Symbol.iterator]()));try{K["%AsyncIteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf(q.eval("(async function* () {})").prototype))}catch{K["%AsyncIteratorPrototype%"]=fR9}return q[CX8]=K,K}function TR9(q,K,_){if(!q[zZ6])q[zZ6]=Object.create(null);if(K in q[zZ6])return q[zZ6][K];return q[zZ6][K]=_(),q[zZ6][K]}function TW4(q){return q?q[ZW4]:null}function vW4(q){return q?q[GW4]:null}function vR9(q){let K=TW4(q);return K?K:q}function VR9(q){let K=vW4(q);return K?K:q}var NR9=Symbol("internal");function kR9(q){if(typeof q!=="string")return!1;let K=q>>>0;if(K===4294967295)return!1;let _=`${K}`;if(q!==_)return!1;return!0}var yR9=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function ER9(q){try{return yR9.call(q),!0}catch(K){return!1}}function LR9([q,K],_){let Y;switch(_){case"key":Y=q;break;case"value":Y=K;break;case"key+value":Y=[q,K];break}return{value:Y,done:!1}}var RR9=Symbol("supports property index"),hR9=Symbol("supported property indices"),SR9=Symbol("supports property name"),CR9=Symbol("supported property names"),bR9=Symbol("indexed property get"),IR9=Symbol("indexed property set new"),xR9=Symbol("indexed property set existing"),uR9=Symbol("named property get"),mR9=Symbol("named property set new"),BR9=Symbol("named property set existing"),pR9=Symbol("named property delete"),FR9=Symbol("async iterator get the next iteration result"),gR9=Symbol("async iterator return steps"),UR9=Symbol("async iterator initialization steps"),QR9=Symbol("async iterator end of iteration");NW4.exports=VW4={isObject:WR9,hasOwn:WW4,define:ZR9,newObjectInRealm:GR9,wrapperSymbol:ZW4,implSymbol:GW4,getSameObject:TR9,ctorRegistrySymbol:CX8,initCtorRegistry:fW4,wrapperForImpl:TW4,implForWrapper:vW4,tryWrapperForImpl:vR9,tryImplForWrapper:VR9,iterInternalSymbol:NR9,isArrayBuffer:ER9,isArrayIndexPropName:kR9,supportsPropertyIndex:RR9,supportedPropertyIndices:hR9,supportsPropertyName:SR9,supportedPropertyNames:CR9,indexedGet:bR9,indexedSetNew:IR9,indexedSetExisting:xR9,namedGet:uR9,namedSetNew:mR9,namedSetExisting:BR9,namedDelete:pR9,asyncIteratorNext:FR9,asyncIteratorReturn:gR9,asyncIteratorInit:UR9,asyncIteratorEOI:QR9,iteratorResult:LR9}});var CW4=u((h3A,SW4)=>{var dR9=/^xn--/,cR9=/[^\0-\x7F]/,lR9=/[\x2E\u3002\uFF0E\uFF61]/g,iR9={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},HF=Math.floor,FP1=String.fromCharCode;function g66(q){throw RangeError(iR9[q])}function nR9(q,K){let _=[],Y=q.length;while(Y--)_[Y]=K(q[Y]);return _}function yW4(q,K){let _=q.split("@"),Y="";if(_.length>1)Y=_[0]+"@",q=_[1];q=q.replace(lR9,".");let z=q.split("."),A=nR9(z,K).join(".");return Y+A}function EW4(q){let K=[],_=0,Y=q.length;while(_=55296&&z<=56319&&_String.fromCodePoint(...q),oR9=function(q){if(q>=48&&q<58)return 26+(q-48);if(q>=65&&q<91)return q-65;if(q>=97&&q<123)return q-97;return 36},kW4=function(q,K){return q+22+75*(q<26)-((K!=0)<<5)},LW4=function(q,K,_){let Y=0;q=_?HF(q/700):q>>1,q+=HF(q/K);for(;q>455;Y+=36)q=HF(q/35);return HF(Y+36*q/(q+38))},RW4=function(q){let K=[],_=q.length,Y=0,z=128,A=72,O=q.lastIndexOf("-");if(O<0)O=0;for(let $=0;$=128)g66("not-basic");K.push(q.charCodeAt($))}for(let $=O>0?O+1:0;$<_;){let w=Y;for(let H=1,J=36;;J+=36){if($>=_)g66("invalid-input");let X=oR9(q.charCodeAt($++));if(X>=36)g66("invalid-input");if(X>HF((2147483647-Y)/H))g66("overflow");Y+=X*H;let M=J<=A?1:J>=A+26?26:J-A;if(XHF(2147483647/D))g66("overflow");H*=D}let j=K.length+1;if(A=LW4(Y-w,j,w==0),HF(Y/j)>2147483647-z)g66("overflow");z+=HF(Y/j),Y%=j,K.splice(Y++,0,z)}return String.fromCodePoint(...K)},hW4=function(q){let K=[];q=EW4(q);let _=q.length,Y=128,z=0,A=72;for(let w of q)if(w<128)K.push(FP1(w));let O=K.length,$=O;if(O)K.push("-");while($<_){let w=2147483647;for(let H of q)if(H>=Y&&HHF((2147483647-z)/j))g66("overflow");z+=(w-Y)*j,Y=w;for(let H of q){if(H2147483647)g66("overflow");if(H===Y){let J=z;for(let X=36;;X+=36){let M=X<=A?1:X>=A+26?26:X-A;if(J{var eR9=/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{11002}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11082}\u{110B0}-\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{11134}\u{11145}\u{11146}\u{11173}\u{11180}-\u{11182}\u{111B3}-\u{111C0}\u{111C9}-\u{111CC}\u{111CE}\u{111CF}\u{1122C}-\u{11237}\u{1123E}\u{11241}\u{112DF}-\u{112EA}\u{11300}-\u{11303}\u{1133B}\u{1133C}\u{1133E}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11357}\u{11362}\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113B8}-\u{113C0}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}-\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11435}-\u{11446}\u{1145E}\u{114B0}-\u{114C3}\u{115AF}-\u{115B5}\u{115B8}-\u{115C0}\u{115DC}\u{115DD}\u{11630}-\u{11640}\u{116AB}-\u{116B7}\u{1171D}-\u{1172B}\u{1182C}-\u{1183A}\u{11930}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{1193E}\u{11940}\u{11942}\u{11943}\u{119D1}-\u{119D7}\u{119DA}-\u{119E0}\u{119E4}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A39}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A5B}\u{11A8A}-\u{11A99}\u{11C2F}-\u{11C36}\u{11C38}-\u{11C3F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D8A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D97}\u{11EF3}-\u{11EF6}\u{11F00}\u{11F01}\u{11F03}\u{11F34}-\u{11F3A}\u{11F3E}-\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F51}-\u{16F87}\u{16F8F}-\u{16F92}\u{16FE4}\u{16FF0}\u{16FF1}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]/u,qh9=/[\u094D\u09CD\u0A4D\u0ACD\u0B4D\u0BCD\u0C4D\u0CCD\u0D3B\u0D3C\u0D4D\u0DCA\u0E3A\u0EBA\u0F84\u1039\u103A\u1714\u1715\u1734\u17D2\u1A60\u1B44\u1BAA\u1BAB\u1BF2\u1BF3\u2D7F\uA806\uA82C\uA8C4\uA953\uA9C0\uAAF6\uABED\u{10A3F}\u{11046}\u{11070}\u{1107F}\u{110B9}\u{11133}\u{11134}\u{111C0}\u{11235}\u{112EA}\u{1134D}\u{113CE}-\u{113D0}\u{11442}\u{114C2}\u{115BF}\u{1163F}\u{116B6}\u{1172B}\u{11839}\u{1193D}\u{1193E}\u{119E0}\u{11A34}\u{11A47}\u{11A99}\u{11C3F}\u{11D44}\u{11D45}\u{11D97}\u{11F41}\u{11F42}\u{1612F}]/u,Kh9=/[\u0620\u0626\u0628\u062A-\u062E\u0633-\u063F\u0641-\u0647\u0649\u064A\u066E\u066F\u0678-\u0687\u069A-\u06BF\u06C1\u06C2\u06CC\u06CE\u06D0\u06D1\u06FA-\u06FC\u06FF\u0712-\u0714\u071A-\u071D\u071F-\u0727\u0729\u072B\u072D\u072E\u074E-\u0758\u075C-\u076A\u076D-\u0770\u0772\u0775-\u0777\u077A-\u077F\u07CA-\u07EA\u0841-\u0845\u0848\u084A-\u0853\u0855\u0860\u0862-\u0865\u0868\u0886\u0889-\u088D\u08A0-\u08A9\u08AF\u08B0\u08B3-\u08B8\u08BA-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA872\u{10AC0}-\u{10AC4}\u{10ACD}\u{10AD3}-\u{10ADC}\u{10ADE}-\u{10AE0}\u{10AEB}-\u{10AEE}\u{10B80}\u{10B82}\u{10B86}-\u{10B88}\u{10B8A}\u{10B8B}\u{10B8D}\u{10B90}\u{10BAD}\u{10BAE}\u{10D00}-\u{10D21}\u{10D23}\u{10EC3}\u{10EC4}\u{10F30}-\u{10F32}\u{10F34}-\u{10F44}\u{10F51}-\u{10F53}\u{10F70}-\u{10F73}\u{10F76}-\u{10F81}\u{10FB0}\u{10FB2}\u{10FB3}\u{10FB8}\u{10FBB}\u{10FBC}\u{10FBE}\u{10FBF}\u{10FC1}\u{10FC4}\u{10FCA}\u{10FCB}\u{1E900}-\u{1E943}][\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*\u200C[\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*[\u0620\u0622-\u063F\u0641-\u064A\u066E\u066F\u0671-\u0673\u0675-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u077F\u07CA-\u07EA\u0840-\u0858\u0860\u0862-\u0865\u0867-\u086A\u0870-\u0882\u0886\u0889-\u088E\u08A0-\u08AC\u08AE-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA871\u{10AC0}-\u{10AC5}\u{10AC7}\u{10AC9}\u{10ACA}\u{10ACE}-\u{10AD6}\u{10AD8}-\u{10AE1}\u{10AE4}\u{10AEB}-\u{10AEF}\u{10B80}-\u{10B91}\u{10BA9}-\u{10BAE}\u{10D01}-\u{10D23}\u{10EC2}-\u{10EC4}\u{10F30}-\u{10F44}\u{10F51}-\u{10F54}\u{10F70}-\u{10F81}\u{10FB0}\u{10FB2}-\u{10FB6}\u{10FB8}-\u{10FBF}\u{10FC1}-\u{10FC4}\u{10FC9}\u{10FCA}\u{1E900}-\u{1E943}]/u,_h9=/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,Yh9=/[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B4E-\u1B6A\u1B74-\u1B7F\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113BA}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}\u{113CD}\u{113CF}\u{113D1}\u{113D3}-\u{113D5}\u{113D7}\u{113D8}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171E}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{1612A}-\u{1612C}\u{16130}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CCD6}-\u{1CCEF}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D800}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E5D0}-\u{1E5ED}\u{1E5F0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]/u,zh9=/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u08A0-\u08C9\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,Ah9=/^[\0-\x08\x0E-\x1B!-@\[-`\{-\x84\x86-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02B9\u02BA\u02C2-\u02CF\u02D2-\u02DF\u02E5-\u02ED\u02EF-\u036F\u0374\u0375\u037E\u0384\u0385\u0387\u03F6\u0483-\u0489\u058A\u058D-\u058F\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\u0600-\u070D\u070F-\u074A\u074D-\u07B1\u07C0-\u07FA\u07FD-\u082D\u0830-\u083E\u0840-\u085B\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u0897-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09F2\u09F3\u09FB\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AF1\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0BF3-\u0BFA\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C78-\u0C7E\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E3F\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39-\u0F3D\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1390-\u1399\u1400\u169B\u169C\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DB\u17DD\u17F0-\u17F9\u1800-\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1940\u1944\u1945\u19DE-\u19FF\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u200B-\u200D\u200F-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2070\u2074-\u207E\u2080-\u208E\u20A0-\u20C0\u20D0-\u20F0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u2150-\u215F\u2189-\u218B\u2190-\u2335\u237B-\u2394\u2396-\u2429\u2440-\u244A\u2460-\u249B\u24EA-\u26AB\u26AD-\u27FF\u2900-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF9-\u2CFF\u2D7F\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u302A-\u302D\u3030\u3036\u3037\u303D-\u303F\u3099-\u309C\u30A0\u30FB\u31C0-\u31E5\u31EF\u321D\u321E\u3250-\u325F\u327C-\u327E\u32B1-\u32BF\u32CC-\u32CF\u3377-\u337A\u33DE\u33DF\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA60D-\uA60F\uA66F-\uA67F\uA69E\uA69F\uA6F0\uA6F1\uA700-\uA721\uA788\uA802\uA806\uA80B\uA825\uA826\uA828-\uA82C\uA838\uA839\uA874-\uA877\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uAB6A\uAB6B\uABE5\uABE8\uABED\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFE70-\uFE74\uFE76-\uFEFC\uFEFF\uFF01-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10101}\u{10140}-\u{1018C}\u{10190}-\u{1019C}\u{101A0}\u{101FD}\u{102E0}-\u{102FB}\u{10376}-\u{1037A}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{1091F}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A38}-\u{10A3A}\u{10A3F}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE6}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B39}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D27}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D69}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAB}-\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10EFC}-\u{10F27}\u{10F30}-\u{10F59}\u{10F70}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{11001}\u{11038}-\u{11046}\u{11052}-\u{11065}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{11660}-\u{1166C}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{11FD5}-\u{11FF1}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE2}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CC00}-\u{1CCD5}\u{1CCF0}-\u{1CCF9}\u{1CD00}-\u{1CEB3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D1E9}\u{1D1EA}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D6C1}\u{1D6DB}\u{1D6FB}\u{1D715}\u{1D735}\u{1D74F}\u{1D76F}\u{1D789}\u{1D7A9}\u{1D7C3}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E2FF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8D6}\u{1E900}-\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10F}\u{1F12F}\u{1F16A}-\u{1F16F}\u{1F1AD}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}-\u{1F8BB}\u{1F8C0}\u{1F8C1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA89}\u{1FA8F}-\u{1FAC6}\u{1FACE}-\u{1FADC}\u{1FADF}-\u{1FAE9}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBF9}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*$/u,Oh9=/[0-9\xB2\xB3\xB9\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\u{102E1}-\u{102FB}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1CCF0}-\u{1CCF9}\u{1D7CE}-\u{1D7FF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u,$h9=/[0-9\xB2\xB3\xB9\u06F0-\u06F9\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFF10-\uFF19\u{102E1}-\u{102FB}\u{1CCF0}-\u{1CCF9}\u{1D7CE}-\u{1D7FF}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}]/u,wh9=/[\u0600-\u0605\u0660-\u0669\u066B\u066C\u06DD\u0890\u0891\u08E2\u{10D30}-\u{10D39}\u{10D40}-\u{10D49}\u{10E60}-\u{10E7E}]/u,jh9=/^[\0-\x08\x0E-\x1B!-\x84\x86-\u0377\u037A-\u037F\u0384-\u038A\u038C\u038E-\u03A1\u03A3-\u052F\u0531-\u0556\u0559-\u058A\u058D-\u058F\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0606\u0607\u0609\u060A\u060C\u060E-\u061A\u064B-\u065F\u066A\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07F6-\u07F9\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B77\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E3A\u0E3F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FDA\u1000-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u13A0-\u13F5\u13F8-\u13FD\u1400-\u167F\u1681-\u169C\u16A0-\u16F8\u1700-\u1715\u171F-\u1736\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u1800-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1940\u1944-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u19DE-\u1A1B\u1A1E-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1AB0-\u1ACE\u1B00-\u1B4C\u1B4E-\u1BF3\u1BFC-\u1C37\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD0-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u200B-\u200E\u2010-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2071\u2074-\u208E\u2090-\u209C\u20A0-\u20C0\u20D0-\u20F0\u2100-\u218B\u2190-\u2429\u2440-\u244A\u2460-\u2B73\u2B76-\u2B95\u2B97-\u2CF3\u2CF9-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u303F\u3041-\u3096\u3099-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31E5\u31EF-\u321E\u3220-\uA48C\uA490-\uA4C6\uA4D0-\uA62B\uA640-\uA6F7\uA700-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA82C\uA830-\uA839\uA840-\uA877\uA880-\uA8C5\uA8CE-\uA8D9\uA8E0-\uA953\uA95F-\uA97C\uA980-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA5C-\uAAC2\uAADB-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB6B\uAB70-\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1E\uFB29\uFD3E-\uFD4F\uFDCF\uFDFD-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}-\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1018E}\u{10190}-\u{1019C}\u{101A0}\u{101D0}-\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{1091F}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10B39}-\u{10B3F}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6E}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{1104D}\u{11052}-\u{11075}\u{1107F}-\u{110C2}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{11147}\u{11150}-\u{11176}\u{11180}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{11241}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133B}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113C0}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}-\u{113D5}\u{113D7}\u{113D8}\u{113E1}\u{113E2}\u{11400}-\u{1145B}\u{1145D}-\u{11461}\u{11480}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115DD}\u{11600}-\u{11644}\u{11650}-\u{11659}\u{11660}-\u{1166C}\u{11680}-\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171D}-\u{1172B}\u{11730}-\u{11746}\u{11800}-\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D7}\u{119DA}-\u{119E4}\u{11A00}-\u{11A47}\u{11A50}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF8}\u{11F00}-\u{11F10}\u{11F12}-\u{11F3A}\u{11F3E}-\u{11F5A}\u{11FB0}\u{11FC0}-\u{11FF1}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{13455}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF5}\u{16B00}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F4F}-\u{16F87}\u{16F8F}-\u{16F9F}\u{16FE0}-\u{16FE4}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}-\u{1BCA3}\u{1CC00}-\u{1CCF9}\u{1CD00}-\u{1CEB3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D1EA}\u{1D200}-\u{1D245}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D300}-\u{1D356}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D7CB}\u{1D7CE}-\u{1DA8B}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E030}-\u{1E06D}\u{1E08F}\u{1E100}-\u{1E12C}\u{1E130}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AE}\u{1E2C0}-\u{1E2F9}\u{1E2FF}\u{1E4D0}-\u{1E4F9}\u{1E5D0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F1AD}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}-\u{1F8BB}\u{1F8C0}\u{1F8C1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA89}\u{1FA8F}-\u{1FAC6}\u{1FACE}-\u{1FADC}\u{1FADF}-\u{1FAE9}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]*$/u,Hh9=/[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u06F0-\u06F9\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B4E-\u1B6A\u1B74-\u1B7F\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u2488-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E1}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113BA}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}\u{113CD}\u{113CF}\u{113D1}\u{113D3}-\u{113D5}\u{113D7}\u{113D8}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171E}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{1612A}-\u{1612C}\u{16130}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CCD6}-\u{1CCF9}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E5D0}-\u{1E5ED}\u{1E5F0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F100}-\u{1F10A}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u;bW4.exports={combiningMarks:eR9,combiningClassVirama:qh9,validZWNJ:Kh9,bidiDomain:_h9,bidiS1LTR:Yh9,bidiS1RTL:zh9,bidiS2:Ah9,bidiS3:Oh9,bidiS4EN:$h9,bidiS4AN:wh9,bidiS5:jh9,bidiS6:Hh9}});var xW4=u((C3A,Jh9)=>{Jh9.exports=[[[0,44],2],[[45,46],2],[47,2],[[48,57],2],[[58,64],2],[65,1,"a"],[66,1,"b"],[67,1,"c"],[68,1,"d"],[69,1,"e"],[70,1,"f"],[71,1,"g"],[72,1,"h"],[73,1,"i"],[74,1,"j"],[75,1,"k"],[76,1,"l"],[77,1,"m"],[78,1,"n"],[79,1,"o"],[80,1,"p"],[81,1,"q"],[82,1,"r"],[83,1,"s"],[84,1,"t"],[85,1,"u"],[86,1,"v"],[87,1,"w"],[88,1,"x"],[89,1,"y"],[90,1,"z"],[[91,96],2],[[97,122],2],[[123,127],2],[[128,159],3],[160,1," "],[[161,167],2],[168,1," ̈"],[169,2],[170,1,"a"],[[171,172],2],[173,7],[174,2],[175,1," ̄"],[[176,177],2],[178,1,"2"],[179,1,"3"],[180,1," ́"],[181,1,"μ"],[182,2],[183,2],[184,1," ̧"],[185,1,"1"],[186,1,"o"],[187,2],[188,1,"1⁄4"],[189,1,"1⁄2"],[190,1,"3⁄4"],[191,2],[192,1,"à"],[193,1,"á"],[194,1,"â"],[195,1,"ã"],[196,1,"ä"],[197,1,"å"],[198,1,"æ"],[199,1,"ç"],[200,1,"è"],[201,1,"é"],[202,1,"ê"],[203,1,"ë"],[204,1,"ì"],[205,1,"í"],[206,1,"î"],[207,1,"ï"],[208,1,"ð"],[209,1,"ñ"],[210,1,"ò"],[211,1,"ó"],[212,1,"ô"],[213,1,"õ"],[214,1,"ö"],[215,2],[216,1,"ø"],[217,1,"ù"],[218,1,"ú"],[219,1,"û"],[220,1,"ü"],[221,1,"ý"],[222,1,"þ"],[223,6,"ss"],[[224,246],2],[247,2],[[248,255],2],[256,1,"ā"],[257,2],[258,1,"ă"],[259,2],[260,1,"ą"],[261,2],[262,1,"ć"],[263,2],[264,1,"ĉ"],[265,2],[266,1,"ċ"],[267,2],[268,1,"č"],[269,2],[270,1,"ď"],[271,2],[272,1,"đ"],[273,2],[274,1,"ē"],[275,2],[276,1,"ĕ"],[277,2],[278,1,"ė"],[279,2],[280,1,"ę"],[281,2],[282,1,"ě"],[283,2],[284,1,"ĝ"],[285,2],[286,1,"ğ"],[287,2],[288,1,"ġ"],[289,2],[290,1,"ģ"],[291,2],[292,1,"ĥ"],[293,2],[294,1,"ħ"],[295,2],[296,1,"ĩ"],[297,2],[298,1,"ī"],[299,2],[300,1,"ĭ"],[301,2],[302,1,"į"],[303,2],[304,1,"i̇"],[305,2],[[306,307],1,"ij"],[308,1,"ĵ"],[309,2],[310,1,"ķ"],[[311,312],2],[313,1,"ĺ"],[314,2],[315,1,"ļ"],[316,2],[317,1,"ľ"],[318,2],[[319,320],1,"l·"],[321,1,"ł"],[322,2],[323,1,"ń"],[324,2],[325,1,"ņ"],[326,2],[327,1,"ň"],[328,2],[329,1,"ʼn"],[330,1,"ŋ"],[331,2],[332,1,"ō"],[333,2],[334,1,"ŏ"],[335,2],[336,1,"ő"],[337,2],[338,1,"œ"],[339,2],[340,1,"ŕ"],[341,2],[342,1,"ŗ"],[343,2],[344,1,"ř"],[345,2],[346,1,"ś"],[347,2],[348,1,"ŝ"],[349,2],[350,1,"ş"],[351,2],[352,1,"š"],[353,2],[354,1,"ţ"],[355,2],[356,1,"ť"],[357,2],[358,1,"ŧ"],[359,2],[360,1,"ũ"],[361,2],[362,1,"ū"],[363,2],[364,1,"ŭ"],[365,2],[366,1,"ů"],[367,2],[368,1,"ű"],[369,2],[370,1,"ų"],[371,2],[372,1,"ŵ"],[373,2],[374,1,"ŷ"],[375,2],[376,1,"ÿ"],[377,1,"ź"],[378,2],[379,1,"ż"],[380,2],[381,1,"ž"],[382,2],[383,1,"s"],[384,2],[385,1,"ɓ"],[386,1,"ƃ"],[387,2],[388,1,"ƅ"],[389,2],[390,1,"ɔ"],[391,1,"ƈ"],[392,2],[393,1,"ɖ"],[394,1,"ɗ"],[395,1,"ƌ"],[[396,397],2],[398,1,"ǝ"],[399,1,"ə"],[400,1,"ɛ"],[401,1,"ƒ"],[402,2],[403,1,"ɠ"],[404,1,"ɣ"],[405,2],[406,1,"ɩ"],[407,1,"ɨ"],[408,1,"ƙ"],[[409,411],2],[412,1,"ɯ"],[413,1,"ɲ"],[414,2],[415,1,"ɵ"],[416,1,"ơ"],[417,2],[418,1,"ƣ"],[419,2],[420,1,"ƥ"],[421,2],[422,1,"ʀ"],[423,1,"ƨ"],[424,2],[425,1,"ʃ"],[[426,427],2],[428,1,"ƭ"],[429,2],[430,1,"ʈ"],[431,1,"ư"],[432,2],[433,1,"ʊ"],[434,1,"ʋ"],[435,1,"ƴ"],[436,2],[437,1,"ƶ"],[438,2],[439,1,"ʒ"],[440,1,"ƹ"],[[441,443],2],[444,1,"ƽ"],[[445,451],2],[[452,454],1,"dž"],[[455,457],1,"lj"],[[458,460],1,"nj"],[461,1,"ǎ"],[462,2],[463,1,"ǐ"],[464,2],[465,1,"ǒ"],[466,2],[467,1,"ǔ"],[468,2],[469,1,"ǖ"],[470,2],[471,1,"ǘ"],[472,2],[473,1,"ǚ"],[474,2],[475,1,"ǜ"],[[476,477],2],[478,1,"ǟ"],[479,2],[480,1,"ǡ"],[481,2],[482,1,"ǣ"],[483,2],[484,1,"ǥ"],[485,2],[486,1,"ǧ"],[487,2],[488,1,"ǩ"],[489,2],[490,1,"ǫ"],[491,2],[492,1,"ǭ"],[493,2],[494,1,"ǯ"],[[495,496],2],[[497,499],1,"dz"],[500,1,"ǵ"],[501,2],[502,1,"ƕ"],[503,1,"ƿ"],[504,1,"ǹ"],[505,2],[506,1,"ǻ"],[507,2],[508,1,"ǽ"],[509,2],[510,1,"ǿ"],[511,2],[512,1,"ȁ"],[513,2],[514,1,"ȃ"],[515,2],[516,1,"ȅ"],[517,2],[518,1,"ȇ"],[519,2],[520,1,"ȉ"],[521,2],[522,1,"ȋ"],[523,2],[524,1,"ȍ"],[525,2],[526,1,"ȏ"],[527,2],[528,1,"ȑ"],[529,2],[530,1,"ȓ"],[531,2],[532,1,"ȕ"],[533,2],[534,1,"ȗ"],[535,2],[536,1,"ș"],[537,2],[538,1,"ț"],[539,2],[540,1,"ȝ"],[541,2],[542,1,"ȟ"],[543,2],[544,1,"ƞ"],[545,2],[546,1,"ȣ"],[547,2],[548,1,"ȥ"],[549,2],[550,1,"ȧ"],[551,2],[552,1,"ȩ"],[553,2],[554,1,"ȫ"],[555,2],[556,1,"ȭ"],[557,2],[558,1,"ȯ"],[559,2],[560,1,"ȱ"],[561,2],[562,1,"ȳ"],[563,2],[[564,566],2],[[567,569],2],[570,1,"ⱥ"],[571,1,"ȼ"],[572,2],[573,1,"ƚ"],[574,1,"ⱦ"],[[575,576],2],[577,1,"ɂ"],[578,2],[579,1,"ƀ"],[580,1,"ʉ"],[581,1,"ʌ"],[582,1,"ɇ"],[583,2],[584,1,"ɉ"],[585,2],[586,1,"ɋ"],[587,2],[588,1,"ɍ"],[589,2],[590,1,"ɏ"],[591,2],[[592,680],2],[[681,685],2],[[686,687],2],[688,1,"h"],[689,1,"ɦ"],[690,1,"j"],[691,1,"r"],[692,1,"ɹ"],[693,1,"ɻ"],[694,1,"ʁ"],[695,1,"w"],[696,1,"y"],[[697,705],2],[[706,709],2],[[710,721],2],[[722,727],2],[728,1," ̆"],[729,1," ̇"],[730,1," ̊"],[731,1," ̨"],[732,1," ̃"],[733,1," ̋"],[734,2],[735,2],[736,1,"ɣ"],[737,1,"l"],[738,1,"s"],[739,1,"x"],[740,1,"ʕ"],[[741,745],2],[[746,747],2],[748,2],[749,2],[750,2],[[751,767],2],[[768,831],2],[832,1,"̀"],[833,1,"́"],[834,2],[835,1,"̓"],[836,1,"̈́"],[837,1,"ι"],[[838,846],2],[847,7],[[848,855],2],[[856,860],2],[[861,863],2],[[864,865],2],[866,2],[[867,879],2],[880,1,"ͱ"],[881,2],[882,1,"ͳ"],[883,2],[884,1,"ʹ"],[885,2],[886,1,"ͷ"],[887,2],[[888,889],3],[890,1," ι"],[[891,893],2],[894,1,";"],[895,1,"ϳ"],[[896,899],3],[900,1," ́"],[901,1," ̈́"],[902,1,"ά"],[903,1,"·"],[904,1,"έ"],[905,1,"ή"],[906,1,"ί"],[907,3],[908,1,"ό"],[909,3],[910,1,"ύ"],[911,1,"ώ"],[912,2],[913,1,"α"],[914,1,"β"],[915,1,"γ"],[916,1,"δ"],[917,1,"ε"],[918,1,"ζ"],[919,1,"η"],[920,1,"θ"],[921,1,"ι"],[922,1,"κ"],[923,1,"λ"],[924,1,"μ"],[925,1,"ν"],[926,1,"ξ"],[927,1,"ο"],[928,1,"π"],[929,1,"ρ"],[930,3],[931,1,"σ"],[932,1,"τ"],[933,1,"υ"],[934,1,"φ"],[935,1,"χ"],[936,1,"ψ"],[937,1,"ω"],[938,1,"ϊ"],[939,1,"ϋ"],[[940,961],2],[962,6,"σ"],[[963,974],2],[975,1,"ϗ"],[976,1,"β"],[977,1,"θ"],[978,1,"υ"],[979,1,"ύ"],[980,1,"ϋ"],[981,1,"φ"],[982,1,"π"],[983,2],[984,1,"ϙ"],[985,2],[986,1,"ϛ"],[987,2],[988,1,"ϝ"],[989,2],[990,1,"ϟ"],[991,2],[992,1,"ϡ"],[993,2],[994,1,"ϣ"],[995,2],[996,1,"ϥ"],[997,2],[998,1,"ϧ"],[999,2],[1000,1,"ϩ"],[1001,2],[1002,1,"ϫ"],[1003,2],[1004,1,"ϭ"],[1005,2],[1006,1,"ϯ"],[1007,2],[1008,1,"κ"],[1009,1,"ρ"],[1010,1,"σ"],[1011,2],[1012,1,"θ"],[1013,1,"ε"],[1014,2],[1015,1,"ϸ"],[1016,2],[1017,1,"σ"],[1018,1,"ϻ"],[1019,2],[1020,2],[1021,1,"ͻ"],[1022,1,"ͼ"],[1023,1,"ͽ"],[1024,1,"ѐ"],[1025,1,"ё"],[1026,1,"ђ"],[1027,1,"ѓ"],[1028,1,"є"],[1029,1,"ѕ"],[1030,1,"і"],[1031,1,"ї"],[1032,1,"ј"],[1033,1,"љ"],[1034,1,"њ"],[1035,1,"ћ"],[1036,1,"ќ"],[1037,1,"ѝ"],[1038,1,"ў"],[1039,1,"џ"],[1040,1,"а"],[1041,1,"б"],[1042,1,"в"],[1043,1,"г"],[1044,1,"д"],[1045,1,"е"],[1046,1,"ж"],[1047,1,"з"],[1048,1,"и"],[1049,1,"й"],[1050,1,"к"],[1051,1,"л"],[1052,1,"м"],[1053,1,"н"],[1054,1,"о"],[1055,1,"п"],[1056,1,"р"],[1057,1,"с"],[1058,1,"т"],[1059,1,"у"],[1060,1,"ф"],[1061,1,"х"],[1062,1,"ц"],[1063,1,"ч"],[1064,1,"ш"],[1065,1,"щ"],[1066,1,"ъ"],[1067,1,"ы"],[1068,1,"ь"],[1069,1,"э"],[1070,1,"ю"],[1071,1,"я"],[[1072,1103],2],[1104,2],[[1105,1116],2],[1117,2],[[1118,1119],2],[1120,1,"ѡ"],[1121,2],[1122,1,"ѣ"],[1123,2],[1124,1,"ѥ"],[1125,2],[1126,1,"ѧ"],[1127,2],[1128,1,"ѩ"],[1129,2],[1130,1,"ѫ"],[1131,2],[1132,1,"ѭ"],[1133,2],[1134,1,"ѯ"],[1135,2],[1136,1,"ѱ"],[1137,2],[1138,1,"ѳ"],[1139,2],[1140,1,"ѵ"],[1141,2],[1142,1,"ѷ"],[1143,2],[1144,1,"ѹ"],[1145,2],[1146,1,"ѻ"],[1147,2],[1148,1,"ѽ"],[1149,2],[1150,1,"ѿ"],[1151,2],[1152,1,"ҁ"],[1153,2],[1154,2],[[1155,1158],2],[1159,2],[[1160,1161],2],[1162,1,"ҋ"],[1163,2],[1164,1,"ҍ"],[1165,2],[1166,1,"ҏ"],[1167,2],[1168,1,"ґ"],[1169,2],[1170,1,"ғ"],[1171,2],[1172,1,"ҕ"],[1173,2],[1174,1,"җ"],[1175,2],[1176,1,"ҙ"],[1177,2],[1178,1,"қ"],[1179,2],[1180,1,"ҝ"],[1181,2],[1182,1,"ҟ"],[1183,2],[1184,1,"ҡ"],[1185,2],[1186,1,"ң"],[1187,2],[1188,1,"ҥ"],[1189,2],[1190,1,"ҧ"],[1191,2],[1192,1,"ҩ"],[1193,2],[1194,1,"ҫ"],[1195,2],[1196,1,"ҭ"],[1197,2],[1198,1,"ү"],[1199,2],[1200,1,"ұ"],[1201,2],[1202,1,"ҳ"],[1203,2],[1204,1,"ҵ"],[1205,2],[1206,1,"ҷ"],[1207,2],[1208,1,"ҹ"],[1209,2],[1210,1,"һ"],[1211,2],[1212,1,"ҽ"],[1213,2],[1214,1,"ҿ"],[1215,2],[1216,1,"ӏ"],[1217,1,"ӂ"],[1218,2],[1219,1,"ӄ"],[1220,2],[1221,1,"ӆ"],[1222,2],[1223,1,"ӈ"],[1224,2],[1225,1,"ӊ"],[1226,2],[1227,1,"ӌ"],[1228,2],[1229,1,"ӎ"],[1230,2],[1231,2],[1232,1,"ӑ"],[1233,2],[1234,1,"ӓ"],[1235,2],[1236,1,"ӕ"],[1237,2],[1238,1,"ӗ"],[1239,2],[1240,1,"ә"],[1241,2],[1242,1,"ӛ"],[1243,2],[1244,1,"ӝ"],[1245,2],[1246,1,"ӟ"],[1247,2],[1248,1,"ӡ"],[1249,2],[1250,1,"ӣ"],[1251,2],[1252,1,"ӥ"],[1253,2],[1254,1,"ӧ"],[1255,2],[1256,1,"ө"],[1257,2],[1258,1,"ӫ"],[1259,2],[1260,1,"ӭ"],[1261,2],[1262,1,"ӯ"],[1263,2],[1264,1,"ӱ"],[1265,2],[1266,1,"ӳ"],[1267,2],[1268,1,"ӵ"],[1269,2],[1270,1,"ӷ"],[1271,2],[1272,1,"ӹ"],[1273,2],[1274,1,"ӻ"],[1275,2],[1276,1,"ӽ"],[1277,2],[1278,1,"ӿ"],[1279,2],[1280,1,"ԁ"],[1281,2],[1282,1,"ԃ"],[1283,2],[1284,1,"ԅ"],[1285,2],[1286,1,"ԇ"],[1287,2],[1288,1,"ԉ"],[1289,2],[1290,1,"ԋ"],[1291,2],[1292,1,"ԍ"],[1293,2],[1294,1,"ԏ"],[1295,2],[1296,1,"ԑ"],[1297,2],[1298,1,"ԓ"],[1299,2],[1300,1,"ԕ"],[1301,2],[1302,1,"ԗ"],[1303,2],[1304,1,"ԙ"],[1305,2],[1306,1,"ԛ"],[1307,2],[1308,1,"ԝ"],[1309,2],[1310,1,"ԟ"],[1311,2],[1312,1,"ԡ"],[1313,2],[1314,1,"ԣ"],[1315,2],[1316,1,"ԥ"],[1317,2],[1318,1,"ԧ"],[1319,2],[1320,1,"ԩ"],[1321,2],[1322,1,"ԫ"],[1323,2],[1324,1,"ԭ"],[1325,2],[1326,1,"ԯ"],[1327,2],[1328,3],[1329,1,"ա"],[1330,1,"բ"],[1331,1,"գ"],[1332,1,"դ"],[1333,1,"ե"],[1334,1,"զ"],[1335,1,"է"],[1336,1,"ը"],[1337,1,"թ"],[1338,1,"ժ"],[1339,1,"ի"],[1340,1,"լ"],[1341,1,"խ"],[1342,1,"ծ"],[1343,1,"կ"],[1344,1,"հ"],[1345,1,"ձ"],[1346,1,"ղ"],[1347,1,"ճ"],[1348,1,"մ"],[1349,1,"յ"],[1350,1,"ն"],[1351,1,"շ"],[1352,1,"ո"],[1353,1,"չ"],[1354,1,"պ"],[1355,1,"ջ"],[1356,1,"ռ"],[1357,1,"ս"],[1358,1,"վ"],[1359,1,"տ"],[1360,1,"ր"],[1361,1,"ց"],[1362,1,"ւ"],[1363,1,"փ"],[1364,1,"ք"],[1365,1,"օ"],[1366,1,"ֆ"],[[1367,1368],3],[1369,2],[[1370,1375],2],[1376,2],[[1377,1414],2],[1415,1,"եւ"],[1416,2],[1417,2],[1418,2],[[1419,1420],3],[[1421,1422],2],[1423,2],[1424,3],[[1425,1441],2],[1442,2],[[1443,1455],2],[[1456,1465],2],[1466,2],[[1467,1469],2],[1470,2],[1471,2],[1472,2],[[1473,1474],2],[1475,2],[1476,2],[1477,2],[1478,2],[1479,2],[[1480,1487],3],[[1488,1514],2],[[1515,1518],3],[1519,2],[[1520,1524],2],[[1525,1535],3],[[1536,1539],3],[1540,3],[1541,3],[[1542,1546],2],[1547,2],[1548,2],[[1549,1551],2],[[1552,1557],2],[[1558,1562],2],[1563,2],[1564,3],[1565,2],[1566,2],[1567,2],[1568,2],[[1569,1594],2],[[1595,1599],2],[1600,2],[[1601,1618],2],[[1619,1621],2],[[1622,1624],2],[[1625,1630],2],[1631,2],[[1632,1641],2],[[1642,1645],2],[[1646,1647],2],[[1648,1652],2],[1653,1,"اٴ"],[1654,1,"وٴ"],[1655,1,"ۇٴ"],[1656,1,"يٴ"],[[1657,1719],2],[[1720,1721],2],[[1722,1726],2],[1727,2],[[1728,1742],2],[1743,2],[[1744,1747],2],[1748,2],[[1749,1756],2],[1757,3],[1758,2],[[1759,1768],2],[1769,2],[[1770,1773],2],[[1774,1775],2],[[1776,1785],2],[[1786,1790],2],[1791,2],[[1792,1805],2],[1806,3],[1807,3],[[1808,1836],2],[[1837,1839],2],[[1840,1866],2],[[1867,1868],3],[[1869,1871],2],[[1872,1901],2],[[1902,1919],2],[[1920,1968],2],[1969,2],[[1970,1983],3],[[1984,2037],2],[[2038,2042],2],[[2043,2044],3],[2045,2],[[2046,2047],2],[[2048,2093],2],[[2094,2095],3],[[2096,2110],2],[2111,3],[[2112,2139],2],[[2140,2141],3],[2142,2],[2143,3],[[2144,2154],2],[[2155,2159],3],[[2160,2183],2],[2184,2],[[2185,2190],2],[2191,3],[[2192,2193],3],[[2194,2198],3],[2199,2],[[2200,2207],2],[2208,2],[2209,2],[[2210,2220],2],[[2221,2226],2],[[2227,2228],2],[2229,2],[[2230,2237],2],[[2238,2247],2],[[2248,2258],2],[2259,2],[[2260,2273],2],[2274,3],[2275,2],[[2276,2302],2],[2303,2],[2304,2],[[2305,2307],2],[2308,2],[[2309,2361],2],[[2362,2363],2],[[2364,2381],2],[2382,2],[2383,2],[[2384,2388],2],[2389,2],[[2390,2391],2],[2392,1,"क़"],[2393,1,"ख़"],[2394,1,"ग़"],[2395,1,"ज़"],[2396,1,"ड़"],[2397,1,"ढ़"],[2398,1,"फ़"],[2399,1,"य़"],[[2400,2403],2],[[2404,2405],2],[[2406,2415],2],[2416,2],[[2417,2418],2],[[2419,2423],2],[2424,2],[[2425,2426],2],[[2427,2428],2],[2429,2],[[2430,2431],2],[2432,2],[[2433,2435],2],[2436,3],[[2437,2444],2],[[2445,2446],3],[[2447,2448],2],[[2449,2450],3],[[2451,2472],2],[2473,3],[[2474,2480],2],[2481,3],[2482,2],[[2483,2485],3],[[2486,2489],2],[[2490,2491],3],[2492,2],[2493,2],[[2494,2500],2],[[2501,2502],3],[[2503,2504],2],[[2505,2506],3],[[2507,2509],2],[2510,2],[[2511,2518],3],[2519,2],[[2520,2523],3],[2524,1,"ড়"],[2525,1,"ঢ়"],[2526,3],[2527,1,"য়"],[[2528,2531],2],[[2532,2533],3],[[2534,2545],2],[[2546,2554],2],[2555,2],[2556,2],[2557,2],[2558,2],[[2559,2560],3],[2561,2],[2562,2],[2563,2],[2564,3],[[2565,2570],2],[[2571,2574],3],[[2575,2576],2],[[2577,2578],3],[[2579,2600],2],[2601,3],[[2602,2608],2],[2609,3],[2610,2],[2611,1,"ਲ਼"],[2612,3],[2613,2],[2614,1,"ਸ਼"],[2615,3],[[2616,2617],2],[[2618,2619],3],[2620,2],[2621,3],[[2622,2626],2],[[2627,2630],3],[[2631,2632],2],[[2633,2634],3],[[2635,2637],2],[[2638,2640],3],[2641,2],[[2642,2648],3],[2649,1,"ਖ਼"],[2650,1,"ਗ਼"],[2651,1,"ਜ਼"],[2652,2],[2653,3],[2654,1,"ਫ਼"],[[2655,2661],3],[[2662,2676],2],[2677,2],[2678,2],[[2679,2688],3],[[2689,2691],2],[2692,3],[[2693,2699],2],[2700,2],[2701,2],[2702,3],[[2703,2705],2],[2706,3],[[2707,2728],2],[2729,3],[[2730,2736],2],[2737,3],[[2738,2739],2],[2740,3],[[2741,2745],2],[[2746,2747],3],[[2748,2757],2],[2758,3],[[2759,2761],2],[2762,3],[[2763,2765],2],[[2766,2767],3],[2768,2],[[2769,2783],3],[2784,2],[[2785,2787],2],[[2788,2789],3],[[2790,2799],2],[2800,2],[2801,2],[[2802,2808],3],[2809,2],[[2810,2815],2],[2816,3],[[2817,2819],2],[2820,3],[[2821,2828],2],[[2829,2830],3],[[2831,2832],2],[[2833,2834],3],[[2835,2856],2],[2857,3],[[2858,2864],2],[2865,3],[[2866,2867],2],[2868,3],[2869,2],[[2870,2873],2],[[2874,2875],3],[[2876,2883],2],[2884,2],[[2885,2886],3],[[2887,2888],2],[[2889,2890],3],[[2891,2893],2],[[2894,2900],3],[2901,2],[[2902,2903],2],[[2904,2907],3],[2908,1,"ଡ଼"],[2909,1,"ଢ଼"],[2910,3],[[2911,2913],2],[[2914,2915],2],[[2916,2917],3],[[2918,2927],2],[2928,2],[2929,2],[[2930,2935],2],[[2936,2945],3],[[2946,2947],2],[2948,3],[[2949,2954],2],[[2955,2957],3],[[2958,2960],2],[2961,3],[[2962,2965],2],[[2966,2968],3],[[2969,2970],2],[2971,3],[2972,2],[2973,3],[[2974,2975],2],[[2976,2978],3],[[2979,2980],2],[[2981,2983],3],[[2984,2986],2],[[2987,2989],3],[[2990,2997],2],[2998,2],[[2999,3001],2],[[3002,3005],3],[[3006,3010],2],[[3011,3013],3],[[3014,3016],2],[3017,3],[[3018,3021],2],[[3022,3023],3],[3024,2],[[3025,3030],3],[3031,2],[[3032,3045],3],[3046,2],[[3047,3055],2],[[3056,3058],2],[[3059,3066],2],[[3067,3071],3],[3072,2],[[3073,3075],2],[3076,2],[[3077,3084],2],[3085,3],[[3086,3088],2],[3089,3],[[3090,3112],2],[3113,3],[[3114,3123],2],[3124,2],[[3125,3129],2],[[3130,3131],3],[3132,2],[3133,2],[[3134,3140],2],[3141,3],[[3142,3144],2],[3145,3],[[3146,3149],2],[[3150,3156],3],[[3157,3158],2],[3159,3],[[3160,3161],2],[3162,2],[[3163,3164],3],[3165,2],[[3166,3167],3],[[3168,3169],2],[[3170,3171],2],[[3172,3173],3],[[3174,3183],2],[[3184,3190],3],[3191,2],[[3192,3199],2],[3200,2],[3201,2],[[3202,3203],2],[3204,2],[[3205,3212],2],[3213,3],[[3214,3216],2],[3217,3],[[3218,3240],2],[3241,3],[[3242,3251],2],[3252,3],[[3253,3257],2],[[3258,3259],3],[[3260,3261],2],[[3262,3268],2],[3269,3],[[3270,3272],2],[3273,3],[[3274,3277],2],[[3278,3284],3],[[3285,3286],2],[[3287,3292],3],[3293,2],[3294,2],[3295,3],[[3296,3297],2],[[3298,3299],2],[[3300,3301],3],[[3302,3311],2],[3312,3],[[3313,3314],2],[3315,2],[[3316,3327],3],[3328,2],[3329,2],[[3330,3331],2],[3332,2],[[3333,3340],2],[3341,3],[[3342,3344],2],[3345,3],[[3346,3368],2],[3369,2],[[3370,3385],2],[3386,2],[[3387,3388],2],[3389,2],[[3390,3395],2],[3396,2],[3397,3],[[3398,3400],2],[3401,3],[[3402,3405],2],[3406,2],[3407,2],[[3408,3411],3],[[3412,3414],2],[3415,2],[[3416,3422],2],[3423,2],[[3424,3425],2],[[3426,3427],2],[[3428,3429],3],[[3430,3439],2],[[3440,3445],2],[[3446,3448],2],[3449,2],[[3450,3455],2],[3456,3],[3457,2],[[3458,3459],2],[3460,3],[[3461,3478],2],[[3479,3481],3],[[3482,3505],2],[3506,3],[[3507,3515],2],[3516,3],[3517,2],[[3518,3519],3],[[3520,3526],2],[[3527,3529],3],[3530,2],[[3531,3534],3],[[3535,3540],2],[3541,3],[3542,2],[3543,3],[[3544,3551],2],[[3552,3557],3],[[3558,3567],2],[[3568,3569],3],[[3570,3571],2],[3572,2],[[3573,3584],3],[[3585,3634],2],[3635,1,"ํา"],[[3636,3642],2],[[3643,3646],3],[3647,2],[[3648,3662],2],[3663,2],[[3664,3673],2],[[3674,3675],2],[[3676,3712],3],[[3713,3714],2],[3715,3],[3716,2],[3717,3],[3718,2],[[3719,3720],2],[3721,2],[3722,2],[3723,3],[3724,2],[3725,2],[[3726,3731],2],[[3732,3735],2],[3736,2],[[3737,3743],2],[3744,2],[[3745,3747],2],[3748,3],[3749,2],[3750,3],[3751,2],[[3752,3753],2],[[3754,3755],2],[3756,2],[[3757,3762],2],[3763,1,"ໍາ"],[[3764,3769],2],[3770,2],[[3771,3773],2],[[3774,3775],3],[[3776,3780],2],[3781,3],[3782,2],[3783,3],[[3784,3789],2],[3790,2],[3791,3],[[3792,3801],2],[[3802,3803],3],[3804,1,"ຫນ"],[3805,1,"ຫມ"],[[3806,3807],2],[[3808,3839],3],[3840,2],[[3841,3850],2],[3851,2],[3852,1,"་"],[[3853,3863],2],[[3864,3865],2],[[3866,3871],2],[[3872,3881],2],[[3882,3892],2],[3893,2],[3894,2],[3895,2],[3896,2],[3897,2],[[3898,3901],2],[[3902,3906],2],[3907,1,"གྷ"],[[3908,3911],2],[3912,3],[[3913,3916],2],[3917,1,"ཌྷ"],[[3918,3921],2],[3922,1,"དྷ"],[[3923,3926],2],[3927,1,"བྷ"],[[3928,3931],2],[3932,1,"ཛྷ"],[[3933,3944],2],[3945,1,"ཀྵ"],[3946,2],[[3947,3948],2],[[3949,3952],3],[[3953,3954],2],[3955,1,"ཱི"],[3956,2],[3957,1,"ཱུ"],[3958,1,"ྲྀ"],[3959,1,"ྲཱྀ"],[3960,1,"ླྀ"],[3961,1,"ླཱྀ"],[[3962,3968],2],[3969,1,"ཱྀ"],[[3970,3972],2],[3973,2],[[3974,3979],2],[[3980,3983],2],[[3984,3986],2],[3987,1,"ྒྷ"],[[3988,3989],2],[3990,2],[3991,2],[3992,3],[[3993,3996],2],[3997,1,"ྜྷ"],[[3998,4001],2],[4002,1,"ྡྷ"],[[4003,4006],2],[4007,1,"ྦྷ"],[[4008,4011],2],[4012,1,"ྫྷ"],[4013,2],[[4014,4016],2],[[4017,4023],2],[4024,2],[4025,1,"ྐྵ"],[[4026,4028],2],[4029,3],[[4030,4037],2],[4038,2],[[4039,4044],2],[4045,3],[4046,2],[4047,2],[[4048,4049],2],[[4050,4052],2],[[4053,4056],2],[[4057,4058],2],[[4059,4095],3],[[4096,4129],2],[4130,2],[[4131,4135],2],[4136,2],[[4137,4138],2],[4139,2],[[4140,4146],2],[[4147,4149],2],[[4150,4153],2],[[4154,4159],2],[[4160,4169],2],[[4170,4175],2],[[4176,4185],2],[[4186,4249],2],[[4250,4253],2],[[4254,4255],2],[4256,1,"ⴀ"],[4257,1,"ⴁ"],[4258,1,"ⴂ"],[4259,1,"ⴃ"],[4260,1,"ⴄ"],[4261,1,"ⴅ"],[4262,1,"ⴆ"],[4263,1,"ⴇ"],[4264,1,"ⴈ"],[4265,1,"ⴉ"],[4266,1,"ⴊ"],[4267,1,"ⴋ"],[4268,1,"ⴌ"],[4269,1,"ⴍ"],[4270,1,"ⴎ"],[4271,1,"ⴏ"],[4272,1,"ⴐ"],[4273,1,"ⴑ"],[4274,1,"ⴒ"],[4275,1,"ⴓ"],[4276,1,"ⴔ"],[4277,1,"ⴕ"],[4278,1,"ⴖ"],[4279,1,"ⴗ"],[4280,1,"ⴘ"],[4281,1,"ⴙ"],[4282,1,"ⴚ"],[4283,1,"ⴛ"],[4284,1,"ⴜ"],[4285,1,"ⴝ"],[4286,1,"ⴞ"],[4287,1,"ⴟ"],[4288,1,"ⴠ"],[4289,1,"ⴡ"],[4290,1,"ⴢ"],[4291,1,"ⴣ"],[4292,1,"ⴤ"],[4293,1,"ⴥ"],[4294,3],[4295,1,"ⴧ"],[[4296,4300],3],[4301,1,"ⴭ"],[[4302,4303],3],[[4304,4342],2],[[4343,4344],2],[[4345,4346],2],[4347,2],[4348,1,"ნ"],[[4349,4351],2],[[4352,4441],2],[[4442,4446],2],[[4447,4448],7],[[4449,4514],2],[[4515,4519],2],[[4520,4601],2],[[4602,4607],2],[[4608,4614],2],[4615,2],[[4616,4678],2],[4679,2],[4680,2],[4681,3],[[4682,4685],2],[[4686,4687],3],[[4688,4694],2],[4695,3],[4696,2],[4697,3],[[4698,4701],2],[[4702,4703],3],[[4704,4742],2],[4743,2],[4744,2],[4745,3],[[4746,4749],2],[[4750,4751],3],[[4752,4782],2],[4783,2],[4784,2],[4785,3],[[4786,4789],2],[[4790,4791],3],[[4792,4798],2],[4799,3],[4800,2],[4801,3],[[4802,4805],2],[[4806,4807],3],[[4808,4814],2],[4815,2],[[4816,4822],2],[4823,3],[[4824,4846],2],[4847,2],[[4848,4878],2],[4879,2],[4880,2],[4881,3],[[4882,4885],2],[[4886,4887],3],[[4888,4894],2],[4895,2],[[4896,4934],2],[4935,2],[[4936,4954],2],[[4955,4956],3],[[4957,4958],2],[4959,2],[4960,2],[[4961,4988],2],[[4989,4991],3],[[4992,5007],2],[[5008,5017],2],[[5018,5023],3],[[5024,5108],2],[5109,2],[[5110,5111],3],[5112,1,"Ᏸ"],[5113,1,"Ᏹ"],[5114,1,"Ᏺ"],[5115,1,"Ᏻ"],[5116,1,"Ᏼ"],[5117,1,"Ᏽ"],[[5118,5119],3],[5120,2],[[5121,5740],2],[[5741,5742],2],[[5743,5750],2],[[5751,5759],2],[5760,3],[[5761,5786],2],[[5787,5788],2],[[5789,5791],3],[[5792,5866],2],[[5867,5872],2],[[5873,5880],2],[[5881,5887],3],[[5888,5900],2],[5901,2],[[5902,5908],2],[5909,2],[[5910,5918],3],[5919,2],[[5920,5940],2],[[5941,5942],2],[[5943,5951],3],[[5952,5971],2],[[5972,5983],3],[[5984,5996],2],[5997,3],[[5998,6000],2],[6001,3],[[6002,6003],2],[[6004,6015],3],[[6016,6067],2],[[6068,6069],7],[[6070,6099],2],[[6100,6102],2],[6103,2],[[6104,6107],2],[6108,2],[6109,2],[[6110,6111],3],[[6112,6121],2],[[6122,6127],3],[[6128,6137],2],[[6138,6143],3],[[6144,6154],2],[[6155,6158],7],[6159,7],[[6160,6169],2],[[6170,6175],3],[[6176,6263],2],[6264,2],[[6265,6271],3],[[6272,6313],2],[6314,2],[[6315,6319],3],[[6320,6389],2],[[6390,6399],3],[[6400,6428],2],[[6429,6430],2],[6431,3],[[6432,6443],2],[[6444,6447],3],[[6448,6459],2],[[6460,6463],3],[6464,2],[[6465,6467],3],[[6468,6469],2],[[6470,6509],2],[[6510,6511],3],[[6512,6516],2],[[6517,6527],3],[[6528,6569],2],[[6570,6571],2],[[6572,6575],3],[[6576,6601],2],[[6602,6607],3],[[6608,6617],2],[6618,2],[[6619,6621],3],[[6622,6623],2],[[6624,6655],2],[[6656,6683],2],[[6684,6685],3],[[6686,6687],2],[[6688,6750],2],[6751,3],[[6752,6780],2],[[6781,6782],3],[[6783,6793],2],[[6794,6799],3],[[6800,6809],2],[[6810,6815],3],[[6816,6822],2],[6823,2],[[6824,6829],2],[[6830,6831],3],[[6832,6845],2],[6846,2],[[6847,6848],2],[[6849,6862],2],[[6863,6911],3],[[6912,6987],2],[6988,2],[6989,3],[[6990,6991],2],[[6992,7001],2],[[7002,7018],2],[[7019,7027],2],[[7028,7036],2],[[7037,7038],2],[7039,2],[[7040,7082],2],[[7083,7085],2],[[7086,7097],2],[[7098,7103],2],[[7104,7155],2],[[7156,7163],3],[[7164,7167],2],[[7168,7223],2],[[7224,7226],3],[[7227,7231],2],[[7232,7241],2],[[7242,7244],3],[[7245,7293],2],[[7294,7295],2],[7296,1,"в"],[7297,1,"д"],[7298,1,"о"],[7299,1,"с"],[[7300,7301],1,"т"],[7302,1,"ъ"],[7303,1,"ѣ"],[7304,1,"ꙋ"],[7305,1,"ᲊ"],[7306,2],[[7307,7311],3],[7312,1,"ა"],[7313,1,"ბ"],[7314,1,"გ"],[7315,1,"დ"],[7316,1,"ე"],[7317,1,"ვ"],[7318,1,"ზ"],[7319,1,"თ"],[7320,1,"ი"],[7321,1,"კ"],[7322,1,"ლ"],[7323,1,"მ"],[7324,1,"ნ"],[7325,1,"ო"],[7326,1,"პ"],[7327,1,"ჟ"],[7328,1,"რ"],[7329,1,"ს"],[7330,1,"ტ"],[7331,1,"უ"],[7332,1,"ფ"],[7333,1,"ქ"],[7334,1,"ღ"],[7335,1,"ყ"],[7336,1,"შ"],[7337,1,"ჩ"],[7338,1,"ც"],[7339,1,"ძ"],[7340,1,"წ"],[7341,1,"ჭ"],[7342,1,"ხ"],[7343,1,"ჯ"],[7344,1,"ჰ"],[7345,1,"ჱ"],[7346,1,"ჲ"],[7347,1,"ჳ"],[7348,1,"ჴ"],[7349,1,"ჵ"],[7350,1,"ჶ"],[7351,1,"ჷ"],[7352,1,"ჸ"],[7353,1,"ჹ"],[7354,1,"ჺ"],[[7355,7356],3],[7357,1,"ჽ"],[7358,1,"ჾ"],[7359,1,"ჿ"],[[7360,7367],2],[[7368,7375],3],[[7376,7378],2],[7379,2],[[7380,7410],2],[[7411,7414],2],[7415,2],[[7416,7417],2],[7418,2],[[7419,7423],3],[[7424,7467],2],[7468,1,"a"],[7469,1,"æ"],[7470,1,"b"],[7471,2],[7472,1,"d"],[7473,1,"e"],[7474,1,"ǝ"],[7475,1,"g"],[7476,1,"h"],[7477,1,"i"],[7478,1,"j"],[7479,1,"k"],[7480,1,"l"],[7481,1,"m"],[7482,1,"n"],[7483,2],[7484,1,"o"],[7485,1,"ȣ"],[7486,1,"p"],[7487,1,"r"],[7488,1,"t"],[7489,1,"u"],[7490,1,"w"],[7491,1,"a"],[7492,1,"ɐ"],[7493,1,"ɑ"],[7494,1,"ᴂ"],[7495,1,"b"],[7496,1,"d"],[7497,1,"e"],[7498,1,"ə"],[7499,1,"ɛ"],[7500,1,"ɜ"],[7501,1,"g"],[7502,2],[7503,1,"k"],[7504,1,"m"],[7505,1,"ŋ"],[7506,1,"o"],[7507,1,"ɔ"],[7508,1,"ᴖ"],[7509,1,"ᴗ"],[7510,1,"p"],[7511,1,"t"],[7512,1,"u"],[7513,1,"ᴝ"],[7514,1,"ɯ"],[7515,1,"v"],[7516,1,"ᴥ"],[7517,1,"β"],[7518,1,"γ"],[7519,1,"δ"],[7520,1,"φ"],[7521,1,"χ"],[7522,1,"i"],[7523,1,"r"],[7524,1,"u"],[7525,1,"v"],[7526,1,"β"],[7527,1,"γ"],[7528,1,"ρ"],[7529,1,"φ"],[7530,1,"χ"],[7531,2],[[7532,7543],2],[7544,1,"н"],[[7545,7578],2],[7579,1,"ɒ"],[7580,1,"c"],[7581,1,"ɕ"],[7582,1,"ð"],[7583,1,"ɜ"],[7584,1,"f"],[7585,1,"ɟ"],[7586,1,"ɡ"],[7587,1,"ɥ"],[7588,1,"ɨ"],[7589,1,"ɩ"],[7590,1,"ɪ"],[7591,1,"ᵻ"],[7592,1,"ʝ"],[7593,1,"ɭ"],[7594,1,"ᶅ"],[7595,1,"ʟ"],[7596,1,"ɱ"],[7597,1,"ɰ"],[7598,1,"ɲ"],[7599,1,"ɳ"],[7600,1,"ɴ"],[7601,1,"ɵ"],[7602,1,"ɸ"],[7603,1,"ʂ"],[7604,1,"ʃ"],[7605,1,"ƫ"],[7606,1,"ʉ"],[7607,1,"ʊ"],[7608,1,"ᴜ"],[7609,1,"ʋ"],[7610,1,"ʌ"],[7611,1,"z"],[7612,1,"ʐ"],[7613,1,"ʑ"],[7614,1,"ʒ"],[7615,1,"θ"],[[7616,7619],2],[[7620,7626],2],[[7627,7654],2],[[7655,7669],2],[[7670,7673],2],[7674,2],[7675,2],[7676,2],[7677,2],[[7678,7679],2],[7680,1,"ḁ"],[7681,2],[7682,1,"ḃ"],[7683,2],[7684,1,"ḅ"],[7685,2],[7686,1,"ḇ"],[7687,2],[7688,1,"ḉ"],[7689,2],[7690,1,"ḋ"],[7691,2],[7692,1,"ḍ"],[7693,2],[7694,1,"ḏ"],[7695,2],[7696,1,"ḑ"],[7697,2],[7698,1,"ḓ"],[7699,2],[7700,1,"ḕ"],[7701,2],[7702,1,"ḗ"],[7703,2],[7704,1,"ḙ"],[7705,2],[7706,1,"ḛ"],[7707,2],[7708,1,"ḝ"],[7709,2],[7710,1,"ḟ"],[7711,2],[7712,1,"ḡ"],[7713,2],[7714,1,"ḣ"],[7715,2],[7716,1,"ḥ"],[7717,2],[7718,1,"ḧ"],[7719,2],[7720,1,"ḩ"],[7721,2],[7722,1,"ḫ"],[7723,2],[7724,1,"ḭ"],[7725,2],[7726,1,"ḯ"],[7727,2],[7728,1,"ḱ"],[7729,2],[7730,1,"ḳ"],[7731,2],[7732,1,"ḵ"],[7733,2],[7734,1,"ḷ"],[7735,2],[7736,1,"ḹ"],[7737,2],[7738,1,"ḻ"],[7739,2],[7740,1,"ḽ"],[7741,2],[7742,1,"ḿ"],[7743,2],[7744,1,"ṁ"],[7745,2],[7746,1,"ṃ"],[7747,2],[7748,1,"ṅ"],[7749,2],[7750,1,"ṇ"],[7751,2],[7752,1,"ṉ"],[7753,2],[7754,1,"ṋ"],[7755,2],[7756,1,"ṍ"],[7757,2],[7758,1,"ṏ"],[7759,2],[7760,1,"ṑ"],[7761,2],[7762,1,"ṓ"],[7763,2],[7764,1,"ṕ"],[7765,2],[7766,1,"ṗ"],[7767,2],[7768,1,"ṙ"],[7769,2],[7770,1,"ṛ"],[7771,2],[7772,1,"ṝ"],[7773,2],[7774,1,"ṟ"],[7775,2],[7776,1,"ṡ"],[7777,2],[7778,1,"ṣ"],[7779,2],[7780,1,"ṥ"],[7781,2],[7782,1,"ṧ"],[7783,2],[7784,1,"ṩ"],[7785,2],[7786,1,"ṫ"],[7787,2],[7788,1,"ṭ"],[7789,2],[7790,1,"ṯ"],[7791,2],[7792,1,"ṱ"],[7793,2],[7794,1,"ṳ"],[7795,2],[7796,1,"ṵ"],[7797,2],[7798,1,"ṷ"],[7799,2],[7800,1,"ṹ"],[7801,2],[7802,1,"ṻ"],[7803,2],[7804,1,"ṽ"],[7805,2],[7806,1,"ṿ"],[7807,2],[7808,1,"ẁ"],[7809,2],[7810,1,"ẃ"],[7811,2],[7812,1,"ẅ"],[7813,2],[7814,1,"ẇ"],[7815,2],[7816,1,"ẉ"],[7817,2],[7818,1,"ẋ"],[7819,2],[7820,1,"ẍ"],[7821,2],[7822,1,"ẏ"],[7823,2],[7824,1,"ẑ"],[7825,2],[7826,1,"ẓ"],[7827,2],[7828,1,"ẕ"],[[7829,7833],2],[7834,1,"aʾ"],[7835,1,"ṡ"],[[7836,7837],2],[7838,1,"ß"],[7839,2],[7840,1,"ạ"],[7841,2],[7842,1,"ả"],[7843,2],[7844,1,"ấ"],[7845,2],[7846,1,"ầ"],[7847,2],[7848,1,"ẩ"],[7849,2],[7850,1,"ẫ"],[7851,2],[7852,1,"ậ"],[7853,2],[7854,1,"ắ"],[7855,2],[7856,1,"ằ"],[7857,2],[7858,1,"ẳ"],[7859,2],[7860,1,"ẵ"],[7861,2],[7862,1,"ặ"],[7863,2],[7864,1,"ẹ"],[7865,2],[7866,1,"ẻ"],[7867,2],[7868,1,"ẽ"],[7869,2],[7870,1,"ế"],[7871,2],[7872,1,"ề"],[7873,2],[7874,1,"ể"],[7875,2],[7876,1,"ễ"],[7877,2],[7878,1,"ệ"],[7879,2],[7880,1,"ỉ"],[7881,2],[7882,1,"ị"],[7883,2],[7884,1,"ọ"],[7885,2],[7886,1,"ỏ"],[7887,2],[7888,1,"ố"],[7889,2],[7890,1,"ồ"],[7891,2],[7892,1,"ổ"],[7893,2],[7894,1,"ỗ"],[7895,2],[7896,1,"ộ"],[7897,2],[7898,1,"ớ"],[7899,2],[7900,1,"ờ"],[7901,2],[7902,1,"ở"],[7903,2],[7904,1,"ỡ"],[7905,2],[7906,1,"ợ"],[7907,2],[7908,1,"ụ"],[7909,2],[7910,1,"ủ"],[7911,2],[7912,1,"ứ"],[7913,2],[7914,1,"ừ"],[7915,2],[7916,1,"ử"],[7917,2],[7918,1,"ữ"],[7919,2],[7920,1,"ự"],[7921,2],[7922,1,"ỳ"],[7923,2],[7924,1,"ỵ"],[7925,2],[7926,1,"ỷ"],[7927,2],[7928,1,"ỹ"],[7929,2],[7930,1,"ỻ"],[7931,2],[7932,1,"ỽ"],[7933,2],[7934,1,"ỿ"],[7935,2],[[7936,7943],2],[7944,1,"ἀ"],[7945,1,"ἁ"],[7946,1,"ἂ"],[7947,1,"ἃ"],[7948,1,"ἄ"],[7949,1,"ἅ"],[7950,1,"ἆ"],[7951,1,"ἇ"],[[7952,7957],2],[[7958,7959],3],[7960,1,"ἐ"],[7961,1,"ἑ"],[7962,1,"ἒ"],[7963,1,"ἓ"],[7964,1,"ἔ"],[7965,1,"ἕ"],[[7966,7967],3],[[7968,7975],2],[7976,1,"ἠ"],[7977,1,"ἡ"],[7978,1,"ἢ"],[7979,1,"ἣ"],[7980,1,"ἤ"],[7981,1,"ἥ"],[7982,1,"ἦ"],[7983,1,"ἧ"],[[7984,7991],2],[7992,1,"ἰ"],[7993,1,"ἱ"],[7994,1,"ἲ"],[7995,1,"ἳ"],[7996,1,"ἴ"],[7997,1,"ἵ"],[7998,1,"ἶ"],[7999,1,"ἷ"],[[8000,8005],2],[[8006,8007],3],[8008,1,"ὀ"],[8009,1,"ὁ"],[8010,1,"ὂ"],[8011,1,"ὃ"],[8012,1,"ὄ"],[8013,1,"ὅ"],[[8014,8015],3],[[8016,8023],2],[8024,3],[8025,1,"ὑ"],[8026,3],[8027,1,"ὓ"],[8028,3],[8029,1,"ὕ"],[8030,3],[8031,1,"ὗ"],[[8032,8039],2],[8040,1,"ὠ"],[8041,1,"ὡ"],[8042,1,"ὢ"],[8043,1,"ὣ"],[8044,1,"ὤ"],[8045,1,"ὥ"],[8046,1,"ὦ"],[8047,1,"ὧ"],[8048,2],[8049,1,"ά"],[8050,2],[8051,1,"έ"],[8052,2],[8053,1,"ή"],[8054,2],[8055,1,"ί"],[8056,2],[8057,1,"ό"],[8058,2],[8059,1,"ύ"],[8060,2],[8061,1,"ώ"],[[8062,8063],3],[8064,1,"ἀι"],[8065,1,"ἁι"],[8066,1,"ἂι"],[8067,1,"ἃι"],[8068,1,"ἄι"],[8069,1,"ἅι"],[8070,1,"ἆι"],[8071,1,"ἇι"],[8072,1,"ἀι"],[8073,1,"ἁι"],[8074,1,"ἂι"],[8075,1,"ἃι"],[8076,1,"ἄι"],[8077,1,"ἅι"],[8078,1,"ἆι"],[8079,1,"ἇι"],[8080,1,"ἠι"],[8081,1,"ἡι"],[8082,1,"ἢι"],[8083,1,"ἣι"],[8084,1,"ἤι"],[8085,1,"ἥι"],[8086,1,"ἦι"],[8087,1,"ἧι"],[8088,1,"ἠι"],[8089,1,"ἡι"],[8090,1,"ἢι"],[8091,1,"ἣι"],[8092,1,"ἤι"],[8093,1,"ἥι"],[8094,1,"ἦι"],[8095,1,"ἧι"],[8096,1,"ὠι"],[8097,1,"ὡι"],[8098,1,"ὢι"],[8099,1,"ὣι"],[8100,1,"ὤι"],[8101,1,"ὥι"],[8102,1,"ὦι"],[8103,1,"ὧι"],[8104,1,"ὠι"],[8105,1,"ὡι"],[8106,1,"ὢι"],[8107,1,"ὣι"],[8108,1,"ὤι"],[8109,1,"ὥι"],[8110,1,"ὦι"],[8111,1,"ὧι"],[[8112,8113],2],[8114,1,"ὰι"],[8115,1,"αι"],[8116,1,"άι"],[8117,3],[8118,2],[8119,1,"ᾶι"],[8120,1,"ᾰ"],[8121,1,"ᾱ"],[8122,1,"ὰ"],[8123,1,"ά"],[8124,1,"αι"],[8125,1," ̓"],[8126,1,"ι"],[8127,1," ̓"],[8128,1," ͂"],[8129,1," ̈͂"],[8130,1,"ὴι"],[8131,1,"ηι"],[8132,1,"ήι"],[8133,3],[8134,2],[8135,1,"ῆι"],[8136,1,"ὲ"],[8137,1,"έ"],[8138,1,"ὴ"],[8139,1,"ή"],[8140,1,"ηι"],[8141,1," ̓̀"],[8142,1," ̓́"],[8143,1," ̓͂"],[[8144,8146],2],[8147,1,"ΐ"],[[8148,8149],3],[[8150,8151],2],[8152,1,"ῐ"],[8153,1,"ῑ"],[8154,1,"ὶ"],[8155,1,"ί"],[8156,3],[8157,1," ̔̀"],[8158,1," ̔́"],[8159,1," ̔͂"],[[8160,8162],2],[8163,1,"ΰ"],[[8164,8167],2],[8168,1,"ῠ"],[8169,1,"ῡ"],[8170,1,"ὺ"],[8171,1,"ύ"],[8172,1,"ῥ"],[8173,1," ̈̀"],[8174,1," ̈́"],[8175,1,"`"],[[8176,8177],3],[8178,1,"ὼι"],[8179,1,"ωι"],[8180,1,"ώι"],[8181,3],[8182,2],[8183,1,"ῶι"],[8184,1,"ὸ"],[8185,1,"ό"],[8186,1,"ὼ"],[8187,1,"ώ"],[8188,1,"ωι"],[8189,1," ́"],[8190,1," ̔"],[8191,3],[[8192,8202],1," "],[8203,7],[[8204,8205],6,""],[[8206,8207],3],[8208,2],[8209,1,"‐"],[[8210,8214],2],[8215,1," ̳"],[[8216,8227],2],[[8228,8230],3],[8231,2],[[8232,8238],3],[8239,1," "],[[8240,8242],2],[8243,1,"′′"],[8244,1,"′′′"],[8245,2],[8246,1,"‵‵"],[8247,1,"‵‵‵"],[[8248,8251],2],[8252,1,"!!"],[8253,2],[8254,1," ̅"],[[8255,8262],2],[8263,1,"??"],[8264,1,"?!"],[8265,1,"!?"],[[8266,8269],2],[[8270,8274],2],[[8275,8276],2],[[8277,8278],2],[8279,1,"′′′′"],[[8280,8286],2],[8287,1," "],[[8288,8291],7],[8292,7],[8293,3],[[8294,8297],3],[[8298,8303],7],[8304,1,"0"],[8305,1,"i"],[[8306,8307],3],[8308,1,"4"],[8309,1,"5"],[8310,1,"6"],[8311,1,"7"],[8312,1,"8"],[8313,1,"9"],[8314,1,"+"],[8315,1,"−"],[8316,1,"="],[8317,1,"("],[8318,1,")"],[8319,1,"n"],[8320,1,"0"],[8321,1,"1"],[8322,1,"2"],[8323,1,"3"],[8324,1,"4"],[8325,1,"5"],[8326,1,"6"],[8327,1,"7"],[8328,1,"8"],[8329,1,"9"],[8330,1,"+"],[8331,1,"−"],[8332,1,"="],[8333,1,"("],[8334,1,")"],[8335,3],[8336,1,"a"],[8337,1,"e"],[8338,1,"o"],[8339,1,"x"],[8340,1,"ə"],[8341,1,"h"],[8342,1,"k"],[8343,1,"l"],[8344,1,"m"],[8345,1,"n"],[8346,1,"p"],[8347,1,"s"],[8348,1,"t"],[[8349,8351],3],[[8352,8359],2],[8360,1,"rs"],[[8361,8362],2],[8363,2],[8364,2],[[8365,8367],2],[[8368,8369],2],[[8370,8373],2],[[8374,8376],2],[8377,2],[8378,2],[[8379,8381],2],[8382,2],[8383,2],[8384,2],[[8385,8399],3],[[8400,8417],2],[[8418,8419],2],[[8420,8426],2],[8427,2],[[8428,8431],2],[8432,2],[[8433,8447],3],[8448,1,"a/c"],[8449,1,"a/s"],[8450,1,"c"],[8451,1,"°c"],[8452,2],[8453,1,"c/o"],[8454,1,"c/u"],[8455,1,"ɛ"],[8456,2],[8457,1,"°f"],[8458,1,"g"],[[8459,8462],1,"h"],[8463,1,"ħ"],[[8464,8465],1,"i"],[[8466,8467],1,"l"],[8468,2],[8469,1,"n"],[8470,1,"no"],[[8471,8472],2],[8473,1,"p"],[8474,1,"q"],[[8475,8477],1,"r"],[[8478,8479],2],[8480,1,"sm"],[8481,1,"tel"],[8482,1,"tm"],[8483,2],[8484,1,"z"],[8485,2],[8486,1,"ω"],[8487,2],[8488,1,"z"],[8489,2],[8490,1,"k"],[8491,1,"å"],[8492,1,"b"],[8493,1,"c"],[8494,2],[[8495,8496],1,"e"],[8497,1,"f"],[8498,1,"ⅎ"],[8499,1,"m"],[8500,1,"o"],[8501,1,"א"],[8502,1,"ב"],[8503,1,"ג"],[8504,1,"ד"],[8505,1,"i"],[8506,2],[8507,1,"fax"],[8508,1,"π"],[[8509,8510],1,"γ"],[8511,1,"π"],[8512,1,"∑"],[[8513,8516],2],[[8517,8518],1,"d"],[8519,1,"e"],[8520,1,"i"],[8521,1,"j"],[[8522,8523],2],[8524,2],[8525,2],[8526,2],[8527,2],[8528,1,"1⁄7"],[8529,1,"1⁄9"],[8530,1,"1⁄10"],[8531,1,"1⁄3"],[8532,1,"2⁄3"],[8533,1,"1⁄5"],[8534,1,"2⁄5"],[8535,1,"3⁄5"],[8536,1,"4⁄5"],[8537,1,"1⁄6"],[8538,1,"5⁄6"],[8539,1,"1⁄8"],[8540,1,"3⁄8"],[8541,1,"5⁄8"],[8542,1,"7⁄8"],[8543,1,"1⁄"],[8544,1,"i"],[8545,1,"ii"],[8546,1,"iii"],[8547,1,"iv"],[8548,1,"v"],[8549,1,"vi"],[8550,1,"vii"],[8551,1,"viii"],[8552,1,"ix"],[8553,1,"x"],[8554,1,"xi"],[8555,1,"xii"],[8556,1,"l"],[8557,1,"c"],[8558,1,"d"],[8559,1,"m"],[8560,1,"i"],[8561,1,"ii"],[8562,1,"iii"],[8563,1,"iv"],[8564,1,"v"],[8565,1,"vi"],[8566,1,"vii"],[8567,1,"viii"],[8568,1,"ix"],[8569,1,"x"],[8570,1,"xi"],[8571,1,"xii"],[8572,1,"l"],[8573,1,"c"],[8574,1,"d"],[8575,1,"m"],[[8576,8578],2],[8579,1,"ↄ"],[8580,2],[[8581,8584],2],[8585,1,"0⁄3"],[[8586,8587],2],[[8588,8591],3],[[8592,8682],2],[[8683,8691],2],[[8692,8703],2],[[8704,8747],2],[8748,1,"∫∫"],[8749,1,"∫∫∫"],[8750,2],[8751,1,"∮∮"],[8752,1,"∮∮∮"],[[8753,8945],2],[[8946,8959],2],[8960,2],[8961,2],[[8962,9000],2],[9001,1,"〈"],[9002,1,"〉"],[[9003,9082],2],[9083,2],[9084,2],[[9085,9114],2],[[9115,9166],2],[[9167,9168],2],[[9169,9179],2],[[9180,9191],2],[9192,2],[[9193,9203],2],[[9204,9210],2],[[9211,9214],2],[9215,2],[[9216,9252],2],[[9253,9254],2],[[9255,9257],2],[[9258,9279],3],[[9280,9290],2],[[9291,9311],3],[9312,1,"1"],[9313,1,"2"],[9314,1,"3"],[9315,1,"4"],[9316,1,"5"],[9317,1,"6"],[9318,1,"7"],[9319,1,"8"],[9320,1,"9"],[9321,1,"10"],[9322,1,"11"],[9323,1,"12"],[9324,1,"13"],[9325,1,"14"],[9326,1,"15"],[9327,1,"16"],[9328,1,"17"],[9329,1,"18"],[9330,1,"19"],[9331,1,"20"],[9332,1,"(1)"],[9333,1,"(2)"],[9334,1,"(3)"],[9335,1,"(4)"],[9336,1,"(5)"],[9337,1,"(6)"],[9338,1,"(7)"],[9339,1,"(8)"],[9340,1,"(9)"],[9341,1,"(10)"],[9342,1,"(11)"],[9343,1,"(12)"],[9344,1,"(13)"],[9345,1,"(14)"],[9346,1,"(15)"],[9347,1,"(16)"],[9348,1,"(17)"],[9349,1,"(18)"],[9350,1,"(19)"],[9351,1,"(20)"],[[9352,9371],3],[9372,1,"(a)"],[9373,1,"(b)"],[9374,1,"(c)"],[9375,1,"(d)"],[9376,1,"(e)"],[9377,1,"(f)"],[9378,1,"(g)"],[9379,1,"(h)"],[9380,1,"(i)"],[9381,1,"(j)"],[9382,1,"(k)"],[9383,1,"(l)"],[9384,1,"(m)"],[9385,1,"(n)"],[9386,1,"(o)"],[9387,1,"(p)"],[9388,1,"(q)"],[9389,1,"(r)"],[9390,1,"(s)"],[9391,1,"(t)"],[9392,1,"(u)"],[9393,1,"(v)"],[9394,1,"(w)"],[9395,1,"(x)"],[9396,1,"(y)"],[9397,1,"(z)"],[9398,1,"a"],[9399,1,"b"],[9400,1,"c"],[9401,1,"d"],[9402,1,"e"],[9403,1,"f"],[9404,1,"g"],[9405,1,"h"],[9406,1,"i"],[9407,1,"j"],[9408,1,"k"],[9409,1,"l"],[9410,1,"m"],[9411,1,"n"],[9412,1,"o"],[9413,1,"p"],[9414,1,"q"],[9415,1,"r"],[9416,1,"s"],[9417,1,"t"],[9418,1,"u"],[9419,1,"v"],[9420,1,"w"],[9421,1,"x"],[9422,1,"y"],[9423,1,"z"],[9424,1,"a"],[9425,1,"b"],[9426,1,"c"],[9427,1,"d"],[9428,1,"e"],[9429,1,"f"],[9430,1,"g"],[9431,1,"h"],[9432,1,"i"],[9433,1,"j"],[9434,1,"k"],[9435,1,"l"],[9436,1,"m"],[9437,1,"n"],[9438,1,"o"],[9439,1,"p"],[9440,1,"q"],[9441,1,"r"],[9442,1,"s"],[9443,1,"t"],[9444,1,"u"],[9445,1,"v"],[9446,1,"w"],[9447,1,"x"],[9448,1,"y"],[9449,1,"z"],[9450,1,"0"],[[9451,9470],2],[9471,2],[[9472,9621],2],[[9622,9631],2],[[9632,9711],2],[[9712,9719],2],[[9720,9727],2],[[9728,9747],2],[[9748,9749],2],[[9750,9751],2],[9752,2],[9753,2],[[9754,9839],2],[[9840,9841],2],[[9842,9853],2],[[9854,9855],2],[[9856,9865],2],[[9866,9873],2],[[9874,9884],2],[9885,2],[[9886,9887],2],[[9888,9889],2],[[9890,9905],2],[9906,2],[[9907,9916],2],[[9917,9919],2],[[9920,9923],2],[[9924,9933],2],[9934,2],[[9935,9953],2],[9954,2],[9955,2],[[9956,9959],2],[[9960,9983],2],[9984,2],[[9985,9988],2],[9989,2],[[9990,9993],2],[[9994,9995],2],[[9996,10023],2],[10024,2],[[10025,10059],2],[10060,2],[10061,2],[10062,2],[[10063,10066],2],[[10067,10069],2],[10070,2],[10071,2],[[10072,10078],2],[[10079,10080],2],[[10081,10087],2],[[10088,10101],2],[[10102,10132],2],[[10133,10135],2],[[10136,10159],2],[10160,2],[[10161,10174],2],[10175,2],[[10176,10182],2],[[10183,10186],2],[10187,2],[10188,2],[10189,2],[[10190,10191],2],[[10192,10219],2],[[10220,10223],2],[[10224,10239],2],[[10240,10495],2],[[10496,10763],2],[10764,1,"∫∫∫∫"],[[10765,10867],2],[10868,1,"::="],[10869,1,"=="],[10870,1,"==="],[[10871,10971],2],[10972,1,"⫝̸"],[[10973,11007],2],[[11008,11021],2],[[11022,11027],2],[[11028,11034],2],[[11035,11039],2],[[11040,11043],2],[[11044,11084],2],[[11085,11087],2],[[11088,11092],2],[[11093,11097],2],[[11098,11123],2],[[11124,11125],3],[[11126,11157],2],[11158,3],[11159,2],[[11160,11193],2],[[11194,11196],2],[[11197,11208],2],[11209,2],[[11210,11217],2],[11218,2],[[11219,11243],2],[[11244,11247],2],[[11248,11262],2],[11263,2],[11264,1,"ⰰ"],[11265,1,"ⰱ"],[11266,1,"ⰲ"],[11267,1,"ⰳ"],[11268,1,"ⰴ"],[11269,1,"ⰵ"],[11270,1,"ⰶ"],[11271,1,"ⰷ"],[11272,1,"ⰸ"],[11273,1,"ⰹ"],[11274,1,"ⰺ"],[11275,1,"ⰻ"],[11276,1,"ⰼ"],[11277,1,"ⰽ"],[11278,1,"ⰾ"],[11279,1,"ⰿ"],[11280,1,"ⱀ"],[11281,1,"ⱁ"],[11282,1,"ⱂ"],[11283,1,"ⱃ"],[11284,1,"ⱄ"],[11285,1,"ⱅ"],[11286,1,"ⱆ"],[11287,1,"ⱇ"],[11288,1,"ⱈ"],[11289,1,"ⱉ"],[11290,1,"ⱊ"],[11291,1,"ⱋ"],[11292,1,"ⱌ"],[11293,1,"ⱍ"],[11294,1,"ⱎ"],[11295,1,"ⱏ"],[11296,1,"ⱐ"],[11297,1,"ⱑ"],[11298,1,"ⱒ"],[11299,1,"ⱓ"],[11300,1,"ⱔ"],[11301,1,"ⱕ"],[11302,1,"ⱖ"],[11303,1,"ⱗ"],[11304,1,"ⱘ"],[11305,1,"ⱙ"],[11306,1,"ⱚ"],[11307,1,"ⱛ"],[11308,1,"ⱜ"],[11309,1,"ⱝ"],[11310,1,"ⱞ"],[11311,1,"ⱟ"],[[11312,11358],2],[11359,2],[11360,1,"ⱡ"],[11361,2],[11362,1,"ɫ"],[11363,1,"ᵽ"],[11364,1,"ɽ"],[[11365,11366],2],[11367,1,"ⱨ"],[11368,2],[11369,1,"ⱪ"],[11370,2],[11371,1,"ⱬ"],[11372,2],[11373,1,"ɑ"],[11374,1,"ɱ"],[11375,1,"ɐ"],[11376,1,"ɒ"],[11377,2],[11378,1,"ⱳ"],[11379,2],[11380,2],[11381,1,"ⱶ"],[[11382,11383],2],[[11384,11387],2],[11388,1,"j"],[11389,1,"v"],[11390,1,"ȿ"],[11391,1,"ɀ"],[11392,1,"ⲁ"],[11393,2],[11394,1,"ⲃ"],[11395,2],[11396,1,"ⲅ"],[11397,2],[11398,1,"ⲇ"],[11399,2],[11400,1,"ⲉ"],[11401,2],[11402,1,"ⲋ"],[11403,2],[11404,1,"ⲍ"],[11405,2],[11406,1,"ⲏ"],[11407,2],[11408,1,"ⲑ"],[11409,2],[11410,1,"ⲓ"],[11411,2],[11412,1,"ⲕ"],[11413,2],[11414,1,"ⲗ"],[11415,2],[11416,1,"ⲙ"],[11417,2],[11418,1,"ⲛ"],[11419,2],[11420,1,"ⲝ"],[11421,2],[11422,1,"ⲟ"],[11423,2],[11424,1,"ⲡ"],[11425,2],[11426,1,"ⲣ"],[11427,2],[11428,1,"ⲥ"],[11429,2],[11430,1,"ⲧ"],[11431,2],[11432,1,"ⲩ"],[11433,2],[11434,1,"ⲫ"],[11435,2],[11436,1,"ⲭ"],[11437,2],[11438,1,"ⲯ"],[11439,2],[11440,1,"ⲱ"],[11441,2],[11442,1,"ⲳ"],[11443,2],[11444,1,"ⲵ"],[11445,2],[11446,1,"ⲷ"],[11447,2],[11448,1,"ⲹ"],[11449,2],[11450,1,"ⲻ"],[11451,2],[11452,1,"ⲽ"],[11453,2],[11454,1,"ⲿ"],[11455,2],[11456,1,"ⳁ"],[11457,2],[11458,1,"ⳃ"],[11459,2],[11460,1,"ⳅ"],[11461,2],[11462,1,"ⳇ"],[11463,2],[11464,1,"ⳉ"],[11465,2],[11466,1,"ⳋ"],[11467,2],[11468,1,"ⳍ"],[11469,2],[11470,1,"ⳏ"],[11471,2],[11472,1,"ⳑ"],[11473,2],[11474,1,"ⳓ"],[11475,2],[11476,1,"ⳕ"],[11477,2],[11478,1,"ⳗ"],[11479,2],[11480,1,"ⳙ"],[11481,2],[11482,1,"ⳛ"],[11483,2],[11484,1,"ⳝ"],[11485,2],[11486,1,"ⳟ"],[11487,2],[11488,1,"ⳡ"],[11489,2],[11490,1,"ⳣ"],[[11491,11492],2],[[11493,11498],2],[11499,1,"ⳬ"],[11500,2],[11501,1,"ⳮ"],[[11502,11505],2],[11506,1,"ⳳ"],[11507,2],[[11508,11512],3],[[11513,11519],2],[[11520,11557],2],[11558,3],[11559,2],[[11560,11564],3],[11565,2],[[11566,11567],3],[[11568,11621],2],[[11622,11623],2],[[11624,11630],3],[11631,1,"ⵡ"],[11632,2],[[11633,11646],3],[11647,2],[[11648,11670],2],[[11671,11679],3],[[11680,11686],2],[11687,3],[[11688,11694],2],[11695,3],[[11696,11702],2],[11703,3],[[11704,11710],2],[11711,3],[[11712,11718],2],[11719,3],[[11720,11726],2],[11727,3],[[11728,11734],2],[11735,3],[[11736,11742],2],[11743,3],[[11744,11775],2],[[11776,11799],2],[[11800,11803],2],[[11804,11805],2],[[11806,11822],2],[11823,2],[11824,2],[11825,2],[[11826,11835],2],[[11836,11842],2],[[11843,11844],2],[[11845,11849],2],[[11850,11854],2],[11855,2],[[11856,11858],2],[[11859,11869],2],[[11870,11903],3],[[11904,11929],2],[11930,3],[[11931,11934],2],[11935,1,"母"],[[11936,12018],2],[12019,1,"龟"],[[12020,12031],3],[12032,1,"一"],[12033,1,"丨"],[12034,1,"丶"],[12035,1,"丿"],[12036,1,"乙"],[12037,1,"亅"],[12038,1,"二"],[12039,1,"亠"],[12040,1,"人"],[12041,1,"儿"],[12042,1,"入"],[12043,1,"八"],[12044,1,"冂"],[12045,1,"冖"],[12046,1,"冫"],[12047,1,"几"],[12048,1,"凵"],[12049,1,"刀"],[12050,1,"力"],[12051,1,"勹"],[12052,1,"匕"],[12053,1,"匚"],[12054,1,"匸"],[12055,1,"十"],[12056,1,"卜"],[12057,1,"卩"],[12058,1,"厂"],[12059,1,"厶"],[12060,1,"又"],[12061,1,"口"],[12062,1,"囗"],[12063,1,"土"],[12064,1,"士"],[12065,1,"夂"],[12066,1,"夊"],[12067,1,"夕"],[12068,1,"大"],[12069,1,"女"],[12070,1,"子"],[12071,1,"宀"],[12072,1,"寸"],[12073,1,"小"],[12074,1,"尢"],[12075,1,"尸"],[12076,1,"屮"],[12077,1,"山"],[12078,1,"巛"],[12079,1,"工"],[12080,1,"己"],[12081,1,"巾"],[12082,1,"干"],[12083,1,"幺"],[12084,1,"广"],[12085,1,"廴"],[12086,1,"廾"],[12087,1,"弋"],[12088,1,"弓"],[12089,1,"彐"],[12090,1,"彡"],[12091,1,"彳"],[12092,1,"心"],[12093,1,"戈"],[12094,1,"戶"],[12095,1,"手"],[12096,1,"支"],[12097,1,"攴"],[12098,1,"文"],[12099,1,"斗"],[12100,1,"斤"],[12101,1,"方"],[12102,1,"无"],[12103,1,"日"],[12104,1,"曰"],[12105,1,"月"],[12106,1,"木"],[12107,1,"欠"],[12108,1,"止"],[12109,1,"歹"],[12110,1,"殳"],[12111,1,"毋"],[12112,1,"比"],[12113,1,"毛"],[12114,1,"氏"],[12115,1,"气"],[12116,1,"水"],[12117,1,"火"],[12118,1,"爪"],[12119,1,"父"],[12120,1,"爻"],[12121,1,"爿"],[12122,1,"片"],[12123,1,"牙"],[12124,1,"牛"],[12125,1,"犬"],[12126,1,"玄"],[12127,1,"玉"],[12128,1,"瓜"],[12129,1,"瓦"],[12130,1,"甘"],[12131,1,"生"],[12132,1,"用"],[12133,1,"田"],[12134,1,"疋"],[12135,1,"疒"],[12136,1,"癶"],[12137,1,"白"],[12138,1,"皮"],[12139,1,"皿"],[12140,1,"目"],[12141,1,"矛"],[12142,1,"矢"],[12143,1,"石"],[12144,1,"示"],[12145,1,"禸"],[12146,1,"禾"],[12147,1,"穴"],[12148,1,"立"],[12149,1,"竹"],[12150,1,"米"],[12151,1,"糸"],[12152,1,"缶"],[12153,1,"网"],[12154,1,"羊"],[12155,1,"羽"],[12156,1,"老"],[12157,1,"而"],[12158,1,"耒"],[12159,1,"耳"],[12160,1,"聿"],[12161,1,"肉"],[12162,1,"臣"],[12163,1,"自"],[12164,1,"至"],[12165,1,"臼"],[12166,1,"舌"],[12167,1,"舛"],[12168,1,"舟"],[12169,1,"艮"],[12170,1,"色"],[12171,1,"艸"],[12172,1,"虍"],[12173,1,"虫"],[12174,1,"血"],[12175,1,"行"],[12176,1,"衣"],[12177,1,"襾"],[12178,1,"見"],[12179,1,"角"],[12180,1,"言"],[12181,1,"谷"],[12182,1,"豆"],[12183,1,"豕"],[12184,1,"豸"],[12185,1,"貝"],[12186,1,"赤"],[12187,1,"走"],[12188,1,"足"],[12189,1,"身"],[12190,1,"車"],[12191,1,"辛"],[12192,1,"辰"],[12193,1,"辵"],[12194,1,"邑"],[12195,1,"酉"],[12196,1,"釆"],[12197,1,"里"],[12198,1,"金"],[12199,1,"長"],[12200,1,"門"],[12201,1,"阜"],[12202,1,"隶"],[12203,1,"隹"],[12204,1,"雨"],[12205,1,"靑"],[12206,1,"非"],[12207,1,"面"],[12208,1,"革"],[12209,1,"韋"],[12210,1,"韭"],[12211,1,"音"],[12212,1,"頁"],[12213,1,"風"],[12214,1,"飛"],[12215,1,"食"],[12216,1,"首"],[12217,1,"香"],[12218,1,"馬"],[12219,1,"骨"],[12220,1,"高"],[12221,1,"髟"],[12222,1,"鬥"],[12223,1,"鬯"],[12224,1,"鬲"],[12225,1,"鬼"],[12226,1,"魚"],[12227,1,"鳥"],[12228,1,"鹵"],[12229,1,"鹿"],[12230,1,"麥"],[12231,1,"麻"],[12232,1,"黃"],[12233,1,"黍"],[12234,1,"黑"],[12235,1,"黹"],[12236,1,"黽"],[12237,1,"鼎"],[12238,1,"鼓"],[12239,1,"鼠"],[12240,1,"鼻"],[12241,1,"齊"],[12242,1,"齒"],[12243,1,"龍"],[12244,1,"龜"],[12245,1,"龠"],[[12246,12271],3],[[12272,12283],3],[[12284,12287],3],[12288,1," "],[12289,2],[12290,1,"."],[[12291,12292],2],[[12293,12295],2],[[12296,12329],2],[[12330,12333],2],[[12334,12341],2],[12342,1,"〒"],[12343,2],[12344,1,"十"],[12345,1,"卄"],[12346,1,"卅"],[12347,2],[12348,2],[12349,2],[12350,2],[12351,2],[12352,3],[[12353,12436],2],[[12437,12438],2],[[12439,12440],3],[[12441,12442],2],[12443,1," ゙"],[12444,1," ゚"],[[12445,12446],2],[12447,1,"より"],[12448,2],[[12449,12542],2],[12543,1,"コト"],[[12544,12548],3],[[12549,12588],2],[12589,2],[12590,2],[12591,2],[12592,3],[12593,1,"ᄀ"],[12594,1,"ᄁ"],[12595,1,"ᆪ"],[12596,1,"ᄂ"],[12597,1,"ᆬ"],[12598,1,"ᆭ"],[12599,1,"ᄃ"],[12600,1,"ᄄ"],[12601,1,"ᄅ"],[12602,1,"ᆰ"],[12603,1,"ᆱ"],[12604,1,"ᆲ"],[12605,1,"ᆳ"],[12606,1,"ᆴ"],[12607,1,"ᆵ"],[12608,1,"ᄚ"],[12609,1,"ᄆ"],[12610,1,"ᄇ"],[12611,1,"ᄈ"],[12612,1,"ᄡ"],[12613,1,"ᄉ"],[12614,1,"ᄊ"],[12615,1,"ᄋ"],[12616,1,"ᄌ"],[12617,1,"ᄍ"],[12618,1,"ᄎ"],[12619,1,"ᄏ"],[12620,1,"ᄐ"],[12621,1,"ᄑ"],[12622,1,"ᄒ"],[12623,1,"ᅡ"],[12624,1,"ᅢ"],[12625,1,"ᅣ"],[12626,1,"ᅤ"],[12627,1,"ᅥ"],[12628,1,"ᅦ"],[12629,1,"ᅧ"],[12630,1,"ᅨ"],[12631,1,"ᅩ"],[12632,1,"ᅪ"],[12633,1,"ᅫ"],[12634,1,"ᅬ"],[12635,1,"ᅭ"],[12636,1,"ᅮ"],[12637,1,"ᅯ"],[12638,1,"ᅰ"],[12639,1,"ᅱ"],[12640,1,"ᅲ"],[12641,1,"ᅳ"],[12642,1,"ᅴ"],[12643,1,"ᅵ"],[12644,7],[12645,1,"ᄔ"],[12646,1,"ᄕ"],[12647,1,"ᇇ"],[12648,1,"ᇈ"],[12649,1,"ᇌ"],[12650,1,"ᇎ"],[12651,1,"ᇓ"],[12652,1,"ᇗ"],[12653,1,"ᇙ"],[12654,1,"ᄜ"],[12655,1,"ᇝ"],[12656,1,"ᇟ"],[12657,1,"ᄝ"],[12658,1,"ᄞ"],[12659,1,"ᄠ"],[12660,1,"ᄢ"],[12661,1,"ᄣ"],[12662,1,"ᄧ"],[12663,1,"ᄩ"],[12664,1,"ᄫ"],[12665,1,"ᄬ"],[12666,1,"ᄭ"],[12667,1,"ᄮ"],[12668,1,"ᄯ"],[12669,1,"ᄲ"],[12670,1,"ᄶ"],[12671,1,"ᅀ"],[12672,1,"ᅇ"],[12673,1,"ᅌ"],[12674,1,"ᇱ"],[12675,1,"ᇲ"],[12676,1,"ᅗ"],[12677,1,"ᅘ"],[12678,1,"ᅙ"],[12679,1,"ᆄ"],[12680,1,"ᆅ"],[12681,1,"ᆈ"],[12682,1,"ᆑ"],[12683,1,"ᆒ"],[12684,1,"ᆔ"],[12685,1,"ᆞ"],[12686,1,"ᆡ"],[12687,3],[[12688,12689],2],[12690,1,"一"],[12691,1,"二"],[12692,1,"三"],[12693,1,"四"],[12694,1,"上"],[12695,1,"中"],[12696,1,"下"],[12697,1,"甲"],[12698,1,"乙"],[12699,1,"丙"],[12700,1,"丁"],[12701,1,"天"],[12702,1,"地"],[12703,1,"人"],[[12704,12727],2],[[12728,12730],2],[[12731,12735],2],[[12736,12751],2],[[12752,12771],2],[[12772,12773],2],[[12774,12782],3],[12783,3],[[12784,12799],2],[12800,1,"(ᄀ)"],[12801,1,"(ᄂ)"],[12802,1,"(ᄃ)"],[12803,1,"(ᄅ)"],[12804,1,"(ᄆ)"],[12805,1,"(ᄇ)"],[12806,1,"(ᄉ)"],[12807,1,"(ᄋ)"],[12808,1,"(ᄌ)"],[12809,1,"(ᄎ)"],[12810,1,"(ᄏ)"],[12811,1,"(ᄐ)"],[12812,1,"(ᄑ)"],[12813,1,"(ᄒ)"],[12814,1,"(가)"],[12815,1,"(나)"],[12816,1,"(다)"],[12817,1,"(라)"],[12818,1,"(마)"],[12819,1,"(바)"],[12820,1,"(사)"],[12821,1,"(아)"],[12822,1,"(자)"],[12823,1,"(차)"],[12824,1,"(카)"],[12825,1,"(타)"],[12826,1,"(파)"],[12827,1,"(하)"],[12828,1,"(주)"],[12829,1,"(오전)"],[12830,1,"(오후)"],[12831,3],[12832,1,"(一)"],[12833,1,"(二)"],[12834,1,"(三)"],[12835,1,"(四)"],[12836,1,"(五)"],[12837,1,"(六)"],[12838,1,"(七)"],[12839,1,"(八)"],[12840,1,"(九)"],[12841,1,"(十)"],[12842,1,"(月)"],[12843,1,"(火)"],[12844,1,"(水)"],[12845,1,"(木)"],[12846,1,"(金)"],[12847,1,"(土)"],[12848,1,"(日)"],[12849,1,"(株)"],[12850,1,"(有)"],[12851,1,"(社)"],[12852,1,"(名)"],[12853,1,"(特)"],[12854,1,"(財)"],[12855,1,"(祝)"],[12856,1,"(労)"],[12857,1,"(代)"],[12858,1,"(呼)"],[12859,1,"(学)"],[12860,1,"(監)"],[12861,1,"(企)"],[12862,1,"(資)"],[12863,1,"(協)"],[12864,1,"(祭)"],[12865,1,"(休)"],[12866,1,"(自)"],[12867,1,"(至)"],[12868,1,"問"],[12869,1,"幼"],[12870,1,"文"],[12871,1,"箏"],[[12872,12879],2],[12880,1,"pte"],[12881,1,"21"],[12882,1,"22"],[12883,1,"23"],[12884,1,"24"],[12885,1,"25"],[12886,1,"26"],[12887,1,"27"],[12888,1,"28"],[12889,1,"29"],[12890,1,"30"],[12891,1,"31"],[12892,1,"32"],[12893,1,"33"],[12894,1,"34"],[12895,1,"35"],[12896,1,"ᄀ"],[12897,1,"ᄂ"],[12898,1,"ᄃ"],[12899,1,"ᄅ"],[12900,1,"ᄆ"],[12901,1,"ᄇ"],[12902,1,"ᄉ"],[12903,1,"ᄋ"],[12904,1,"ᄌ"],[12905,1,"ᄎ"],[12906,1,"ᄏ"],[12907,1,"ᄐ"],[12908,1,"ᄑ"],[12909,1,"ᄒ"],[12910,1,"가"],[12911,1,"나"],[12912,1,"다"],[12913,1,"라"],[12914,1,"마"],[12915,1,"바"],[12916,1,"사"],[12917,1,"아"],[12918,1,"자"],[12919,1,"차"],[12920,1,"카"],[12921,1,"타"],[12922,1,"파"],[12923,1,"하"],[12924,1,"참고"],[12925,1,"주의"],[12926,1,"우"],[12927,2],[12928,1,"一"],[12929,1,"二"],[12930,1,"三"],[12931,1,"四"],[12932,1,"五"],[12933,1,"六"],[12934,1,"七"],[12935,1,"八"],[12936,1,"九"],[12937,1,"十"],[12938,1,"月"],[12939,1,"火"],[12940,1,"水"],[12941,1,"木"],[12942,1,"金"],[12943,1,"土"],[12944,1,"日"],[12945,1,"株"],[12946,1,"有"],[12947,1,"社"],[12948,1,"名"],[12949,1,"特"],[12950,1,"財"],[12951,1,"祝"],[12952,1,"労"],[12953,1,"秘"],[12954,1,"男"],[12955,1,"女"],[12956,1,"適"],[12957,1,"優"],[12958,1,"印"],[12959,1,"注"],[12960,1,"項"],[12961,1,"休"],[12962,1,"写"],[12963,1,"正"],[12964,1,"上"],[12965,1,"中"],[12966,1,"下"],[12967,1,"左"],[12968,1,"右"],[12969,1,"医"],[12970,1,"宗"],[12971,1,"学"],[12972,1,"監"],[12973,1,"企"],[12974,1,"資"],[12975,1,"協"],[12976,1,"夜"],[12977,1,"36"],[12978,1,"37"],[12979,1,"38"],[12980,1,"39"],[12981,1,"40"],[12982,1,"41"],[12983,1,"42"],[12984,1,"43"],[12985,1,"44"],[12986,1,"45"],[12987,1,"46"],[12988,1,"47"],[12989,1,"48"],[12990,1,"49"],[12991,1,"50"],[12992,1,"1月"],[12993,1,"2月"],[12994,1,"3月"],[12995,1,"4月"],[12996,1,"5月"],[12997,1,"6月"],[12998,1,"7月"],[12999,1,"8月"],[13000,1,"9月"],[13001,1,"10月"],[13002,1,"11月"],[13003,1,"12月"],[13004,1,"hg"],[13005,1,"erg"],[13006,1,"ev"],[13007,1,"ltd"],[13008,1,"ア"],[13009,1,"イ"],[13010,1,"ウ"],[13011,1,"エ"],[13012,1,"オ"],[13013,1,"カ"],[13014,1,"キ"],[13015,1,"ク"],[13016,1,"ケ"],[13017,1,"コ"],[13018,1,"サ"],[13019,1,"シ"],[13020,1,"ス"],[13021,1,"セ"],[13022,1,"ソ"],[13023,1,"タ"],[13024,1,"チ"],[13025,1,"ツ"],[13026,1,"テ"],[13027,1,"ト"],[13028,1,"ナ"],[13029,1,"ニ"],[13030,1,"ヌ"],[13031,1,"ネ"],[13032,1,"ノ"],[13033,1,"ハ"],[13034,1,"ヒ"],[13035,1,"フ"],[13036,1,"ヘ"],[13037,1,"ホ"],[13038,1,"マ"],[13039,1,"ミ"],[13040,1,"ム"],[13041,1,"メ"],[13042,1,"モ"],[13043,1,"ヤ"],[13044,1,"ユ"],[13045,1,"ヨ"],[13046,1,"ラ"],[13047,1,"リ"],[13048,1,"ル"],[13049,1,"レ"],[13050,1,"ロ"],[13051,1,"ワ"],[13052,1,"ヰ"],[13053,1,"ヱ"],[13054,1,"ヲ"],[13055,1,"令和"],[13056,1,"アパート"],[13057,1,"アルファ"],[13058,1,"アンペア"],[13059,1,"アール"],[13060,1,"イニング"],[13061,1,"インチ"],[13062,1,"ウォン"],[13063,1,"エスクード"],[13064,1,"エーカー"],[13065,1,"オンス"],[13066,1,"オーム"],[13067,1,"カイリ"],[13068,1,"カラット"],[13069,1,"カロリー"],[13070,1,"ガロン"],[13071,1,"ガンマ"],[13072,1,"ギガ"],[13073,1,"ギニー"],[13074,1,"キュリー"],[13075,1,"ギルダー"],[13076,1,"キロ"],[13077,1,"キログラム"],[13078,1,"キロメートル"],[13079,1,"キロワット"],[13080,1,"グラム"],[13081,1,"グラムトン"],[13082,1,"クルゼイロ"],[13083,1,"クローネ"],[13084,1,"ケース"],[13085,1,"コルナ"],[13086,1,"コーポ"],[13087,1,"サイクル"],[13088,1,"サンチーム"],[13089,1,"シリング"],[13090,1,"センチ"],[13091,1,"セント"],[13092,1,"ダース"],[13093,1,"デシ"],[13094,1,"ドル"],[13095,1,"トン"],[13096,1,"ナノ"],[13097,1,"ノット"],[13098,1,"ハイツ"],[13099,1,"パーセント"],[13100,1,"パーツ"],[13101,1,"バーレル"],[13102,1,"ピアストル"],[13103,1,"ピクル"],[13104,1,"ピコ"],[13105,1,"ビル"],[13106,1,"ファラッド"],[13107,1,"フィート"],[13108,1,"ブッシェル"],[13109,1,"フラン"],[13110,1,"ヘクタール"],[13111,1,"ペソ"],[13112,1,"ペニヒ"],[13113,1,"ヘルツ"],[13114,1,"ペンス"],[13115,1,"ページ"],[13116,1,"ベータ"],[13117,1,"ポイント"],[13118,1,"ボルト"],[13119,1,"ホン"],[13120,1,"ポンド"],[13121,1,"ホール"],[13122,1,"ホーン"],[13123,1,"マイクロ"],[13124,1,"マイル"],[13125,1,"マッハ"],[13126,1,"マルク"],[13127,1,"マンション"],[13128,1,"ミクロン"],[13129,1,"ミリ"],[13130,1,"ミリバール"],[13131,1,"メガ"],[13132,1,"メガトン"],[13133,1,"メートル"],[13134,1,"ヤード"],[13135,1,"ヤール"],[13136,1,"ユアン"],[13137,1,"リットル"],[13138,1,"リラ"],[13139,1,"ルピー"],[13140,1,"ルーブル"],[13141,1,"レム"],[13142,1,"レントゲン"],[13143,1,"ワット"],[13144,1,"0点"],[13145,1,"1点"],[13146,1,"2点"],[13147,1,"3点"],[13148,1,"4点"],[13149,1,"5点"],[13150,1,"6点"],[13151,1,"7点"],[13152,1,"8点"],[13153,1,"9点"],[13154,1,"10点"],[13155,1,"11点"],[13156,1,"12点"],[13157,1,"13点"],[13158,1,"14点"],[13159,1,"15点"],[13160,1,"16点"],[13161,1,"17点"],[13162,1,"18点"],[13163,1,"19点"],[13164,1,"20点"],[13165,1,"21点"],[13166,1,"22点"],[13167,1,"23点"],[13168,1,"24点"],[13169,1,"hpa"],[13170,1,"da"],[13171,1,"au"],[13172,1,"bar"],[13173,1,"ov"],[13174,1,"pc"],[13175,1,"dm"],[13176,1,"dm2"],[13177,1,"dm3"],[13178,1,"iu"],[13179,1,"平成"],[13180,1,"昭和"],[13181,1,"大正"],[13182,1,"明治"],[13183,1,"株式会社"],[13184,1,"pa"],[13185,1,"na"],[13186,1,"μa"],[13187,1,"ma"],[13188,1,"ka"],[13189,1,"kb"],[13190,1,"mb"],[13191,1,"gb"],[13192,1,"cal"],[13193,1,"kcal"],[13194,1,"pf"],[13195,1,"nf"],[13196,1,"μf"],[13197,1,"μg"],[13198,1,"mg"],[13199,1,"kg"],[13200,1,"hz"],[13201,1,"khz"],[13202,1,"mhz"],[13203,1,"ghz"],[13204,1,"thz"],[13205,1,"μl"],[13206,1,"ml"],[13207,1,"dl"],[13208,1,"kl"],[13209,1,"fm"],[13210,1,"nm"],[13211,1,"μm"],[13212,1,"mm"],[13213,1,"cm"],[13214,1,"km"],[13215,1,"mm2"],[13216,1,"cm2"],[13217,1,"m2"],[13218,1,"km2"],[13219,1,"mm3"],[13220,1,"cm3"],[13221,1,"m3"],[13222,1,"km3"],[13223,1,"m∕s"],[13224,1,"m∕s2"],[13225,1,"pa"],[13226,1,"kpa"],[13227,1,"mpa"],[13228,1,"gpa"],[13229,1,"rad"],[13230,1,"rad∕s"],[13231,1,"rad∕s2"],[13232,1,"ps"],[13233,1,"ns"],[13234,1,"μs"],[13235,1,"ms"],[13236,1,"pv"],[13237,1,"nv"],[13238,1,"μv"],[13239,1,"mv"],[13240,1,"kv"],[13241,1,"mv"],[13242,1,"pw"],[13243,1,"nw"],[13244,1,"μw"],[13245,1,"mw"],[13246,1,"kw"],[13247,1,"mw"],[13248,1,"kω"],[13249,1,"mω"],[13250,3],[13251,1,"bq"],[13252,1,"cc"],[13253,1,"cd"],[13254,1,"c∕kg"],[13255,3],[13256,1,"db"],[13257,1,"gy"],[13258,1,"ha"],[13259,1,"hp"],[13260,1,"in"],[13261,1,"kk"],[13262,1,"km"],[13263,1,"kt"],[13264,1,"lm"],[13265,1,"ln"],[13266,1,"log"],[13267,1,"lx"],[13268,1,"mb"],[13269,1,"mil"],[13270,1,"mol"],[13271,1,"ph"],[13272,3],[13273,1,"ppm"],[13274,1,"pr"],[13275,1,"sr"],[13276,1,"sv"],[13277,1,"wb"],[13278,1,"v∕m"],[13279,1,"a∕m"],[13280,1,"1日"],[13281,1,"2日"],[13282,1,"3日"],[13283,1,"4日"],[13284,1,"5日"],[13285,1,"6日"],[13286,1,"7日"],[13287,1,"8日"],[13288,1,"9日"],[13289,1,"10日"],[13290,1,"11日"],[13291,1,"12日"],[13292,1,"13日"],[13293,1,"14日"],[13294,1,"15日"],[13295,1,"16日"],[13296,1,"17日"],[13297,1,"18日"],[13298,1,"19日"],[13299,1,"20日"],[13300,1,"21日"],[13301,1,"22日"],[13302,1,"23日"],[13303,1,"24日"],[13304,1,"25日"],[13305,1,"26日"],[13306,1,"27日"],[13307,1,"28日"],[13308,1,"29日"],[13309,1,"30日"],[13310,1,"31日"],[13311,1,"gal"],[[13312,19893],2],[[19894,19903],2],[[19904,19967],2],[[19968,40869],2],[[40870,40891],2],[[40892,40899],2],[[40900,40907],2],[40908,2],[[40909,40917],2],[[40918,40938],2],[[40939,40943],2],[[40944,40956],2],[[40957,40959],2],[[40960,42124],2],[[42125,42127],3],[[42128,42145],2],[[42146,42147],2],[[42148,42163],2],[42164,2],[[42165,42176],2],[42177,2],[[42178,42180],2],[42181,2],[42182,2],[[42183,42191],3],[[42192,42237],2],[[42238,42239],2],[[42240,42508],2],[[42509,42511],2],[[42512,42539],2],[[42540,42559],3],[42560,1,"ꙁ"],[42561,2],[42562,1,"ꙃ"],[42563,2],[42564,1,"ꙅ"],[42565,2],[42566,1,"ꙇ"],[42567,2],[42568,1,"ꙉ"],[42569,2],[42570,1,"ꙋ"],[42571,2],[42572,1,"ꙍ"],[42573,2],[42574,1,"ꙏ"],[42575,2],[42576,1,"ꙑ"],[42577,2],[42578,1,"ꙓ"],[42579,2],[42580,1,"ꙕ"],[42581,2],[42582,1,"ꙗ"],[42583,2],[42584,1,"ꙙ"],[42585,2],[42586,1,"ꙛ"],[42587,2],[42588,1,"ꙝ"],[42589,2],[42590,1,"ꙟ"],[42591,2],[42592,1,"ꙡ"],[42593,2],[42594,1,"ꙣ"],[42595,2],[42596,1,"ꙥ"],[42597,2],[42598,1,"ꙧ"],[42599,2],[42600,1,"ꙩ"],[42601,2],[42602,1,"ꙫ"],[42603,2],[42604,1,"ꙭ"],[[42605,42607],2],[[42608,42611],2],[[42612,42619],2],[[42620,42621],2],[42622,2],[42623,2],[42624,1,"ꚁ"],[42625,2],[42626,1,"ꚃ"],[42627,2],[42628,1,"ꚅ"],[42629,2],[42630,1,"ꚇ"],[42631,2],[42632,1,"ꚉ"],[42633,2],[42634,1,"ꚋ"],[42635,2],[42636,1,"ꚍ"],[42637,2],[42638,1,"ꚏ"],[42639,2],[42640,1,"ꚑ"],[42641,2],[42642,1,"ꚓ"],[42643,2],[42644,1,"ꚕ"],[42645,2],[42646,1,"ꚗ"],[42647,2],[42648,1,"ꚙ"],[42649,2],[42650,1,"ꚛ"],[42651,2],[42652,1,"ъ"],[42653,1,"ь"],[42654,2],[42655,2],[[42656,42725],2],[[42726,42735],2],[[42736,42737],2],[[42738,42743],2],[[42744,42751],3],[[42752,42774],2],[[42775,42778],2],[[42779,42783],2],[[42784,42785],2],[42786,1,"ꜣ"],[42787,2],[42788,1,"ꜥ"],[42789,2],[42790,1,"ꜧ"],[42791,2],[42792,1,"ꜩ"],[42793,2],[42794,1,"ꜫ"],[42795,2],[42796,1,"ꜭ"],[42797,2],[42798,1,"ꜯ"],[[42799,42801],2],[42802,1,"ꜳ"],[42803,2],[42804,1,"ꜵ"],[42805,2],[42806,1,"ꜷ"],[42807,2],[42808,1,"ꜹ"],[42809,2],[42810,1,"ꜻ"],[42811,2],[42812,1,"ꜽ"],[42813,2],[42814,1,"ꜿ"],[42815,2],[42816,1,"ꝁ"],[42817,2],[42818,1,"ꝃ"],[42819,2],[42820,1,"ꝅ"],[42821,2],[42822,1,"ꝇ"],[42823,2],[42824,1,"ꝉ"],[42825,2],[42826,1,"ꝋ"],[42827,2],[42828,1,"ꝍ"],[42829,2],[42830,1,"ꝏ"],[42831,2],[42832,1,"ꝑ"],[42833,2],[42834,1,"ꝓ"],[42835,2],[42836,1,"ꝕ"],[42837,2],[42838,1,"ꝗ"],[42839,2],[42840,1,"ꝙ"],[42841,2],[42842,1,"ꝛ"],[42843,2],[42844,1,"ꝝ"],[42845,2],[42846,1,"ꝟ"],[42847,2],[42848,1,"ꝡ"],[42849,2],[42850,1,"ꝣ"],[42851,2],[42852,1,"ꝥ"],[42853,2],[42854,1,"ꝧ"],[42855,2],[42856,1,"ꝩ"],[42857,2],[42858,1,"ꝫ"],[42859,2],[42860,1,"ꝭ"],[42861,2],[42862,1,"ꝯ"],[42863,2],[42864,1,"ꝯ"],[[42865,42872],2],[42873,1,"ꝺ"],[42874,2],[42875,1,"ꝼ"],[42876,2],[42877,1,"ᵹ"],[42878,1,"ꝿ"],[42879,2],[42880,1,"ꞁ"],[42881,2],[42882,1,"ꞃ"],[42883,2],[42884,1,"ꞅ"],[42885,2],[42886,1,"ꞇ"],[[42887,42888],2],[[42889,42890],2],[42891,1,"ꞌ"],[42892,2],[42893,1,"ɥ"],[42894,2],[42895,2],[42896,1,"ꞑ"],[42897,2],[42898,1,"ꞓ"],[42899,2],[[42900,42901],2],[42902,1,"ꞗ"],[42903,2],[42904,1,"ꞙ"],[42905,2],[42906,1,"ꞛ"],[42907,2],[42908,1,"ꞝ"],[42909,2],[42910,1,"ꞟ"],[42911,2],[42912,1,"ꞡ"],[42913,2],[42914,1,"ꞣ"],[42915,2],[42916,1,"ꞥ"],[42917,2],[42918,1,"ꞧ"],[42919,2],[42920,1,"ꞩ"],[42921,2],[42922,1,"ɦ"],[42923,1,"ɜ"],[42924,1,"ɡ"],[42925,1,"ɬ"],[42926,1,"ɪ"],[42927,2],[42928,1,"ʞ"],[42929,1,"ʇ"],[42930,1,"ʝ"],[42931,1,"ꭓ"],[42932,1,"ꞵ"],[42933,2],[42934,1,"ꞷ"],[42935,2],[42936,1,"ꞹ"],[42937,2],[42938,1,"ꞻ"],[42939,2],[42940,1,"ꞽ"],[42941,2],[42942,1,"ꞿ"],[42943,2],[42944,1,"ꟁ"],[42945,2],[42946,1,"ꟃ"],[42947,2],[42948,1,"ꞔ"],[42949,1,"ʂ"],[42950,1,"ᶎ"],[42951,1,"ꟈ"],[42952,2],[42953,1,"ꟊ"],[42954,2],[42955,1,"ɤ"],[42956,1,"ꟍ"],[42957,2],[[42958,42959],3],[42960,1,"ꟑ"],[42961,2],[42962,3],[42963,2],[42964,3],[42965,2],[42966,1,"ꟗ"],[42967,2],[42968,1,"ꟙ"],[42969,2],[42970,1,"ꟛ"],[42971,2],[42972,1,"ƛ"],[[42973,42993],3],[42994,1,"c"],[42995,1,"f"],[42996,1,"q"],[42997,1,"ꟶ"],[42998,2],[42999,2],[43000,1,"ħ"],[43001,1,"œ"],[43002,2],[[43003,43007],2],[[43008,43047],2],[[43048,43051],2],[43052,2],[[43053,43055],3],[[43056,43065],2],[[43066,43071],3],[[43072,43123],2],[[43124,43127],2],[[43128,43135],3],[[43136,43204],2],[43205,2],[[43206,43213],3],[[43214,43215],2],[[43216,43225],2],[[43226,43231],3],[[43232,43255],2],[[43256,43258],2],[43259,2],[43260,2],[43261,2],[[43262,43263],2],[[43264,43309],2],[[43310,43311],2],[[43312,43347],2],[[43348,43358],3],[43359,2],[[43360,43388],2],[[43389,43391],3],[[43392,43456],2],[[43457,43469],2],[43470,3],[[43471,43481],2],[[43482,43485],3],[[43486,43487],2],[[43488,43518],2],[43519,3],[[43520,43574],2],[[43575,43583],3],[[43584,43597],2],[[43598,43599],3],[[43600,43609],2],[[43610,43611],3],[[43612,43615],2],[[43616,43638],2],[[43639,43641],2],[[43642,43643],2],[[43644,43647],2],[[43648,43714],2],[[43715,43738],3],[[43739,43741],2],[[43742,43743],2],[[43744,43759],2],[[43760,43761],2],[[43762,43766],2],[[43767,43776],3],[[43777,43782],2],[[43783,43784],3],[[43785,43790],2],[[43791,43792],3],[[43793,43798],2],[[43799,43807],3],[[43808,43814],2],[43815,3],[[43816,43822],2],[43823,3],[[43824,43866],2],[43867,2],[43868,1,"ꜧ"],[43869,1,"ꬷ"],[43870,1,"ɫ"],[43871,1,"ꭒ"],[[43872,43875],2],[[43876,43877],2],[[43878,43879],2],[43880,2],[43881,1,"ʍ"],[[43882,43883],2],[[43884,43887],3],[43888,1,"Ꭰ"],[43889,1,"Ꭱ"],[43890,1,"Ꭲ"],[43891,1,"Ꭳ"],[43892,1,"Ꭴ"],[43893,1,"Ꭵ"],[43894,1,"Ꭶ"],[43895,1,"Ꭷ"],[43896,1,"Ꭸ"],[43897,1,"Ꭹ"],[43898,1,"Ꭺ"],[43899,1,"Ꭻ"],[43900,1,"Ꭼ"],[43901,1,"Ꭽ"],[43902,1,"Ꭾ"],[43903,1,"Ꭿ"],[43904,1,"Ꮀ"],[43905,1,"Ꮁ"],[43906,1,"Ꮂ"],[43907,1,"Ꮃ"],[43908,1,"Ꮄ"],[43909,1,"Ꮅ"],[43910,1,"Ꮆ"],[43911,1,"Ꮇ"],[43912,1,"Ꮈ"],[43913,1,"Ꮉ"],[43914,1,"Ꮊ"],[43915,1,"Ꮋ"],[43916,1,"Ꮌ"],[43917,1,"Ꮍ"],[43918,1,"Ꮎ"],[43919,1,"Ꮏ"],[43920,1,"Ꮐ"],[43921,1,"Ꮑ"],[43922,1,"Ꮒ"],[43923,1,"Ꮓ"],[43924,1,"Ꮔ"],[43925,1,"Ꮕ"],[43926,1,"Ꮖ"],[43927,1,"Ꮗ"],[43928,1,"Ꮘ"],[43929,1,"Ꮙ"],[43930,1,"Ꮚ"],[43931,1,"Ꮛ"],[43932,1,"Ꮜ"],[43933,1,"Ꮝ"],[43934,1,"Ꮞ"],[43935,1,"Ꮟ"],[43936,1,"Ꮠ"],[43937,1,"Ꮡ"],[43938,1,"Ꮢ"],[43939,1,"Ꮣ"],[43940,1,"Ꮤ"],[43941,1,"Ꮥ"],[43942,1,"Ꮦ"],[43943,1,"Ꮧ"],[43944,1,"Ꮨ"],[43945,1,"Ꮩ"],[43946,1,"Ꮪ"],[43947,1,"Ꮫ"],[43948,1,"Ꮬ"],[43949,1,"Ꮭ"],[43950,1,"Ꮮ"],[43951,1,"Ꮯ"],[43952,1,"Ꮰ"],[43953,1,"Ꮱ"],[43954,1,"Ꮲ"],[43955,1,"Ꮳ"],[43956,1,"Ꮴ"],[43957,1,"Ꮵ"],[43958,1,"Ꮶ"],[43959,1,"Ꮷ"],[43960,1,"Ꮸ"],[43961,1,"Ꮹ"],[43962,1,"Ꮺ"],[43963,1,"Ꮻ"],[43964,1,"Ꮼ"],[43965,1,"Ꮽ"],[43966,1,"Ꮾ"],[43967,1,"Ꮿ"],[[43968,44010],2],[44011,2],[[44012,44013],2],[[44014,44015],3],[[44016,44025],2],[[44026,44031],3],[[44032,55203],2],[[55204,55215],3],[[55216,55238],2],[[55239,55242],3],[[55243,55291],2],[[55292,55295],3],[[55296,57343],3],[[57344,63743],3],[63744,1,"豈"],[63745,1,"更"],[63746,1,"車"],[63747,1,"賈"],[63748,1,"滑"],[63749,1,"串"],[63750,1,"句"],[[63751,63752],1,"龜"],[63753,1,"契"],[63754,1,"金"],[63755,1,"喇"],[63756,1,"奈"],[63757,1,"懶"],[63758,1,"癩"],[63759,1,"羅"],[63760,1,"蘿"],[63761,1,"螺"],[63762,1,"裸"],[63763,1,"邏"],[63764,1,"樂"],[63765,1,"洛"],[63766,1,"烙"],[63767,1,"珞"],[63768,1,"落"],[63769,1,"酪"],[63770,1,"駱"],[63771,1,"亂"],[63772,1,"卵"],[63773,1,"欄"],[63774,1,"爛"],[63775,1,"蘭"],[63776,1,"鸞"],[63777,1,"嵐"],[63778,1,"濫"],[63779,1,"藍"],[63780,1,"襤"],[63781,1,"拉"],[63782,1,"臘"],[63783,1,"蠟"],[63784,1,"廊"],[63785,1,"朗"],[63786,1,"浪"],[63787,1,"狼"],[63788,1,"郎"],[63789,1,"來"],[63790,1,"冷"],[63791,1,"勞"],[63792,1,"擄"],[63793,1,"櫓"],[63794,1,"爐"],[63795,1,"盧"],[63796,1,"老"],[63797,1,"蘆"],[63798,1,"虜"],[63799,1,"路"],[63800,1,"露"],[63801,1,"魯"],[63802,1,"鷺"],[63803,1,"碌"],[63804,1,"祿"],[63805,1,"綠"],[63806,1,"菉"],[63807,1,"錄"],[63808,1,"鹿"],[63809,1,"論"],[63810,1,"壟"],[63811,1,"弄"],[63812,1,"籠"],[63813,1,"聾"],[63814,1,"牢"],[63815,1,"磊"],[63816,1,"賂"],[63817,1,"雷"],[63818,1,"壘"],[63819,1,"屢"],[63820,1,"樓"],[63821,1,"淚"],[63822,1,"漏"],[63823,1,"累"],[63824,1,"縷"],[63825,1,"陋"],[63826,1,"勒"],[63827,1,"肋"],[63828,1,"凜"],[63829,1,"凌"],[63830,1,"稜"],[63831,1,"綾"],[63832,1,"菱"],[63833,1,"陵"],[63834,1,"讀"],[63835,1,"拏"],[63836,1,"樂"],[63837,1,"諾"],[63838,1,"丹"],[63839,1,"寧"],[63840,1,"怒"],[63841,1,"率"],[63842,1,"異"],[63843,1,"北"],[63844,1,"磻"],[63845,1,"便"],[63846,1,"復"],[63847,1,"不"],[63848,1,"泌"],[63849,1,"數"],[63850,1,"索"],[63851,1,"參"],[63852,1,"塞"],[63853,1,"省"],[63854,1,"葉"],[63855,1,"說"],[63856,1,"殺"],[63857,1,"辰"],[63858,1,"沈"],[63859,1,"拾"],[63860,1,"若"],[63861,1,"掠"],[63862,1,"略"],[63863,1,"亮"],[63864,1,"兩"],[63865,1,"凉"],[63866,1,"梁"],[63867,1,"糧"],[63868,1,"良"],[63869,1,"諒"],[63870,1,"量"],[63871,1,"勵"],[63872,1,"呂"],[63873,1,"女"],[63874,1,"廬"],[63875,1,"旅"],[63876,1,"濾"],[63877,1,"礪"],[63878,1,"閭"],[63879,1,"驪"],[63880,1,"麗"],[63881,1,"黎"],[63882,1,"力"],[63883,1,"曆"],[63884,1,"歷"],[63885,1,"轢"],[63886,1,"年"],[63887,1,"憐"],[63888,1,"戀"],[63889,1,"撚"],[63890,1,"漣"],[63891,1,"煉"],[63892,1,"璉"],[63893,1,"秊"],[63894,1,"練"],[63895,1,"聯"],[63896,1,"輦"],[63897,1,"蓮"],[63898,1,"連"],[63899,1,"鍊"],[63900,1,"列"],[63901,1,"劣"],[63902,1,"咽"],[63903,1,"烈"],[63904,1,"裂"],[63905,1,"說"],[63906,1,"廉"],[63907,1,"念"],[63908,1,"捻"],[63909,1,"殮"],[63910,1,"簾"],[63911,1,"獵"],[63912,1,"令"],[63913,1,"囹"],[63914,1,"寧"],[63915,1,"嶺"],[63916,1,"怜"],[63917,1,"玲"],[63918,1,"瑩"],[63919,1,"羚"],[63920,1,"聆"],[63921,1,"鈴"],[63922,1,"零"],[63923,1,"靈"],[63924,1,"領"],[63925,1,"例"],[63926,1,"禮"],[63927,1,"醴"],[63928,1,"隸"],[63929,1,"惡"],[63930,1,"了"],[63931,1,"僚"],[63932,1,"寮"],[63933,1,"尿"],[63934,1,"料"],[63935,1,"樂"],[63936,1,"燎"],[63937,1,"療"],[63938,1,"蓼"],[63939,1,"遼"],[63940,1,"龍"],[63941,1,"暈"],[63942,1,"阮"],[63943,1,"劉"],[63944,1,"杻"],[63945,1,"柳"],[63946,1,"流"],[63947,1,"溜"],[63948,1,"琉"],[63949,1,"留"],[63950,1,"硫"],[63951,1,"紐"],[63952,1,"類"],[63953,1,"六"],[63954,1,"戮"],[63955,1,"陸"],[63956,1,"倫"],[63957,1,"崙"],[63958,1,"淪"],[63959,1,"輪"],[63960,1,"律"],[63961,1,"慄"],[63962,1,"栗"],[63963,1,"率"],[63964,1,"隆"],[63965,1,"利"],[63966,1,"吏"],[63967,1,"履"],[63968,1,"易"],[63969,1,"李"],[63970,1,"梨"],[63971,1,"泥"],[63972,1,"理"],[63973,1,"痢"],[63974,1,"罹"],[63975,1,"裏"],[63976,1,"裡"],[63977,1,"里"],[63978,1,"離"],[63979,1,"匿"],[63980,1,"溺"],[63981,1,"吝"],[63982,1,"燐"],[63983,1,"璘"],[63984,1,"藺"],[63985,1,"隣"],[63986,1,"鱗"],[63987,1,"麟"],[63988,1,"林"],[63989,1,"淋"],[63990,1,"臨"],[63991,1,"立"],[63992,1,"笠"],[63993,1,"粒"],[63994,1,"狀"],[63995,1,"炙"],[63996,1,"識"],[63997,1,"什"],[63998,1,"茶"],[63999,1,"刺"],[64000,1,"切"],[64001,1,"度"],[64002,1,"拓"],[64003,1,"糖"],[64004,1,"宅"],[64005,1,"洞"],[64006,1,"暴"],[64007,1,"輻"],[64008,1,"行"],[64009,1,"降"],[64010,1,"見"],[64011,1,"廓"],[64012,1,"兀"],[64013,1,"嗀"],[[64014,64015],2],[64016,1,"塚"],[64017,2],[64018,1,"晴"],[[64019,64020],2],[64021,1,"凞"],[64022,1,"猪"],[64023,1,"益"],[64024,1,"礼"],[64025,1,"神"],[64026,1,"祥"],[64027,1,"福"],[64028,1,"靖"],[64029,1,"精"],[64030,1,"羽"],[64031,2],[64032,1,"蘒"],[64033,2],[64034,1,"諸"],[[64035,64036],2],[64037,1,"逸"],[64038,1,"都"],[[64039,64041],2],[64042,1,"飯"],[64043,1,"飼"],[64044,1,"館"],[64045,1,"鶴"],[64046,1,"郞"],[64047,1,"隷"],[64048,1,"侮"],[64049,1,"僧"],[64050,1,"免"],[64051,1,"勉"],[64052,1,"勤"],[64053,1,"卑"],[64054,1,"喝"],[64055,1,"嘆"],[64056,1,"器"],[64057,1,"塀"],[64058,1,"墨"],[64059,1,"層"],[64060,1,"屮"],[64061,1,"悔"],[64062,1,"慨"],[64063,1,"憎"],[64064,1,"懲"],[64065,1,"敏"],[64066,1,"既"],[64067,1,"暑"],[64068,1,"梅"],[64069,1,"海"],[64070,1,"渚"],[64071,1,"漢"],[64072,1,"煮"],[64073,1,"爫"],[64074,1,"琢"],[64075,1,"碑"],[64076,1,"社"],[64077,1,"祉"],[64078,1,"祈"],[64079,1,"祐"],[64080,1,"祖"],[64081,1,"祝"],[64082,1,"禍"],[64083,1,"禎"],[64084,1,"穀"],[64085,1,"突"],[64086,1,"節"],[64087,1,"練"],[64088,1,"縉"],[64089,1,"繁"],[64090,1,"署"],[64091,1,"者"],[64092,1,"臭"],[[64093,64094],1,"艹"],[64095,1,"著"],[64096,1,"褐"],[64097,1,"視"],[64098,1,"謁"],[64099,1,"謹"],[64100,1,"賓"],[64101,1,"贈"],[64102,1,"辶"],[64103,1,"逸"],[64104,1,"難"],[64105,1,"響"],[64106,1,"頻"],[64107,1,"恵"],[64108,1,"𤋮"],[64109,1,"舘"],[[64110,64111],3],[64112,1,"並"],[64113,1,"况"],[64114,1,"全"],[64115,1,"侀"],[64116,1,"充"],[64117,1,"冀"],[64118,1,"勇"],[64119,1,"勺"],[64120,1,"喝"],[64121,1,"啕"],[64122,1,"喙"],[64123,1,"嗢"],[64124,1,"塚"],[64125,1,"墳"],[64126,1,"奄"],[64127,1,"奔"],[64128,1,"婢"],[64129,1,"嬨"],[64130,1,"廒"],[64131,1,"廙"],[64132,1,"彩"],[64133,1,"徭"],[64134,1,"惘"],[64135,1,"慎"],[64136,1,"愈"],[64137,1,"憎"],[64138,1,"慠"],[64139,1,"懲"],[64140,1,"戴"],[64141,1,"揄"],[64142,1,"搜"],[64143,1,"摒"],[64144,1,"敖"],[64145,1,"晴"],[64146,1,"朗"],[64147,1,"望"],[64148,1,"杖"],[64149,1,"歹"],[64150,1,"殺"],[64151,1,"流"],[64152,1,"滛"],[64153,1,"滋"],[64154,1,"漢"],[64155,1,"瀞"],[64156,1,"煮"],[64157,1,"瞧"],[64158,1,"爵"],[64159,1,"犯"],[64160,1,"猪"],[64161,1,"瑱"],[64162,1,"甆"],[64163,1,"画"],[64164,1,"瘝"],[64165,1,"瘟"],[64166,1,"益"],[64167,1,"盛"],[64168,1,"直"],[64169,1,"睊"],[64170,1,"着"],[64171,1,"磌"],[64172,1,"窱"],[64173,1,"節"],[64174,1,"类"],[64175,1,"絛"],[64176,1,"練"],[64177,1,"缾"],[64178,1,"者"],[64179,1,"荒"],[64180,1,"華"],[64181,1,"蝹"],[64182,1,"襁"],[64183,1,"覆"],[64184,1,"視"],[64185,1,"調"],[64186,1,"諸"],[64187,1,"請"],[64188,1,"謁"],[64189,1,"諾"],[64190,1,"諭"],[64191,1,"謹"],[64192,1,"變"],[64193,1,"贈"],[64194,1,"輸"],[64195,1,"遲"],[64196,1,"醙"],[64197,1,"鉶"],[64198,1,"陼"],[64199,1,"難"],[64200,1,"靖"],[64201,1,"韛"],[64202,1,"響"],[64203,1,"頋"],[64204,1,"頻"],[64205,1,"鬒"],[64206,1,"龜"],[64207,1,"𢡊"],[64208,1,"𢡄"],[64209,1,"𣏕"],[64210,1,"㮝"],[64211,1,"䀘"],[64212,1,"䀹"],[64213,1,"𥉉"],[64214,1,"𥳐"],[64215,1,"𧻓"],[64216,1,"齃"],[64217,1,"龎"],[[64218,64255],3],[64256,1,"ff"],[64257,1,"fi"],[64258,1,"fl"],[64259,1,"ffi"],[64260,1,"ffl"],[[64261,64262],1,"st"],[[64263,64274],3],[64275,1,"մն"],[64276,1,"մե"],[64277,1,"մի"],[64278,1,"վն"],[64279,1,"մխ"],[[64280,64284],3],[64285,1,"יִ"],[64286,2],[64287,1,"ײַ"],[64288,1,"ע"],[64289,1,"א"],[64290,1,"ד"],[64291,1,"ה"],[64292,1,"כ"],[64293,1,"ל"],[64294,1,"ם"],[64295,1,"ר"],[64296,1,"ת"],[64297,1,"+"],[64298,1,"שׁ"],[64299,1,"שׂ"],[64300,1,"שּׁ"],[64301,1,"שּׂ"],[64302,1,"אַ"],[64303,1,"אָ"],[64304,1,"אּ"],[64305,1,"בּ"],[64306,1,"גּ"],[64307,1,"דּ"],[64308,1,"הּ"],[64309,1,"וּ"],[64310,1,"זּ"],[64311,3],[64312,1,"טּ"],[64313,1,"יּ"],[64314,1,"ךּ"],[64315,1,"כּ"],[64316,1,"לּ"],[64317,3],[64318,1,"מּ"],[64319,3],[64320,1,"נּ"],[64321,1,"סּ"],[64322,3],[64323,1,"ףּ"],[64324,1,"פּ"],[64325,3],[64326,1,"צּ"],[64327,1,"קּ"],[64328,1,"רּ"],[64329,1,"שּ"],[64330,1,"תּ"],[64331,1,"וֹ"],[64332,1,"בֿ"],[64333,1,"כֿ"],[64334,1,"פֿ"],[64335,1,"אל"],[[64336,64337],1,"ٱ"],[[64338,64341],1,"ٻ"],[[64342,64345],1,"پ"],[[64346,64349],1,"ڀ"],[[64350,64353],1,"ٺ"],[[64354,64357],1,"ٿ"],[[64358,64361],1,"ٹ"],[[64362,64365],1,"ڤ"],[[64366,64369],1,"ڦ"],[[64370,64373],1,"ڄ"],[[64374,64377],1,"ڃ"],[[64378,64381],1,"چ"],[[64382,64385],1,"ڇ"],[[64386,64387],1,"ڍ"],[[64388,64389],1,"ڌ"],[[64390,64391],1,"ڎ"],[[64392,64393],1,"ڈ"],[[64394,64395],1,"ژ"],[[64396,64397],1,"ڑ"],[[64398,64401],1,"ک"],[[64402,64405],1,"گ"],[[64406,64409],1,"ڳ"],[[64410,64413],1,"ڱ"],[[64414,64415],1,"ں"],[[64416,64419],1,"ڻ"],[[64420,64421],1,"ۀ"],[[64422,64425],1,"ہ"],[[64426,64429],1,"ھ"],[[64430,64431],1,"ے"],[[64432,64433],1,"ۓ"],[[64434,64449],2],[64450,2],[[64451,64466],3],[[64467,64470],1,"ڭ"],[[64471,64472],1,"ۇ"],[[64473,64474],1,"ۆ"],[[64475,64476],1,"ۈ"],[64477,1,"ۇٴ"],[[64478,64479],1,"ۋ"],[[64480,64481],1,"ۅ"],[[64482,64483],1,"ۉ"],[[64484,64487],1,"ې"],[[64488,64489],1,"ى"],[[64490,64491],1,"ئا"],[[64492,64493],1,"ئە"],[[64494,64495],1,"ئو"],[[64496,64497],1,"ئۇ"],[[64498,64499],1,"ئۆ"],[[64500,64501],1,"ئۈ"],[[64502,64504],1,"ئې"],[[64505,64507],1,"ئى"],[[64508,64511],1,"ی"],[64512,1,"ئج"],[64513,1,"ئح"],[64514,1,"ئم"],[64515,1,"ئى"],[64516,1,"ئي"],[64517,1,"بج"],[64518,1,"بح"],[64519,1,"بخ"],[64520,1,"بم"],[64521,1,"بى"],[64522,1,"بي"],[64523,1,"تج"],[64524,1,"تح"],[64525,1,"تخ"],[64526,1,"تم"],[64527,1,"تى"],[64528,1,"تي"],[64529,1,"ثج"],[64530,1,"ثم"],[64531,1,"ثى"],[64532,1,"ثي"],[64533,1,"جح"],[64534,1,"جم"],[64535,1,"حج"],[64536,1,"حم"],[64537,1,"خج"],[64538,1,"خح"],[64539,1,"خم"],[64540,1,"سج"],[64541,1,"سح"],[64542,1,"سخ"],[64543,1,"سم"],[64544,1,"صح"],[64545,1,"صم"],[64546,1,"ضج"],[64547,1,"ضح"],[64548,1,"ضخ"],[64549,1,"ضم"],[64550,1,"طح"],[64551,1,"طم"],[64552,1,"ظم"],[64553,1,"عج"],[64554,1,"عم"],[64555,1,"غج"],[64556,1,"غم"],[64557,1,"فج"],[64558,1,"فح"],[64559,1,"فخ"],[64560,1,"فم"],[64561,1,"فى"],[64562,1,"في"],[64563,1,"قح"],[64564,1,"قم"],[64565,1,"قى"],[64566,1,"قي"],[64567,1,"كا"],[64568,1,"كج"],[64569,1,"كح"],[64570,1,"كخ"],[64571,1,"كل"],[64572,1,"كم"],[64573,1,"كى"],[64574,1,"كي"],[64575,1,"لج"],[64576,1,"لح"],[64577,1,"لخ"],[64578,1,"لم"],[64579,1,"لى"],[64580,1,"لي"],[64581,1,"مج"],[64582,1,"مح"],[64583,1,"مخ"],[64584,1,"مم"],[64585,1,"مى"],[64586,1,"مي"],[64587,1,"نج"],[64588,1,"نح"],[64589,1,"نخ"],[64590,1,"نم"],[64591,1,"نى"],[64592,1,"ني"],[64593,1,"هج"],[64594,1,"هم"],[64595,1,"هى"],[64596,1,"هي"],[64597,1,"يج"],[64598,1,"يح"],[64599,1,"يخ"],[64600,1,"يم"],[64601,1,"يى"],[64602,1,"يي"],[64603,1,"ذٰ"],[64604,1,"رٰ"],[64605,1,"ىٰ"],[64606,1," ٌّ"],[64607,1," ٍّ"],[64608,1," َّ"],[64609,1," ُّ"],[64610,1," ِّ"],[64611,1," ّٰ"],[64612,1,"ئر"],[64613,1,"ئز"],[64614,1,"ئم"],[64615,1,"ئن"],[64616,1,"ئى"],[64617,1,"ئي"],[64618,1,"بر"],[64619,1,"بز"],[64620,1,"بم"],[64621,1,"بن"],[64622,1,"بى"],[64623,1,"بي"],[64624,1,"تر"],[64625,1,"تز"],[64626,1,"تم"],[64627,1,"تن"],[64628,1,"تى"],[64629,1,"تي"],[64630,1,"ثر"],[64631,1,"ثز"],[64632,1,"ثم"],[64633,1,"ثن"],[64634,1,"ثى"],[64635,1,"ثي"],[64636,1,"فى"],[64637,1,"في"],[64638,1,"قى"],[64639,1,"قي"],[64640,1,"كا"],[64641,1,"كل"],[64642,1,"كم"],[64643,1,"كى"],[64644,1,"كي"],[64645,1,"لم"],[64646,1,"لى"],[64647,1,"لي"],[64648,1,"ما"],[64649,1,"مم"],[64650,1,"نر"],[64651,1,"نز"],[64652,1,"نم"],[64653,1,"نن"],[64654,1,"نى"],[64655,1,"ني"],[64656,1,"ىٰ"],[64657,1,"ير"],[64658,1,"يز"],[64659,1,"يم"],[64660,1,"ين"],[64661,1,"يى"],[64662,1,"يي"],[64663,1,"ئج"],[64664,1,"ئح"],[64665,1,"ئخ"],[64666,1,"ئم"],[64667,1,"ئه"],[64668,1,"بج"],[64669,1,"بح"],[64670,1,"بخ"],[64671,1,"بم"],[64672,1,"به"],[64673,1,"تج"],[64674,1,"تح"],[64675,1,"تخ"],[64676,1,"تم"],[64677,1,"ته"],[64678,1,"ثم"],[64679,1,"جح"],[64680,1,"جم"],[64681,1,"حج"],[64682,1,"حم"],[64683,1,"خج"],[64684,1,"خم"],[64685,1,"سج"],[64686,1,"سح"],[64687,1,"سخ"],[64688,1,"سم"],[64689,1,"صح"],[64690,1,"صخ"],[64691,1,"صم"],[64692,1,"ضج"],[64693,1,"ضح"],[64694,1,"ضخ"],[64695,1,"ضم"],[64696,1,"طح"],[64697,1,"ظم"],[64698,1,"عج"],[64699,1,"عم"],[64700,1,"غج"],[64701,1,"غم"],[64702,1,"فج"],[64703,1,"فح"],[64704,1,"فخ"],[64705,1,"فم"],[64706,1,"قح"],[64707,1,"قم"],[64708,1,"كج"],[64709,1,"كح"],[64710,1,"كخ"],[64711,1,"كل"],[64712,1,"كم"],[64713,1,"لج"],[64714,1,"لح"],[64715,1,"لخ"],[64716,1,"لم"],[64717,1,"له"],[64718,1,"مج"],[64719,1,"مح"],[64720,1,"مخ"],[64721,1,"مم"],[64722,1,"نج"],[64723,1,"نح"],[64724,1,"نخ"],[64725,1,"نم"],[64726,1,"نه"],[64727,1,"هج"],[64728,1,"هم"],[64729,1,"هٰ"],[64730,1,"يج"],[64731,1,"يح"],[64732,1,"يخ"],[64733,1,"يم"],[64734,1,"يه"],[64735,1,"ئم"],[64736,1,"ئه"],[64737,1,"بم"],[64738,1,"به"],[64739,1,"تم"],[64740,1,"ته"],[64741,1,"ثم"],[64742,1,"ثه"],[64743,1,"سم"],[64744,1,"سه"],[64745,1,"شم"],[64746,1,"شه"],[64747,1,"كل"],[64748,1,"كم"],[64749,1,"لم"],[64750,1,"نم"],[64751,1,"نه"],[64752,1,"يم"],[64753,1,"يه"],[64754,1,"ـَّ"],[64755,1,"ـُّ"],[64756,1,"ـِّ"],[64757,1,"طى"],[64758,1,"طي"],[64759,1,"عى"],[64760,1,"عي"],[64761,1,"غى"],[64762,1,"غي"],[64763,1,"سى"],[64764,1,"سي"],[64765,1,"شى"],[64766,1,"شي"],[64767,1,"حى"],[64768,1,"حي"],[64769,1,"جى"],[64770,1,"جي"],[64771,1,"خى"],[64772,1,"خي"],[64773,1,"صى"],[64774,1,"صي"],[64775,1,"ضى"],[64776,1,"ضي"],[64777,1,"شج"],[64778,1,"شح"],[64779,1,"شخ"],[64780,1,"شم"],[64781,1,"شر"],[64782,1,"سر"],[64783,1,"صر"],[64784,1,"ضر"],[64785,1,"طى"],[64786,1,"طي"],[64787,1,"عى"],[64788,1,"عي"],[64789,1,"غى"],[64790,1,"غي"],[64791,1,"سى"],[64792,1,"سي"],[64793,1,"شى"],[64794,1,"شي"],[64795,1,"حى"],[64796,1,"حي"],[64797,1,"جى"],[64798,1,"جي"],[64799,1,"خى"],[64800,1,"خي"],[64801,1,"صى"],[64802,1,"صي"],[64803,1,"ضى"],[64804,1,"ضي"],[64805,1,"شج"],[64806,1,"شح"],[64807,1,"شخ"],[64808,1,"شم"],[64809,1,"شر"],[64810,1,"سر"],[64811,1,"صر"],[64812,1,"ضر"],[64813,1,"شج"],[64814,1,"شح"],[64815,1,"شخ"],[64816,1,"شم"],[64817,1,"سه"],[64818,1,"شه"],[64819,1,"طم"],[64820,1,"سج"],[64821,1,"سح"],[64822,1,"سخ"],[64823,1,"شج"],[64824,1,"شح"],[64825,1,"شخ"],[64826,1,"طم"],[64827,1,"ظم"],[[64828,64829],1,"اً"],[[64830,64831],2],[[64832,64847],2],[64848,1,"تجم"],[[64849,64850],1,"تحج"],[64851,1,"تحم"],[64852,1,"تخم"],[64853,1,"تمج"],[64854,1,"تمح"],[64855,1,"تمخ"],[[64856,64857],1,"جمح"],[64858,1,"حمي"],[64859,1,"حمى"],[64860,1,"سحج"],[64861,1,"سجح"],[64862,1,"سجى"],[[64863,64864],1,"سمح"],[64865,1,"سمج"],[[64866,64867],1,"سمم"],[[64868,64869],1,"صحح"],[64870,1,"صمم"],[[64871,64872],1,"شحم"],[64873,1,"شجي"],[[64874,64875],1,"شمخ"],[[64876,64877],1,"شمم"],[64878,1,"ضحى"],[[64879,64880],1,"ضخم"],[[64881,64882],1,"طمح"],[64883,1,"طمم"],[64884,1,"طمي"],[64885,1,"عجم"],[[64886,64887],1,"عمم"],[64888,1,"عمى"],[64889,1,"غمم"],[64890,1,"غمي"],[64891,1,"غمى"],[[64892,64893],1,"فخم"],[64894,1,"قمح"],[64895,1,"قمم"],[64896,1,"لحم"],[64897,1,"لحي"],[64898,1,"لحى"],[[64899,64900],1,"لجج"],[[64901,64902],1,"لخم"],[[64903,64904],1,"لمح"],[64905,1,"محج"],[64906,1,"محم"],[64907,1,"محي"],[64908,1,"مجح"],[64909,1,"مجم"],[64910,1,"مخج"],[64911,1,"مخم"],[[64912,64913],3],[64914,1,"مجخ"],[64915,1,"همج"],[64916,1,"همم"],[64917,1,"نحم"],[64918,1,"نحى"],[[64919,64920],1,"نجم"],[64921,1,"نجى"],[64922,1,"نمي"],[64923,1,"نمى"],[[64924,64925],1,"يمم"],[64926,1,"بخي"],[64927,1,"تجي"],[64928,1,"تجى"],[64929,1,"تخي"],[64930,1,"تخى"],[64931,1,"تمي"],[64932,1,"تمى"],[64933,1,"جمي"],[64934,1,"جحى"],[64935,1,"جمى"],[64936,1,"سخى"],[64937,1,"صحي"],[64938,1,"شحي"],[64939,1,"ضحي"],[64940,1,"لجي"],[64941,1,"لمي"],[64942,1,"يحي"],[64943,1,"يجي"],[64944,1,"يمي"],[64945,1,"ممي"],[64946,1,"قمي"],[64947,1,"نحي"],[64948,1,"قمح"],[64949,1,"لحم"],[64950,1,"عمي"],[64951,1,"كمي"],[64952,1,"نجح"],[64953,1,"مخي"],[64954,1,"لجم"],[64955,1,"كمم"],[64956,1,"لجم"],[64957,1,"نجح"],[64958,1,"جحي"],[64959,1,"حجي"],[64960,1,"مجي"],[64961,1,"فمي"],[64962,1,"بحي"],[64963,1,"كمم"],[64964,1,"عجم"],[64965,1,"صمم"],[64966,1,"سخي"],[64967,1,"نجي"],[[64968,64974],3],[64975,2],[[64976,65007],3],[65008,1,"صلے"],[65009,1,"قلے"],[65010,1,"الله"],[65011,1,"اكبر"],[65012,1,"محمد"],[65013,1,"صلعم"],[65014,1,"رسول"],[65015,1,"عليه"],[65016,1,"وسلم"],[65017,1,"صلى"],[65018,1,"صلى الله عليه وسلم"],[65019,1,"جل جلاله"],[65020,1,"ریال"],[65021,2],[[65022,65023],2],[[65024,65039],7],[65040,1,","],[65041,1,"、"],[65042,3],[65043,1,":"],[65044,1,";"],[65045,1,"!"],[65046,1,"?"],[65047,1,"〖"],[65048,1,"〗"],[65049,3],[[65050,65055],3],[[65056,65059],2],[[65060,65062],2],[[65063,65069],2],[[65070,65071],2],[65072,3],[65073,1,"—"],[65074,1,"–"],[[65075,65076],1,"_"],[65077,1,"("],[65078,1,")"],[65079,1,"{"],[65080,1,"}"],[65081,1,"〔"],[65082,1,"〕"],[65083,1,"【"],[65084,1,"】"],[65085,1,"《"],[65086,1,"》"],[65087,1,"〈"],[65088,1,"〉"],[65089,1,"「"],[65090,1,"」"],[65091,1,"『"],[65092,1,"』"],[[65093,65094],2],[65095,1,"["],[65096,1,"]"],[[65097,65100],1," ̅"],[[65101,65103],1,"_"],[65104,1,","],[65105,1,"、"],[65106,3],[65107,3],[65108,1,";"],[65109,1,":"],[65110,1,"?"],[65111,1,"!"],[65112,1,"—"],[65113,1,"("],[65114,1,")"],[65115,1,"{"],[65116,1,"}"],[65117,1,"〔"],[65118,1,"〕"],[65119,1,"#"],[65120,1,"&"],[65121,1,"*"],[65122,1,"+"],[65123,1,"-"],[65124,1,"<"],[65125,1,">"],[65126,1,"="],[65127,3],[65128,1,"\\"],[65129,1,"$"],[65130,1,"%"],[65131,1,"@"],[[65132,65135],3],[65136,1," ً"],[65137,1,"ـً"],[65138,1," ٌ"],[65139,2],[65140,1," ٍ"],[65141,3],[65142,1," َ"],[65143,1,"ـَ"],[65144,1," ُ"],[65145,1,"ـُ"],[65146,1," ِ"],[65147,1,"ـِ"],[65148,1," ّ"],[65149,1,"ـّ"],[65150,1," ْ"],[65151,1,"ـْ"],[65152,1,"ء"],[[65153,65154],1,"آ"],[[65155,65156],1,"أ"],[[65157,65158],1,"ؤ"],[[65159,65160],1,"إ"],[[65161,65164],1,"ئ"],[[65165,65166],1,"ا"],[[65167,65170],1,"ب"],[[65171,65172],1,"ة"],[[65173,65176],1,"ت"],[[65177,65180],1,"ث"],[[65181,65184],1,"ج"],[[65185,65188],1,"ح"],[[65189,65192],1,"خ"],[[65193,65194],1,"د"],[[65195,65196],1,"ذ"],[[65197,65198],1,"ر"],[[65199,65200],1,"ز"],[[65201,65204],1,"س"],[[65205,65208],1,"ش"],[[65209,65212],1,"ص"],[[65213,65216],1,"ض"],[[65217,65220],1,"ط"],[[65221,65224],1,"ظ"],[[65225,65228],1,"ع"],[[65229,65232],1,"غ"],[[65233,65236],1,"ف"],[[65237,65240],1,"ق"],[[65241,65244],1,"ك"],[[65245,65248],1,"ل"],[[65249,65252],1,"م"],[[65253,65256],1,"ن"],[[65257,65260],1,"ه"],[[65261,65262],1,"و"],[[65263,65264],1,"ى"],[[65265,65268],1,"ي"],[[65269,65270],1,"لآ"],[[65271,65272],1,"لأ"],[[65273,65274],1,"لإ"],[[65275,65276],1,"لا"],[[65277,65278],3],[65279,7],[65280,3],[65281,1,"!"],[65282,1,'"'],[65283,1,"#"],[65284,1,"$"],[65285,1,"%"],[65286,1,"&"],[65287,1,"'"],[65288,1,"("],[65289,1,")"],[65290,1,"*"],[65291,1,"+"],[65292,1,","],[65293,1,"-"],[65294,1,"."],[65295,1,"/"],[65296,1,"0"],[65297,1,"1"],[65298,1,"2"],[65299,1,"3"],[65300,1,"4"],[65301,1,"5"],[65302,1,"6"],[65303,1,"7"],[65304,1,"8"],[65305,1,"9"],[65306,1,":"],[65307,1,";"],[65308,1,"<"],[65309,1,"="],[65310,1,">"],[65311,1,"?"],[65312,1,"@"],[65313,1,"a"],[65314,1,"b"],[65315,1,"c"],[65316,1,"d"],[65317,1,"e"],[65318,1,"f"],[65319,1,"g"],[65320,1,"h"],[65321,1,"i"],[65322,1,"j"],[65323,1,"k"],[65324,1,"l"],[65325,1,"m"],[65326,1,"n"],[65327,1,"o"],[65328,1,"p"],[65329,1,"q"],[65330,1,"r"],[65331,1,"s"],[65332,1,"t"],[65333,1,"u"],[65334,1,"v"],[65335,1,"w"],[65336,1,"x"],[65337,1,"y"],[65338,1,"z"],[65339,1,"["],[65340,1,"\\"],[65341,1,"]"],[65342,1,"^"],[65343,1,"_"],[65344,1,"`"],[65345,1,"a"],[65346,1,"b"],[65347,1,"c"],[65348,1,"d"],[65349,1,"e"],[65350,1,"f"],[65351,1,"g"],[65352,1,"h"],[65353,1,"i"],[65354,1,"j"],[65355,1,"k"],[65356,1,"l"],[65357,1,"m"],[65358,1,"n"],[65359,1,"o"],[65360,1,"p"],[65361,1,"q"],[65362,1,"r"],[65363,1,"s"],[65364,1,"t"],[65365,1,"u"],[65366,1,"v"],[65367,1,"w"],[65368,1,"x"],[65369,1,"y"],[65370,1,"z"],[65371,1,"{"],[65372,1,"|"],[65373,1,"}"],[65374,1,"~"],[65375,1,"⦅"],[65376,1,"⦆"],[65377,1,"."],[65378,1,"「"],[65379,1,"」"],[65380,1,"、"],[65381,1,"・"],[65382,1,"ヲ"],[65383,1,"ァ"],[65384,1,"ィ"],[65385,1,"ゥ"],[65386,1,"ェ"],[65387,1,"ォ"],[65388,1,"ャ"],[65389,1,"ュ"],[65390,1,"ョ"],[65391,1,"ッ"],[65392,1,"ー"],[65393,1,"ア"],[65394,1,"イ"],[65395,1,"ウ"],[65396,1,"エ"],[65397,1,"オ"],[65398,1,"カ"],[65399,1,"キ"],[65400,1,"ク"],[65401,1,"ケ"],[65402,1,"コ"],[65403,1,"サ"],[65404,1,"シ"],[65405,1,"ス"],[65406,1,"セ"],[65407,1,"ソ"],[65408,1,"タ"],[65409,1,"チ"],[65410,1,"ツ"],[65411,1,"テ"],[65412,1,"ト"],[65413,1,"ナ"],[65414,1,"ニ"],[65415,1,"ヌ"],[65416,1,"ネ"],[65417,1,"ノ"],[65418,1,"ハ"],[65419,1,"ヒ"],[65420,1,"フ"],[65421,1,"ヘ"],[65422,1,"ホ"],[65423,1,"マ"],[65424,1,"ミ"],[65425,1,"ム"],[65426,1,"メ"],[65427,1,"モ"],[65428,1,"ヤ"],[65429,1,"ユ"],[65430,1,"ヨ"],[65431,1,"ラ"],[65432,1,"リ"],[65433,1,"ル"],[65434,1,"レ"],[65435,1,"ロ"],[65436,1,"ワ"],[65437,1,"ン"],[65438,1,"゙"],[65439,1,"゚"],[65440,7],[65441,1,"ᄀ"],[65442,1,"ᄁ"],[65443,1,"ᆪ"],[65444,1,"ᄂ"],[65445,1,"ᆬ"],[65446,1,"ᆭ"],[65447,1,"ᄃ"],[65448,1,"ᄄ"],[65449,1,"ᄅ"],[65450,1,"ᆰ"],[65451,1,"ᆱ"],[65452,1,"ᆲ"],[65453,1,"ᆳ"],[65454,1,"ᆴ"],[65455,1,"ᆵ"],[65456,1,"ᄚ"],[65457,1,"ᄆ"],[65458,1,"ᄇ"],[65459,1,"ᄈ"],[65460,1,"ᄡ"],[65461,1,"ᄉ"],[65462,1,"ᄊ"],[65463,1,"ᄋ"],[65464,1,"ᄌ"],[65465,1,"ᄍ"],[65466,1,"ᄎ"],[65467,1,"ᄏ"],[65468,1,"ᄐ"],[65469,1,"ᄑ"],[65470,1,"ᄒ"],[[65471,65473],3],[65474,1,"ᅡ"],[65475,1,"ᅢ"],[65476,1,"ᅣ"],[65477,1,"ᅤ"],[65478,1,"ᅥ"],[65479,1,"ᅦ"],[[65480,65481],3],[65482,1,"ᅧ"],[65483,1,"ᅨ"],[65484,1,"ᅩ"],[65485,1,"ᅪ"],[65486,1,"ᅫ"],[65487,1,"ᅬ"],[[65488,65489],3],[65490,1,"ᅭ"],[65491,1,"ᅮ"],[65492,1,"ᅯ"],[65493,1,"ᅰ"],[65494,1,"ᅱ"],[65495,1,"ᅲ"],[[65496,65497],3],[65498,1,"ᅳ"],[65499,1,"ᅴ"],[65500,1,"ᅵ"],[[65501,65503],3],[65504,1,"¢"],[65505,1,"£"],[65506,1,"¬"],[65507,1," ̄"],[65508,1,"¦"],[65509,1,"¥"],[65510,1,"₩"],[65511,3],[65512,1,"│"],[65513,1,"←"],[65514,1,"↑"],[65515,1,"→"],[65516,1,"↓"],[65517,1,"■"],[65518,1,"○"],[[65519,65528],3],[[65529,65531],3],[65532,3],[65533,3],[[65534,65535],3],[[65536,65547],2],[65548,3],[[65549,65574],2],[65575,3],[[65576,65594],2],[65595,3],[[65596,65597],2],[65598,3],[[65599,65613],2],[[65614,65615],3],[[65616,65629],2],[[65630,65663],3],[[65664,65786],2],[[65787,65791],3],[[65792,65794],2],[[65795,65798],3],[[65799,65843],2],[[65844,65846],3],[[65847,65855],2],[[65856,65930],2],[[65931,65932],2],[[65933,65934],2],[65935,3],[[65936,65947],2],[65948,2],[[65949,65951],3],[65952,2],[[65953,65999],3],[[66000,66044],2],[66045,2],[[66046,66175],3],[[66176,66204],2],[[66205,66207],3],[[66208,66256],2],[[66257,66271],3],[66272,2],[[66273,66299],2],[[66300,66303],3],[[66304,66334],2],[66335,2],[[66336,66339],2],[[66340,66348],3],[[66349,66351],2],[[66352,66368],2],[66369,2],[[66370,66377],2],[66378,2],[[66379,66383],3],[[66384,66426],2],[[66427,66431],3],[[66432,66461],2],[66462,3],[66463,2],[[66464,66499],2],[[66500,66503],3],[[66504,66511],2],[[66512,66517],2],[[66518,66559],3],[66560,1,"𐐨"],[66561,1,"𐐩"],[66562,1,"𐐪"],[66563,1,"𐐫"],[66564,1,"𐐬"],[66565,1,"𐐭"],[66566,1,"𐐮"],[66567,1,"𐐯"],[66568,1,"𐐰"],[66569,1,"𐐱"],[66570,1,"𐐲"],[66571,1,"𐐳"],[66572,1,"𐐴"],[66573,1,"𐐵"],[66574,1,"𐐶"],[66575,1,"𐐷"],[66576,1,"𐐸"],[66577,1,"𐐹"],[66578,1,"𐐺"],[66579,1,"𐐻"],[66580,1,"𐐼"],[66581,1,"𐐽"],[66582,1,"𐐾"],[66583,1,"𐐿"],[66584,1,"𐑀"],[66585,1,"𐑁"],[66586,1,"𐑂"],[66587,1,"𐑃"],[66588,1,"𐑄"],[66589,1,"𐑅"],[66590,1,"𐑆"],[66591,1,"𐑇"],[66592,1,"𐑈"],[66593,1,"𐑉"],[66594,1,"𐑊"],[66595,1,"𐑋"],[66596,1,"𐑌"],[66597,1,"𐑍"],[66598,1,"𐑎"],[66599,1,"𐑏"],[[66600,66637],2],[[66638,66717],2],[[66718,66719],3],[[66720,66729],2],[[66730,66735],3],[66736,1,"𐓘"],[66737,1,"𐓙"],[66738,1,"𐓚"],[66739,1,"𐓛"],[66740,1,"𐓜"],[66741,1,"𐓝"],[66742,1,"𐓞"],[66743,1,"𐓟"],[66744,1,"𐓠"],[66745,1,"𐓡"],[66746,1,"𐓢"],[66747,1,"𐓣"],[66748,1,"𐓤"],[66749,1,"𐓥"],[66750,1,"𐓦"],[66751,1,"𐓧"],[66752,1,"𐓨"],[66753,1,"𐓩"],[66754,1,"𐓪"],[66755,1,"𐓫"],[66756,1,"𐓬"],[66757,1,"𐓭"],[66758,1,"𐓮"],[66759,1,"𐓯"],[66760,1,"𐓰"],[66761,1,"𐓱"],[66762,1,"𐓲"],[66763,1,"𐓳"],[66764,1,"𐓴"],[66765,1,"𐓵"],[66766,1,"𐓶"],[66767,1,"𐓷"],[66768,1,"𐓸"],[66769,1,"𐓹"],[66770,1,"𐓺"],[66771,1,"𐓻"],[[66772,66775],3],[[66776,66811],2],[[66812,66815],3],[[66816,66855],2],[[66856,66863],3],[[66864,66915],2],[[66916,66926],3],[66927,2],[66928,1,"𐖗"],[66929,1,"𐖘"],[66930,1,"𐖙"],[66931,1,"𐖚"],[66932,1,"𐖛"],[66933,1,"𐖜"],[66934,1,"𐖝"],[66935,1,"𐖞"],[66936,1,"𐖟"],[66937,1,"𐖠"],[66938,1,"𐖡"],[66939,3],[66940,1,"𐖣"],[66941,1,"𐖤"],[66942,1,"𐖥"],[66943,1,"𐖦"],[66944,1,"𐖧"],[66945,1,"𐖨"],[66946,1,"𐖩"],[66947,1,"𐖪"],[66948,1,"𐖫"],[66949,1,"𐖬"],[66950,1,"𐖭"],[66951,1,"𐖮"],[66952,1,"𐖯"],[66953,1,"𐖰"],[66954,1,"𐖱"],[66955,3],[66956,1,"𐖳"],[66957,1,"𐖴"],[66958,1,"𐖵"],[66959,1,"𐖶"],[66960,1,"𐖷"],[66961,1,"𐖸"],[66962,1,"𐖹"],[66963,3],[66964,1,"𐖻"],[66965,1,"𐖼"],[66966,3],[[66967,66977],2],[66978,3],[[66979,66993],2],[66994,3],[[66995,67001],2],[67002,3],[[67003,67004],2],[[67005,67007],3],[[67008,67059],2],[[67060,67071],3],[[67072,67382],2],[[67383,67391],3],[[67392,67413],2],[[67414,67423],3],[[67424,67431],2],[[67432,67455],3],[67456,2],[67457,1,"ː"],[67458,1,"ˑ"],[67459,1,"æ"],[67460,1,"ʙ"],[67461,1,"ɓ"],[67462,3],[67463,1,"ʣ"],[67464,1,"ꭦ"],[67465,1,"ʥ"],[67466,1,"ʤ"],[67467,1,"ɖ"],[67468,1,"ɗ"],[67469,1,"ᶑ"],[67470,1,"ɘ"],[67471,1,"ɞ"],[67472,1,"ʩ"],[67473,1,"ɤ"],[67474,1,"ɢ"],[67475,1,"ɠ"],[67476,1,"ʛ"],[67477,1,"ħ"],[67478,1,"ʜ"],[67479,1,"ɧ"],[67480,1,"ʄ"],[67481,1,"ʪ"],[67482,1,"ʫ"],[67483,1,"ɬ"],[67484,1,"𝼄"],[67485,1,"ꞎ"],[67486,1,"ɮ"],[67487,1,"𝼅"],[67488,1,"ʎ"],[67489,1,"𝼆"],[67490,1,"ø"],[67491,1,"ɶ"],[67492,1,"ɷ"],[67493,1,"q"],[67494,1,"ɺ"],[67495,1,"𝼈"],[67496,1,"ɽ"],[67497,1,"ɾ"],[67498,1,"ʀ"],[67499,1,"ʨ"],[67500,1,"ʦ"],[67501,1,"ꭧ"],[67502,1,"ʧ"],[67503,1,"ʈ"],[67504,1,"ⱱ"],[67505,3],[67506,1,"ʏ"],[67507,1,"ʡ"],[67508,1,"ʢ"],[67509,1,"ʘ"],[67510,1,"ǀ"],[67511,1,"ǁ"],[67512,1,"ǂ"],[67513,1,"𝼊"],[67514,1,"𝼞"],[[67515,67583],3],[[67584,67589],2],[[67590,67591],3],[67592,2],[67593,3],[[67594,67637],2],[67638,3],[[67639,67640],2],[[67641,67643],3],[67644,2],[[67645,67646],3],[67647,2],[[67648,67669],2],[67670,3],[[67671,67679],2],[[67680,67702],2],[[67703,67711],2],[[67712,67742],2],[[67743,67750],3],[[67751,67759],2],[[67760,67807],3],[[67808,67826],2],[67827,3],[[67828,67829],2],[[67830,67834],3],[[67835,67839],2],[[67840,67861],2],[[67862,67865],2],[[67866,67867],2],[[67868,67870],3],[67871,2],[[67872,67897],2],[[67898,67902],3],[67903,2],[[67904,67967],3],[[67968,68023],2],[[68024,68027],3],[[68028,68029],2],[[68030,68031],2],[[68032,68047],2],[[68048,68049],3],[[68050,68095],2],[[68096,68099],2],[68100,3],[[68101,68102],2],[[68103,68107],3],[[68108,68115],2],[68116,3],[[68117,68119],2],[68120,3],[[68121,68147],2],[[68148,68149],2],[[68150,68151],3],[[68152,68154],2],[[68155,68158],3],[68159,2],[[68160,68167],2],[68168,2],[[68169,68175],3],[[68176,68184],2],[[68185,68191],3],[[68192,68220],2],[[68221,68223],2],[[68224,68252],2],[[68253,68255],2],[[68256,68287],3],[[68288,68295],2],[68296,2],[[68297,68326],2],[[68327,68330],3],[[68331,68342],2],[[68343,68351],3],[[68352,68405],2],[[68406,68408],3],[[68409,68415],2],[[68416,68437],2],[[68438,68439],3],[[68440,68447],2],[[68448,68466],2],[[68467,68471],3],[[68472,68479],2],[[68480,68497],2],[[68498,68504],3],[[68505,68508],2],[[68509,68520],3],[[68521,68527],2],[[68528,68607],3],[[68608,68680],2],[[68681,68735],3],[68736,1,"𐳀"],[68737,1,"𐳁"],[68738,1,"𐳂"],[68739,1,"𐳃"],[68740,1,"𐳄"],[68741,1,"𐳅"],[68742,1,"𐳆"],[68743,1,"𐳇"],[68744,1,"𐳈"],[68745,1,"𐳉"],[68746,1,"𐳊"],[68747,1,"𐳋"],[68748,1,"𐳌"],[68749,1,"𐳍"],[68750,1,"𐳎"],[68751,1,"𐳏"],[68752,1,"𐳐"],[68753,1,"𐳑"],[68754,1,"𐳒"],[68755,1,"𐳓"],[68756,1,"𐳔"],[68757,1,"𐳕"],[68758,1,"𐳖"],[68759,1,"𐳗"],[68760,1,"𐳘"],[68761,1,"𐳙"],[68762,1,"𐳚"],[68763,1,"𐳛"],[68764,1,"𐳜"],[68765,1,"𐳝"],[68766,1,"𐳞"],[68767,1,"𐳟"],[68768,1,"𐳠"],[68769,1,"𐳡"],[68770,1,"𐳢"],[68771,1,"𐳣"],[68772,1,"𐳤"],[68773,1,"𐳥"],[68774,1,"𐳦"],[68775,1,"𐳧"],[68776,1,"𐳨"],[68777,1,"𐳩"],[68778,1,"𐳪"],[68779,1,"𐳫"],[68780,1,"𐳬"],[68781,1,"𐳭"],[68782,1,"𐳮"],[68783,1,"𐳯"],[68784,1,"𐳰"],[68785,1,"𐳱"],[68786,1,"𐳲"],[[68787,68799],3],[[68800,68850],2],[[68851,68857],3],[[68858,68863],2],[[68864,68903],2],[[68904,68911],3],[[68912,68921],2],[[68922,68927],3],[[68928,68943],2],[68944,1,"𐵰"],[68945,1,"𐵱"],[68946,1,"𐵲"],[68947,1,"𐵳"],[68948,1,"𐵴"],[68949,1,"𐵵"],[68950,1,"𐵶"],[68951,1,"𐵷"],[68952,1,"𐵸"],[68953,1,"𐵹"],[68954,1,"𐵺"],[68955,1,"𐵻"],[68956,1,"𐵼"],[68957,1,"𐵽"],[68958,1,"𐵾"],[68959,1,"𐵿"],[68960,1,"𐶀"],[68961,1,"𐶁"],[68962,1,"𐶂"],[68963,1,"𐶃"],[68964,1,"𐶄"],[68965,1,"𐶅"],[[68966,68968],3],[[68969,68973],2],[68974,2],[[68975,68997],2],[[68998,69005],3],[[69006,69007],2],[[69008,69215],3],[[69216,69246],2],[69247,3],[[69248,69289],2],[69290,3],[[69291,69292],2],[69293,2],[[69294,69295],3],[[69296,69297],2],[[69298,69313],3],[[69314,69316],2],[[69317,69371],3],[69372,2],[[69373,69375],2],[[69376,69404],2],[[69405,69414],2],[69415,2],[[69416,69423],3],[[69424,69456],2],[[69457,69465],2],[[69466,69487],3],[[69488,69509],2],[[69510,69513],2],[[69514,69551],3],[[69552,69572],2],[[69573,69579],2],[[69580,69599],3],[[69600,69622],2],[[69623,69631],3],[[69632,69702],2],[[69703,69709],2],[[69710,69713],3],[[69714,69733],2],[[69734,69743],2],[[69744,69749],2],[[69750,69758],3],[69759,2],[[69760,69818],2],[[69819,69820],2],[69821,3],[[69822,69825],2],[69826,2],[[69827,69836],3],[69837,3],[[69838,69839],3],[[69840,69864],2],[[69865,69871],3],[[69872,69881],2],[[69882,69887],3],[[69888,69940],2],[69941,3],[[69942,69951],2],[[69952,69955],2],[[69956,69958],2],[69959,2],[[69960,69967],3],[[69968,70003],2],[[70004,70005],2],[70006,2],[[70007,70015],3],[[70016,70084],2],[[70085,70088],2],[[70089,70092],2],[70093,2],[[70094,70095],2],[[70096,70105],2],[70106,2],[70107,2],[70108,2],[[70109,70111],2],[70112,3],[[70113,70132],2],[[70133,70143],3],[[70144,70161],2],[70162,3],[[70163,70199],2],[[70200,70205],2],[70206,2],[[70207,70209],2],[[70210,70271],3],[[70272,70278],2],[70279,3],[70280,2],[70281,3],[[70282,70285],2],[70286,3],[[70287,70301],2],[70302,3],[[70303,70312],2],[70313,2],[[70314,70319],3],[[70320,70378],2],[[70379,70383],3],[[70384,70393],2],[[70394,70399],3],[70400,2],[[70401,70403],2],[70404,3],[[70405,70412],2],[[70413,70414],3],[[70415,70416],2],[[70417,70418],3],[[70419,70440],2],[70441,3],[[70442,70448],2],[70449,3],[[70450,70451],2],[70452,3],[[70453,70457],2],[70458,3],[70459,2],[[70460,70468],2],[[70469,70470],3],[[70471,70472],2],[[70473,70474],3],[[70475,70477],2],[[70478,70479],3],[70480,2],[[70481,70486],3],[70487,2],[[70488,70492],3],[[70493,70499],2],[[70500,70501],3],[[70502,70508],2],[[70509,70511],3],[[70512,70516],2],[[70517,70527],3],[[70528,70537],2],[70538,3],[70539,2],[[70540,70541],3],[70542,2],[70543,3],[[70544,70581],2],[70582,3],[[70583,70592],2],[70593,3],[70594,2],[[70595,70596],3],[70597,2],[70598,3],[[70599,70602],2],[70603,3],[[70604,70611],2],[[70612,70613],2],[70614,3],[[70615,70616],2],[[70617,70624],3],[[70625,70626],2],[[70627,70655],3],[[70656,70730],2],[[70731,70735],2],[[70736,70745],2],[70746,2],[70747,2],[70748,3],[70749,2],[70750,2],[70751,2],[[70752,70753],2],[[70754,70783],3],[[70784,70853],2],[70854,2],[70855,2],[[70856,70863],3],[[70864,70873],2],[[70874,71039],3],[[71040,71093],2],[[71094,71095],3],[[71096,71104],2],[[71105,71113],2],[[71114,71127],2],[[71128,71133],2],[[71134,71167],3],[[71168,71232],2],[[71233,71235],2],[71236,2],[[71237,71247],3],[[71248,71257],2],[[71258,71263],3],[[71264,71276],2],[[71277,71295],3],[[71296,71351],2],[71352,2],[71353,2],[[71354,71359],3],[[71360,71369],2],[[71370,71375],3],[[71376,71395],2],[[71396,71423],3],[[71424,71449],2],[71450,2],[[71451,71452],3],[[71453,71467],2],[[71468,71471],3],[[71472,71481],2],[[71482,71487],2],[[71488,71494],2],[[71495,71679],3],[[71680,71738],2],[71739,2],[[71740,71839],3],[71840,1,"𑣀"],[71841,1,"𑣁"],[71842,1,"𑣂"],[71843,1,"𑣃"],[71844,1,"𑣄"],[71845,1,"𑣅"],[71846,1,"𑣆"],[71847,1,"𑣇"],[71848,1,"𑣈"],[71849,1,"𑣉"],[71850,1,"𑣊"],[71851,1,"𑣋"],[71852,1,"𑣌"],[71853,1,"𑣍"],[71854,1,"𑣎"],[71855,1,"𑣏"],[71856,1,"𑣐"],[71857,1,"𑣑"],[71858,1,"𑣒"],[71859,1,"𑣓"],[71860,1,"𑣔"],[71861,1,"𑣕"],[71862,1,"𑣖"],[71863,1,"𑣗"],[71864,1,"𑣘"],[71865,1,"𑣙"],[71866,1,"𑣚"],[71867,1,"𑣛"],[71868,1,"𑣜"],[71869,1,"𑣝"],[71870,1,"𑣞"],[71871,1,"𑣟"],[[71872,71913],2],[[71914,71922],2],[[71923,71934],3],[71935,2],[[71936,71942],2],[[71943,71944],3],[71945,2],[[71946,71947],3],[[71948,71955],2],[71956,3],[[71957,71958],2],[71959,3],[[71960,71989],2],[71990,3],[[71991,71992],2],[[71993,71994],3],[[71995,72003],2],[[72004,72006],2],[[72007,72015],3],[[72016,72025],2],[[72026,72095],3],[[72096,72103],2],[[72104,72105],3],[[72106,72151],2],[[72152,72153],3],[[72154,72161],2],[72162,2],[[72163,72164],2],[[72165,72191],3],[[72192,72254],2],[[72255,72262],2],[72263,2],[[72264,72271],3],[[72272,72323],2],[[72324,72325],2],[[72326,72345],2],[[72346,72348],2],[72349,2],[[72350,72354],2],[[72355,72367],3],[[72368,72383],2],[[72384,72440],2],[[72441,72447],3],[[72448,72457],2],[[72458,72639],3],[[72640,72672],2],[72673,2],[[72674,72687],3],[[72688,72697],2],[[72698,72703],3],[[72704,72712],2],[72713,3],[[72714,72758],2],[72759,3],[[72760,72768],2],[[72769,72773],2],[[72774,72783],3],[[72784,72793],2],[[72794,72812],2],[[72813,72815],3],[[72816,72817],2],[[72818,72847],2],[[72848,72849],3],[[72850,72871],2],[72872,3],[[72873,72886],2],[[72887,72959],3],[[72960,72966],2],[72967,3],[[72968,72969],2],[72970,3],[[72971,73014],2],[[73015,73017],3],[73018,2],[73019,3],[[73020,73021],2],[73022,3],[[73023,73031],2],[[73032,73039],3],[[73040,73049],2],[[73050,73055],3],[[73056,73061],2],[73062,3],[[73063,73064],2],[73065,3],[[73066,73102],2],[73103,3],[[73104,73105],2],[73106,3],[[73107,73112],2],[[73113,73119],3],[[73120,73129],2],[[73130,73439],3],[[73440,73462],2],[[73463,73464],2],[[73465,73471],3],[[73472,73488],2],[73489,3],[[73490,73530],2],[[73531,73533],3],[[73534,73538],2],[[73539,73551],2],[[73552,73561],2],[73562,2],[[73563,73647],3],[73648,2],[[73649,73663],3],[[73664,73713],2],[[73714,73726],3],[73727,2],[[73728,74606],2],[[74607,74648],2],[74649,2],[[74650,74751],3],[[74752,74850],2],[[74851,74862],2],[74863,3],[[74864,74867],2],[74868,2],[[74869,74879],3],[[74880,75075],2],[[75076,77711],3],[[77712,77808],2],[[77809,77810],2],[[77811,77823],3],[[77824,78894],2],[78895,2],[[78896,78904],3],[[78905,78911],3],[[78912,78933],2],[[78934,78943],3],[[78944,82938],2],[[82939,82943],3],[[82944,83526],2],[[83527,90367],3],[[90368,90425],2],[[90426,92159],3],[[92160,92728],2],[[92729,92735],3],[[92736,92766],2],[92767,3],[[92768,92777],2],[[92778,92781],3],[[92782,92783],2],[[92784,92862],2],[92863,3],[[92864,92873],2],[[92874,92879],3],[[92880,92909],2],[[92910,92911],3],[[92912,92916],2],[92917,2],[[92918,92927],3],[[92928,92982],2],[[92983,92991],2],[[92992,92995],2],[[92996,92997],2],[[92998,93007],3],[[93008,93017],2],[93018,3],[[93019,93025],2],[93026,3],[[93027,93047],2],[[93048,93052],3],[[93053,93071],2],[[93072,93503],3],[[93504,93548],2],[[93549,93551],2],[[93552,93561],2],[[93562,93759],3],[93760,1,"𖹠"],[93761,1,"𖹡"],[93762,1,"𖹢"],[93763,1,"𖹣"],[93764,1,"𖹤"],[93765,1,"𖹥"],[93766,1,"𖹦"],[93767,1,"𖹧"],[93768,1,"𖹨"],[93769,1,"𖹩"],[93770,1,"𖹪"],[93771,1,"𖹫"],[93772,1,"𖹬"],[93773,1,"𖹭"],[93774,1,"𖹮"],[93775,1,"𖹯"],[93776,1,"𖹰"],[93777,1,"𖹱"],[93778,1,"𖹲"],[93779,1,"𖹳"],[93780,1,"𖹴"],[93781,1,"𖹵"],[93782,1,"𖹶"],[93783,1,"𖹷"],[93784,1,"𖹸"],[93785,1,"𖹹"],[93786,1,"𖹺"],[93787,1,"𖹻"],[93788,1,"𖹼"],[93789,1,"𖹽"],[93790,1,"𖹾"],[93791,1,"𖹿"],[[93792,93823],2],[[93824,93850],2],[[93851,93951],3],[[93952,94020],2],[[94021,94026],2],[[94027,94030],3],[94031,2],[[94032,94078],2],[[94079,94087],2],[[94088,94094],3],[[94095,94111],2],[[94112,94175],3],[94176,2],[94177,2],[94178,2],[94179,2],[94180,2],[[94181,94191],3],[[94192,94193],2],[[94194,94207],3],[[94208,100332],2],[[100333,100337],2],[[100338,100343],2],[[100344,100351],3],[[100352,101106],2],[[101107,101589],2],[[101590,101630],3],[101631,2],[[101632,101640],2],[[101641,110575],3],[[110576,110579],2],[110580,3],[[110581,110587],2],[110588,3],[[110589,110590],2],[110591,3],[[110592,110593],2],[[110594,110878],2],[[110879,110882],2],[[110883,110897],3],[110898,2],[[110899,110927],3],[[110928,110930],2],[[110931,110932],3],[110933,2],[[110934,110947],3],[[110948,110951],2],[[110952,110959],3],[[110960,111355],2],[[111356,113663],3],[[113664,113770],2],[[113771,113775],3],[[113776,113788],2],[[113789,113791],3],[[113792,113800],2],[[113801,113807],3],[[113808,113817],2],[[113818,113819],3],[113820,2],[[113821,113822],2],[113823,2],[[113824,113827],7],[[113828,117759],3],[[117760,117973],2],[117974,1,"a"],[117975,1,"b"],[117976,1,"c"],[117977,1,"d"],[117978,1,"e"],[117979,1,"f"],[117980,1,"g"],[117981,1,"h"],[117982,1,"i"],[117983,1,"j"],[117984,1,"k"],[117985,1,"l"],[117986,1,"m"],[117987,1,"n"],[117988,1,"o"],[117989,1,"p"],[117990,1,"q"],[117991,1,"r"],[117992,1,"s"],[117993,1,"t"],[117994,1,"u"],[117995,1,"v"],[117996,1,"w"],[117997,1,"x"],[117998,1,"y"],[117999,1,"z"],[118000,1,"0"],[118001,1,"1"],[118002,1,"2"],[118003,1,"3"],[118004,1,"4"],[118005,1,"5"],[118006,1,"6"],[118007,1,"7"],[118008,1,"8"],[118009,1,"9"],[[118010,118015],3],[[118016,118451],2],[[118452,118527],3],[[118528,118573],2],[[118574,118575],3],[[118576,118598],2],[[118599,118607],3],[[118608,118723],2],[[118724,118783],3],[[118784,119029],2],[[119030,119039],3],[[119040,119078],2],[[119079,119080],3],[119081,2],[[119082,119133],2],[119134,1,"𝅗𝅥"],[119135,1,"𝅘𝅥"],[119136,1,"𝅘𝅥𝅮"],[119137,1,"𝅘𝅥𝅯"],[119138,1,"𝅘𝅥𝅰"],[119139,1,"𝅘𝅥𝅱"],[119140,1,"𝅘𝅥𝅲"],[[119141,119154],2],[[119155,119162],7],[[119163,119226],2],[119227,1,"𝆹𝅥"],[119228,1,"𝆺𝅥"],[119229,1,"𝆹𝅥𝅮"],[119230,1,"𝆺𝅥𝅮"],[119231,1,"𝆹𝅥𝅯"],[119232,1,"𝆺𝅥𝅯"],[[119233,119261],2],[[119262,119272],2],[[119273,119274],2],[[119275,119295],3],[[119296,119365],2],[[119366,119487],3],[[119488,119507],2],[[119508,119519],3],[[119520,119539],2],[[119540,119551],3],[[119552,119638],2],[[119639,119647],3],[[119648,119665],2],[[119666,119672],2],[[119673,119807],3],[119808,1,"a"],[119809,1,"b"],[119810,1,"c"],[119811,1,"d"],[119812,1,"e"],[119813,1,"f"],[119814,1,"g"],[119815,1,"h"],[119816,1,"i"],[119817,1,"j"],[119818,1,"k"],[119819,1,"l"],[119820,1,"m"],[119821,1,"n"],[119822,1,"o"],[119823,1,"p"],[119824,1,"q"],[119825,1,"r"],[119826,1,"s"],[119827,1,"t"],[119828,1,"u"],[119829,1,"v"],[119830,1,"w"],[119831,1,"x"],[119832,1,"y"],[119833,1,"z"],[119834,1,"a"],[119835,1,"b"],[119836,1,"c"],[119837,1,"d"],[119838,1,"e"],[119839,1,"f"],[119840,1,"g"],[119841,1,"h"],[119842,1,"i"],[119843,1,"j"],[119844,1,"k"],[119845,1,"l"],[119846,1,"m"],[119847,1,"n"],[119848,1,"o"],[119849,1,"p"],[119850,1,"q"],[119851,1,"r"],[119852,1,"s"],[119853,1,"t"],[119854,1,"u"],[119855,1,"v"],[119856,1,"w"],[119857,1,"x"],[119858,1,"y"],[119859,1,"z"],[119860,1,"a"],[119861,1,"b"],[119862,1,"c"],[119863,1,"d"],[119864,1,"e"],[119865,1,"f"],[119866,1,"g"],[119867,1,"h"],[119868,1,"i"],[119869,1,"j"],[119870,1,"k"],[119871,1,"l"],[119872,1,"m"],[119873,1,"n"],[119874,1,"o"],[119875,1,"p"],[119876,1,"q"],[119877,1,"r"],[119878,1,"s"],[119879,1,"t"],[119880,1,"u"],[119881,1,"v"],[119882,1,"w"],[119883,1,"x"],[119884,1,"y"],[119885,1,"z"],[119886,1,"a"],[119887,1,"b"],[119888,1,"c"],[119889,1,"d"],[119890,1,"e"],[119891,1,"f"],[119892,1,"g"],[119893,3],[119894,1,"i"],[119895,1,"j"],[119896,1,"k"],[119897,1,"l"],[119898,1,"m"],[119899,1,"n"],[119900,1,"o"],[119901,1,"p"],[119902,1,"q"],[119903,1,"r"],[119904,1,"s"],[119905,1,"t"],[119906,1,"u"],[119907,1,"v"],[119908,1,"w"],[119909,1,"x"],[119910,1,"y"],[119911,1,"z"],[119912,1,"a"],[119913,1,"b"],[119914,1,"c"],[119915,1,"d"],[119916,1,"e"],[119917,1,"f"],[119918,1,"g"],[119919,1,"h"],[119920,1,"i"],[119921,1,"j"],[119922,1,"k"],[119923,1,"l"],[119924,1,"m"],[119925,1,"n"],[119926,1,"o"],[119927,1,"p"],[119928,1,"q"],[119929,1,"r"],[119930,1,"s"],[119931,1,"t"],[119932,1,"u"],[119933,1,"v"],[119934,1,"w"],[119935,1,"x"],[119936,1,"y"],[119937,1,"z"],[119938,1,"a"],[119939,1,"b"],[119940,1,"c"],[119941,1,"d"],[119942,1,"e"],[119943,1,"f"],[119944,1,"g"],[119945,1,"h"],[119946,1,"i"],[119947,1,"j"],[119948,1,"k"],[119949,1,"l"],[119950,1,"m"],[119951,1,"n"],[119952,1,"o"],[119953,1,"p"],[119954,1,"q"],[119955,1,"r"],[119956,1,"s"],[119957,1,"t"],[119958,1,"u"],[119959,1,"v"],[119960,1,"w"],[119961,1,"x"],[119962,1,"y"],[119963,1,"z"],[119964,1,"a"],[119965,3],[119966,1,"c"],[119967,1,"d"],[[119968,119969],3],[119970,1,"g"],[[119971,119972],3],[119973,1,"j"],[119974,1,"k"],[[119975,119976],3],[119977,1,"n"],[119978,1,"o"],[119979,1,"p"],[119980,1,"q"],[119981,3],[119982,1,"s"],[119983,1,"t"],[119984,1,"u"],[119985,1,"v"],[119986,1,"w"],[119987,1,"x"],[119988,1,"y"],[119989,1,"z"],[119990,1,"a"],[119991,1,"b"],[119992,1,"c"],[119993,1,"d"],[119994,3],[119995,1,"f"],[119996,3],[119997,1,"h"],[119998,1,"i"],[119999,1,"j"],[120000,1,"k"],[120001,1,"l"],[120002,1,"m"],[120003,1,"n"],[120004,3],[120005,1,"p"],[120006,1,"q"],[120007,1,"r"],[120008,1,"s"],[120009,1,"t"],[120010,1,"u"],[120011,1,"v"],[120012,1,"w"],[120013,1,"x"],[120014,1,"y"],[120015,1,"z"],[120016,1,"a"],[120017,1,"b"],[120018,1,"c"],[120019,1,"d"],[120020,1,"e"],[120021,1,"f"],[120022,1,"g"],[120023,1,"h"],[120024,1,"i"],[120025,1,"j"],[120026,1,"k"],[120027,1,"l"],[120028,1,"m"],[120029,1,"n"],[120030,1,"o"],[120031,1,"p"],[120032,1,"q"],[120033,1,"r"],[120034,1,"s"],[120035,1,"t"],[120036,1,"u"],[120037,1,"v"],[120038,1,"w"],[120039,1,"x"],[120040,1,"y"],[120041,1,"z"],[120042,1,"a"],[120043,1,"b"],[120044,1,"c"],[120045,1,"d"],[120046,1,"e"],[120047,1,"f"],[120048,1,"g"],[120049,1,"h"],[120050,1,"i"],[120051,1,"j"],[120052,1,"k"],[120053,1,"l"],[120054,1,"m"],[120055,1,"n"],[120056,1,"o"],[120057,1,"p"],[120058,1,"q"],[120059,1,"r"],[120060,1,"s"],[120061,1,"t"],[120062,1,"u"],[120063,1,"v"],[120064,1,"w"],[120065,1,"x"],[120066,1,"y"],[120067,1,"z"],[120068,1,"a"],[120069,1,"b"],[120070,3],[120071,1,"d"],[120072,1,"e"],[120073,1,"f"],[120074,1,"g"],[[120075,120076],3],[120077,1,"j"],[120078,1,"k"],[120079,1,"l"],[120080,1,"m"],[120081,1,"n"],[120082,1,"o"],[120083,1,"p"],[120084,1,"q"],[120085,3],[120086,1,"s"],[120087,1,"t"],[120088,1,"u"],[120089,1,"v"],[120090,1,"w"],[120091,1,"x"],[120092,1,"y"],[120093,3],[120094,1,"a"],[120095,1,"b"],[120096,1,"c"],[120097,1,"d"],[120098,1,"e"],[120099,1,"f"],[120100,1,"g"],[120101,1,"h"],[120102,1,"i"],[120103,1,"j"],[120104,1,"k"],[120105,1,"l"],[120106,1,"m"],[120107,1,"n"],[120108,1,"o"],[120109,1,"p"],[120110,1,"q"],[120111,1,"r"],[120112,1,"s"],[120113,1,"t"],[120114,1,"u"],[120115,1,"v"],[120116,1,"w"],[120117,1,"x"],[120118,1,"y"],[120119,1,"z"],[120120,1,"a"],[120121,1,"b"],[120122,3],[120123,1,"d"],[120124,1,"e"],[120125,1,"f"],[120126,1,"g"],[120127,3],[120128,1,"i"],[120129,1,"j"],[120130,1,"k"],[120131,1,"l"],[120132,1,"m"],[120133,3],[120134,1,"o"],[[120135,120137],3],[120138,1,"s"],[120139,1,"t"],[120140,1,"u"],[120141,1,"v"],[120142,1,"w"],[120143,1,"x"],[120144,1,"y"],[120145,3],[120146,1,"a"],[120147,1,"b"],[120148,1,"c"],[120149,1,"d"],[120150,1,"e"],[120151,1,"f"],[120152,1,"g"],[120153,1,"h"],[120154,1,"i"],[120155,1,"j"],[120156,1,"k"],[120157,1,"l"],[120158,1,"m"],[120159,1,"n"],[120160,1,"o"],[120161,1,"p"],[120162,1,"q"],[120163,1,"r"],[120164,1,"s"],[120165,1,"t"],[120166,1,"u"],[120167,1,"v"],[120168,1,"w"],[120169,1,"x"],[120170,1,"y"],[120171,1,"z"],[120172,1,"a"],[120173,1,"b"],[120174,1,"c"],[120175,1,"d"],[120176,1,"e"],[120177,1,"f"],[120178,1,"g"],[120179,1,"h"],[120180,1,"i"],[120181,1,"j"],[120182,1,"k"],[120183,1,"l"],[120184,1,"m"],[120185,1,"n"],[120186,1,"o"],[120187,1,"p"],[120188,1,"q"],[120189,1,"r"],[120190,1,"s"],[120191,1,"t"],[120192,1,"u"],[120193,1,"v"],[120194,1,"w"],[120195,1,"x"],[120196,1,"y"],[120197,1,"z"],[120198,1,"a"],[120199,1,"b"],[120200,1,"c"],[120201,1,"d"],[120202,1,"e"],[120203,1,"f"],[120204,1,"g"],[120205,1,"h"],[120206,1,"i"],[120207,1,"j"],[120208,1,"k"],[120209,1,"l"],[120210,1,"m"],[120211,1,"n"],[120212,1,"o"],[120213,1,"p"],[120214,1,"q"],[120215,1,"r"],[120216,1,"s"],[120217,1,"t"],[120218,1,"u"],[120219,1,"v"],[120220,1,"w"],[120221,1,"x"],[120222,1,"y"],[120223,1,"z"],[120224,1,"a"],[120225,1,"b"],[120226,1,"c"],[120227,1,"d"],[120228,1,"e"],[120229,1,"f"],[120230,1,"g"],[120231,1,"h"],[120232,1,"i"],[120233,1,"j"],[120234,1,"k"],[120235,1,"l"],[120236,1,"m"],[120237,1,"n"],[120238,1,"o"],[120239,1,"p"],[120240,1,"q"],[120241,1,"r"],[120242,1,"s"],[120243,1,"t"],[120244,1,"u"],[120245,1,"v"],[120246,1,"w"],[120247,1,"x"],[120248,1,"y"],[120249,1,"z"],[120250,1,"a"],[120251,1,"b"],[120252,1,"c"],[120253,1,"d"],[120254,1,"e"],[120255,1,"f"],[120256,1,"g"],[120257,1,"h"],[120258,1,"i"],[120259,1,"j"],[120260,1,"k"],[120261,1,"l"],[120262,1,"m"],[120263,1,"n"],[120264,1,"o"],[120265,1,"p"],[120266,1,"q"],[120267,1,"r"],[120268,1,"s"],[120269,1,"t"],[120270,1,"u"],[120271,1,"v"],[120272,1,"w"],[120273,1,"x"],[120274,1,"y"],[120275,1,"z"],[120276,1,"a"],[120277,1,"b"],[120278,1,"c"],[120279,1,"d"],[120280,1,"e"],[120281,1,"f"],[120282,1,"g"],[120283,1,"h"],[120284,1,"i"],[120285,1,"j"],[120286,1,"k"],[120287,1,"l"],[120288,1,"m"],[120289,1,"n"],[120290,1,"o"],[120291,1,"p"],[120292,1,"q"],[120293,1,"r"],[120294,1,"s"],[120295,1,"t"],[120296,1,"u"],[120297,1,"v"],[120298,1,"w"],[120299,1,"x"],[120300,1,"y"],[120301,1,"z"],[120302,1,"a"],[120303,1,"b"],[120304,1,"c"],[120305,1,"d"],[120306,1,"e"],[120307,1,"f"],[120308,1,"g"],[120309,1,"h"],[120310,1,"i"],[120311,1,"j"],[120312,1,"k"],[120313,1,"l"],[120314,1,"m"],[120315,1,"n"],[120316,1,"o"],[120317,1,"p"],[120318,1,"q"],[120319,1,"r"],[120320,1,"s"],[120321,1,"t"],[120322,1,"u"],[120323,1,"v"],[120324,1,"w"],[120325,1,"x"],[120326,1,"y"],[120327,1,"z"],[120328,1,"a"],[120329,1,"b"],[120330,1,"c"],[120331,1,"d"],[120332,1,"e"],[120333,1,"f"],[120334,1,"g"],[120335,1,"h"],[120336,1,"i"],[120337,1,"j"],[120338,1,"k"],[120339,1,"l"],[120340,1,"m"],[120341,1,"n"],[120342,1,"o"],[120343,1,"p"],[120344,1,"q"],[120345,1,"r"],[120346,1,"s"],[120347,1,"t"],[120348,1,"u"],[120349,1,"v"],[120350,1,"w"],[120351,1,"x"],[120352,1,"y"],[120353,1,"z"],[120354,1,"a"],[120355,1,"b"],[120356,1,"c"],[120357,1,"d"],[120358,1,"e"],[120359,1,"f"],[120360,1,"g"],[120361,1,"h"],[120362,1,"i"],[120363,1,"j"],[120364,1,"k"],[120365,1,"l"],[120366,1,"m"],[120367,1,"n"],[120368,1,"o"],[120369,1,"p"],[120370,1,"q"],[120371,1,"r"],[120372,1,"s"],[120373,1,"t"],[120374,1,"u"],[120375,1,"v"],[120376,1,"w"],[120377,1,"x"],[120378,1,"y"],[120379,1,"z"],[120380,1,"a"],[120381,1,"b"],[120382,1,"c"],[120383,1,"d"],[120384,1,"e"],[120385,1,"f"],[120386,1,"g"],[120387,1,"h"],[120388,1,"i"],[120389,1,"j"],[120390,1,"k"],[120391,1,"l"],[120392,1,"m"],[120393,1,"n"],[120394,1,"o"],[120395,1,"p"],[120396,1,"q"],[120397,1,"r"],[120398,1,"s"],[120399,1,"t"],[120400,1,"u"],[120401,1,"v"],[120402,1,"w"],[120403,1,"x"],[120404,1,"y"],[120405,1,"z"],[120406,1,"a"],[120407,1,"b"],[120408,1,"c"],[120409,1,"d"],[120410,1,"e"],[120411,1,"f"],[120412,1,"g"],[120413,1,"h"],[120414,1,"i"],[120415,1,"j"],[120416,1,"k"],[120417,1,"l"],[120418,1,"m"],[120419,1,"n"],[120420,1,"o"],[120421,1,"p"],[120422,1,"q"],[120423,1,"r"],[120424,1,"s"],[120425,1,"t"],[120426,1,"u"],[120427,1,"v"],[120428,1,"w"],[120429,1,"x"],[120430,1,"y"],[120431,1,"z"],[120432,1,"a"],[120433,1,"b"],[120434,1,"c"],[120435,1,"d"],[120436,1,"e"],[120437,1,"f"],[120438,1,"g"],[120439,1,"h"],[120440,1,"i"],[120441,1,"j"],[120442,1,"k"],[120443,1,"l"],[120444,1,"m"],[120445,1,"n"],[120446,1,"o"],[120447,1,"p"],[120448,1,"q"],[120449,1,"r"],[120450,1,"s"],[120451,1,"t"],[120452,1,"u"],[120453,1,"v"],[120454,1,"w"],[120455,1,"x"],[120456,1,"y"],[120457,1,"z"],[120458,1,"a"],[120459,1,"b"],[120460,1,"c"],[120461,1,"d"],[120462,1,"e"],[120463,1,"f"],[120464,1,"g"],[120465,1,"h"],[120466,1,"i"],[120467,1,"j"],[120468,1,"k"],[120469,1,"l"],[120470,1,"m"],[120471,1,"n"],[120472,1,"o"],[120473,1,"p"],[120474,1,"q"],[120475,1,"r"],[120476,1,"s"],[120477,1,"t"],[120478,1,"u"],[120479,1,"v"],[120480,1,"w"],[120481,1,"x"],[120482,1,"y"],[120483,1,"z"],[120484,1,"ı"],[120485,1,"ȷ"],[[120486,120487],3],[120488,1,"α"],[120489,1,"β"],[120490,1,"γ"],[120491,1,"δ"],[120492,1,"ε"],[120493,1,"ζ"],[120494,1,"η"],[120495,1,"θ"],[120496,1,"ι"],[120497,1,"κ"],[120498,1,"λ"],[120499,1,"μ"],[120500,1,"ν"],[120501,1,"ξ"],[120502,1,"ο"],[120503,1,"π"],[120504,1,"ρ"],[120505,1,"θ"],[120506,1,"σ"],[120507,1,"τ"],[120508,1,"υ"],[120509,1,"φ"],[120510,1,"χ"],[120511,1,"ψ"],[120512,1,"ω"],[120513,1,"∇"],[120514,1,"α"],[120515,1,"β"],[120516,1,"γ"],[120517,1,"δ"],[120518,1,"ε"],[120519,1,"ζ"],[120520,1,"η"],[120521,1,"θ"],[120522,1,"ι"],[120523,1,"κ"],[120524,1,"λ"],[120525,1,"μ"],[120526,1,"ν"],[120527,1,"ξ"],[120528,1,"ο"],[120529,1,"π"],[120530,1,"ρ"],[[120531,120532],1,"σ"],[120533,1,"τ"],[120534,1,"υ"],[120535,1,"φ"],[120536,1,"χ"],[120537,1,"ψ"],[120538,1,"ω"],[120539,1,"∂"],[120540,1,"ε"],[120541,1,"θ"],[120542,1,"κ"],[120543,1,"φ"],[120544,1,"ρ"],[120545,1,"π"],[120546,1,"α"],[120547,1,"β"],[120548,1,"γ"],[120549,1,"δ"],[120550,1,"ε"],[120551,1,"ζ"],[120552,1,"η"],[120553,1,"θ"],[120554,1,"ι"],[120555,1,"κ"],[120556,1,"λ"],[120557,1,"μ"],[120558,1,"ν"],[120559,1,"ξ"],[120560,1,"ο"],[120561,1,"π"],[120562,1,"ρ"],[120563,1,"θ"],[120564,1,"σ"],[120565,1,"τ"],[120566,1,"υ"],[120567,1,"φ"],[120568,1,"χ"],[120569,1,"ψ"],[120570,1,"ω"],[120571,1,"∇"],[120572,1,"α"],[120573,1,"β"],[120574,1,"γ"],[120575,1,"δ"],[120576,1,"ε"],[120577,1,"ζ"],[120578,1,"η"],[120579,1,"θ"],[120580,1,"ι"],[120581,1,"κ"],[120582,1,"λ"],[120583,1,"μ"],[120584,1,"ν"],[120585,1,"ξ"],[120586,1,"ο"],[120587,1,"π"],[120588,1,"ρ"],[[120589,120590],1,"σ"],[120591,1,"τ"],[120592,1,"υ"],[120593,1,"φ"],[120594,1,"χ"],[120595,1,"ψ"],[120596,1,"ω"],[120597,1,"∂"],[120598,1,"ε"],[120599,1,"θ"],[120600,1,"κ"],[120601,1,"φ"],[120602,1,"ρ"],[120603,1,"π"],[120604,1,"α"],[120605,1,"β"],[120606,1,"γ"],[120607,1,"δ"],[120608,1,"ε"],[120609,1,"ζ"],[120610,1,"η"],[120611,1,"θ"],[120612,1,"ι"],[120613,1,"κ"],[120614,1,"λ"],[120615,1,"μ"],[120616,1,"ν"],[120617,1,"ξ"],[120618,1,"ο"],[120619,1,"π"],[120620,1,"ρ"],[120621,1,"θ"],[120622,1,"σ"],[120623,1,"τ"],[120624,1,"υ"],[120625,1,"φ"],[120626,1,"χ"],[120627,1,"ψ"],[120628,1,"ω"],[120629,1,"∇"],[120630,1,"α"],[120631,1,"β"],[120632,1,"γ"],[120633,1,"δ"],[120634,1,"ε"],[120635,1,"ζ"],[120636,1,"η"],[120637,1,"θ"],[120638,1,"ι"],[120639,1,"κ"],[120640,1,"λ"],[120641,1,"μ"],[120642,1,"ν"],[120643,1,"ξ"],[120644,1,"ο"],[120645,1,"π"],[120646,1,"ρ"],[[120647,120648],1,"σ"],[120649,1,"τ"],[120650,1,"υ"],[120651,1,"φ"],[120652,1,"χ"],[120653,1,"ψ"],[120654,1,"ω"],[120655,1,"∂"],[120656,1,"ε"],[120657,1,"θ"],[120658,1,"κ"],[120659,1,"φ"],[120660,1,"ρ"],[120661,1,"π"],[120662,1,"α"],[120663,1,"β"],[120664,1,"γ"],[120665,1,"δ"],[120666,1,"ε"],[120667,1,"ζ"],[120668,1,"η"],[120669,1,"θ"],[120670,1,"ι"],[120671,1,"κ"],[120672,1,"λ"],[120673,1,"μ"],[120674,1,"ν"],[120675,1,"ξ"],[120676,1,"ο"],[120677,1,"π"],[120678,1,"ρ"],[120679,1,"θ"],[120680,1,"σ"],[120681,1,"τ"],[120682,1,"υ"],[120683,1,"φ"],[120684,1,"χ"],[120685,1,"ψ"],[120686,1,"ω"],[120687,1,"∇"],[120688,1,"α"],[120689,1,"β"],[120690,1,"γ"],[120691,1,"δ"],[120692,1,"ε"],[120693,1,"ζ"],[120694,1,"η"],[120695,1,"θ"],[120696,1,"ι"],[120697,1,"κ"],[120698,1,"λ"],[120699,1,"μ"],[120700,1,"ν"],[120701,1,"ξ"],[120702,1,"ο"],[120703,1,"π"],[120704,1,"ρ"],[[120705,120706],1,"σ"],[120707,1,"τ"],[120708,1,"υ"],[120709,1,"φ"],[120710,1,"χ"],[120711,1,"ψ"],[120712,1,"ω"],[120713,1,"∂"],[120714,1,"ε"],[120715,1,"θ"],[120716,1,"κ"],[120717,1,"φ"],[120718,1,"ρ"],[120719,1,"π"],[120720,1,"α"],[120721,1,"β"],[120722,1,"γ"],[120723,1,"δ"],[120724,1,"ε"],[120725,1,"ζ"],[120726,1,"η"],[120727,1,"θ"],[120728,1,"ι"],[120729,1,"κ"],[120730,1,"λ"],[120731,1,"μ"],[120732,1,"ν"],[120733,1,"ξ"],[120734,1,"ο"],[120735,1,"π"],[120736,1,"ρ"],[120737,1,"θ"],[120738,1,"σ"],[120739,1,"τ"],[120740,1,"υ"],[120741,1,"φ"],[120742,1,"χ"],[120743,1,"ψ"],[120744,1,"ω"],[120745,1,"∇"],[120746,1,"α"],[120747,1,"β"],[120748,1,"γ"],[120749,1,"δ"],[120750,1,"ε"],[120751,1,"ζ"],[120752,1,"η"],[120753,1,"θ"],[120754,1,"ι"],[120755,1,"κ"],[120756,1,"λ"],[120757,1,"μ"],[120758,1,"ν"],[120759,1,"ξ"],[120760,1,"ο"],[120761,1,"π"],[120762,1,"ρ"],[[120763,120764],1,"σ"],[120765,1,"τ"],[120766,1,"υ"],[120767,1,"φ"],[120768,1,"χ"],[120769,1,"ψ"],[120770,1,"ω"],[120771,1,"∂"],[120772,1,"ε"],[120773,1,"θ"],[120774,1,"κ"],[120775,1,"φ"],[120776,1,"ρ"],[120777,1,"π"],[[120778,120779],1,"ϝ"],[[120780,120781],3],[120782,1,"0"],[120783,1,"1"],[120784,1,"2"],[120785,1,"3"],[120786,1,"4"],[120787,1,"5"],[120788,1,"6"],[120789,1,"7"],[120790,1,"8"],[120791,1,"9"],[120792,1,"0"],[120793,1,"1"],[120794,1,"2"],[120795,1,"3"],[120796,1,"4"],[120797,1,"5"],[120798,1,"6"],[120799,1,"7"],[120800,1,"8"],[120801,1,"9"],[120802,1,"0"],[120803,1,"1"],[120804,1,"2"],[120805,1,"3"],[120806,1,"4"],[120807,1,"5"],[120808,1,"6"],[120809,1,"7"],[120810,1,"8"],[120811,1,"9"],[120812,1,"0"],[120813,1,"1"],[120814,1,"2"],[120815,1,"3"],[120816,1,"4"],[120817,1,"5"],[120818,1,"6"],[120819,1,"7"],[120820,1,"8"],[120821,1,"9"],[120822,1,"0"],[120823,1,"1"],[120824,1,"2"],[120825,1,"3"],[120826,1,"4"],[120827,1,"5"],[120828,1,"6"],[120829,1,"7"],[120830,1,"8"],[120831,1,"9"],[[120832,121343],2],[[121344,121398],2],[[121399,121402],2],[[121403,121452],2],[[121453,121460],2],[121461,2],[[121462,121475],2],[121476,2],[[121477,121483],2],[[121484,121498],3],[[121499,121503],2],[121504,3],[[121505,121519],2],[[121520,122623],3],[[122624,122654],2],[[122655,122660],3],[[122661,122666],2],[[122667,122879],3],[[122880,122886],2],[122887,3],[[122888,122904],2],[[122905,122906],3],[[122907,122913],2],[122914,3],[[122915,122916],2],[122917,3],[[122918,122922],2],[[122923,122927],3],[122928,1,"а"],[122929,1,"б"],[122930,1,"в"],[122931,1,"г"],[122932,1,"д"],[122933,1,"е"],[122934,1,"ж"],[122935,1,"з"],[122936,1,"и"],[122937,1,"к"],[122938,1,"л"],[122939,1,"м"],[122940,1,"о"],[122941,1,"п"],[122942,1,"р"],[122943,1,"с"],[122944,1,"т"],[122945,1,"у"],[122946,1,"ф"],[122947,1,"х"],[122948,1,"ц"],[122949,1,"ч"],[122950,1,"ш"],[122951,1,"ы"],[122952,1,"э"],[122953,1,"ю"],[122954,1,"ꚉ"],[122955,1,"ә"],[122956,1,"і"],[122957,1,"ј"],[122958,1,"ө"],[122959,1,"ү"],[122960,1,"ӏ"],[122961,1,"а"],[122962,1,"б"],[122963,1,"в"],[122964,1,"г"],[122965,1,"д"],[122966,1,"е"],[122967,1,"ж"],[122968,1,"з"],[122969,1,"и"],[122970,1,"к"],[122971,1,"л"],[122972,1,"о"],[122973,1,"п"],[122974,1,"с"],[122975,1,"у"],[122976,1,"ф"],[122977,1,"х"],[122978,1,"ц"],[122979,1,"ч"],[122980,1,"ш"],[122981,1,"ъ"],[122982,1,"ы"],[122983,1,"ґ"],[122984,1,"і"],[122985,1,"ѕ"],[122986,1,"џ"],[122987,1,"ҫ"],[122988,1,"ꙑ"],[122989,1,"ұ"],[[122990,123022],3],[123023,2],[[123024,123135],3],[[123136,123180],2],[[123181,123183],3],[[123184,123197],2],[[123198,123199],3],[[123200,123209],2],[[123210,123213],3],[123214,2],[123215,2],[[123216,123535],3],[[123536,123566],2],[[123567,123583],3],[[123584,123641],2],[[123642,123646],3],[123647,2],[[123648,124111],3],[[124112,124153],2],[[124154,124367],3],[[124368,124410],2],[[124411,124414],3],[124415,2],[[124416,124895],3],[[124896,124902],2],[124903,3],[[124904,124907],2],[124908,3],[[124909,124910],2],[124911,3],[[124912,124926],2],[124927,3],[[124928,125124],2],[[125125,125126],3],[[125127,125135],2],[[125136,125142],2],[[125143,125183],3],[125184,1,"𞤢"],[125185,1,"𞤣"],[125186,1,"𞤤"],[125187,1,"𞤥"],[125188,1,"𞤦"],[125189,1,"𞤧"],[125190,1,"𞤨"],[125191,1,"𞤩"],[125192,1,"𞤪"],[125193,1,"𞤫"],[125194,1,"𞤬"],[125195,1,"𞤭"],[125196,1,"𞤮"],[125197,1,"𞤯"],[125198,1,"𞤰"],[125199,1,"𞤱"],[125200,1,"𞤲"],[125201,1,"𞤳"],[125202,1,"𞤴"],[125203,1,"𞤵"],[125204,1,"𞤶"],[125205,1,"𞤷"],[125206,1,"𞤸"],[125207,1,"𞤹"],[125208,1,"𞤺"],[125209,1,"𞤻"],[125210,1,"𞤼"],[125211,1,"𞤽"],[125212,1,"𞤾"],[125213,1,"𞤿"],[125214,1,"𞥀"],[125215,1,"𞥁"],[125216,1,"𞥂"],[125217,1,"𞥃"],[[125218,125258],2],[125259,2],[[125260,125263],3],[[125264,125273],2],[[125274,125277],3],[[125278,125279],2],[[125280,126064],3],[[126065,126132],2],[[126133,126208],3],[[126209,126269],2],[[126270,126463],3],[126464,1,"ا"],[126465,1,"ب"],[126466,1,"ج"],[126467,1,"د"],[126468,3],[126469,1,"و"],[126470,1,"ز"],[126471,1,"ح"],[126472,1,"ط"],[126473,1,"ي"],[126474,1,"ك"],[126475,1,"ل"],[126476,1,"م"],[126477,1,"ن"],[126478,1,"س"],[126479,1,"ع"],[126480,1,"ف"],[126481,1,"ص"],[126482,1,"ق"],[126483,1,"ر"],[126484,1,"ش"],[126485,1,"ت"],[126486,1,"ث"],[126487,1,"خ"],[126488,1,"ذ"],[126489,1,"ض"],[126490,1,"ظ"],[126491,1,"غ"],[126492,1,"ٮ"],[126493,1,"ں"],[126494,1,"ڡ"],[126495,1,"ٯ"],[126496,3],[126497,1,"ب"],[126498,1,"ج"],[126499,3],[126500,1,"ه"],[[126501,126502],3],[126503,1,"ح"],[126504,3],[126505,1,"ي"],[126506,1,"ك"],[126507,1,"ل"],[126508,1,"م"],[126509,1,"ن"],[126510,1,"س"],[126511,1,"ع"],[126512,1,"ف"],[126513,1,"ص"],[126514,1,"ق"],[126515,3],[126516,1,"ش"],[126517,1,"ت"],[126518,1,"ث"],[126519,1,"خ"],[126520,3],[126521,1,"ض"],[126522,3],[126523,1,"غ"],[[126524,126529],3],[126530,1,"ج"],[[126531,126534],3],[126535,1,"ح"],[126536,3],[126537,1,"ي"],[126538,3],[126539,1,"ل"],[126540,3],[126541,1,"ن"],[126542,1,"س"],[126543,1,"ع"],[126544,3],[126545,1,"ص"],[126546,1,"ق"],[126547,3],[126548,1,"ش"],[[126549,126550],3],[126551,1,"خ"],[126552,3],[126553,1,"ض"],[126554,3],[126555,1,"غ"],[126556,3],[126557,1,"ں"],[126558,3],[126559,1,"ٯ"],[126560,3],[126561,1,"ب"],[126562,1,"ج"],[126563,3],[126564,1,"ه"],[[126565,126566],3],[126567,1,"ح"],[126568,1,"ط"],[126569,1,"ي"],[126570,1,"ك"],[126571,3],[126572,1,"م"],[126573,1,"ن"],[126574,1,"س"],[126575,1,"ع"],[126576,1,"ف"],[126577,1,"ص"],[126578,1,"ق"],[126579,3],[126580,1,"ش"],[126581,1,"ت"],[126582,1,"ث"],[126583,1,"خ"],[126584,3],[126585,1,"ض"],[126586,1,"ظ"],[126587,1,"غ"],[126588,1,"ٮ"],[126589,3],[126590,1,"ڡ"],[126591,3],[126592,1,"ا"],[126593,1,"ب"],[126594,1,"ج"],[126595,1,"د"],[126596,1,"ه"],[126597,1,"و"],[126598,1,"ز"],[126599,1,"ح"],[126600,1,"ط"],[126601,1,"ي"],[126602,3],[126603,1,"ل"],[126604,1,"م"],[126605,1,"ن"],[126606,1,"س"],[126607,1,"ع"],[126608,1,"ف"],[126609,1,"ص"],[126610,1,"ق"],[126611,1,"ر"],[126612,1,"ش"],[126613,1,"ت"],[126614,1,"ث"],[126615,1,"خ"],[126616,1,"ذ"],[126617,1,"ض"],[126618,1,"ظ"],[126619,1,"غ"],[[126620,126624],3],[126625,1,"ب"],[126626,1,"ج"],[126627,1,"د"],[126628,3],[126629,1,"و"],[126630,1,"ز"],[126631,1,"ح"],[126632,1,"ط"],[126633,1,"ي"],[126634,3],[126635,1,"ل"],[126636,1,"م"],[126637,1,"ن"],[126638,1,"س"],[126639,1,"ع"],[126640,1,"ف"],[126641,1,"ص"],[126642,1,"ق"],[126643,1,"ر"],[126644,1,"ش"],[126645,1,"ت"],[126646,1,"ث"],[126647,1,"خ"],[126648,1,"ذ"],[126649,1,"ض"],[126650,1,"ظ"],[126651,1,"غ"],[[126652,126703],3],[[126704,126705],2],[[126706,126975],3],[[126976,127019],2],[[127020,127023],3],[[127024,127123],2],[[127124,127135],3],[[127136,127150],2],[[127151,127152],3],[[127153,127166],2],[127167,2],[127168,3],[[127169,127183],2],[127184,3],[[127185,127199],2],[[127200,127221],2],[[127222,127231],3],[127232,3],[127233,1,"0,"],[127234,1,"1,"],[127235,1,"2,"],[127236,1,"3,"],[127237,1,"4,"],[127238,1,"5,"],[127239,1,"6,"],[127240,1,"7,"],[127241,1,"8,"],[127242,1,"9,"],[[127243,127244],2],[[127245,127247],2],[127248,1,"(a)"],[127249,1,"(b)"],[127250,1,"(c)"],[127251,1,"(d)"],[127252,1,"(e)"],[127253,1,"(f)"],[127254,1,"(g)"],[127255,1,"(h)"],[127256,1,"(i)"],[127257,1,"(j)"],[127258,1,"(k)"],[127259,1,"(l)"],[127260,1,"(m)"],[127261,1,"(n)"],[127262,1,"(o)"],[127263,1,"(p)"],[127264,1,"(q)"],[127265,1,"(r)"],[127266,1,"(s)"],[127267,1,"(t)"],[127268,1,"(u)"],[127269,1,"(v)"],[127270,1,"(w)"],[127271,1,"(x)"],[127272,1,"(y)"],[127273,1,"(z)"],[127274,1,"〔s〕"],[127275,1,"c"],[127276,1,"r"],[127277,1,"cd"],[127278,1,"wz"],[127279,2],[127280,1,"a"],[127281,1,"b"],[127282,1,"c"],[127283,1,"d"],[127284,1,"e"],[127285,1,"f"],[127286,1,"g"],[127287,1,"h"],[127288,1,"i"],[127289,1,"j"],[127290,1,"k"],[127291,1,"l"],[127292,1,"m"],[127293,1,"n"],[127294,1,"o"],[127295,1,"p"],[127296,1,"q"],[127297,1,"r"],[127298,1,"s"],[127299,1,"t"],[127300,1,"u"],[127301,1,"v"],[127302,1,"w"],[127303,1,"x"],[127304,1,"y"],[127305,1,"z"],[127306,1,"hv"],[127307,1,"mv"],[127308,1,"sd"],[127309,1,"ss"],[127310,1,"ppv"],[127311,1,"wc"],[[127312,127318],2],[127319,2],[[127320,127326],2],[127327,2],[[127328,127337],2],[127338,1,"mc"],[127339,1,"md"],[127340,1,"mr"],[[127341,127343],2],[[127344,127352],2],[127353,2],[127354,2],[[127355,127356],2],[[127357,127358],2],[127359,2],[[127360,127369],2],[[127370,127373],2],[[127374,127375],2],[127376,1,"dj"],[[127377,127386],2],[[127387,127404],2],[127405,2],[[127406,127461],3],[[127462,127487],2],[127488,1,"ほか"],[127489,1,"ココ"],[127490,1,"サ"],[[127491,127503],3],[127504,1,"手"],[127505,1,"字"],[127506,1,"双"],[127507,1,"デ"],[127508,1,"二"],[127509,1,"多"],[127510,1,"解"],[127511,1,"天"],[127512,1,"交"],[127513,1,"映"],[127514,1,"無"],[127515,1,"料"],[127516,1,"前"],[127517,1,"後"],[127518,1,"再"],[127519,1,"新"],[127520,1,"初"],[127521,1,"終"],[127522,1,"生"],[127523,1,"販"],[127524,1,"声"],[127525,1,"吹"],[127526,1,"演"],[127527,1,"投"],[127528,1,"捕"],[127529,1,"一"],[127530,1,"三"],[127531,1,"遊"],[127532,1,"左"],[127533,1,"中"],[127534,1,"右"],[127535,1,"指"],[127536,1,"走"],[127537,1,"打"],[127538,1,"禁"],[127539,1,"空"],[127540,1,"合"],[127541,1,"満"],[127542,1,"有"],[127543,1,"月"],[127544,1,"申"],[127545,1,"割"],[127546,1,"営"],[127547,1,"配"],[[127548,127551],3],[127552,1,"〔本〕"],[127553,1,"〔三〕"],[127554,1,"〔二〕"],[127555,1,"〔安〕"],[127556,1,"〔点〕"],[127557,1,"〔打〕"],[127558,1,"〔盗〕"],[127559,1,"〔勝〕"],[127560,1,"〔敗〕"],[[127561,127567],3],[127568,1,"得"],[127569,1,"可"],[[127570,127583],3],[[127584,127589],2],[[127590,127743],3],[[127744,127776],2],[[127777,127788],2],[[127789,127791],2],[[127792,127797],2],[127798,2],[[127799,127868],2],[127869,2],[[127870,127871],2],[[127872,127891],2],[[127892,127903],2],[[127904,127940],2],[127941,2],[[127942,127946],2],[[127947,127950],2],[[127951,127955],2],[[127956,127967],2],[[127968,127984],2],[[127985,127991],2],[[127992,127999],2],[[128000,128062],2],[128063,2],[128064,2],[128065,2],[[128066,128247],2],[128248,2],[[128249,128252],2],[[128253,128254],2],[128255,2],[[128256,128317],2],[[128318,128319],2],[[128320,128323],2],[[128324,128330],2],[[128331,128335],2],[[128336,128359],2],[[128360,128377],2],[128378,2],[[128379,128419],2],[128420,2],[[128421,128506],2],[[128507,128511],2],[128512,2],[[128513,128528],2],[128529,2],[[128530,128532],2],[128533,2],[128534,2],[128535,2],[128536,2],[128537,2],[128538,2],[128539,2],[[128540,128542],2],[128543,2],[[128544,128549],2],[[128550,128551],2],[[128552,128555],2],[128556,2],[128557,2],[[128558,128559],2],[[128560,128563],2],[128564,2],[[128565,128576],2],[[128577,128578],2],[[128579,128580],2],[[128581,128591],2],[[128592,128639],2],[[128640,128709],2],[[128710,128719],2],[128720,2],[[128721,128722],2],[[128723,128724],2],[128725,2],[[128726,128727],2],[[128728,128731],3],[128732,2],[[128733,128735],2],[[128736,128748],2],[[128749,128751],3],[[128752,128755],2],[[128756,128758],2],[[128759,128760],2],[128761,2],[128762,2],[[128763,128764],2],[[128765,128767],3],[[128768,128883],2],[[128884,128886],2],[[128887,128890],3],[[128891,128895],2],[[128896,128980],2],[[128981,128984],2],[128985,2],[[128986,128991],3],[[128992,129003],2],[[129004,129007],3],[129008,2],[[129009,129023],3],[[129024,129035],2],[[129036,129039],3],[[129040,129095],2],[[129096,129103],3],[[129104,129113],2],[[129114,129119],3],[[129120,129159],2],[[129160,129167],3],[[129168,129197],2],[[129198,129199],3],[[129200,129201],2],[[129202,129211],2],[[129212,129215],3],[[129216,129217],2],[[129218,129279],3],[[129280,129291],2],[129292,2],[[129293,129295],2],[[129296,129304],2],[[129305,129310],2],[129311,2],[[129312,129319],2],[[129320,129327],2],[129328,2],[[129329,129330],2],[[129331,129342],2],[129343,2],[[129344,129355],2],[129356,2],[[129357,129359],2],[[129360,129374],2],[[129375,129387],2],[[129388,129392],2],[129393,2],[129394,2],[[129395,129398],2],[[129399,129400],2],[129401,2],[129402,2],[129403,2],[[129404,129407],2],[[129408,129412],2],[[129413,129425],2],[[129426,129431],2],[[129432,129442],2],[[129443,129444],2],[[129445,129450],2],[[129451,129453],2],[[129454,129455],2],[[129456,129465],2],[[129466,129471],2],[129472,2],[[129473,129474],2],[[129475,129482],2],[129483,2],[129484,2],[[129485,129487],2],[[129488,129510],2],[[129511,129535],2],[[129536,129619],2],[[129620,129631],3],[[129632,129645],2],[[129646,129647],3],[[129648,129651],2],[129652,2],[[129653,129655],2],[[129656,129658],2],[[129659,129660],2],[[129661,129663],3],[[129664,129666],2],[[129667,129670],2],[[129671,129672],2],[129673,2],[[129674,129678],3],[129679,2],[[129680,129685],2],[[129686,129704],2],[[129705,129708],2],[[129709,129711],2],[[129712,129718],2],[[129719,129722],2],[[129723,129725],2],[129726,2],[129727,2],[[129728,129730],2],[[129731,129733],2],[129734,2],[[129735,129741],3],[[129742,129743],2],[[129744,129750],2],[[129751,129753],2],[[129754,129755],2],[129756,2],[[129757,129758],3],[129759,2],[[129760,129767],2],[129768,2],[129769,2],[[129770,129775],3],[[129776,129782],2],[[129783,129784],2],[[129785,129791],3],[[129792,129938],2],[129939,3],[[129940,129994],2],[[129995,130031],2],[130032,1,"0"],[130033,1,"1"],[130034,1,"2"],[130035,1,"3"],[130036,1,"4"],[130037,1,"5"],[130038,1,"6"],[130039,1,"7"],[130040,1,"8"],[130041,1,"9"],[[130042,131069],3],[[131070,131071],3],[[131072,173782],2],[[173783,173789],2],[[173790,173791],2],[[173792,173823],3],[[173824,177972],2],[[177973,177976],2],[177977,2],[[177978,177983],3],[[177984,178205],2],[[178206,178207],3],[[178208,183969],2],[[183970,183983],3],[[183984,191456],2],[[191457,191471],3],[[191472,192093],2],[[192094,194559],3],[194560,1,"丽"],[194561,1,"丸"],[194562,1,"乁"],[194563,1,"𠄢"],[194564,1,"你"],[194565,1,"侮"],[194566,1,"侻"],[194567,1,"倂"],[194568,1,"偺"],[194569,1,"備"],[194570,1,"僧"],[194571,1,"像"],[194572,1,"㒞"],[194573,1,"𠘺"],[194574,1,"免"],[194575,1,"兔"],[194576,1,"兤"],[194577,1,"具"],[194578,1,"𠔜"],[194579,1,"㒹"],[194580,1,"內"],[194581,1,"再"],[194582,1,"𠕋"],[194583,1,"冗"],[194584,1,"冤"],[194585,1,"仌"],[194586,1,"冬"],[194587,1,"况"],[194588,1,"𩇟"],[194589,1,"凵"],[194590,1,"刃"],[194591,1,"㓟"],[194592,1,"刻"],[194593,1,"剆"],[194594,1,"割"],[194595,1,"剷"],[194596,1,"㔕"],[194597,1,"勇"],[194598,1,"勉"],[194599,1,"勤"],[194600,1,"勺"],[194601,1,"包"],[194602,1,"匆"],[194603,1,"北"],[194604,1,"卉"],[194605,1,"卑"],[194606,1,"博"],[194607,1,"即"],[194608,1,"卽"],[[194609,194611],1,"卿"],[194612,1,"𠨬"],[194613,1,"灰"],[194614,1,"及"],[194615,1,"叟"],[194616,1,"𠭣"],[194617,1,"叫"],[194618,1,"叱"],[194619,1,"吆"],[194620,1,"咞"],[194621,1,"吸"],[194622,1,"呈"],[194623,1,"周"],[194624,1,"咢"],[194625,1,"哶"],[194626,1,"唐"],[194627,1,"啓"],[194628,1,"啣"],[[194629,194630],1,"善"],[194631,1,"喙"],[194632,1,"喫"],[194633,1,"喳"],[194634,1,"嗂"],[194635,1,"圖"],[194636,1,"嘆"],[194637,1,"圗"],[194638,1,"噑"],[194639,1,"噴"],[194640,1,"切"],[194641,1,"壮"],[194642,1,"城"],[194643,1,"埴"],[194644,1,"堍"],[194645,1,"型"],[194646,1,"堲"],[194647,1,"報"],[194648,1,"墬"],[194649,1,"𡓤"],[194650,1,"売"],[194651,1,"壷"],[194652,1,"夆"],[194653,1,"多"],[194654,1,"夢"],[194655,1,"奢"],[194656,1,"𡚨"],[194657,1,"𡛪"],[194658,1,"姬"],[194659,1,"娛"],[194660,1,"娧"],[194661,1,"姘"],[194662,1,"婦"],[194663,1,"㛮"],[194664,1,"㛼"],[194665,1,"嬈"],[[194666,194667],1,"嬾"],[194668,1,"𡧈"],[194669,1,"寃"],[194670,1,"寘"],[194671,1,"寧"],[194672,1,"寳"],[194673,1,"𡬘"],[194674,1,"寿"],[194675,1,"将"],[194676,1,"当"],[194677,1,"尢"],[194678,1,"㞁"],[194679,1,"屠"],[194680,1,"屮"],[194681,1,"峀"],[194682,1,"岍"],[194683,1,"𡷤"],[194684,1,"嵃"],[194685,1,"𡷦"],[194686,1,"嵮"],[194687,1,"嵫"],[194688,1,"嵼"],[194689,1,"巡"],[194690,1,"巢"],[194691,1,"㠯"],[194692,1,"巽"],[194693,1,"帨"],[194694,1,"帽"],[194695,1,"幩"],[194696,1,"㡢"],[194697,1,"𢆃"],[194698,1,"㡼"],[194699,1,"庰"],[194700,1,"庳"],[194701,1,"庶"],[194702,1,"廊"],[194703,1,"𪎒"],[194704,1,"廾"],[[194705,194706],1,"𢌱"],[194707,1,"舁"],[[194708,194709],1,"弢"],[194710,1,"㣇"],[194711,1,"𣊸"],[194712,1,"𦇚"],[194713,1,"形"],[194714,1,"彫"],[194715,1,"㣣"],[194716,1,"徚"],[194717,1,"忍"],[194718,1,"志"],[194719,1,"忹"],[194720,1,"悁"],[194721,1,"㤺"],[194722,1,"㤜"],[194723,1,"悔"],[194724,1,"𢛔"],[194725,1,"惇"],[194726,1,"慈"],[194727,1,"慌"],[194728,1,"慎"],[194729,1,"慌"],[194730,1,"慺"],[194731,1,"憎"],[194732,1,"憲"],[194733,1,"憤"],[194734,1,"憯"],[194735,1,"懞"],[194736,1,"懲"],[194737,1,"懶"],[194738,1,"成"],[194739,1,"戛"],[194740,1,"扝"],[194741,1,"抱"],[194742,1,"拔"],[194743,1,"捐"],[194744,1,"𢬌"],[194745,1,"挽"],[194746,1,"拼"],[194747,1,"捨"],[194748,1,"掃"],[194749,1,"揤"],[194750,1,"𢯱"],[194751,1,"搢"],[194752,1,"揅"],[194753,1,"掩"],[194754,1,"㨮"],[194755,1,"摩"],[194756,1,"摾"],[194757,1,"撝"],[194758,1,"摷"],[194759,1,"㩬"],[194760,1,"敏"],[194761,1,"敬"],[194762,1,"𣀊"],[194763,1,"旣"],[194764,1,"書"],[194765,1,"晉"],[194766,1,"㬙"],[194767,1,"暑"],[194768,1,"㬈"],[194769,1,"㫤"],[194770,1,"冒"],[194771,1,"冕"],[194772,1,"最"],[194773,1,"暜"],[194774,1,"肭"],[194775,1,"䏙"],[194776,1,"朗"],[194777,1,"望"],[194778,1,"朡"],[194779,1,"杞"],[194780,1,"杓"],[194781,1,"𣏃"],[194782,1,"㭉"],[194783,1,"柺"],[194784,1,"枅"],[194785,1,"桒"],[194786,1,"梅"],[194787,1,"𣑭"],[194788,1,"梎"],[194789,1,"栟"],[194790,1,"椔"],[194791,1,"㮝"],[194792,1,"楂"],[194793,1,"榣"],[194794,1,"槪"],[194795,1,"檨"],[194796,1,"𣚣"],[194797,1,"櫛"],[194798,1,"㰘"],[194799,1,"次"],[194800,1,"𣢧"],[194801,1,"歔"],[194802,1,"㱎"],[194803,1,"歲"],[194804,1,"殟"],[194805,1,"殺"],[194806,1,"殻"],[194807,1,"𣪍"],[194808,1,"𡴋"],[194809,1,"𣫺"],[194810,1,"汎"],[194811,1,"𣲼"],[194812,1,"沿"],[194813,1,"泍"],[194814,1,"汧"],[194815,1,"洖"],[194816,1,"派"],[194817,1,"海"],[194818,1,"流"],[194819,1,"浩"],[194820,1,"浸"],[194821,1,"涅"],[194822,1,"𣴞"],[194823,1,"洴"],[194824,1,"港"],[194825,1,"湮"],[194826,1,"㴳"],[194827,1,"滋"],[194828,1,"滇"],[194829,1,"𣻑"],[194830,1,"淹"],[194831,1,"潮"],[194832,1,"𣽞"],[194833,1,"𣾎"],[194834,1,"濆"],[194835,1,"瀹"],[194836,1,"瀞"],[194837,1,"瀛"],[194838,1,"㶖"],[194839,1,"灊"],[194840,1,"災"],[194841,1,"灷"],[194842,1,"炭"],[194843,1,"𠔥"],[194844,1,"煅"],[194845,1,"𤉣"],[194846,1,"熜"],[194847,1,"𤎫"],[194848,1,"爨"],[194849,1,"爵"],[194850,1,"牐"],[194851,1,"𤘈"],[194852,1,"犀"],[194853,1,"犕"],[194854,1,"𤜵"],[194855,1,"𤠔"],[194856,1,"獺"],[194857,1,"王"],[194858,1,"㺬"],[194859,1,"玥"],[[194860,194861],1,"㺸"],[194862,1,"瑇"],[194863,1,"瑜"],[194864,1,"瑱"],[194865,1,"璅"],[194866,1,"瓊"],[194867,1,"㼛"],[194868,1,"甤"],[194869,1,"𤰶"],[194870,1,"甾"],[194871,1,"𤲒"],[194872,1,"異"],[194873,1,"𢆟"],[194874,1,"瘐"],[194875,1,"𤾡"],[194876,1,"𤾸"],[194877,1,"𥁄"],[194878,1,"㿼"],[194879,1,"䀈"],[194880,1,"直"],[194881,1,"𥃳"],[194882,1,"𥃲"],[194883,1,"𥄙"],[194884,1,"𥄳"],[194885,1,"眞"],[[194886,194887],1,"真"],[194888,1,"睊"],[194889,1,"䀹"],[194890,1,"瞋"],[194891,1,"䁆"],[194892,1,"䂖"],[194893,1,"𥐝"],[194894,1,"硎"],[194895,1,"碌"],[194896,1,"磌"],[194897,1,"䃣"],[194898,1,"𥘦"],[194899,1,"祖"],[194900,1,"𥚚"],[194901,1,"𥛅"],[194902,1,"福"],[194903,1,"秫"],[194904,1,"䄯"],[194905,1,"穀"],[194906,1,"穊"],[194907,1,"穏"],[194908,1,"𥥼"],[[194909,194910],1,"𥪧"],[194911,1,"竮"],[194912,1,"䈂"],[194913,1,"𥮫"],[194914,1,"篆"],[194915,1,"築"],[194916,1,"䈧"],[194917,1,"𥲀"],[194918,1,"糒"],[194919,1,"䊠"],[194920,1,"糨"],[194921,1,"糣"],[194922,1,"紀"],[194923,1,"𥾆"],[194924,1,"絣"],[194925,1,"䌁"],[194926,1,"緇"],[194927,1,"縂"],[194928,1,"繅"],[194929,1,"䌴"],[194930,1,"𦈨"],[194931,1,"𦉇"],[194932,1,"䍙"],[194933,1,"𦋙"],[194934,1,"罺"],[194935,1,"𦌾"],[194936,1,"羕"],[194937,1,"翺"],[194938,1,"者"],[194939,1,"𦓚"],[194940,1,"𦔣"],[194941,1,"聠"],[194942,1,"𦖨"],[194943,1,"聰"],[194944,1,"𣍟"],[194945,1,"䏕"],[194946,1,"育"],[194947,1,"脃"],[194948,1,"䐋"],[194949,1,"脾"],[194950,1,"媵"],[194951,1,"𦞧"],[194952,1,"𦞵"],[194953,1,"𣎓"],[194954,1,"𣎜"],[194955,1,"舁"],[194956,1,"舄"],[194957,1,"辞"],[194958,1,"䑫"],[194959,1,"芑"],[194960,1,"芋"],[194961,1,"芝"],[194962,1,"劳"],[194963,1,"花"],[194964,1,"芳"],[194965,1,"芽"],[194966,1,"苦"],[194967,1,"𦬼"],[194968,1,"若"],[194969,1,"茝"],[194970,1,"荣"],[194971,1,"莭"],[194972,1,"茣"],[194973,1,"莽"],[194974,1,"菧"],[194975,1,"著"],[194976,1,"荓"],[194977,1,"菊"],[194978,1,"菌"],[194979,1,"菜"],[194980,1,"𦰶"],[194981,1,"𦵫"],[194982,1,"𦳕"],[194983,1,"䔫"],[194984,1,"蓱"],[194985,1,"蓳"],[194986,1,"蔖"],[194987,1,"𧏊"],[194988,1,"蕤"],[194989,1,"𦼬"],[194990,1,"䕝"],[194991,1,"䕡"],[194992,1,"𦾱"],[194993,1,"𧃒"],[194994,1,"䕫"],[194995,1,"虐"],[194996,1,"虜"],[194997,1,"虧"],[194998,1,"虩"],[194999,1,"蚩"],[195000,1,"蚈"],[195001,1,"蜎"],[195002,1,"蛢"],[195003,1,"蝹"],[195004,1,"蜨"],[195005,1,"蝫"],[195006,1,"螆"],[195007,1,"䗗"],[195008,1,"蟡"],[195009,1,"蠁"],[195010,1,"䗹"],[195011,1,"衠"],[195012,1,"衣"],[195013,1,"𧙧"],[195014,1,"裗"],[195015,1,"裞"],[195016,1,"䘵"],[195017,1,"裺"],[195018,1,"㒻"],[195019,1,"𧢮"],[195020,1,"𧥦"],[195021,1,"䚾"],[195022,1,"䛇"],[195023,1,"誠"],[195024,1,"諭"],[195025,1,"變"],[195026,1,"豕"],[195027,1,"𧲨"],[195028,1,"貫"],[195029,1,"賁"],[195030,1,"贛"],[195031,1,"起"],[195032,1,"𧼯"],[195033,1,"𠠄"],[195034,1,"跋"],[195035,1,"趼"],[195036,1,"跰"],[195037,1,"𠣞"],[195038,1,"軔"],[195039,1,"輸"],[195040,1,"𨗒"],[195041,1,"𨗭"],[195042,1,"邔"],[195043,1,"郱"],[195044,1,"鄑"],[195045,1,"𨜮"],[195046,1,"鄛"],[195047,1,"鈸"],[195048,1,"鋗"],[195049,1,"鋘"],[195050,1,"鉼"],[195051,1,"鏹"],[195052,1,"鐕"],[195053,1,"𨯺"],[195054,1,"開"],[195055,1,"䦕"],[195056,1,"閷"],[195057,1,"𨵷"],[195058,1,"䧦"],[195059,1,"雃"],[195060,1,"嶲"],[195061,1,"霣"],[195062,1,"𩅅"],[195063,1,"𩈚"],[195064,1,"䩮"],[195065,1,"䩶"],[195066,1,"韠"],[195067,1,"𩐊"],[195068,1,"䪲"],[195069,1,"𩒖"],[[195070,195071],1,"頋"],[195072,1,"頩"],[195073,1,"𩖶"],[195074,1,"飢"],[195075,1,"䬳"],[195076,1,"餩"],[195077,1,"馧"],[195078,1,"駂"],[195079,1,"駾"],[195080,1,"䯎"],[195081,1,"𩬰"],[195082,1,"鬒"],[195083,1,"鱀"],[195084,1,"鳽"],[195085,1,"䳎"],[195086,1,"䳭"],[195087,1,"鵧"],[195088,1,"𪃎"],[195089,1,"䳸"],[195090,1,"𪄅"],[195091,1,"𪈎"],[195092,1,"𪊑"],[195093,1,"麻"],[195094,1,"䵖"],[195095,1,"黹"],[195096,1,"黾"],[195097,1,"鼅"],[195098,1,"鼏"],[195099,1,"鼖"],[195100,1,"鼻"],[195101,1,"𪘀"],[[195102,196605],3],[[196606,196607],3],[[196608,201546],2],[[201547,201551],3],[[201552,205743],2],[[205744,262141],3],[[262142,262143],3],[[262144,327677],3],[[327678,327679],3],[[327680,393213],3],[[393214,393215],3],[[393216,458749],3],[[458750,458751],3],[[458752,524285],3],[[524286,524287],3],[[524288,589821],3],[[589822,589823],3],[[589824,655357],3],[[655358,655359],3],[[655360,720893],3],[[720894,720895],3],[[720896,786429],3],[[786430,786431],3],[[786432,851965],3],[[851966,851967],3],[[851968,917501],3],[[917502,917503],3],[917504,3],[917505,3],[[917506,917535],3],[[917536,917631],3],[[917632,917759],3],[[917760,917999],7],[[918000,983037],3],[[983038,983039],3],[[983040,1048573],3],[[1048574,1048575],3],[[1048576,1114109],3],[[1114110,1114111],3]]});var mW4=u((Xh9,uW4)=>{Xh9.STATUS_MAPPING={mapped:1,valid:2,disallowed:3,deviation:6,ignored:7}});var UW4=u((b3A,gW4)=>{var UP1=CW4(),nh=IW4(),BW4=xW4(),{STATUS_MAPPING:U66}=mW4();function gP1(q){return/[^\x00-\x7F]/u.test(q)}function pW4(q){let K=0,_=BW4.length-1;while(K<=_){let Y=Math.floor((K+_)/2),z=BW4[Y],A=Array.isArray(z[0])?z[0][0]:z[0],O=Array.isArray(z[0])?z[0][1]:z[0];if(A<=q&&O>=q)return z.slice(1);else if(A>q)_=Y-1;else K=Y+1}return null}function Dh9(q,{transitionalProcessing:K}){let _="";for(let Y of q){let[z,A]=pW4(Y.codePointAt(0));switch(z){case U66.disallowed:_+=Y;break;case U66.ignored:break;case U66.mapped:if(K&&Y==="ẞ")_+="ss";else _+=A;break;case U66.deviation:if(K)_+=A;else _+=Y;break;case U66.valid:_+=Y;break}}return _}function Ph9(q,{checkHyphens:K,checkBidi:_,checkJoiners:Y,transitionalProcessing:z,useSTD3ASCIIRules:A,isBidi:O}){if(q.length===0)return!0;if(q.normalize("NFC")!==q)return!1;let $=Array.from(q);if(K){if($[2]==="-"&&$[3]==="-"||(q.startsWith("-")||q.endsWith("-")))return!1}if(!K){if(q.startsWith("xn--"))return!1}if(q.includes("."))return!1;if(nh.combiningMarks.test($[0]))return!1;for(let w of $){let j=w.codePointAt(0),[H]=pW4(j);if(z){if(H!==U66.valid)return!1}else if(H!==U66.valid&&H!==U66.deviation)return!1;if(A&&j<=127){if(!/^(?:[a-z]|[0-9]|-)$/u.test(w))return!1}}if(Y){let w=0;for(let[j,H]of $.entries())if(H==="‌"||H==="‍"){if(j>0){if(nh.combiningClassVirama.test($[j-1]))continue;if(H==="‌"){let J=$.indexOf("‌",j+1),X=J<0?$.slice(w):$.slice(w,J);if(nh.validZWNJ.test(X.join(""))){w=j+1;continue}}}return!1}}if(_&&O){let w;if(nh.bidiS1LTR.test($[0]))w=!1;else if(nh.bidiS1RTL.test($[0]))w=!0;else return!1;if(w){if(!nh.bidiS2.test(q)||!nh.bidiS3.test(q)||nh.bidiS4EN.test(q)&&nh.bidiS4AN.test(q))return!1}else if(!nh.bidiS5.test(q)||!nh.bidiS6.test(q))return!1}return!0}function Wh9(q){let K=q.map((_)=>{if(_.startsWith("xn--"))try{return UP1.decode(_.substring(4))}catch{return""}return _}).join(".");return nh.bidiDomain.test(K)}function FW4(q,K){let _=Dh9(q,K);_=_.normalize("NFC");let Y=_.split("."),z=Wh9(Y),A=!1;for(let[O,$]of Y.entries()){let w=$,j=K.transitionalProcessing;if(w.startsWith("xn--")){if(gP1(w)){A=!0;continue}try{w=UP1.decode(w.substring(4))}catch{if(!K.ignoreInvalidPunycode){A=!0;continue}}if(Y[O]=w,w===""||!gP1(w))A=!0;j=!1}if(A)continue;if(!Ph9(w,{...K,transitionalProcessing:j,isBidi:z}))A=!0}return{string:Y.join("."),error:A}}function Zh9(q,{checkHyphens:K=!1,checkBidi:_=!1,checkJoiners:Y=!1,useSTD3ASCIIRules:z=!1,verifyDNSLength:A=!1,transitionalProcessing:O=!1,ignoreInvalidPunycode:$=!1}={}){let w=FW4(q,{checkHyphens:K,checkBidi:_,checkJoiners:Y,useSTD3ASCIIRules:z,transitionalProcessing:O,ignoreInvalidPunycode:$}),j=w.string.split(".");if(j=j.map((H)=>{if(gP1(H))try{return`xn--${UP1.encode(H)}`}catch{w.error=!0}return H}),A){let H=j.join(".").length;if(H>253||H===0)w.error=!0;for(let J=0;J63||j[J].length===0){w.error=!0;break}}if(w.error)return null;return j.join(".")}function Gh9(q,{checkHyphens:K=!1,checkBidi:_=!1,checkJoiners:Y=!1,useSTD3ASCIIRules:z=!1,transitionalProcessing:A=!1,ignoreInvalidPunycode:O=!1}={}){let $=FW4(q,{checkHyphens:K,checkBidi:_,checkJoiners:Y,useSTD3ASCIIRules:z,transitionalProcessing:A,ignoreInvalidPunycode:O});return{domain:$.string,error:$.error}}gW4.exports={toASCII:Zh9,toUnicode:Gh9}});var dP1=u((I3A,dW4)=>{function QP1(q){return q>=48&&q<=57}function QW4(q){return q>=65&&q<=90||q>=97&&q<=122}function fh9(q){return QW4(q)||QP1(q)}function Th9(q){return QP1(q)||q>=65&&q<=70||q>=97&&q<=102}dW4.exports={isASCIIDigit:QP1,isASCIIAlpha:QW4,isASCIIAlphanumeric:fh9,isASCIIHex:Th9}});var IX8=u((x3A,cW4)=>{var vh9=new TextEncoder,Vh9=new TextDecoder("utf-8",{ignoreBOM:!0});function Nh9(q){return vh9.encode(q)}function kh9(q){return Vh9.decode(q)}cW4.exports={utf8Encode:Nh9,utf8DecodeWithoutBOM:kh9}});var xX8=u((u3A,sW4)=>{var{isASCIIHex:lW4}=dP1(),{utf8Encode:iW4}=IX8();function rY(q){return q.codePointAt(0)}function yh9(q){let K=q.toString(16).toUpperCase();if(K.length===1)K=`0${K}`;return`%${K}`}function nW4(q){let K=new Uint8Array(q.byteLength),_=0;for(let Y=0;Y126}var Lh9=new Set([rY(" "),rY('"'),rY("<"),rY(">"),rY("`")]);function Rh9(q){return cP1(q)||Lh9.has(q)}var hh9=new Set([rY(" "),rY('"'),rY("#"),rY("<"),rY(">")]);function lP1(q){return cP1(q)||hh9.has(q)}function Sh9(q){return lP1(q)||q===rY("'")}var Ch9=new Set([rY("?"),rY("`"),rY("{"),rY("}"),rY("^")]);function rW4(q){return lP1(q)||Ch9.has(q)}var bh9=new Set([rY("/"),rY(":"),rY(";"),rY("="),rY("@"),rY("["),rY("\\"),rY("]"),rY("|")]);function oW4(q){return rW4(q)||bh9.has(q)}var Ih9=new Set([rY("$"),rY("%"),rY("&"),rY("+"),rY(",")]);function xh9(q){return oW4(q)||Ih9.has(q)}var uh9=new Set([rY("!"),rY("'"),rY("("),rY(")"),rY("~")]);function mh9(q){return xh9(q)||uh9.has(q)}function aW4(q,K){let _=iW4(q),Y="";for(let z of _)if(!K(z))Y+=String.fromCharCode(z);else Y+=yh9(z);return Y}function Bh9(q,K){return aW4(String.fromCodePoint(q),K)}function ph9(q,K,_=!1){let Y="";for(let z of q)if(_&&z===" ")Y+="+";else Y+=aW4(z,K);return Y}sW4.exports={isC0ControlPercentEncode:cP1,isFragmentPercentEncode:Rh9,isQueryPercentEncode:lP1,isSpecialQueryPercentEncode:Sh9,isPathPercentEncode:rW4,isUserinfoPercentEncode:oW4,isURLEncodedPercentEncode:mh9,percentDecodeString:Eh9,percentDecodeBytes:nW4,utf8PercentEncodeString:ph9,utf8PercentEncodeCodePoint:Bh9}});var sP1=u((JS9,gT)=>{var Fh9=UW4(),A0=dP1(),{utf8DecodeWithoutBOM:gh9}=IX8(),{percentDecodeString:Uh9,utf8PercentEncodeCodePoint:mX8,utf8PercentEncodeString:BX8,isC0ControlPercentEncode:_04,isFragmentPercentEncode:Qh9,isQueryPercentEncode:dh9,isSpecialQueryPercentEncode:ch9,isPathPercentEncode:lh9,isUserinfoPercentEncode:rP1}=xX8();function K4(q){return q.codePointAt(0)}var Y04={ftp:21,file:null,http:80,https:443,ws:80,wss:443},f9=Symbol("failure");function tW4(q){return[...q].length}function eW4(q,K){let _=q[K];return isNaN(_)?void 0:String.fromCodePoint(_)}function q04(q){return q==="."||q.toLowerCase()==="%2e"}function ih9(q){return q=q.toLowerCase(),q===".."||q==="%2e."||q===".%2e"||q==="%2e%2e"}function nh9(q,K){return A0.isASCIIAlpha(q)&&(K===K4(":")||K===K4("|"))}function z04(q){return q.length===2&&A0.isASCIIAlpha(q.codePointAt(0))&&(q[1]===":"||q[1]==="|")}function rh9(q){return q.length===2&&A0.isASCIIAlpha(q.codePointAt(0))&&q[1]===":"}function A04(q){return q.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|<|>|\?|@|\[|\\|\]|\^|\|/u)!==-1}function oh9(q){return A04(q)||q.search(/[\u0000-\u001F]|%|\u007F/u)!==-1}function uX8(q){return Y04[q]!==void 0}function z0(q){return uX8(q.scheme)}function iP1(q){return!uX8(q.scheme)}function O04(q){return Y04[q]}function $04(q){if(q==="")return f9;let K=10;if(q.length>=2&&q.charAt(0)==="0"&&q.charAt(1).toLowerCase()==="x")q=q.substring(2),K=16;else if(q.length>=2&&q.charAt(0)==="0")q=q.substring(1),K=8;if(q==="")return 0;let _=/[^0-7]/u;if(K===10)_=/[^0-9]/u;if(K===16)_=/[^0-9A-Fa-f]/u;if(_.test(q))return f9;return parseInt(q,K)}function ah9(q){let K=q.split(".");if(K[K.length-1]===""){if(K.length>1)K.pop()}if(K.length>4)return f9;let _=[];for(let A of K){let O=$04(A);if(O===f9)return f9;_.push(O)}for(let A=0;A<_.length-1;++A)if(_[A]>255)return f9;if(_[_.length-1]>=256**(5-_.length))return f9;let Y=_.pop(),z=0;for(let A of _)Y+=A*256**(3-z),++z;return Y}function sh9(q){let K="",_=q;for(let Y=1;Y<=4;++Y){if(K=String(_%256)+K,Y!==4)K=`.${K}`;_=Math.floor(_/256)}return K}function th9(q){let K=[0,0,0,0,0,0,0,0],_=0,Y=null,z=0;if(q=Array.from(q,(A)=>A.codePointAt(0)),q[z]===K4(":")){if(q[z+1]!==K4(":"))return f9;z+=2,++_,Y=_}while(z6)return f9;let $=0;while(q[z]!==void 0){let w=null;if($>0)if(q[z]===K4(".")&&$<4)++z;else return f9;if(!A0.isASCIIDigit(q[z]))return f9;while(A0.isASCIIDigit(q[z])){let j=parseInt(eW4(q,z));if(w===null)w=j;else if(w===0)return f9;else w=w*10+j;if(w>255)return f9;++z}if(K[_]=K[_]*256+w,++$,$===2||$===4)++_}if($!==4)return f9;break}else if(q[z]===K4(":")){if(++z,q[z]===void 0)return f9}else if(q[z]!==void 0)return f9;K[_]=A,++_}if(Y!==null){let A=_-Y;_=7;while(_!==0&&A>0){let O=K[Y+A-1];K[Y+A-1]=K[_],K[_]=O,--_,--A}}else if(Y===null&&_!==8)return f9;return K}function eh9(q){let K="",_=_S9(q),Y=!1;for(let z=0;z<=7;++z){if(Y&&q[z]===0)continue;else if(Y)Y=!1;if(_===z){K+=z===0?"::":":",Y=!0;continue}if(K+=q[z].toString(16),z!==7)K+=":"}return K}function nP1(q,K=!1){if(q[0]==="["){if(q[q.length-1]!=="]")return f9;return th9(q.substring(1,q.length-1))}if(K)return KS9(q);let _=gh9(Uh9(q)),Y=YS9(_);if(Y===f9)return f9;if(qS9(Y))return ah9(Y);return Y}function qS9(q){let K=q.split(".");if(K[K.length-1]===""){if(K.length===1)return!1;K.pop()}let _=K[K.length-1];if($04(_)!==f9)return!0;if(/^[0-9]+$/u.test(_))return!0;return!1}function KS9(q){if(A04(q))return f9;return BX8(q,_04)}function _S9(q){let K=null,_=1,Y=null,z=0;for(let A=0;A_)K=Y,_=z;Y=null,z=0}else{if(Y===null)Y=A;++z}if(z>_)return Y;return K}function oP1(q){if(typeof q==="number")return sh9(q);if(q instanceof Array)return`[${eh9(q)}]`;return q}function YS9(q,K=!1){let _=Fh9.toASCII(q,{checkHyphens:K,checkBidi:!0,checkJoiners:!0,useSTD3ASCIIRules:K,transitionalProcessing:!1,verifyDNSLength:K,ignoreInvalidPunycode:!1});if(_===null)return f9;if(!K){if(_==="")return f9;if(oh9(_))return f9}return _}function zS9(q){let K=0,_=q.length;for(;K<_;++K)if(q.charCodeAt(K)>32)break;for(;_>K;--_)if(q.charCodeAt(_-1)>32)break;return q.substring(K,_)}function AS9(q){return q.replace(/\u0009|\u000A|\u000D/ug,"")}function w04(q){let{path:K}=q;if(K.length===0)return;if(q.scheme==="file"&&K.length===1&&$S9(K[0]))return;K.pop()}function j04(q){return q.username!==""||q.password!==""}function OS9(q){return q.host===null||q.host===""||q.scheme==="file"}function ug6(q){return typeof q.path==="string"}function $S9(q){return/^[A-Za-z]:$/u.test(q)}function aH(q,K,_,Y,z){if(this.pointer=0,this.input=q,this.base=K||null,this.encodingOverride=_||"utf-8",this.stateOverride=z,this.url=Y,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null};let O=zS9(this.input);if(O!==this.input)this.parseError=!0;this.input=O}let A=AS9(this.input);if(A!==this.input)this.parseError=!0;this.input=A,this.state=z||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=Array.from(this.input,(O)=>O.codePointAt(0));for(;this.pointer<=this.input.length;++this.pointer){let O=this.input[this.pointer],$=isNaN(O)?void 0:String.fromCodePoint(O),w=this[`parse ${this.state}`](O,$);if(!w)break;else if(w===f9){this.failure=!0;break}}}aH.prototype["parse scheme start"]=function(K,_){if(A0.isASCIIAlpha(K))this.buffer+=_.toLowerCase(),this.state="scheme";else if(!this.stateOverride)this.state="no scheme",--this.pointer;else return this.parseError=!0,f9;return!0};aH.prototype["parse scheme"]=function(K,_){if(A0.isASCIIAlphanumeric(K)||K===K4("+")||K===K4("-")||K===K4("."))this.buffer+=_.toLowerCase();else if(K===K4(":")){if(this.stateOverride){if(z0(this.url)&&!uX8(this.buffer))return!1;if(!z0(this.url)&&uX8(this.buffer))return!1;if((j04(this.url)||this.url.port!==null)&&this.buffer==="file")return!1;if(this.url.scheme==="file"&&this.url.host==="")return!1}if(this.url.scheme=this.buffer,this.stateOverride){if(this.url.port===O04(this.url.scheme))this.url.port=null;return!1}if(this.buffer="",this.url.scheme==="file"){if(this.input[this.pointer+1]!==K4("/")||this.input[this.pointer+2]!==K4("/"))this.parseError=!0;this.state="file"}else if(z0(this.url)&&this.base!==null&&this.base.scheme===this.url.scheme)this.state="special relative or authority";else if(z0(this.url))this.state="special authority slashes";else if(this.input[this.pointer+1]===K4("/"))this.state="path or authority",++this.pointer;else this.url.path="",this.state="opaque path"}else if(!this.stateOverride)this.buffer="",this.state="no scheme",this.pointer=-1;else return this.parseError=!0,f9;return!0};aH.prototype["parse no scheme"]=function(K){if(this.base===null||ug6(this.base)&&K!==K4("#"))return f9;else if(ug6(this.base)&&K===K4("#"))this.url.scheme=this.base.scheme,this.url.path=this.base.path,this.url.query=this.base.query,this.url.fragment="",this.state="fragment";else if(this.base.scheme==="file")this.state="file",--this.pointer;else this.state="relative",--this.pointer;return!0};aH.prototype["parse special relative or authority"]=function(K){if(K===K4("/")&&this.input[this.pointer+1]===K4("/"))this.state="special authority ignore slashes",++this.pointer;else this.parseError=!0,this.state="relative",--this.pointer;return!0};aH.prototype["parse path or authority"]=function(K){if(K===K4("/"))this.state="authority";else this.state="path",--this.pointer;return!0};aH.prototype["parse relative"]=function(K){if(this.url.scheme=this.base.scheme,K===K4("/"))this.state="relative slash";else if(z0(this.url)&&K===K4("\\"))this.parseError=!0,this.state="relative slash";else if(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,K===K4("?"))this.url.query="",this.state="query";else if(K===K4("#"))this.url.fragment="",this.state="fragment";else if(!isNaN(K))this.url.query=null,this.url.path.pop(),this.state="path",--this.pointer;return!0};aH.prototype["parse relative slash"]=function(K){if(z0(this.url)&&(K===K4("/")||K===K4("\\"))){if(K===K4("\\"))this.parseError=!0;this.state="special authority ignore slashes"}else if(K===K4("/"))this.state="authority";else this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer;return!0};aH.prototype["parse special authority slashes"]=function(K){if(K===K4("/")&&this.input[this.pointer+1]===K4("/"))this.state="special authority ignore slashes",++this.pointer;else this.parseError=!0,this.state="special authority ignore slashes",--this.pointer;return!0};aH.prototype["parse special authority ignore slashes"]=function(K){if(K!==K4("/")&&K!==K4("\\"))this.state="authority",--this.pointer;else this.parseError=!0;return!0};aH.prototype["parse authority"]=function(K,_){if(K===K4("@")){if(this.parseError=!0,this.atFlag)this.buffer=`%40${this.buffer}`;this.atFlag=!0;let Y=tW4(this.buffer);for(let z=0;z65535)return this.parseError=!0,f9;this.url.port=Y===O04(this.url.scheme)?null:Y,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}else return this.parseError=!0,f9;return!0};var wS9=new Set([K4("/"),K4("\\"),K4("?"),K4("#")]);function H04(q,K){let _=q.length-K;return _>=2&&nh9(q[K],q[K+1])&&(_===2||wS9.has(q[K+2]))}aH.prototype["parse file"]=function(K){if(this.url.scheme="file",this.url.host="",K===K4("/")||K===K4("\\")){if(K===K4("\\"))this.parseError=!0;this.state="file slash"}else if(this.base!==null&&this.base.scheme==="file"){if(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,K===K4("?"))this.url.query="",this.state="query";else if(K===K4("#"))this.url.fragment="",this.state="fragment";else if(!isNaN(K)){if(this.url.query=null,!H04(this.input,this.pointer))w04(this.url);else this.parseError=!0,this.url.path=[];this.state="path",--this.pointer}}else this.state="path",--this.pointer;return!0};aH.prototype["parse file slash"]=function(K){if(K===K4("/")||K===K4("\\")){if(K===K4("\\"))this.parseError=!0;this.state="file host"}else{if(this.base!==null&&this.base.scheme==="file"){if(!H04(this.input,this.pointer)&&rh9(this.base.path[0]))this.url.path.push(this.base.path[0]);this.url.host=this.base.host}this.state="path",--this.pointer}return!0};aH.prototype["parse file host"]=function(K,_){if(isNaN(K)||K===K4("/")||K===K4("\\")||K===K4("?")||K===K4("#"))if(--this.pointer,!this.stateOverride&&z04(this.buffer))this.parseError=!0,this.state="path";else if(this.buffer===""){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{let Y=nP1(this.buffer,iP1(this.url));if(Y===f9)return f9;if(Y==="localhost")Y="";if(this.url.host=Y,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=_;return!0};aH.prototype["parse path start"]=function(K){if(z0(this.url)){if(K===K4("\\"))this.parseError=!0;if(this.state="path",K!==K4("/")&&K!==K4("\\"))--this.pointer}else if(!this.stateOverride&&K===K4("?"))this.url.query="",this.state="query";else if(!this.stateOverride&&K===K4("#"))this.url.fragment="",this.state="fragment";else if(K!==void 0){if(this.state="path",K!==K4("/"))--this.pointer}else if(this.stateOverride&&this.url.host===null)this.url.path.push("");return!0};aH.prototype["parse path"]=function(K){if(isNaN(K)||K===K4("/")||z0(this.url)&&K===K4("\\")||!this.stateOverride&&(K===K4("?")||K===K4("#"))){if(z0(this.url)&&K===K4("\\"))this.parseError=!0;if(ih9(this.buffer)){if(w04(this.url),K!==K4("/")&&!(z0(this.url)&&K===K4("\\")))this.url.path.push("")}else if(q04(this.buffer)&&K!==K4("/")&&!(z0(this.url)&&K===K4("\\")))this.url.path.push("");else if(!q04(this.buffer)){if(this.url.scheme==="file"&&this.url.path.length===0&&z04(this.buffer))this.buffer=`${this.buffer[0]}:`;this.url.path.push(this.buffer)}if(this.buffer="",K===K4("?"))this.url.query="",this.state="query";if(K===K4("#"))this.url.fragment="",this.state="fragment"}else{if(K===K4("%")&&(!A0.isASCIIHex(this.input[this.pointer+1])||!A0.isASCIIHex(this.input[this.pointer+2])))this.parseError=!0;this.buffer+=mX8(K,lh9)}return!0};aH.prototype["parse opaque path"]=function(K){if(K===K4("?"))this.url.query="",this.state="query";else if(K===K4("#"))this.url.fragment="",this.state="fragment";else if(K===K4(" ")){let _=this.input[this.pointer+1];if(_===K4("?")||_===K4("#"))this.url.path+="%20";else this.url.path+=" "}else{if(!isNaN(K)&&K!==K4("%"))this.parseError=!0;if(K===K4("%")&&(!A0.isASCIIHex(this.input[this.pointer+1])||!A0.isASCIIHex(this.input[this.pointer+2])))this.parseError=!0;if(!isNaN(K))this.url.path+=mX8(K,_04)}return!0};aH.prototype["parse query"]=function(K,_){if(!z0(this.url)||this.url.scheme==="ws"||this.url.scheme==="wss")this.encodingOverride="utf-8";if(!this.stateOverride&&K===K4("#")||isNaN(K)){let Y=z0(this.url)?ch9:dh9;if(this.url.query+=BX8(this.buffer,Y),this.buffer="",K===K4("#"))this.url.fragment="",this.state="fragment"}else if(!isNaN(K)){if(K===K4("%")&&(!A0.isASCIIHex(this.input[this.pointer+1])||!A0.isASCIIHex(this.input[this.pointer+2])))this.parseError=!0;this.buffer+=_}return!0};aH.prototype["parse fragment"]=function(K){if(!isNaN(K)){if(K===K4("%")&&(!A0.isASCIIHex(this.input[this.pointer+1])||!A0.isASCIIHex(this.input[this.pointer+2])))this.parseError=!0;this.url.fragment+=mX8(K,Qh9)}return!0};function jS9(q,K){let _=`${q.scheme}:`;if(q.host!==null){if(_+="//",q.username!==""||q.password!==""){if(_+=q.username,q.password!=="")_+=`:${q.password}`;_+="@"}if(_+=oP1(q.host),q.port!==null)_+=`:${q.port}`}if(q.host===null&&!ug6(q)&&q.path.length>1&&q.path[0]==="")_+="/.";if(_+=aP1(q),q.query!==null)_+=`?${q.query}`;if(!K&&q.fragment!==null)_+=`#${q.fragment}`;return _}function HS9(q){let K=`${q.scheme}://`;if(K+=oP1(q.host),q.port!==null)K+=`:${q.port}`;return K}function aP1(q){if(ug6(q))return q.path;let K="";for(let _ of q.path)K+=`/${_}`;return K}JS9.serializeURL=jS9;JS9.serializePath=aP1;JS9.serializeURLOrigin=function(q){switch(q.scheme){case"blob":{let K=JS9.parseURL(aP1(q));if(K===null)return"null";if(K.scheme!=="http"&&K.scheme!=="https")return"null";return JS9.serializeURLOrigin(K)}case"ftp":case"http":case"https":case"ws":case"wss":return HS9({scheme:q.scheme,host:q.host,port:q.port});case"file":return"null";default:return"null"}};JS9.basicURLParse=function(q,K){if(K===void 0)K={};let _=new aH(q,K.baseURL,K.encodingOverride,K.url,K.stateOverride);if(_.failure)return null;return _.url};JS9.setTheUsername=function(q,K){q.username=BX8(K,rP1)};JS9.setThePassword=function(q,K){q.password=BX8(K,rP1)};JS9.serializeHost=oP1;JS9.cannotHaveAUsernamePasswordPort=OS9;JS9.hasAnOpaquePath=ug6;JS9.serializeInteger=function(q){return String(q)};JS9.parseURL=function(q,K){if(K===void 0)K={};return JS9.basicURLParse(q,{baseURL:K.baseURL,encodingOverride:K.encodingOverride})}});var tP1=u((m3A,G04)=>{var{utf8Encode:vS9,utf8DecodeWithoutBOM:X04}=IX8(),{percentDecodeBytes:M04,utf8PercentEncodeString:D04,isURLEncodedPercentEncode:P04}=xX8();function W04(q){return q.codePointAt(0)}function VS9(q){let K=yS9(q,W04("&")),_=[];for(let Y of K){if(Y.length===0)continue;let z,A,O=Y.indexOf(W04("="));if(O>=0)z=Y.slice(0,O),A=Y.slice(O+1);else z=Y,A=new Uint8Array(0);z=Z04(z,43,32),A=Z04(A,43,32);let $=X04(M04(z)),w=X04(M04(A));_.push([$,w])}return _}function NS9(q){return VS9(vS9(q))}function kS9(q){let K="";for(let[_,Y]of q.entries()){let z=D04(Y[0],P04,!0),A=D04(Y[1],P04,!0);if(_!==0)K+="&";K+=`${z}=${A}`}return K}function yS9(q,K){let _=[],Y=0,z=q.indexOf(K);while(z>=0)_.push(q.slice(Y,z)),Y=z+1,z=q.indexOf(K,Y);if(Y!==q.length)_.push(q.slice(Y));return _}function Z04(q,K,_){let Y=q.indexOf(K);while(Y>=0)q[Y]=_,Y=q.indexOf(K,Y+1);return q}G04.exports={parseUrlencodedString:NS9,serializeUrlencoded:kS9}});var T04=u((ES9)=>{var f04=SX8(),pX8=bX8();ES9.convert=(q,K,{context:_="The provided value"}={})=>{if(typeof K!=="function")throw new q.TypeError(_+" is not a function");function Y(...z){let A=pX8.tryWrapperForImpl(this),O;for(let $=0;${for(let O=0;O{var eP1=tP1();RS9.implementation=class{constructor(K,_,{doNotStripQMark:Y=!1}){let z=_[0];if(this._list=[],this._url=null,!Y&&typeof z==="string"&&z[0]==="?")z=z.slice(1);if(Array.isArray(z))for(let A of z){if(A.length!==2)throw TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element does not contain exactly two elements.");this._list.push([A[0],A[1]])}else if(typeof z==="object"&&Object.getPrototypeOf(z)===null)for(let A of Object.keys(z)){let O=z[A];this._list.push([A,O])}else this._list=eP1.parseUrlencodedString(z)}_updateSteps(){if(this._url!==null){let K=eP1.serializeUrlencoded(this._list);if(K==="")K=null;this._url._url.query=K}}get size(){return this._list.length}append(K,_){this._list.push([K,_]),this._updateSteps()}delete(K,_){let Y=0;while(Y{if(K[0]<_[0])return-1;if(K[0]>_[0])return 1;return 0}),this._updateSteps()}[Symbol.iterator](){return this._list[Symbol.iterator]()}toString(){return eP1.serializeUrlencoded(this._list)}}});var KW1=u((bS9)=>{var YN=SX8(),dO=bX8(),SS9=T04(),V04=dO.newObjectInRealm,gJ=dO.implSymbol,N04=dO.ctorRegistrySymbol;bS9.is=(q)=>{return dO.isObject(q)&&dO.hasOwn(q,gJ)&&q[gJ]instanceof Q66.implementation};bS9.isImpl=(q)=>{return dO.isObject(q)&&q instanceof Q66.implementation};bS9.convert=(q,K,{context:_="The provided value"}={})=>{if(bS9.is(K))return dO.implForWrapper(K);throw new q.TypeError(`${_} is not of type 'URLSearchParams'.`)};bS9.createDefaultIterator=(q,K,_)=>{let z=q[N04]["URLSearchParams Iterator"],A=Object.create(z);return Object.defineProperty(A,dO.iterInternalSymbol,{value:{target:K,kind:_,index:0},configurable:!0}),A};function k04(q,K){let _;if(K!==void 0)_=K.prototype;if(!dO.isObject(_))_=q[N04].URLSearchParams.prototype;return Object.create(_)}bS9.create=(q,K,_)=>{let Y=k04(q);return bS9.setup(Y,q,K,_)};bS9.createImpl=(q,K,_)=>{let Y=bS9.create(q,K,_);return dO.implForWrapper(Y)};bS9._internalSetup=(q,K)=>{};bS9.setup=(q,K,_=[],Y={})=>{if(Y.wrapper=q,bS9._internalSetup(q,K),Object.defineProperty(q,gJ,{value:new Q66.implementation(K,_,Y),configurable:!0}),q[gJ][dO.wrapperSymbol]=q,Q66.init)Q66.init(q[gJ]);return q};bS9.new=(q,K)=>{let _=k04(q,K);if(bS9._internalSetup(_,q),Object.defineProperty(_,gJ,{value:Object.create(Q66.implementation.prototype),configurable:!0}),_[gJ][dO.wrapperSymbol]=_,Q66.init)Q66.init(_[gJ]);return _[gJ]};var CS9=new Set(["Window","Worker"]);bS9.install=(q,K)=>{if(!K.some((z)=>CS9.has(z)))return;let _=dO.initCtorRegistry(q);class Y{constructor(){let z=[];{let A=arguments[0];if(A!==void 0)if(dO.isObject(A))if(A[Symbol.iterator]!==void 0)if(!dO.isObject(A))throw new q.TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence is not an iterable object.");else{let O=[],$=A;for(let w of $){if(!dO.isObject(w))throw new q.TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element is not an iterable object.");else{let j=[],H=w;for(let J of H)J=YN.USVString(J,{context:"Failed to construct 'URLSearchParams': parameter 1 sequence's element's element",globals:q}),j.push(J);w=j}O.push(w)}A=O}else if(!dO.isObject(A))throw new q.TypeError("Failed to construct 'URLSearchParams': parameter 1 record is not an object.");else{let O=Object.create(null);for(let $ of Reflect.ownKeys(A)){let w=Object.getOwnPropertyDescriptor(A,$);if(w&&w.enumerable){let j=$;j=YN.USVString(j,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key",globals:q});let H=A[$];H=YN.USVString(H,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value",globals:q}),O[j]=H}}A=O}else A=YN.USVString(A,{context:"Failed to construct 'URLSearchParams': parameter 1",globals:q});else A="";z.push(A)}return bS9.setup(Object.create(new.target.prototype),q,z)}append(z,A){let O=this!==null&&this!==void 0?this:q;if(!bS9.is(O))throw new q.TypeError("'append' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<2)throw new q.TypeError(`Failed to execute 'append' on 'URLSearchParams': 2 arguments required, but only ${arguments.length} present.`);let $=[];{let w=arguments[0];w=YN.USVString(w,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 1",globals:q}),$.push(w)}{let w=arguments[1];w=YN.USVString(w,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 2",globals:q}),$.push(w)}return dO.tryWrapperForImpl(O[gJ].append(...$))}delete(z){let A=this!==null&&this!==void 0?this:q;if(!bS9.is(A))throw new q.TypeError("'delete' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new q.TypeError(`Failed to execute 'delete' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);let O=[];{let $=arguments[0];$=YN.USVString($,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 1",globals:q}),O.push($)}{let $=arguments[1];if($!==void 0)$=YN.USVString($,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 2",globals:q});O.push($)}return dO.tryWrapperForImpl(A[gJ].delete(...O))}get(z){let A=this!==null&&this!==void 0?this:q;if(!bS9.is(A))throw new q.TypeError("'get' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new q.TypeError(`Failed to execute 'get' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);let O=[];{let $=arguments[0];$=YN.USVString($,{context:"Failed to execute 'get' on 'URLSearchParams': parameter 1",globals:q}),O.push($)}return A[gJ].get(...O)}getAll(z){let A=this!==null&&this!==void 0?this:q;if(!bS9.is(A))throw new q.TypeError("'getAll' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new q.TypeError(`Failed to execute 'getAll' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);let O=[];{let $=arguments[0];$=YN.USVString($,{context:"Failed to execute 'getAll' on 'URLSearchParams': parameter 1",globals:q}),O.push($)}return dO.tryWrapperForImpl(A[gJ].getAll(...O))}has(z){let A=this!==null&&this!==void 0?this:q;if(!bS9.is(A))throw new q.TypeError("'has' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new q.TypeError(`Failed to execute 'has' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);let O=[];{let $=arguments[0];$=YN.USVString($,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 1",globals:q}),O.push($)}{let $=arguments[1];if($!==void 0)$=YN.USVString($,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 2",globals:q});O.push($)}return A[gJ].has(...O)}set(z,A){let O=this!==null&&this!==void 0?this:q;if(!bS9.is(O))throw new q.TypeError("'set' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<2)throw new q.TypeError(`Failed to execute 'set' on 'URLSearchParams': 2 arguments required, but only ${arguments.length} present.`);let $=[];{let w=arguments[0];w=YN.USVString(w,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 1",globals:q}),$.push(w)}{let w=arguments[1];w=YN.USVString(w,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 2",globals:q}),$.push(w)}return dO.tryWrapperForImpl(O[gJ].set(...$))}sort(){let z=this!==null&&this!==void 0?this:q;if(!bS9.is(z))throw new q.TypeError("'sort' called on an object that is not a valid instance of URLSearchParams.");return dO.tryWrapperForImpl(z[gJ].sort())}toString(){let z=this!==null&&this!==void 0?this:q;if(!bS9.is(z))throw new q.TypeError("'toString' called on an object that is not a valid instance of URLSearchParams.");return z[gJ].toString()}keys(){if(!bS9.is(this))throw new q.TypeError("'keys' called on an object that is not a valid instance of URLSearchParams.");return bS9.createDefaultIterator(q,this,"key")}values(){if(!bS9.is(this))throw new q.TypeError("'values' called on an object that is not a valid instance of URLSearchParams.");return bS9.createDefaultIterator(q,this,"value")}entries(){if(!bS9.is(this))throw new q.TypeError("'entries' called on an object that is not a valid instance of URLSearchParams.");return bS9.createDefaultIterator(q,this,"key+value")}forEach(z){if(!bS9.is(this))throw new q.TypeError("'forEach' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new q.TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");z=SS9.convert(q,z,{context:"Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1"});let A=arguments[1],O=Array.from(this[gJ]),$=0;while($=j)return V04(q,{value:void 0,done:!0});let H=w[$];return z.index=$+1,V04(q,dO.iteratorResult(H.map(dO.tryWrapperForImpl),O))}}),Object.defineProperty(q,"URLSearchParams",{configurable:!0,writable:!0,value:Y})};var Q66=v04()});var R04=u((FS9)=>{var DO=sP1(),L04=tP1(),pS9=KW1();FS9.implementation=class q{constructor(K,[_,Y]){let z=null;if(Y!==void 0){if(z=DO.basicURLParse(Y),z===null)throw TypeError(`Invalid base URL: ${Y}`)}let A=DO.basicURLParse(_,{baseURL:z});if(A===null)throw TypeError(`Invalid URL: ${_}`);let O=A.query!==null?A.query:"";this._url=A,this._query=pS9.createImpl(K,[O],{doNotStripQMark:!0}),this._query._url=this}static parse(K,_,Y){try{return new q(K,[_,Y])}catch{return null}}static canParse(K,_){let Y=null;if(_!==void 0){if(Y=DO.basicURLParse(_),Y===null)return!1}if(DO.basicURLParse(K,{baseURL:Y})===null)return!1;return!0}get href(){return DO.serializeURL(this._url)}set href(K){let _=DO.basicURLParse(K);if(_===null)throw TypeError(`Invalid URL: ${K}`);this._url=_,this._query._list.splice(0);let{query:Y}=_;if(Y!==null)this._query._list=L04.parseUrlencodedString(Y)}get origin(){return DO.serializeURLOrigin(this._url)}get protocol(){return`${this._url.scheme}:`}set protocol(K){DO.basicURLParse(`${K}:`,{url:this._url,stateOverride:"scheme start"})}get username(){return this._url.username}set username(K){if(DO.cannotHaveAUsernamePasswordPort(this._url))return;DO.setTheUsername(this._url,K)}get password(){return this._url.password}set password(K){if(DO.cannotHaveAUsernamePasswordPort(this._url))return;DO.setThePassword(this._url,K)}get host(){let K=this._url;if(K.host===null)return"";if(K.port===null)return DO.serializeHost(K.host);return`${DO.serializeHost(K.host)}:${DO.serializeInteger(K.port)}`}set host(K){if(DO.hasAnOpaquePath(this._url))return;DO.basicURLParse(K,{url:this._url,stateOverride:"host"})}get hostname(){if(this._url.host===null)return"";return DO.serializeHost(this._url.host)}set hostname(K){if(DO.hasAnOpaquePath(this._url))return;DO.basicURLParse(K,{url:this._url,stateOverride:"hostname"})}get port(){if(this._url.port===null)return"";return DO.serializeInteger(this._url.port)}set port(K){if(DO.cannotHaveAUsernamePasswordPort(this._url))return;if(K==="")this._url.port=null;else DO.basicURLParse(K,{url:this._url,stateOverride:"port"})}get pathname(){return DO.serializePath(this._url)}set pathname(K){if(DO.hasAnOpaquePath(this._url))return;this._url.path=[],DO.basicURLParse(K,{url:this._url,stateOverride:"path start"})}get search(){if(this._url.query===null||this._url.query==="")return"";return`?${this._url.query}`}set search(K){let _=this._url;if(K===""){_.query=null,this._query._list=[];return}let Y=K[0]==="?"?K.substring(1):K;_.query="",DO.basicURLParse(Y,{url:_,stateOverride:"query"}),this._query._list=L04.parseUrlencodedString(Y)}get searchParams(){return this._query}get hash(){if(this._url.fragment===null||this._url.fragment==="")return"";return`#${this._url.fragment}`}set hash(K){if(K===""){this._url.fragment=null;return}let _=K[0]==="#"?K.substring(1):K;this._url.fragment="",DO.basicURLParse(_,{url:this._url,stateOverride:"fragment"})}toJSON(){return this.href}}});var b04=u((dS9)=>{var hG=SX8(),zN=bX8(),Qz=zN.implSymbol,US9=zN.ctorRegistrySymbol;dS9.is=(q)=>{return zN.isObject(q)&&zN.hasOwn(q,Qz)&&q[Qz]instanceof JF.implementation};dS9.isImpl=(q)=>{return zN.isObject(q)&&q instanceof JF.implementation};dS9.convert=(q,K,{context:_="The provided value"}={})=>{if(dS9.is(K))return zN.implForWrapper(K);throw new q.TypeError(`${_} is not of type 'URL'.`)};function h04(q,K){let _;if(K!==void 0)_=K.prototype;if(!zN.isObject(_))_=q[US9].URL.prototype;return Object.create(_)}dS9.create=(q,K,_)=>{let Y=h04(q);return dS9.setup(Y,q,K,_)};dS9.createImpl=(q,K,_)=>{let Y=dS9.create(q,K,_);return zN.implForWrapper(Y)};dS9._internalSetup=(q,K)=>{};dS9.setup=(q,K,_=[],Y={})=>{if(Y.wrapper=q,dS9._internalSetup(q,K),Object.defineProperty(q,Qz,{value:new JF.implementation(K,_,Y),configurable:!0}),q[Qz][zN.wrapperSymbol]=q,JF.init)JF.init(q[Qz]);return q};dS9.new=(q,K)=>{let _=h04(q,K);if(dS9._internalSetup(_,q),Object.defineProperty(_,Qz,{value:Object.create(JF.implementation.prototype),configurable:!0}),_[Qz][zN.wrapperSymbol]=_,JF.init)JF.init(_[Qz]);return _[Qz]};var QS9=new Set(["Window","Worker"]);dS9.install=(q,K)=>{if(!K.some((z)=>QS9.has(z)))return;let _=zN.initCtorRegistry(q);class Y{constructor(z){if(arguments.length<1)throw new q.TypeError(`Failed to construct 'URL': 1 argument required, but only ${arguments.length} present.`);let A=[];{let O=arguments[0];O=hG.USVString(O,{context:"Failed to construct 'URL': parameter 1",globals:q}),A.push(O)}{let O=arguments[1];if(O!==void 0)O=hG.USVString(O,{context:"Failed to construct 'URL': parameter 2",globals:q});A.push(O)}return dS9.setup(Object.create(new.target.prototype),q,A)}toJSON(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'toJSON' called on an object that is not a valid instance of URL.");return z[Qz].toJSON()}get href(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get href' called on an object that is not a valid instance of URL.");return z[Qz].href}set href(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set href' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'href' property on 'URL': The provided value",globals:q}),A[Qz].href=z}toString(){let z=this;if(!dS9.is(z))throw new q.TypeError("'toString' called on an object that is not a valid instance of URL.");return z[Qz].href}get origin(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get origin' called on an object that is not a valid instance of URL.");return z[Qz].origin}get protocol(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get protocol' called on an object that is not a valid instance of URL.");return z[Qz].protocol}set protocol(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set protocol' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'protocol' property on 'URL': The provided value",globals:q}),A[Qz].protocol=z}get username(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get username' called on an object that is not a valid instance of URL.");return z[Qz].username}set username(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set username' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'username' property on 'URL': The provided value",globals:q}),A[Qz].username=z}get password(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get password' called on an object that is not a valid instance of URL.");return z[Qz].password}set password(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set password' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'password' property on 'URL': The provided value",globals:q}),A[Qz].password=z}get host(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get host' called on an object that is not a valid instance of URL.");return z[Qz].host}set host(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set host' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'host' property on 'URL': The provided value",globals:q}),A[Qz].host=z}get hostname(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get hostname' called on an object that is not a valid instance of URL.");return z[Qz].hostname}set hostname(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set hostname' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'hostname' property on 'URL': The provided value",globals:q}),A[Qz].hostname=z}get port(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get port' called on an object that is not a valid instance of URL.");return z[Qz].port}set port(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set port' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'port' property on 'URL': The provided value",globals:q}),A[Qz].port=z}get pathname(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get pathname' called on an object that is not a valid instance of URL.");return z[Qz].pathname}set pathname(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set pathname' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'pathname' property on 'URL': The provided value",globals:q}),A[Qz].pathname=z}get search(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get search' called on an object that is not a valid instance of URL.");return z[Qz].search}set search(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set search' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'search' property on 'URL': The provided value",globals:q}),A[Qz].search=z}get searchParams(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get searchParams' called on an object that is not a valid instance of URL.");return zN.getSameObject(this,"searchParams",()=>{return zN.tryWrapperForImpl(z[Qz].searchParams)})}get hash(){let z=this!==null&&this!==void 0?this:q;if(!dS9.is(z))throw new q.TypeError("'get hash' called on an object that is not a valid instance of URL.");return z[Qz].hash}set hash(z){let A=this!==null&&this!==void 0?this:q;if(!dS9.is(A))throw new q.TypeError("'set hash' called on an object that is not a valid instance of URL.");z=hG.USVString(z,{context:"Failed to set the 'hash' property on 'URL': The provided value",globals:q}),A[Qz].hash=z}static parse(z){if(arguments.length<1)throw new q.TypeError(`Failed to execute 'parse' on 'URL': 1 argument required, but only ${arguments.length} present.`);let A=[];{let O=arguments[0];O=hG.USVString(O,{context:"Failed to execute 'parse' on 'URL': parameter 1",globals:q}),A.push(O)}{let O=arguments[1];if(O!==void 0)O=hG.USVString(O,{context:"Failed to execute 'parse' on 'URL': parameter 2",globals:q});A.push(O)}return zN.tryWrapperForImpl(JF.implementation.parse(q,...A))}static canParse(z){if(arguments.length<1)throw new q.TypeError(`Failed to execute 'canParse' on 'URL': 1 argument required, but only ${arguments.length} present.`);let A=[];{let O=arguments[0];O=hG.USVString(O,{context:"Failed to execute 'canParse' on 'URL': parameter 1",globals:q}),A.push(O)}{let O=arguments[1];if(O!==void 0)O=hG.USVString(O,{context:"Failed to execute 'canParse' on 'URL': parameter 2",globals:q});A.push(O)}return JF.implementation.canParse(...A)}}if(Object.defineProperties(Y.prototype,{toJSON:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},searchParams:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"URL",configurable:!0}}),Object.defineProperties(Y,{parse:{enumerable:!0},canParse:{enumerable:!0}}),_.URL=Y,Object.defineProperty(q,"URL",{configurable:!0,writable:!0,value:Y}),K.includes("Window"))Object.defineProperty(q,"webkitURL",{configurable:!0,writable:!0,value:Y})};var JF=R04()});var I04=u((sS9)=>{var oS9=b04(),aS9=KW1();sS9.URL=oS9;sS9.URLSearchParams=aS9});var u04=u((_C9)=>{var{URL:qC9,URLSearchParams:KC9}=I04(),Ox=sP1(),x04=xX8(),gX8={Array,Object,Promise,String,TypeError};qC9.install(gX8,["Window"]);KC9.install(gX8,["Window"]);_C9.URL=gX8.URL;_C9.URLSearchParams=gX8.URLSearchParams;_C9.parseURL=Ox.parseURL;_C9.basicURLParse=Ox.basicURLParse;_C9.serializeURL=Ox.serializeURL;_C9.serializePath=Ox.serializePath;_C9.serializeHost=Ox.serializeHost;_C9.serializeInteger=Ox.serializeInteger;_C9.serializeURLOrigin=Ox.serializeURLOrigin;_C9.setTheUsername=Ox.setTheUsername;_C9.setThePassword=Ox.setThePassword;_C9.cannotHaveAUsernamePasswordPort=Ox.cannotHaveAUsernamePasswordPort;_C9.hasAnOpaquePath=Ox.hasAnOpaquePath;_C9.percentDecodeString=x04.percentDecodeString;_C9.percentDecodeBytes=x04.percentDecodeBytes});var n04=u((wx,i04)=>{Object.defineProperty(wx,"__esModule",{value:!0});function jZ6(q){return q&&typeof q==="object"&&"default"in q?q.default:q}var $x=jZ6(g6("stream")),F04=jZ6(g6("http")),QX8=jZ6(g6("url")),g04=jZ6(u04()),GC9=jZ6(g6("https")),QY6=jZ6(g6("zlib")),fC9=$x.Readable,rl=Symbol("buffer"),YW1=Symbol("type");class $Z6{constructor(){this[YW1]="";let q=arguments[0],K=arguments[1],_=[],Y=0;if(q){let A=q,O=Number(A.length);for(let $=0;${throw new Error("Cannot require module "+"encoding");})().convert}catch(q){}var al=Symbol("Body internals"),m04=$x.PassThrough;function ZP(q){var K=this,_=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Y=_.size;let z=Y===void 0?0:Y;var A=_.timeout;let O=A===void 0?0:A;if(q==null)q=null;else if(U04(q))q=Buffer.from(q.toString());else if(pg6(q));else if(Buffer.isBuffer(q));else if(Object.prototype.toString.call(q)==="[object ArrayBuffer]")q=Buffer.from(q);else if(ArrayBuffer.isView(q))q=Buffer.from(q.buffer,q.byteOffset,q.byteLength);else if(q instanceof $x);else q=Buffer.from(String(q));if(this[al]={body:q,disturbed:!1,error:null},this.size=z,this.timeout=O,q instanceof $x)q.on("error",function($){let w=$.name==="AbortError"?$:new O0(`Invalid response body while trying to fetch ${K.url}: ${$.message}`,"system",$);K[al].error=w})}ZP.prototype={get body(){return this[al].body},get bodyUsed(){return this[al].disturbed},arrayBuffer(){return AZ6.call(this).then(function(q){return q.buffer.slice(q.byteOffset,q.byteOffset+q.byteLength)})},blob(){let q=this.headers&&this.headers.get("content-type")||"";return AZ6.call(this).then(function(K){return Object.assign(new $Z6([],{type:q.toLowerCase()}),{[rl]:K})})},json(){var q=this;return AZ6.call(this).then(function(K){try{return JSON.parse(K.toString())}catch(_){return ZP.Promise.reject(new O0(`invalid json response body at ${q.url} reason: ${_.message}`,"invalid-json"))}})},text(){return AZ6.call(this).then(function(q){return q.toString()})},buffer(){return AZ6.call(this)},textConverted(){var q=this;return AZ6.call(this).then(function(K){return TC9(K,q.headers)})}};Object.defineProperties(ZP.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0}});ZP.mixIn=function(q){for(let K of Object.getOwnPropertyNames(ZP.prototype))if(!(K in q)){let _=Object.getOwnPropertyDescriptor(ZP.prototype,K);Object.defineProperty(q,K,_)}};function AZ6(){var q=this;if(this[al].disturbed)return ZP.Promise.reject(TypeError(`body used already for: ${this.url}`));if(this[al].disturbed=!0,this[al].error)return ZP.Promise.reject(this[al].error);let K=this.body;if(K===null)return ZP.Promise.resolve(Buffer.alloc(0));if(pg6(K))K=K.stream();if(Buffer.isBuffer(K))return ZP.Promise.resolve(K);if(!(K instanceof $x))return ZP.Promise.resolve(Buffer.alloc(0));let _=[],Y=0,z=!1;return new ZP.Promise(function(A,O){let $;if(q.timeout)$=setTimeout(function(){z=!0,O(new O0(`Response timeout while trying to fetch ${q.url} (over ${q.timeout}ms)`,"body-timeout"))},q.timeout);K.on("error",function(w){if(w.name==="AbortError")z=!0,O(w);else O(new O0(`Invalid response body while trying to fetch ${q.url}: ${w.message}`,"system",w))}),K.on("data",function(w){if(z||w===null)return;if(q.size&&Y+w.length>q.size){z=!0,O(new O0(`content size at ${q.url} over limit: ${q.size}`,"max-size"));return}Y+=w.length,_.push(w)}),K.on("end",function(){if(z)return;clearTimeout($);try{A(Buffer.concat(_,Y))}catch(w){O(new O0(`Could not create Buffer from response body for ${q.url}: ${w.message}`,"system",w))}})})}function TC9(q,K){if(typeof $W1!=="function")throw Error("The package `encoding` must be installed to use the textConverted() function");let _=K.get("content-type"),Y="utf-8",z,A;if(_)z=/charset=([^;]*)/i.exec(_);if(A=q.slice(0,1024).toString(),!z&&A)z=/0&&arguments[0]!==void 0?arguments[0]:void 0;if(this[UJ]=Object.create(null),q instanceof oh){let K=q.raw(),_=Object.keys(K);for(let Y of _)for(let z of K[Y])this.append(Y,z);return}if(q==null);else if(typeof q==="object"){let K=q[Symbol.iterator];if(K!=null){if(typeof K!=="function")throw TypeError("Header pairs must be iterable");let _=[];for(let Y of q){if(typeof Y!=="object"||typeof Y[Symbol.iterator]!=="function")throw TypeError("Each header pair must be iterable");_.push(Array.from(Y))}for(let Y of _){if(Y.length!==2)throw TypeError("Each header pair must be a name/value tuple");this.append(Y[0],Y[1])}}else for(let _ of Object.keys(q)){let Y=q[_];this.append(_,Y)}}else throw TypeError("Provided initializer must be an object")}get(q){q=`${q}`,mg6(q);let K=OZ6(this[UJ],q);if(K===void 0)return null;return this[UJ][K].join(", ")}forEach(q){let K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0,_=jW1(this),Y=0;while(Y<_.length){var z=_[Y];let A=z[0],O=z[1];q.call(K,O,A,this),_=jW1(this),Y++}}set(q,K){q=`${q}`,K=`${K}`,mg6(q),B04(K);let _=OZ6(this[UJ],q);this[UJ][_!==void 0?_:q]=[K]}append(q,K){q=`${q}`,K=`${K}`,mg6(q),B04(K);let _=OZ6(this[UJ],q);if(_!==void 0)this[UJ][_].push(K);else this[UJ][q]=[K]}has(q){return q=`${q}`,mg6(q),OZ6(this[UJ],q)!==void 0}delete(q){q=`${q}`,mg6(q);let K=OZ6(this[UJ],q);if(K!==void 0)delete this[UJ][K]}raw(){return this[UJ]}keys(){return zW1(this,"key")}values(){return zW1(this,"value")}[Symbol.iterator](){return zW1(this,"key+value")}}oh.prototype.entries=oh.prototype[Symbol.iterator];Object.defineProperty(oh.prototype,Symbol.toStringTag,{value:"Headers",writable:!1,enumerable:!1,configurable:!0});Object.defineProperties(oh.prototype,{get:{enumerable:!0},forEach:{enumerable:!0},set:{enumerable:!0},append:{enumerable:!0},has:{enumerable:!0},delete:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0}});function jW1(q){let K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"key+value";return Object.keys(q[UJ]).sort().map(K==="key"?function(Y){return Y.toLowerCase()}:K==="value"?function(Y){return q[UJ][Y].join(", ")}:function(Y){return[Y.toLowerCase(),q[UJ][Y].join(", ")]})}var HW1=Symbol("internal");function zW1(q,K){let _=Object.create(JW1);return _[HW1]={target:q,kind:K,index:0},_}var JW1=Object.setPrototypeOf({next(){if(!this||Object.getPrototypeOf(this)!==JW1)throw TypeError("Value of `this` is not a HeadersIterator");var q=this[HW1];let{target:K,kind:_,index:Y}=q,z=jW1(K,_),A=z.length;if(Y>=A)return{value:void 0,done:!0};return this[HW1].index=Y+1,{value:z[Y],done:!1}}},Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));Object.defineProperty(JW1,Symbol.toStringTag,{value:"HeadersIterator",writable:!1,enumerable:!1,configurable:!0});function VC9(q){let K=Object.assign({__proto__:null},q[UJ]),_=OZ6(q[UJ],"Host");if(_!==void 0)K[_]=K[_][0];return K}function NC9(q){let K=new oh;for(let _ of Object.keys(q)){if(l04.test(_))continue;if(Array.isArray(q[_]))for(let Y of q[_]){if(wW1.test(Y))continue;if(K[UJ][_]===void 0)K[UJ][_]=[Y];else K[UJ][_].push(Y)}else if(!wW1.test(q[_]))K[UJ][_]=[q[_]]}return K}var d66=Symbol("Response internals"),kC9=F04.STATUS_CODES;class rh{constructor(){let q=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ZP.call(this,q,K);let _=K.status||200,Y=new oh(K.headers);if(q!=null&&!Y.has("Content-Type")){let z=d04(q);if(z)Y.append("Content-Type",z)}this[d66]={url:K.url,status:_,statusText:K.statusText||kC9[_],headers:Y,counter:K.counter}}get url(){return this[d66].url||""}get status(){return this[d66].status}get ok(){return this[d66].status>=200&&this[d66].status<300}get redirected(){return this[d66].counter>0}get statusText(){return this[d66].statusText}get headers(){return this[d66].headers}clone(){return new rh(Q04(this),{url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected})}}ZP.mixIn(rh.prototype);Object.defineProperties(rh.prototype,{url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}});Object.defineProperty(rh.prototype,Symbol.toStringTag,{value:"Response",writable:!1,enumerable:!1,configurable:!0});var ol=Symbol("Request internals"),yC9=QX8.URL||g04.URL,EC9=QX8.parse,LC9=QX8.format;function AW1(q){if(/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(q))q=new yC9(q).toString();return EC9(q)}var RC9="destroy"in $x.Readable.prototype;function UX8(q){return typeof q==="object"&&typeof q[ol]==="object"}function hC9(q){let K=q&&typeof q==="object"&&Object.getPrototypeOf(q);return!!(K&&K.constructor.name==="AbortSignal")}class l66{constructor(q){let K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},_;if(!UX8(q)){if(q&&q.href)_=AW1(q.href);else _=AW1(`${q}`);q={}}else _=AW1(q.url);let Y=K.method||q.method||"GET";if(Y=Y.toUpperCase(),(K.body!=null||UX8(q)&&q.body!==null)&&(Y==="GET"||Y==="HEAD"))throw TypeError("Request with GET/HEAD method cannot have body");let z=K.body!=null?K.body:UX8(q)&&q.body!==null?Q04(q):null;ZP.call(this,z,{timeout:K.timeout||q.timeout||0,size:K.size||q.size||0});let A=new oh(K.headers||q.headers||{});if(z!=null&&!A.has("Content-Type")){let $=d04(z);if($)A.append("Content-Type",$)}let O=UX8(q)?q.signal:null;if("signal"in K)O=K.signal;if(O!=null&&!hC9(O))throw TypeError("Expected signal to be an instanceof AbortSignal");this[ol]={method:Y,redirect:K.redirect||q.redirect||"follow",headers:A,parsedURL:_,signal:O},this.follow=K.follow!==void 0?K.follow:q.follow!==void 0?q.follow:20,this.compress=K.compress!==void 0?K.compress:q.compress!==void 0?q.compress:!0,this.counter=K.counter||q.counter||0,this.agent=K.agent||q.agent}get method(){return this[ol].method}get url(){return LC9(this[ol].parsedURL)}get headers(){return this[ol].headers}get redirect(){return this[ol].redirect}get signal(){return this[ol].signal}clone(){return new l66(this)}}ZP.mixIn(l66.prototype);Object.defineProperty(l66.prototype,Symbol.toStringTag,{value:"Request",writable:!1,enumerable:!1,configurable:!0});Object.defineProperties(l66.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0}});function SC9(q){let K=q[ol].parsedURL,_=new oh(q[ol].headers);if(!_.has("Accept"))_.set("Accept","*/*");if(!K.protocol||!K.hostname)throw TypeError("Only absolute URLs are supported");if(!/^https?:$/.test(K.protocol))throw TypeError("Only HTTP(S) protocols are supported");if(q.signal&&q.body instanceof $x.Readable&&!RC9)throw Error("Cancellation of streamed requests with AbortSignal is not supported in node < 8");let Y=null;if(q.body==null&&/^(POST|PUT)$/i.test(q.method))Y="0";if(q.body!=null){let A=c04(q);if(typeof A==="number")Y=String(A)}if(Y)_.set("Content-Length",Y);if(!_.has("User-Agent"))_.set("User-Agent","node-fetch/1.0 (+https://github.com/bitinn/node-fetch)");if(q.compress&&!_.has("Accept-Encoding"))_.set("Accept-Encoding","gzip,deflate");let z=q.agent;if(typeof z==="function")z=z(K);return Object.assign({},K,{method:q.method,headers:VC9(_),agent:z})}function wZ6(q){Error.call(this,q),this.type="aborted",this.message=q,Error.captureStackTrace(this,this.constructor)}wZ6.prototype=Object.create(Error.prototype);wZ6.prototype.constructor=wZ6;wZ6.prototype.name="AbortError";var Bg6=QX8.URL||g04.URL,p04=$x.PassThrough,CC9=function(K,_){let Y=new Bg6(_).hostname,z=new Bg6(K).hostname;return Y===z||Y[Y.length-z.length-1]==="."&&Y.endsWith(z)},bC9=function(K,_){let Y=new Bg6(_).protocol,z=new Bg6(K).protocol;return Y===z};function c66(q,K){if(!c66.Promise)throw Error("native promise missing, set fetch.Promise to your favorite alternative");return ZP.Promise=c66.Promise,new c66.Promise(function(_,Y){let z=new l66(q,K),A=SC9(z),O=(A.protocol==="https:"?GC9:F04).request,$=z.signal,w=null,j=function(){let P=new wZ6("The user aborted a request.");if(Y(P),z.body&&z.body instanceof $x.Readable)OW1(z.body,P);if(!w||!w.body)return;w.body.emit("error",P)};if($&&$.aborted){j();return}let H=function(){j(),M()},J=O(A),X;if($)$.addEventListener("abort",H);function M(){if(J.abort(),$)$.removeEventListener("abort",H);clearTimeout(X)}if(z.timeout)J.once("socket",function(D){X=setTimeout(function(){Y(new O0(`network timeout at: ${z.url}`,"request-timeout")),M()},z.timeout)});if(J.on("error",function(D){if(Y(new O0(`request to ${z.url} failed, reason: ${D.message}`,"system",D)),w&&w.body)OW1(w.body,D);M()}),IC9(J,function(D){if($&&$.aborted)return;if(w&&w.body)OW1(w.body,D)}),parseInt(process.version.substring(1))<14)J.on("socket",function(D){D.addListener("close",function(P){let W=D.listenerCount("data")>0;if(w&&W&&!P&&!($&&$.aborted)){let Z=Error("Premature close");Z.code="ERR_STREAM_PREMATURE_CLOSE",w.body.emit("error",Z)}})});J.on("response",function(D){clearTimeout(X);let P=NC9(D.headers);if(c66.isRedirect(D.statusCode)){let T=P.get("Location"),V=null;try{V=T===null?null:new Bg6(T,z.url).toString()}catch(N){if(z.redirect!=="manual"){Y(new O0(`uri requested responds with an invalid redirect URL: ${T}`,"invalid-redirect")),M();return}}switch(z.redirect){case"error":Y(new O0(`uri requested responds with a redirect, redirect mode is set to error: ${z.url}`,"no-redirect")),M();return;case"manual":if(V!==null)try{P.set("Location",V)}catch(L){Y(L)}break;case"follow":if(V===null)break;if(z.counter>=z.follow){Y(new O0(`maximum redirect reached at: ${z.url}`,"max-redirect")),M();return}let N={headers:new oh(z.headers),follow:z.follow,counter:z.counter+1,agent:z.agent,compress:z.compress,method:z.method,body:z.body,signal:z.signal,timeout:z.timeout,size:z.size};if(!CC9(z.url,V)||!bC9(z.url,V))for(let L of["authorization","www-authenticate","cookie","cookie2"])N.headers.delete(L);if(D.statusCode!==303&&z.body&&c04(z)===null){Y(new O0("Cannot follow redirect with body being a readable stream","unsupported-redirect")),M();return}if(D.statusCode===303||(D.statusCode===301||D.statusCode===302)&&z.method==="POST")N.method="GET",N.body=void 0,N.headers.delete("content-length");_(c66(new l66(V,N))),M();return}}D.once("end",function(){if($)$.removeEventListener("abort",H)});let W=D.pipe(new p04),Z={url:z.url,status:D.statusCode,statusText:D.statusMessage,headers:P,size:z.size,timeout:z.timeout,counter:z.counter},f=P.get("Content-Encoding");if(!z.compress||z.method==="HEAD"||f===null||D.statusCode===204||D.statusCode===304){w=new rh(W,Z),_(w);return}let G={flush:QY6.Z_SYNC_FLUSH,finishFlush:QY6.Z_SYNC_FLUSH};if(f=="gzip"||f=="x-gzip"){W=W.pipe(QY6.createGunzip(G)),w=new rh(W,Z),_(w);return}if(f=="deflate"||f=="x-deflate"){let T=D.pipe(new p04);T.once("data",function(V){if((V[0]&15)===8)W=W.pipe(QY6.createInflate());else W=W.pipe(QY6.createInflateRaw());w=new rh(W,Z),_(w)}),T.on("end",function(){if(!w)w=new rh(W,Z),_(w)});return}if(f=="br"&&typeof QY6.createBrotliDecompress==="function"){W=W.pipe(QY6.createBrotliDecompress()),w=new rh(W,Z),_(w);return}w=new rh(W,Z),_(w)}),vC9(J,z)})}function IC9(q,K){let _;q.on("socket",function(Y){_=Y}),q.on("response",function(Y){let z=Y.headers;if(z["transfer-encoding"]==="chunked"&&!z["content-length"])Y.once("close",function(A){if(_&&_.listenerCount("data")>0&&!A){let $=Error("Premature close");$.code="ERR_STREAM_PREMATURE_CLOSE",K($)}})})}function OW1(q,K){if(q.destroy)q.destroy(K);else q.emit("error",K),q.end()}c66.isRedirect=function(q){return q===301||q===302||q===303||q===307||q===308};c66.Promise=global.Promise;i04.exports=wx=c66;Object.defineProperty(wx,"__esModule",{value:!0});wx.default=wx;wx.Headers=oh;wx.Request=l66;wx.Response=rh;wx.FetchError=O0;wx.AbortError=wZ6});var o04=u((c3A,r04)=>{var XF=(q)=>q!==null&&typeof q==="object"&&typeof q.pipe==="function";XF.writable=(q)=>XF(q)&&q.writable!==!1&&typeof q._write==="function"&&typeof q._writableState==="object";XF.readable=(q)=>XF(q)&&q.readable!==!1&&typeof q._read==="function"&&typeof q._readableState==="object";XF.duplex=(q)=>XF.writable(q)&&XF.readable(q);XF.transform=(q)=>XF.duplex(q)&&typeof q._transform==="function";r04.exports=XF});var a04=u((l3A,xC9)=>{xC9.exports={name:"gaxios",version:"6.7.1",description:"A simple common HTTP client specifically for Google APIs and services.",main:"build/src/index.js",types:"build/src/index.d.ts",files:["build/src"],scripts:{lint:"gts check",test:"c8 mocha build/test","presystem-test":"npm run compile","system-test":"mocha build/system-test --timeout 80000",compile:"tsc -p .",fix:"gts fix",prepare:"npm run compile",pretest:"npm run compile",webpack:"webpack","prebrowser-test":"npm run compile","browser-test":"node build/browser-test/browser-test-runner.js",docs:"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../",prelint:"cd samples; npm link ../; npm install",clean:"gts clean",precompile:"gts clean"},repository:"googleapis/gaxios",keywords:["google"],engines:{node:">=14"},author:"Google, LLC",license:"Apache-2.0",devDependencies:{"@babel/plugin-proposal-private-methods":"^7.18.6","@compodoc/compodoc":"1.1.19","@types/cors":"^2.8.6","@types/express":"^4.16.1","@types/extend":"^3.0.1","@types/mocha":"^9.0.0","@types/multiparty":"0.0.36","@types/mv":"^2.1.0","@types/ncp":"^2.0.1","@types/node":"^20.0.0","@types/node-fetch":"^2.5.7","@types/sinon":"^17.0.0","@types/tmp":"0.2.6","@types/uuid":"^10.0.0","abort-controller":"^3.0.0",assert:"^2.0.0",browserify:"^17.0.0",c8:"^8.0.0",cheerio:"1.0.0-rc.10",cors:"^2.8.5",execa:"^5.0.0",express:"^4.16.4","form-data":"^4.0.0",gts:"^5.0.0","is-docker":"^2.0.0",karma:"^6.0.0","karma-chrome-launcher":"^3.0.0","karma-coverage":"^2.0.0","karma-firefox-launcher":"^2.0.0","karma-mocha":"^2.0.0","karma-remap-coverage":"^0.1.5","karma-sourcemap-loader":"^0.4.0","karma-webpack":"5.0.0",linkinator:"^3.0.0",mocha:"^8.0.0",multiparty:"^4.2.1",mv:"^2.1.1",ncp:"^2.0.0",nock:"^13.0.0","null-loader":"^4.0.0",puppeteer:"^19.0.0",sinon:"^18.0.0","stream-browserify":"^3.0.0",tmp:"0.2.3","ts-loader":"^8.0.0",typescript:"^5.1.6",webpack:"^5.35.0","webpack-cli":"^4.0.0"},dependencies:{extend:"^3.0.2","https-proxy-agent":"^7.0.1","is-stream":"^2.0.0","node-fetch":"^2.6.9",uuid:"^9.0.1"}}});var e04=u((s04)=>{Object.defineProperty(s04,"__esModule",{value:!0});s04.pkg=void 0;s04.pkg=a04()});var DW1=u((ah)=>{var uC9=ah&&ah.__importDefault||function(q){return q&&q.__esModule?q:{default:q}},qZ4;Object.defineProperty(ah,"__esModule",{value:!0});ah.GaxiosError=ah.GAXIOS_ERROR_SYMBOL=void 0;ah.defaultErrorRedactor=_Z4;var mC9=g6("url"),XW1=e04(),KZ4=uC9(mP1());ah.GAXIOS_ERROR_SYMBOL=Symbol.for(`${XW1.pkg.name}-gaxios-error`);class MW1 extends Error{static[(qZ4=ah.GAXIOS_ERROR_SYMBOL,Symbol.hasInstance)](q){if(q&&typeof q==="object"&&ah.GAXIOS_ERROR_SYMBOL in q&&q[ah.GAXIOS_ERROR_SYMBOL]===XW1.pkg.version)return!0;return Function.prototype[Symbol.hasInstance].call(MW1,q)}constructor(q,K,_,Y){var z;super(q);if(this.config=K,this.response=_,this.error=Y,this[qZ4]=XW1.pkg.version,this.config=(0,KZ4.default)(!0,{},K),this.response)this.response.config=(0,KZ4.default)(!0,{},this.response.config);if(this.response){try{this.response.data=BC9(this.config.responseType,(z=this.response)===null||z===void 0?void 0:z.data)}catch(A){}this.status=this.response.status}if(Y&&"code"in Y&&Y.code)this.code=Y.code;if(K.errorRedactor)K.errorRedactor({config:this.config,response:this.response})}}ah.GaxiosError=MW1;function BC9(q,K){switch(q){case"stream":return K;case"json":return JSON.parse(JSON.stringify(K));case"arraybuffer":return JSON.parse(Buffer.from(K).toString("utf8"));case"blob":return JSON.parse(K.text());default:return K}}function _Z4(q){function _(A){if(!A)return;for(let O of Object.keys(A)){if(/^authentication$/i.test(O))A[O]="< - See `errorRedactor` option in `gaxios` for configuration>.";if(/^authorization$/i.test(O))A[O]="< - See `errorRedactor` option in `gaxios` for configuration>.";if(/secret/i.test(O))A[O]="< - See `errorRedactor` option in `gaxios` for configuration>."}}function Y(A,O){if(typeof A==="object"&&A!==null&&typeof A[O]==="string"){let $=A[O];if(/grant_type=/i.test($)||/assertion=/i.test($)||/secret/i.test($))A[O]="< - See `errorRedactor` option in `gaxios` for configuration>."}}function z(A){if(typeof A==="object"&&A!==null){if("grant_type"in A)A.grant_type="< - See `errorRedactor` option in `gaxios` for configuration>.";if("assertion"in A)A.assertion="< - See `errorRedactor` option in `gaxios` for configuration>.";if("client_secret"in A)A.client_secret="< - See `errorRedactor` option in `gaxios` for configuration>."}}if(q.config){_(q.config.headers),Y(q.config,"data"),z(q.config.data),Y(q.config,"body"),z(q.config.body);try{let A=new mC9.URL("",q.config.url);if(A.searchParams.has("token"))A.searchParams.set("token","< - See `errorRedactor` option in `gaxios` for configuration>.");if(A.searchParams.has("client_secret"))A.searchParams.set("client_secret","< - See `errorRedactor` option in `gaxios` for configuration>.");q.config.url=A.toString()}catch(A){}}if(q.response)_Z4({config:q.response.config}),_(q.response.headers),Y(q.response,"data"),z(q.response.data);return q}});var AZ4=u((zZ4)=>{Object.defineProperty(zZ4,"__esModule",{value:!0});zZ4.getRetryConfig=pC9;async function pC9(q){let K=YZ4(q);if(!q||!q.config||!K&&!q.config.retry)return{shouldRetry:!1};K=K||{},K.currentRetryAttempt=K.currentRetryAttempt||0,K.retry=K.retry===void 0||K.retry===null?3:K.retry,K.httpMethodsToRetry=K.httpMethodsToRetry||["GET","HEAD","PUT","OPTIONS","DELETE"],K.noResponseRetries=K.noResponseRetries===void 0||K.noResponseRetries===null?2:K.noResponseRetries,K.retryDelayMultiplier=K.retryDelayMultiplier?K.retryDelayMultiplier:2,K.timeOfFirstRequest=K.timeOfFirstRequest?K.timeOfFirstRequest:Date.now(),K.totalTimeout=K.totalTimeout?K.totalTimeout:Number.MAX_SAFE_INTEGER,K.maxRetryDelay=K.maxRetryDelay?K.maxRetryDelay:Number.MAX_SAFE_INTEGER;let _=[[100,199],[408,408],[429,429],[500,599]];if(K.statusCodesToRetry=K.statusCodesToRetry||_,q.config.retryConfig=K,!await(K.shouldRetry||FC9)(q))return{shouldRetry:!1,config:q.config};let z=gC9(K);q.config.retryConfig.currentRetryAttempt+=1;let A=K.retryBackoff?K.retryBackoff(q,z):new Promise((O)=>{setTimeout(O,z)});if(K.onRetryAttempt)K.onRetryAttempt(q);return await A,{shouldRetry:!0,config:q.config}}function FC9(q){var K;let _=YZ4(q);if(q.name==="AbortError"||((K=q.error)===null||K===void 0?void 0:K.name)==="AbortError")return!1;if(!_||_.retry===0)return!1;if(!q.response&&(_.currentRetryAttempt||0)>=_.noResponseRetries)return!1;if(!q.config.method||_.httpMethodsToRetry.indexOf(q.config.method.toUpperCase())<0)return!1;if(q.response&&q.response.status){let Y=!1;for(let[z,A]of _.statusCodesToRetry){let O=q.response.status;if(O>=z&&O<=A){Y=!0;break}}if(!Y)return!1}if(_.currentRetryAttempt=_.currentRetryAttempt||0,_.currentRetryAttempt>=_.retry)return!1;return!0}function YZ4(q){if(q&&q.config&&q.config.retryConfig)return q.config.retryConfig;return}function gC9(q){var K;let Y=(q.currentRetryAttempt?0:(K=q.retryDelay)!==null&&K!==void 0?K:100)+(Math.pow(q.retryDelayMultiplier,q.currentRetryAttempt)-1)/2*1000,z=q.totalTimeout-(Date.now()-q.timeOfFirstRequest);return Math.min(Y,z,q.maxRetryDelay)}});var PW1=u((OZ4)=>{Object.defineProperty(OZ4,"__esModule",{value:!0});OZ4.default=cC9;var QC9=dC9(g6("crypto"));function dC9(q){return q&&q.__esModule?q:{default:q}}var cX8=new Uint8Array(256),dX8=cX8.length;function cC9(){if(dX8>cX8.length-16)QC9.default.randomFillSync(cX8),dX8=0;return cX8.slice(dX8,dX8+=16)}});var jZ4=u(($Z4)=>{Object.defineProperty($Z4,"__esModule",{value:!0});$Z4.default=void 0;var iC9=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;$Z4.default=iC9});var Fg6=u((HZ4)=>{Object.defineProperty(HZ4,"__esModule",{value:!0});HZ4.default=void 0;var nC9=rC9(jZ4());function rC9(q){return q&&q.__esModule?q:{default:q}}function oC9(q){return typeof q==="string"&&nC9.default.test(q)}var aC9=oC9;HZ4.default=aC9});var gg6=u((MZ4)=>{Object.defineProperty(MZ4,"__esModule",{value:!0});MZ4.default=void 0;MZ4.unsafeStringify=XZ4;var sC9=tC9(Fg6());function tC9(q){return q&&q.__esModule?q:{default:q}}var $0=[];for(let q=0;q<256;++q)$0.push((q+256).toString(16).slice(1));function XZ4(q,K=0){return $0[q[K+0]]+$0[q[K+1]]+$0[q[K+2]]+$0[q[K+3]]+"-"+$0[q[K+4]]+$0[q[K+5]]+"-"+$0[q[K+6]]+$0[q[K+7]]+"-"+$0[q[K+8]]+$0[q[K+9]]+"-"+$0[q[K+10]]+$0[q[K+11]]+$0[q[K+12]]+$0[q[K+13]]+$0[q[K+14]]+$0[q[K+15]]}function eC9(q,K=0){let _=XZ4(q,K);if(!(0,sC9.default)(_))throw TypeError("Stringified UUID is invalid");return _}var qb9=eC9;MZ4.default=qb9});var GZ4=u((WZ4)=>{Object.defineProperty(WZ4,"__esModule",{value:!0});WZ4.default=void 0;var _b9=zb9(PW1()),Yb9=gg6();function zb9(q){return q&&q.__esModule?q:{default:q}}var PZ4,WW1,ZW1=0,GW1=0;function Ab9(q,K,_){let Y=K&&_||0,z=K||Array(16);q=q||{};let A=q.node||PZ4,O=q.clockseq!==void 0?q.clockseq:WW1;if(A==null||O==null){let X=q.random||(q.rng||_b9.default)();if(A==null)A=PZ4=[X[0]|1,X[1],X[2],X[3],X[4],X[5]];if(O==null)O=WW1=(X[6]<<8|X[7])&16383}let $=q.msecs!==void 0?q.msecs:Date.now(),w=q.nsecs!==void 0?q.nsecs:GW1+1,j=$-ZW1+(w-GW1)/1e4;if(j<0&&q.clockseq===void 0)O=O+1&16383;if((j<0||$>ZW1)&&q.nsecs===void 0)w=0;if(w>=1e4)throw Error("uuid.v1(): Can't create more than 10M uuids/sec");ZW1=$,GW1=w,WW1=O,$+=12219292800000;let H=(($&268435455)*1e4+w)%4294967296;z[Y++]=H>>>24&255,z[Y++]=H>>>16&255,z[Y++]=H>>>8&255,z[Y++]=H&255;let J=$/4294967296*1e4&268435455;z[Y++]=J>>>8&255,z[Y++]=J&255,z[Y++]=J>>>24&15|16,z[Y++]=J>>>16&255,z[Y++]=O>>>8|128,z[Y++]=O&255;for(let X=0;X<6;++X)z[Y+X]=A[X];return K||(0,Yb9.unsafeStringify)(z)}var Ob9=Ab9;WZ4.default=Ob9});var fW1=u((fZ4)=>{Object.defineProperty(fZ4,"__esModule",{value:!0});fZ4.default=void 0;var $b9=wb9(Fg6());function wb9(q){return q&&q.__esModule?q:{default:q}}function jb9(q){if(!(0,$b9.default)(q))throw TypeError("Invalid UUID");let K,_=new Uint8Array(16);return _[0]=(K=parseInt(q.slice(0,8),16))>>>24,_[1]=K>>>16&255,_[2]=K>>>8&255,_[3]=K&255,_[4]=(K=parseInt(q.slice(9,13),16))>>>8,_[5]=K&255,_[6]=(K=parseInt(q.slice(14,18),16))>>>8,_[7]=K&255,_[8]=(K=parseInt(q.slice(19,23),16))>>>8,_[9]=K&255,_[10]=(K=parseInt(q.slice(24,36),16))/1099511627776&255,_[11]=K/4294967296&255,_[12]=K>>>24&255,_[13]=K>>>16&255,_[14]=K>>>8&255,_[15]=K&255,_}var Hb9=jb9;fZ4.default=Hb9});var TW1=u((NZ4)=>{Object.defineProperty(NZ4,"__esModule",{value:!0});NZ4.URL=NZ4.DNS=void 0;NZ4.default=Pb9;var Jb9=gg6(),Xb9=Mb9(fW1());function Mb9(q){return q&&q.__esModule?q:{default:q}}function Db9(q){q=unescape(encodeURIComponent(q));let K=[];for(let _=0;_{Object.defineProperty(yZ4,"__esModule",{value:!0});yZ4.default=void 0;var Gb9=fb9(g6("crypto"));function fb9(q){return q&&q.__esModule?q:{default:q}}function Tb9(q){if(Array.isArray(q))q=Buffer.from(q);else if(typeof q==="string")q=Buffer.from(q,"utf8");return Gb9.default.createHash("md5").update(q).digest()}var vb9=Tb9;yZ4.default=vb9});var CZ4=u((hZ4)=>{Object.defineProperty(hZ4,"__esModule",{value:!0});hZ4.default=void 0;var Vb9=RZ4(TW1()),Nb9=RZ4(LZ4());function RZ4(q){return q&&q.__esModule?q:{default:q}}var kb9=(0,Vb9.default)("v3",48,Nb9.default),yb9=kb9;hZ4.default=yb9});var xZ4=u((bZ4)=>{Object.defineProperty(bZ4,"__esModule",{value:!0});bZ4.default=void 0;var Eb9=Lb9(g6("crypto"));function Lb9(q){return q&&q.__esModule?q:{default:q}}var Rb9={randomUUID:Eb9.default.randomUUID};bZ4.default=Rb9});var FZ4=u((BZ4)=>{Object.defineProperty(BZ4,"__esModule",{value:!0});BZ4.default=void 0;var uZ4=mZ4(xZ4()),hb9=mZ4(PW1()),Sb9=gg6();function mZ4(q){return q&&q.__esModule?q:{default:q}}function Cb9(q,K,_){if(uZ4.default.randomUUID&&!K&&!q)return uZ4.default.randomUUID();q=q||{};let Y=q.random||(q.rng||hb9.default)();if(Y[6]=Y[6]&15|64,Y[8]=Y[8]&63|128,K){_=_||0;for(let z=0;z<16;++z)K[_+z]=Y[z];return K}return(0,Sb9.unsafeStringify)(Y)}var bb9=Cb9;BZ4.default=bb9});var QZ4=u((gZ4)=>{Object.defineProperty(gZ4,"__esModule",{value:!0});gZ4.default=void 0;var Ib9=xb9(g6("crypto"));function xb9(q){return q&&q.__esModule?q:{default:q}}function ub9(q){if(Array.isArray(q))q=Buffer.from(q);else if(typeof q==="string")q=Buffer.from(q,"utf8");return Ib9.default.createHash("sha1").update(q).digest()}var mb9=ub9;gZ4.default=mb9});var iZ4=u((cZ4)=>{Object.defineProperty(cZ4,"__esModule",{value:!0});cZ4.default=void 0;var Bb9=dZ4(TW1()),pb9=dZ4(QZ4());function dZ4(q){return q&&q.__esModule?q:{default:q}}var Fb9=(0,Bb9.default)("v5",80,pb9.default),gb9=Fb9;cZ4.default=gb9});var oZ4=u((nZ4)=>{Object.defineProperty(nZ4,"__esModule",{value:!0});nZ4.default=void 0;var Ub9="00000000-0000-0000-0000-000000000000";nZ4.default=Ub9});var tZ4=u((aZ4)=>{Object.defineProperty(aZ4,"__esModule",{value:!0});aZ4.default=void 0;var Qb9=db9(Fg6());function db9(q){return q&&q.__esModule?q:{default:q}}function cb9(q){if(!(0,Qb9.default)(q))throw TypeError("Invalid UUID");return parseInt(q.slice(14,15),16)}var lb9=cb9;aZ4.default=lb9});var eZ4=u((jx)=>{Object.defineProperty(jx,"__esModule",{value:!0});Object.defineProperty(jx,"NIL",{enumerable:!0,get:function(){return ab9.default}});Object.defineProperty(jx,"parse",{enumerable:!0,get:function(){return qI9.default}});Object.defineProperty(jx,"stringify",{enumerable:!0,get:function(){return eb9.default}});Object.defineProperty(jx,"v1",{enumerable:!0,get:function(){return ib9.default}});Object.defineProperty(jx,"v3",{enumerable:!0,get:function(){return nb9.default}});Object.defineProperty(jx,"v4",{enumerable:!0,get:function(){return rb9.default}});Object.defineProperty(jx,"v5",{enumerable:!0,get:function(){return ob9.default}});Object.defineProperty(jx,"validate",{enumerable:!0,get:function(){return tb9.default}});Object.defineProperty(jx,"version",{enumerable:!0,get:function(){return sb9.default}});var ib9=sl(GZ4()),nb9=sl(CZ4()),rb9=sl(FZ4()),ob9=sl(iZ4()),ab9=sl(oZ4()),sb9=sl(tZ4()),tb9=sl(Fg6()),eb9=sl(gg6()),qI9=sl(fW1());function sl(q){return q&&q.__esModule?q:{default:q}}});var vW1=u((KG4)=>{Object.defineProperty(KG4,"__esModule",{value:!0});KG4.GaxiosInterceptorManager=void 0;class qG4 extends Set{}KG4.GaxiosInterceptorManager=qG4});var MG4=u((SG)=>{var KI9=SG&&SG.__createBinding||(Object.create?function(q,K,_,Y){if(Y===void 0)Y=_;var z=Object.getOwnPropertyDescriptor(K,_);if(!z||("get"in z?!K.__esModule:z.writable||z.configurable))z={enumerable:!0,get:function(){return K[_]}};Object.defineProperty(q,Y,z)}:function(q,K,_,Y){if(Y===void 0)Y=_;q[Y]=K[_]}),_I9=SG&&SG.__setModuleDefault||(Object.create?function(q,K){Object.defineProperty(q,"default",{enumerable:!0,value:K})}:function(q,K){q.default=K}),YI9=SG&&SG.__importStar||function(q){if(q&&q.__esModule)return q;var K={};if(q!=null){for(var _ in q)if(_!=="default"&&Object.prototype.hasOwnProperty.call(q,_))KI9(K,q,_)}return _I9(K,q),K},cY6=SG&&SG.__classPrivateFieldGet||function(q,K,_,Y){if(_==="a"&&!Y)throw TypeError("Private accessor was defined without a getter");if(typeof K==="function"?q!==K||!Y:!K.has(q))throw TypeError("Cannot read private member from an object whose class did not declare it");return _==="m"?Y:_==="a"?Y.call(q):Y?Y.value:K.get(q)},zI9=SG&&SG.__classPrivateFieldSet||function(q,K,_,Y,z){if(Y==="m")throw TypeError("Private method is not writable");if(Y==="a"&&!z)throw TypeError("Private accessor was defined without a setter");if(typeof K==="function"?q!==K||!z:!K.has(q))throw TypeError("Cannot write private member to an object whose class did not declare it");return Y==="a"?z.call(q,_):z?z.value=_:K.set(q,_),_},nX8=SG&&SG.__importDefault||function(q){return q&&q.__esModule?q:{default:q}},HZ6,dY6,YG4,jG4,HG4,JG4,lX8,zG4;Object.defineProperty(SG,"__esModule",{value:!0});SG.Gaxios=void 0;var AI9=nX8(mP1()),OI9=g6("https"),$I9=nX8(n04()),wI9=nX8(g6("querystring")),jI9=nX8(o04()),AG4=g6("url"),iX8=DW1(),HI9=AZ4(),OG4=g6("stream"),JI9=eZ4(),$G4=vW1(),XI9=DI9()?window.fetch:$I9.default;function MI9(){return typeof window<"u"&&!!window}function DI9(){return MI9()&&!!window.fetch}function PI9(){return typeof Buffer<"u"}function wG4(q,K){return!!XG4(q,K)}function XG4(q,K){K=K.toLowerCase();for(let _ of Object.keys((q===null||q===void 0?void 0:q.headers)||{}))if(K===_.toLowerCase())return q.headers[_];return}class VW1{constructor(q){HZ6.add(this),this.agentCache=new Map,this.defaults=q||{},this.interceptors={request:new $G4.GaxiosInterceptorManager,response:new $G4.GaxiosInterceptorManager}}async request(q={}){return q=await cY6(this,HZ6,"m",JG4).call(this,q),q=await cY6(this,HZ6,"m",jG4).call(this,q),cY6(this,HZ6,"m",HG4).call(this,this._request(q))}async _defaultAdapter(q){let _=await(q.fetchImplementation||XI9)(q.url,q),Y=await this.getResponseData(q,_);return this.translateResponse(q,_,Y)}async _request(q={}){var K;try{let _;if(q.adapter)_=await q.adapter(q,this._defaultAdapter.bind(this));else _=await this._defaultAdapter(q);if(!q.validateStatus(_.status)){if(q.responseType==="stream"){let Y="";await new Promise((z)=>{(_===null||_===void 0?void 0:_.data).on("data",(A)=>{Y+=A}),(_===null||_===void 0?void 0:_.data).on("end",z)}),_.data=Y}throw new iX8.GaxiosError(`Request failed with status code ${_.status}`,q,_)}return _}catch(_){let Y=_ instanceof iX8.GaxiosError?_:new iX8.GaxiosError(_.message,q,void 0,_),{shouldRetry:z,config:A}=await(0,HI9.getRetryConfig)(Y);if(z&&A)return Y.config.retryConfig.currentRetryAttempt=A.retryConfig.currentRetryAttempt,q.retryConfig=(K=Y.config)===null||K===void 0?void 0:K.retryConfig,this._request(q);throw Y}}async getResponseData(q,K){switch(q.responseType){case"stream":return K.body;case"json":{let _=await K.text();try{_=JSON.parse(_)}catch(Y){}return _}case"arraybuffer":return K.arrayBuffer();case"blob":return K.blob();case"text":return K.text();default:return this.getResponseDataFromContentType(K)}}validateStatus(q){return q>=200&&q<300}paramsSerializer(q){return wI9.default.stringify(q)}translateResponse(q,K,_){let Y={};return K.headers.forEach((z,A)=>{Y[A]=z}),{config:q,data:_,headers:Y,status:K.status,statusText:K.statusText,request:{responseURL:K.url}}}async getResponseDataFromContentType(q){let K=q.headers.get("Content-Type");if(K===null)return q.text();if(K=K.toLowerCase(),K.includes("application/json")){let _=await q.text();try{_=JSON.parse(_)}catch(Y){}return _}else if(K.match(/^text\//))return q.text();else return q.blob()}async*getMultipartRequest(q,K){let _=`--${K}--`;for(let Y of q){let z=Y.headers["Content-Type"]||"application/octet-stream";if(yield`--${K}\r \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/7b6e84c0d7fdf927.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b6e84c0d7fdf927.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f3e0de45d42646981932c2ae73d658778d03188 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/7b6e84c0d7fdf927.txt @@ -0,0 +1,3 @@ + 590 ${K}${q.slice(0,V)}`;else{if(_==="quoted"&&H[T])f+=`${q[T]}\\`;f+=` + 591 ${K}${q.slice(T+1,V)}`}}return f}function A8q(q,K,_){let Y=K,z=K+1,A=q[z];while(A===" "||A==="\t")if(K{var tx=tX(),j16=O8q(),TZ8=(q,K)=>({indentAtStart:K?q.indent.length:q.indentAtStart,lineWidth:q.options.lineWidth,minContentWidth:q.options.minContentWidth}),vZ8=(q)=>/^(%|---|\.\.\.)/m.test(q);function WG_(q,K,_){if(!K||K<0)return!1;let Y=K-_,z=q.length;if(z<=Y)return!1;for(let A=0,O=0;A>>, + 165 ``` + 166 + 167 ### P5-2: mcp.rs boot wiring + 168 Pass self_role → mesh::run(). Build orchestrator_state for orchestrator nodes. + 169 + 170 ### P5-3: New tools \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/814b743340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/814b743340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/814b743340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8176d49a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8176d49a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8176d49a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/81a0323840ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/81a0323840ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/81a0323840ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/81c40d17e3ea14a0.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/81c40d17e3ea14a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..56c782d004053776ec2cd2ad58d02328ff8c5228 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/81c40d17e3ea14a0.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Edit source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.60 fp=false override=false | context=[Read,Edit,Write] | ts=2026-04-12T12:56:12.495721343+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/82012cff18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/82012cff18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/82012cff18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8228322118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8228322118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8228322118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8235978a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8235978a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8235978a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/823b128266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/823b128266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/823b128266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/827b3d8d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/827b3d8d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/827b3d8d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/82b286a98415ff34.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/82b286a98415ff34.txt new file mode 100644 index 0000000000000000000000000000000000000000..467b8045ed6d541df79649b035890583582bf856 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/82b286a98415ff34.txt @@ -0,0 +1,3 @@ +session.rs (217 lines): Session struct — action_count, files_read, files_written, last_tool/result/file, started/last_action timestamps, complexity_history(100 cap), manifest(200 cap), failures(50 cap), rate_window(circular buffer per-minute). Functions: track_read/track_write (canonicalize+traversal detection), record_action (rate window prune), record_complexity, record_manifest/record_manifest_detailed (WH-5 audit trail with command+targets), record_failure, anchor_ratio, status_summary. + +Score: 0.337 | /data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/e5c271463f599111.txt \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/82cf672018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/82cf672018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/82cf672018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/838decdf18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/838decdf18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/838decdf18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/850fa58cf466a09e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/850fa58cf466a09e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5960dbb062f022d771397d9d23f5f7bfb7a486 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/850fa58cf466a09e.txt @@ -0,0 +1,3 @@ +agent_state.rs (684 lines): AgentStateDb — LMDB at LMDB5.DB, 100MB max, 4 DBs (memory, sessions, state, tags). MemoryType: Preference/Fact/Instruction/Context/Working/Pinned. MemoryEntry: id(mem_timestamp_counter), content, type, tags, source, created_at, last_accessed, access_count, relevance(0-1.0), expires_at(Working=24h, Pinned=never, default=7d). SessionContext: session_id, parent_session, started_at, ended_at, working_dir, active_project, summary, files_modified, total_complexity, total_actions. AgentPreferences: code_style, response_length(adaptive), show_thinking, preferred_editor, auto_save_context, max_context_entries(100), custom HashMap. Functions: remember/create_memory(atomic counter for unique IDs)/recall(updates access stats)/search_memories(substring+relevance×recency sort)/get_by_tag/get_by_type/forget/expire_memories, tag index(add/remove/list), start_session/end_session/update_session/get_session/get_latest_session/get_session_chain(parent walk)/record_file_modified/increment_session_stats, state KV(get/set/get_typed/set_typed/delete/list_keys), preferences(get/set/set_preference), init_defaults(seeds 2 memories + preferences), get_context_summary(last session + instructions + recent context), db_stats. + +SECURITY NOTES: tmp_db enforces trust-based tool access. fs.rs normalizes paths to prevent traversal. agent_state expires memories automatically. All use heed LMDB with transactional writes. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8563e33bf2ad60f7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8563e33bf2ad60f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a7f7e496baf4ddcecd73c5501eb419faf7802c2 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8563e33bf2ad60f7.txt @@ -0,0 +1,8 @@ + 19 // Middleware (Tower + axum): + 20 // TraceLayer — structured request/response logging + 21 // CatchPanicLayer — handler panics → 500 (never crash server) + 22 // RequestBodyLimitLayer — 10MB (matches original read_body limit) + 23 // SetSensitiveRequestHeadersLayer — hide auth headers from logs + 24 // CompressionLayer — gzip response compression + 25 // CORS (axum::middleware::from_fn) — browser preflight + response headers + 26 // Timeout — 30s per request via spawn_blocking + tokio::time::timeout \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/861ed26ca47262a2.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/861ed26ca47262a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b7521bba68a9b6c060f29baa6e51a7ba7c0e158 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/861ed26ca47262a2.txt @@ -0,0 +1,13 @@ + "command": "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/framing.rs", + "targets": [ + "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/framing.rs" + ] + }, + { + "timestamp": "2026-04-05T20:49:33.092491432Z", + "tool": "Edit", + "c": 24, + "action": "ALLOWED", + "reason": null, + "command": "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/framing.rs", + "targets": [ \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/87e6fb25a248252f.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/87e6fb25a248252f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6c32e2f55bb3c8ffe9fce53014f3bd1def7fe0c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/87e6fb25a248252f.txt @@ -0,0 +1,10 @@ +- play_pcm creates NEW cpal stream per utterance, plays, spin-waits, drops + +Problem 4: No audio stream persistence +- Every play_pcm(): create host → find device → build stream → play → spin-wait → drop +- Every capture_pcm(): same pattern +- This causes hangs — cpal stream creation + PulseAudio negotiation takes time, spin-wait blocks MCP thread up to 30s + +Problem 5: VoiceSession.start() is basically a no-op +- voice.rs:922-924 start() just plugs in StubAudioInput and StubAudioOutput +- Real audio goes through spf_voice:: calls which create/destroy own cpal streams each time \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/88c8ac997d986611.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/88c8ac997d986611.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae8fb071262531d70e13c713faf160c768477b8e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/88c8ac997d986611.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SWARMagents/1/SPFsmartGATE/src/dispatch.rs- tool, &result, &flint_ctx, &state.agent_db +/data/data/com.termux/files/home/SWARMagents/1/SPFsmartGATE/src/dispatch.rs- ); +/data/data/com.termux/files/home/SWARMagents/1/SPFsmartGATE/src/dispatch.rs- +/data/data/com.termux/files/home/SWARMagents/1/SPFsmartGATE/src/dispatch.rs- let duration_ms = start.elapsed().as_millis() as u64; +/data/data/com.termux/files/home/SWARMagents/1/SPFsmartGATE/src/dispatch.rs- let blocked = result.get("_blocked").and_then(|v| v.as_bool()).unwrap_or(false); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/891aef2066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/891aef2066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/891aef2066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/892180ee66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/892180ee66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/892180ee66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/893c66bd40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/893c66bd40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/893c66bd40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/89439d6b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/89439d6b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/89439d6b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8959725266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8959725266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8959725266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/895ac55818eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/895ac55818eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/895ac55818eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8960ca5e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8960ca5e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8960ca5e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/896baacb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/896baacb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/896baacb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/898ea0dd66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/898ea0dd66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/898ea0dd66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/899362ac40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/899362ac40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/899362ac40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8997e42c25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8997e42c25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8997e42c25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/899f3b0140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/899f3b0140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/899f3b0140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/89b9aa4e18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/89b9aa4e18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/89b9aa4e18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/89fff3b418ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/89fff3b418ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/89fff3b418ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a01c3ee18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a01c3ee18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a01c3ee18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a188dac18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a188dac18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a188dac18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a3553db25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a3553db25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a3553db25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a5ca74b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a5ca74b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a5ca74b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a606e7140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a606e7140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a606e7140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a7e5fd018ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a7e5fd018ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a7e5fd018ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a832e3240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a832e3240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a832e3240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9cd56c25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9cd56c25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9cd56c25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9d0fb766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9d0fb766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9d0fb766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9fd4f318ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9fd4f318ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8a9fd4f318ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8aa293b318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8aa293b318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8aa293b318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ac9ed4140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ac9ed4140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ac9ed4140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ae78cbe18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ae78cbe18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ae78cbe18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8afdf71b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8afdf71b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8afdf71b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b161d6e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b161d6e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b161d6e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b1d577d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b1d577d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b1d577d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b3fe8e266b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b3fe8e266b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b3fe8e266b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b44806c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b44806c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b44806c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5152eb66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5152eb66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5152eb66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b543da866b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b543da866b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b543da866b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b54db2466b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b54db2466b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b54db2466b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5aee5518ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5aee5518ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5aee5518ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b7c2e66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b7c2e66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b7c2e66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b8b2218ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b8b2218ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5b8b2218ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5c136766b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5c136766b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b5c136766b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b77739648dfe36b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b77739648dfe36b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a5027700492928d40c3f043fc715c98890f55b5 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b77739648dfe36b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Write source=transformer:flint-router allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[] | ts=2026-04-14T10:08:22.138173945+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b7e7af818ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b7e7af818ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b7e7af818ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b809bcd18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b809bcd18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b809bcd18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8b841a6718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b841a6718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8b841a6718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba1f13a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba1f13a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba1f13a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba3215b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba3215b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ba3215b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8bae09ae66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bae09ae66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bae09ae66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8bb7f54218ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bb7f54218ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bb7f54218ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8bbab5df40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bbab5df40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bbab5df40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8bc2490718ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bc2490718ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8bc2490718ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8be29fd740ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8be29fd740ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8be29fd740ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c1b51f940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c1b51f940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c1b51f940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c2bd31c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c2bd31c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c2bd31c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3d3d0c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3d3d0c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3d3d0c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3e7f6218ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3e7f6218ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c3e7f6218ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c5449b618ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c5449b618ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c5449b618ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c6285cd40697afd.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c6285cd40697afd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6bd7c2c9b48f2425bd03355cb5327d3995c5a2d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c6285cd40697afd.txt @@ -0,0 +1,14 @@ + let result = validate_bash("rm -rf ~/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/*", &config, None); + assert!(!result.valid, "Wildcard delete should be blocked: {:?}", result.errors); + assert!(result.errors.iter().any(|e| e.contains("wildcard delete"))); + } + + #[test] + fn destructive_guard_warns_mass_delete() { + let config = default_config(); ══ + + +══ assert!(result.warnings.iter().all(|w| !w.contains("DESTRUCTIVE"))); + } + + // ==================================================================== \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c684e9518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c684e9518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c684e9518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8c7bee8a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c7bee8a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8c7bee8a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd846cf40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd846cf40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd846cf40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd8cede25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd8cede25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cd8cede25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ce0902940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ce0902940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ce0902940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8cff7a3a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cff7a3a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8cff7a3a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d09b78025a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d09b78025a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d09b78025a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d0f67e318ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d0f67e318ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d0f67e318ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1c9cbd18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1c9cbd18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1c9cbd18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1ff78f66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1ff78f66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d1ff78f66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d227a8218ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d227a8218ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d227a8218ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d30eabd18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d30eabd18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d30eabd18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d32807e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d32807e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d32807e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3b777540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3b777540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3b777540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3c91f425a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3c91f425a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d3c91f425a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d42f64f18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d42f64f18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d42f64f18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d4a709518ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d4a709518ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d4a709518ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5c446e18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5c446e18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5c446e18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5d033d66b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5d033d66b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d5d033d66b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6331ec18ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6331ec18ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6331ec18ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d68ebca40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d68ebca40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d68ebca40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d69f79566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d69f79566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d69f79566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6a061118ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6a061118ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d6a061118ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d7643adb75ff2bd.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d7643adb75ff2bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..00ef2f448009608a5186341446627ec6fa9945f4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d7643adb75ff2bd.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_channel source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.60 fp=false override=false | context=[spf_channel,spf_channel,spf_channel] | ts=2026-04-14T19:26:52.889454390+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d77446c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d77446c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d77446c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d82ed84b75ff2bd.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d82ed84b75ff2bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e11233d9e9e48abd117e2431b95f35d7b9bcefb5 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d82ed84b75ff2bd.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_channel source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[spf_channel,spf_channel,spf_channel] | ts=2026-04-14T19:40:52.191371466+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8d83976966b9b977.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d83976966b9b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa7a21497104d65f3eed45aa829589bf9ff03d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8d83976966b9b977.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Grep,spf_brain_search,Read] | ts=2026-04-04T08:52:43.369288061+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8db2a0fef5004121.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8db2a0fef5004121.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaef6507e17127dcaa29d1376225c3b625d51837 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8db2a0fef5004121.txt @@ -0,0 +1,11 @@ + 318 /// Create new Synapse + 319 pub fn new(cell_id: CellId) -> Self { + 320 Self { + 321 cell_id, + 322 inbound: RwLock::new(RingBuffer::new(SYNAPSE_RING_SIZE)), + 323 outbound: RwLock::new(RingBuffer::new(SYNAPSE_RING_SIZE)), + 324 mesh: RwLock::new(HashMap::new()), + 325 sorter_sender: None, + 326 total_received: AtomicU64::new(0), + 327 total_sent: AtomicU64::new(0), + 328 total_forwarded: AtomicU64::new(0), \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8de4a60218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8de4a60218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8de4a60218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8df36c8518ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8df36c8518ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..77357be4281a223253acab594f8ca7ca911a7917 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8df36c8518ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Grep,Grep,Read] | ts=2026-04-08T03:28:55.879550400+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e06a34440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e06a34440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e06a34440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e1d532218ef4037.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e1d532218ef4037.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea7c957b162b30cc1ade6cd74587de42c7a1517 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e1d532218ef4037.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Grep,spf_brain_search] | ts=2026-04-04T08:57:37.690037115+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e3a41fd18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e3a41fd18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e3a41fd18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e46a74618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e46a74618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e46a74618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e49d8c318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e49d8c318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e49d8c318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e56ca1718ef403b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e56ca1718ef403b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37d6a869625d2104f89f047e49f10f762a7ae66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e56ca1718ef403b.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Read,Write,Write] | ts=2026-04-08T03:16:11.041740796+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e59f4afcf6f48d2.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e59f4afcf6f48d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..05a86c4b88b2dd471570b69b19e2248fb49f8ad6 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e59f4afcf6f48d2.txt @@ -0,0 +1,2 @@ + 1366 `+e}return i},source:z,filename:S,...$&&typeof $==="string"&&OJ.includes($)?{color:$}:{},...j!==void 0?{model:j}:{},...G!==void 0?{effort:G}:{},...V?{permissionMode:T}:{},...L!==void 0?{maxTurns:L}:{},...J?{background:J}:{},...D?{memory:D}:{},...Z?{isolation:Z}:{}}}catch(A){let O=A instanceof Error?A.message:String(A);return k(`Error parsing agent from ${q}: ${O}`),H6(A),null}}var eAq,qOq,gp_,tS;var DD=y(()=>{Iq();C7();cw();V8();B36();Y8();N0();g8();TN();y8();Hn();sD();CT8();mR();d8();Z2();jj();R0();Hu();QAq();tAq();eAq=F6(()=>E.union([E.string(),E.record(E.string(),UB())])),qOq=F6(()=>E.object({description:E.string().min(1,"Description cannot be empty"),tools:E.array(E.string()).optional(),disallowedTools:E.array(E.string()).optional(),prompt:E.string().min(1,"Prompt cannot be empty"),model:E.string().trim().min(1,"Model cannot be empty").transform((q)=>q.toLowerCase()==="inherit"?"inherit":q).optional(),effort:E.union([E.enum(nE),E.number().int()]).optional(),permissionMode:E.enum(AG).optional(),mcpServers:E.array(eAq()).optional(),hooks:uR().optional(),maxTurns:E.number().int().positive().optional(),skills:E.array(E.string()).optional(),initialPrompt:E.string().optional(),memory:E.enum(["user","project","local"]).optional(),background:E.boolean().optional(),isolation:E.enum(["worktree"]).optional()})),gp_=F6(()=>E.record(E.string(),qOq()));tS=Y1(async(q)=>{if(n6(process.env.CLAUDE_CODE_SIMPLE)){let K=xT8();return{activeAgents:K,allAgents:K}}try{let K=await jn("agents",q),_=[],Y=K.map(({filePath:j,baseDir:H,frontmatter:J,content:X,source:M})=>{let D=_Oq(j,H,J,X,M);if(!D){if(!J.name)return null;let P=Up_(J);return _.push({path:j,error:P}),k(`Failed to parse agent from ${j}: ${P}`),d("tengu_agent_parse_error",{error:P,location:M}),null}return D}).filter((j)=>j!==null),A=await Ji6(),$=[...xT8(),...A,...Y],w=bN($);for(let j of w)if(j.color)NA6(j.agentType,j.color);return{activeAgents:w,allAgents:$,failedFiles:_.length>0?_:void 0}}catch(K){let _=K instanceof Error?K.message:String(K);k(`Error loading agent definitions: ${_}`),H6(K);let Y=xT8();return{activeAgents:Y,allAgents:Y,failedFiles:[{path:"unknown",error:_}]}}})});var $Oq={};T8($Oq,{getSkillToolInfo:()=>TC1,getSkillInfo:()=>lp_,getPrompt:()=>BT8,getLimitedSkillToolCommands:()=>vC1,getCharBudget:()=>mT8,formatCommandsWithinBudget:()=>fC1,clearPromptCache:()=>VC1,SKILL_BUDGET_CONTEXT_PERCENT:()=>zOq,MAX_LISTING_DESC_CHARS:()=>ZC1,DEFAULT_CHAR_BUDGET:()=>OOq,CHARS_PER_TOKEN:()=>AOq});function mT8(q){if(Number(process.env.SLASH_COMMAND_TOOL_CHAR_BUDGET))return Number(process.env.SLASH_COMMAND_TOOL_CHAR_BUDGET);if(q)return Math.floor(q*AOq*zOq);return OOq}function GC1(q){let K=q.whenToUse?`${q.description} - ${q.whenToUse}`:q.description;return K.length>ZC1?K.slice(0,ZC1-1)+"…":K}function dp_(q){let K=__(q);if(q.name!==K&&q.type==="prompt"&&q.source==="plugin")k(`Skill prompt: showing "${q.name}" (userFacingName="${K}")`);return`- ${q.name}: ${GC1(q)}`}function fC1(q,K){if(q.length===0)return"";let _=mT8(K),Y=q.map((M)=>({cmd:M,full:dp_(M)}));if(Y.reduce((M,D)=>M+D.full.length,0)+(Y.length-1)<=_)return Y.map((M)=>M.full).join(` + 1367 `);let A=new Set,O=[];for(let M=0;MA.has(P)?M+D.full.length+1:M,0),w=_-$;if(O.length===0)return Y.map((M)=>M.full).join(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8e5d30cae5fa1ae1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e5d30cae5fa1ae1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9b0c5d3dd2f81a26d712bc542cf0106d01ed852 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8e5d30cae5fa1ae1.txt @@ -0,0 +1,2 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/SESSION/cmd.log:[2026-04-04 01:27:01] CALL Write | {"content":"{\n \"key\": \"ba2ad5c3119ce182c34856833dd6c466c9e70f1da2da1c44a17dfffeb335222c\",\n \"addr\": [\"127.0.0.1:5963\"],\n \"name\": \"ba2ad5c3\",\n \"role\": \"worker\"\n}\n","file_path":"/data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/groups/worker.json"} +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/SESSION/cmd.log:[2026-04-04 01:53:22] CALL Edit | {"file_path":"/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/CONFIG_TRUST_FILES.md","new_string":"# CONTROLLER1.KEYS\n# controller1 (this machine)\n3e9a6c078e8d2d6957ba499caf289a223bf79daa333cc05f1a8563d16fd2989e\n\n---\n\n# WORKER.KEYS\n# ba2ad5c3 - worker\nba2ad5c3119ce182c34… \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ed152fc40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ed152fc40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ed152fc40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ef1968b66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ef1968b66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ef1968b66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1c6a9e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1c6a9e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1c6a9e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1e87cb18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1e87cb18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f1e87cb18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2e356766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2e356766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2e356766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2fec1525a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2fec1525a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f2fec1525a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3846dc40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3846dc40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3846dc40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3d065e25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3d065e25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f3d065e25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f4d9ccd66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f4d9ccd66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f4d9ccd66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8f595e4518eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f595e4518eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8f595e4518eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8fedd6e825a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8fedd6e825a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8fedd6e825a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/8ff8423440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ff8423440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/8ff8423440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9022f7ed66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9022f7ed66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9022f7ed66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/90a70b259a3509b5.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/90a70b259a3509b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..012d64fd1c60c1bbfe4f11aa6a6a76c163ba2d23 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/90a70b259a3509b5.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_agent_memory_search source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_agent_memory_by_tag,spf_brain_search,spf_brain_get_doc] | ts=2026-04-15T10:14:56.045782560+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/90b74d6425a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/90b74d6425a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/90b74d6425a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/90f667da66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/90f667da66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/90f667da66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/910af34966b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/910af34966b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/910af34966b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/911a085d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/911a085d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/911a085d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/913203886e433cba.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/913203886e433cba.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce48332fb3a89f0c3c02542f696a51b21a480479 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/913203886e433cba.txt @@ -0,0 +1,6 @@ +/data/data/com.termux/files/home/SPFsmartGATE/src/identity.rs- eprintln!("[SPF] ⚠ SEC-3 WARNING: Rogue agent config detected"); +-- +/data/data/com.termux/files/home/SPFsmartGATE/src/worker.rs- false_positive: false, +/data/data/com.termux/files/home/SPFsmartGATE/src/worker.rs- recent_call_count: 0, +/data/data/com.termux/files/home/SPFsmartGATE/src/worker.rs- preceding_tools: vec![], +/data/data/com.termux/files/home/SPFsmartGATE/src/worker.rs- evil_score: 0.0, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/91541d7718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/91541d7718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/91541d7718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9157f97b25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9157f97b25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9157f97b25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9178131366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9178131366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9178131366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9198e25066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9198e25066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9198e25066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/91d3ef5266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d3ef5266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d3ef5266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/91d60d2140ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d60d2140ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d60d2140ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/91d95c2c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d95c2c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/91d95c2c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/91e4a7fa18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/91e4a7fa18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/91e4a7fa18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/920729bd66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/920729bd66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/920729bd66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/920eb25766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/920eb25766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/920eb25766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/923f97d366b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/923f97d366b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/923f97d366b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/924339b940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/924339b940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/924339b940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92435ed625a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92435ed625a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92435ed625a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92440c1666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92440c1666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92440c1666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9244b98940ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9244b98940ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9244b98940ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92536ede66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92536ede66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92536ede66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9295613e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9295613e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9295613e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92a72628eb2b52bb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92a72628eb2b52bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..97691747b858dc177c68a512e24cab0459ac87c4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92a72628eb2b52bb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_context source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_brain_context,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-15T19:37:33.889661788+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92bb950340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92bb950340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92bb950340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92c1427718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92c1427718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92c1427718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92e6cb8c66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92e6cb8c66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92e6cb8c66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92e7725525a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92e7725525a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92e7725525a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/92edc0a318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/92edc0a318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/92edc0a318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/931f2a9218eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/931f2a9218eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/931f2a9218eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/934427d440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/934427d440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/934427d440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/934cc14b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/934cc14b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/934cc14b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/94066eaa3fbb8487.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/94066eaa3fbb8487.txt new file mode 100644 index 0000000000000000000000000000000000000000..32ee3537ae0d966fa522f94eaf205d29c6852102 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/94066eaa3fbb8487.txt @@ -0,0 +1,4 @@ +3. If a tool returns an error indicating the tab doesn't exist or is invalid, call tabs_context_mcp to get fresh tab IDs +4. When a tab is closed by the user or a navigation error occurs, call tabs_context_mcp to see what tabs are available`,Am8=`**IMPORTANT: Before using any chrome browser tools, you MUST first load them using ToolSearch.** +Chrome browser tools are MCP tools that require loading before use. Before calling any mcp__claude-in-chrome__* tool: +1. Use ToolSearch with \`select:mcp__claude-in-chrome__\` to load the specific tool \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9452eeb540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9452eeb540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9452eeb540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9460c54540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9460c54540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9460c54540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9468390625a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9468390625a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9468390625a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9479774566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9479774566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9479774566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/947d8b7566b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/947d8b7566b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/947d8b7566b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9482880018eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9482880018eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9482880018eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9490cf5fb323bc76.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9490cf5fb323bc76.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b1b88baed79cbad826cb5b4f93c2d84f9258e7d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9490cf5fb323bc76.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Glob source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.40 fp=false override=false | context=[Write,Write,Glob] | ts=2026-04-16T04:33:26.708808692+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/94910dd125a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/94910dd125a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/94910dd125a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/94bb58a118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/94bb58a118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/94bb58a118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/94be576e66b9b998.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/94be576e66b9b998.txt new file mode 100644 index 0000000000000000000000000000000000000000..82339a6f7006be5b99c370e1c8d81781102e535b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/94be576e66b9b998.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[spf_rag_smart_search,Read,Read] | ts=2026-04-16T05:22:51.620282613+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9541eca425a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9541eca425a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9541eca425a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9549982118eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9549982118eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9549982118eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9553404d18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9553404d18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9553404d18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9555634418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9555634418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9555634418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/955795da40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/955795da40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/955795da40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9559d871b66d5ae7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9559d871b66d5ae7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c604c5bf4e44c9554f816c13ef19c915ef8bfb46 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9559d871b66d5ae7.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/debuggedONserver100/clusterV3/src/types.rs- +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/debuggedONserver100/clusterV3/src/types.rs- /// Size in bytes +-- +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/debuggedONserver100/clusterV1/src/synapse.rs- let write = self.write_pos.load(Ordering::Acquire); +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/debuggedONserver100/clusterV1/src/synapse.rs- let read = self.read_pos.load(Ordering::Relaxed); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/955c85de66b9b998.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/955c85de66b9b998.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c38ffa6afa1d0e193eb5f903dcd8d45ae333fa --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/955c85de66b9b998.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[Read] | ts=2026-04-16T08:14:36.190146807+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9576d6ca18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9576d6ca18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9576d6ca18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9578799666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9578799666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9578799666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/964bf7d418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/964bf7d418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/964bf7d418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/96e78d0440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/96e78d0440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/96e78d0440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/96f3a43640ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/96f3a43640ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/96f3a43640ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/96f6c8b666b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/96f6c8b666b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/96f6c8b666b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9726427125a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9726427125a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9726427125a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/97c4760540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/97c4760540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/97c4760540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/97ffd46a25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/97ffd46a25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/97ffd46a25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98250e1a18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98250e1a18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98250e1a18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/982bfb0d66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/982bfb0d66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/982bfb0d66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9864b336cbc57eb3.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9864b336cbc57eb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f0f8dff449f3b8301b743352d68df671a732982 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9864b336cbc57eb3.txt @@ -0,0 +1,7 @@ + 3625 2. Understand existing patterns and architecture + 3626 3. Design an implementation approach + 3627 4. Present your plan to the user for approval + 3628 5. Use ${U2} if you need to clarify approaches + 3629 6. Exit plan mode with ExitPlanMode when ready to implement + 3630 + 3631 `});function qjK(){return null}function KjK(q,K,_){return hD.createElement(m,{flexDirection:"column",marginTop:1},hD.createElement(m,{flexDirection:"row"},hD.createElement(v,{color:MT("plan")},a9),hD.createElement(v,null," Entered plan mode")),hD.createElement(m,{paddingLeft:2},hD.createElement(v,{dimColor:!0},"Claude is now exploring and designing an implementation approach.")))}function _jK(){return hD.createElement(m,{flexDirection:"row",marginTop:1},hD.createElement(v,{color:MT("default")},a9),hD.createElement(v,null," User declined to enter plan mode"))}var hD;var YjK=y(()=>{nY();sD();r6();hD=w6(W6(),1)});var F6z,g6z,G68;var Dt1=y(()=>{C7();N8();MH();eX();eq6();ewK();YjK();F6z=F6(()=>E.strictObject({})),g6z=F6(()=>E.object({message:E.string().describe("Confirmation that plan mode was entered")})),G68={name:R46,searchHint:"switch to plan mode to design an approach before coding",maxResultSizeChars:1e5,async description(){return"Requests permission to enter plan mode for complex tasks requiring exploration and design"},async prompt(){return twK()},get inputSchema(){return F6z()},get outputSchema(){return g6z()},userFacingName(){return""},shouldDefer:!0,isEnabled(){if(BH().length>0)return!1;return!0},isConcurrencySafe(){return!0},isReadOnly(){return!0},toAutoClassifierInput(){return""},async checkPermissions(q){return{behavior:"allow",updatedInput:q}},renderToolUseMessage:qjK,renderToolResultMessage:KjK,renderToolUseRejectedMessage:_jK,async call(q,K){if(K.agentId)throw Error("EnterPlanMode tool cannot be used in agent contexts");let _=K.getAppState();return Qd(_.toolPermissionContext.mode,"plan"),K.setAppState((Y)=>({...Y,toolPermissionContext:G2(ML6(Y.toolPermissionContext),{type:"setMode",mode:"plan",destination:"session"})})),{data:{message:"Entered plan mode. You should now focus on exploring the codebase and designing an implementation approach."}}},mapToolResultToToolResultBlockParam({message:q},K){return{type:"tool_result",content:Rw()?`${q} \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9868088c18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9868088c18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9868088c18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/986bf67225a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/986bf67225a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/986bf67225a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98732c8223360eb1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98732c8223360eb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c169fbe63a4b3970c43a9bfc01f7bbdae86a417 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98732c8223360eb1.txt @@ -0,0 +1,13 @@ + projects_count, access_count, resources_count + )}) + } + Err(e) => json!({"type": "text", "text": format!("tmp_stats failed: {}", e)}), + }, + None => json!({"type": "text", "text": "TMP_DB LMDB not initialized"}), + } + } + + "spf_tmp_get" => { + let path_arg = args["path"].as_str().unwrap_or(""); + + session.record_action("tmp_get", "get", Some(path_arg)); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98ad73b718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98ad73b718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98ad73b718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98b4563925a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98b4563925a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98b4563925a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98cc49ed40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98cc49ed40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98cc49ed40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98f3187725a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98f3187725a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98f3187725a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/98f5365718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/98f5365718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/98f5365718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9905fceb66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9905fceb66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9905fceb66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/993bc6ad66b9b999.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/993bc6ad66b9b999.txt new file mode 100644 index 0000000000000000000000000000000000000000..14d3f374d912b47b742e1e0eef8bf74ae726f0ef --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/993bc6ad66b9b999.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Read,Read,Read] | ts=2026-04-17T02:18:04.588839710+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/993ff4a525a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/993ff4a525a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/993ff4a525a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9949058066b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9949058066b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9949058066b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9965df1925a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9965df1925a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9965df1925a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/99efde2b40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/99efde2b40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/99efde2b40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a03997f25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a03997f25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a03997f25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a15bad340ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a15bad340ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a15bad340ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a1e0bf618eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a1e0bf618eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a1e0bf618eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a4febca25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a4febca25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a4febca25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a51748540ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a51748540ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a51748540ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a7974b418eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a7974b418eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a7974b418eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a85c6bb66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a85c6bb66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a85c6bb66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9a9cabdf18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a9cabdf18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9a9cabdf18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9aa9d33a40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9aa9d33a40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9aa9d33a40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9b0e518e66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b0e518e66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b0e518e66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9b4b57fc66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b4b57fc66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b4b57fc66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9b5664c240ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b5664c240ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b5664c240ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9b7cf68a66b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b7cf68a66b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b7cf68a66b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9b905b5318eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b905b5318eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9b905b5318eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9bdd543266b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bdd543266b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bdd543266b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf5e33766b94553.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf5e33766b94553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ce980e37fb92d53ab61a742cd597b179580609 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf5e33766b94553.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Edit,Read,Grep] | ts=2026-03-21T23:49:39.069336238+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf7492e40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf7492e40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9bf7492e40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9c305d7e25a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c305d7e25a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c305d7e25a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9c458a1f18eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c458a1f18eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c458a1f18eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9c57384525a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c57384525a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c57384525a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9c62217440ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c62217440ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c62217440ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9c81b5a718eecbfb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c81b5a718eecbfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4daeae6ee20fc2417f11c0bedea93bb8de37f78 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9c81b5a718eecbfb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[Glob,Glob,Read] | ts=2026-03-18T08:29:57.603263118+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9cf6b89c40ee6b02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9cf6b89c40ee6b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..65de400792656af27b436d20db3a7260cf0fb313 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9cf6b89c40ee6b02.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=false | context=[spf_brain_search,spf_brain_search,spf_brain_search] | ts=2026-03-21T22:39:54.630155981+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9d3f449325a34239.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9d3f449325a34239.txt new file mode 100644 index 0000000000000000000000000000000000000000..af157501e19ea0628e93b65afc491ff99e236c00 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9d3f449325a34239.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_recall source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_agent_session_info,spf_agent_memory_by_tag] | ts=2026-04-11T04:49:33.492635127+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/9f413d4a2fb8ee15.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/9f413d4a2fb8ee15.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd35b86b797696cc509880e782b4241b023018eb --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/9f413d4a2fb8ee15.txt @@ -0,0 +1,10 @@ + 267 Every write increments version — enables basic version tracking. + 268 + 269 ### 36. Vector Index (Reverse RAG Lookup) + 270 - index_vector(path, vector_id) — links a file to a brain embedding + 271 - vector_to_path(vector_id) — reverse lookup: embedding → file + 272 - Bridges the filesystem and the brain's vector store + 273 + 274 ### 37. fs-import / fs-export CLI + 275 - fs-import virtual_path device_file — device → LMDB + 276 - fs-export virtual_path device_file — LMDB → device \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/a4dee29e907b0956.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/a4dee29e907b0956.txt new file mode 100644 index 0000000000000000000000000000000000000000..022d916a51d01aa08865406c074aca0ed42cb01d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/a4dee29e907b0956.txt @@ -0,0 +1,14 @@ +[50]: https://github.com/partners +[51]: https://github.com/resources +[52]: https://github.com/sponsors +[53]: https://securitylab.github.com +[54]: https://maintainers.github.com +[55]: https://github.com/accelerator +[56]: https://stars.github.com +[57]: https://archiveprogram.github.com +[58]: https://github.com/topics +[59]: https://github.com/trending +[60]: https://github.com/collections +[61]: https://github.com/enterprise +[62]: https://github.com/security/advanced-security +[63]: https://github.com/features/copilot/copilot-business \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/a4fa8965fdfa5660.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/a4fa8965fdfa5660.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae571509704de335b114bcf9767d61cb79fad1e6 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/a4fa8965fdfa5660.txt @@ -0,0 +1,2 @@ +Install SoX manually for audio recording.`}`};if(!await O()){let W;if(process.platform==="win32")W="Settings → Privacy → Microphone";else if(process.platform==="linux")W="your system's audio settings";else W="System Settings → Privacy & Security → Microphone";return{type:"text",value:`Microphone access is denied. To enable it, go to ${W}, then run /voice again.`}}if(H7("userSettings",{voiceEnabled:!0}).error)return{type:"text",value:"Failed to update settings. Check your settings file for syntax errors."};HD.notifyChange("userSettings"),d("tengu_voice_toggled",{enabled:!0});let j=DH("voice:pushToTalk","Chat","Space"),H=q78(q.language),J=j8(),X=J.voiceLangHintLastLanguage!==H.code,M=X?0:J.voiceLangHintShownCount??0,D=!H.fellBackFrom&&M({...W,voiceLangHintShownCount:M+(D?1:0),voiceLangHintLastLanguage:H.code}));return{type:"text",value:`Voice mode enabled. Hold ${j} to record.${P}`}};var oIK=y(()=>{q57();Nu();V8();D7();E1();On();Q1();vL6()});var aIK={};T8(aIK,{default:()=>wVz});var $Vz,wVz;var sIK=y(()=>{vL6();$Vz={type:"local",name:"voice",description:"Toggle voice mode",availability:["claude-ai"],isEnabled:()=>fL6(),get isHidden(){return!TL6()},supportsNonInteractive:!1,load:()=>Promise.resolve().then(() => (oIK(),rIK))},wVz=$Vz});async function $g8(){if(!await AO("gh"))return"not_installed";let{exitCode:K}=await W9("gh",["auth","token"],{stdout:"ignore",stderr:"ignore",timeout:5000,reject:!1});return K===0?"authenticated":"not_authenticated"}var K57=y(()=>{aD();XV()});async function tIK(q){let K,_;try{({accessToken:K,orgUUID:_}=await kH())}catch{return{ok:!1,error:{kind:"not_signed_in"}}}let Y=`${b7().BASE_API_URL}/v1/code/github/import-token`,z={...Iz(K),"anthropic-beta":jVz,"x-organization-uuid":_};try{let A=await A1.post(Y,{token:q.reveal()},{headers:z,timeout:15000,validateStatus:()=>!0});if(A.status===200)return{ok:!0,result:A.data};if(A.status===400)return{ok:!1,error:{kind:"invalid_token"}};if(A.status===401)return{ok:!1,error:{kind:"not_signed_in"}};return k(`import-token returned ${A.status}`,{level:"error"}),{ok:!1,error:{kind:"server",status:A.status}}}catch(A){if(A1.isAxiosError(A))k(`import-token network error: ${A.code??"unknown"}`,{level:"error"});return{ok:!1,error:{kind:"network"}}}}async function HVz(){try{return(await ym()).length>0}catch{return!1}}async function eIK(){let q,K;try{({accessToken:q,orgUUID:K}=await kH())}catch{return!1}if(await HVz())return!0;let _=`${b7().BASE_API_URL}/v1/environment_providers/cloud/create`,Y={...Iz(q),"x-organization-uuid":K};try{let z=await A1.post(_,{name:"Default",kind:"anthropic_cloud",description:"Default - trusted network access",config:{environment_type:"anthropic",cwd:"/home/user",init_script:null,environment:{},languages:[{name:"python",version:"3.11"},{name:"node",version:"20"}],network_config:{allowed_hosts:[],allow_default_hosts:!0}}},{headers:Y,timeout:15000,validateStatus:()=>!0});return z.status>=200&&z.status<300}catch{return!1}}async function qxK(){try{return await kH(),!0}catch{return!1}}function wg8(){return`${b7().CLAUDE_AI_ORIGIN}/code`}var jVz="ccr-byoc-2025-07-29",_57;var KxK=y(()=>{fK();e5();Y8();NM();mE6();_57=class _57{#q;constructor(q){this.#q=q}reveal(){return this.#q}toString(){return"[REDACTED:gh-token]"}toJSON(){return"[REDACTED:gh-token]"}[Symbol.for("nodejs.util.inspect.custom")](){return"[REDACTED:gh-token]"}}});var _xK={};T8(_xK,{call:()=>DVz});async function JVz(){if(!await qxK())return{status:"not_signed_in"};let q=await $g8();if(q==="not_installed")return{status:"gh_not_installed"};if(q==="not_authenticated")return{status:"gh_not_authenticated"};let{stdout:K}=await W9("gh",["auth","token"],{stdout:"pipe",stderr:"ignore",timeout:5000,reject:!1}),_=K.trim();if(!_)return{status:"gh_not_authenticated"};return{status:"has_gh_token",token:new _57(_)}}function XVz(q,K){switch(q.kind){case"not_signed_in":return`Login failed. Please visit ${K} and login using the GitHub App`;case"invalid_token":return"GitHub rejected that token. Run `gh auth login` and try again.";case"server":return`Server error (${q.status}). Try again in a moment.`;case"network":return"Couldn't reach the server. Check your connection."}}function MVz({onDone:q}){let[K,_]=jg8.useState({name:"checking"});jg8.useEffect(()=>{d("tengu_remote_setup_started",{}),JVz().then(async(O)=>{switch(O.status){case"not_signed_in":d("tengu_remote_setup_result",{result:"not_signed_in"}),q("Not signed in to Claude. Run /login first.");return;case"gh_not_installed":case"gh_not_authenticated":{let $=`${wg8()}/onboarding?step=alt-auth`;await i3($),d("tengu_remote_setup_result",{result:O.status}),q(O.status==="gh_not_installed"?`GitHub CLI not found. Install it via https://cli.github.com/, then run \`gh auth login\`, or connect GitHub on the web: ${$}`:`GitHub CLI not authenticated. Run \`gh auth login\` and try again, or connect GitHub on the web: ${$}`);return}case"has_gh_token":_({name:"confirm",token:O.token})}})},[]);let Y=()=>{d("tengu_remote_setup_result",{result:"cancelled"}),q()},z=async(O)=>{_({name:"uploading"});let $=await tIK(O);if(!$.ok){d("tengu_remote_setup_result",{result:"import_failed",error_kind:$.error.kind}),q(XVz($.error,wg8()));return}await eIK();let w=wg8();await i3(w),d("tengu_remote_setup_result",{result:"success"}),q(`Connected as ${$.result.github_username}. Opened ${w}`)};if(K.name==="checking")return CZ.createElement(Db,{message:"Checking login status…"});if(K.name==="uploading")return CZ.createElement(Db,{message:"Connecting GitHub to Claude…"});let A=K.token;return CZ.createElement(h1,{title:"Connect Claude on the web to GitHub?",onCancel:Y,hideInputGuide:!0},CZ.createElement(m,{flexDirection:"column"},CZ.createElement(v,null,"Claude on the web requires connecting to your GitHub account to clone and push code on your behalf."),CZ.createElement(v,{dimColor:!0},"Your local credentials are used to authenticate with GitHub")),CZ.createElement(J1,{options:[{label:"Continue",value:"send"},{label:"Cancel",value:"cancel"}],onChange:(O)=>{if(O==="send")z(A);else Y()},onCancel:Y}))}async function DVz(q){return CZ.createElement(MVz,{onDone:q})}var CZ,jg8;var YxK=y(()=>{aD();C_();lq();uj6();r6();V8();DJ();K57();KxK();CZ=w6(W6(),1),jg8=w6(W6(),1)});var zxK={};T8(zxK,{default:()=>WVz});var PVz,WVz;var AxK=y(()=>{o1();e0();PVz={type:"local-jsx",name:"web-setup",description:"Setup Claude Code on the web (requires connecting your GitHub account)",availability:["claude-ai"],isEnabled:()=>F8("tengu_cobalt_lantern",!1)&&K$("allow_remote_sessions"),get isHidden(){return!K$("allow_remote_sessions")},load:()=>Promise.resolve().then(() => (YxK(),_xK))},WVz=PVz});var XxK={};T8(XxK,{generateUsageReport:()=>HxK,detectMultiClauding:()=>jxK,default:()=>aVz,deduplicateSessionBranches:()=>LVz,buildExportData:()=>iVz});import{mkdir as z57,readdir as ZVz,readFile as $xK,unlink as GVz,writeFile as A57}from"fs/promises";import{extname as fVz,join as ga}from"path";function wxK(){return lV()}function TVz(){return lV()}function Jg8(){return ga(c1(),"usage-data")}function Xg8(){return ga(Jg8(),"facets")}function Y57(){return ga(Jg8(),"session-meta")}function kVz(q){let K=fVz(q).toLowerCase();return vVz[K]||null}function yVz(q){let K={},_={},Y=0,z=0,A=0,O=0,$=0,w=[],j=0,H={},J=!1,X=0,M=0,D=new Set,P=[],W=[],Z=!1,f=!1,G=!1,T=null;for(let V of q.messages){let N=V.timestamp;if(V.type==="assistant"&&V.message){if(N)T=N;let L=V.message.usage;if(L)A+=L.input_tokens||0,O+=L.output_tokens||0;let S=V.message.content;if(Array.isArray(S)){for(let h of S)if(h.type==="tool_use"&&"name"in h){let x=h.name;if(K[x]=(K[x]||0)+1,x===Dq||x===QB)J=!0;if(x.startsWith("mcp__"))Z=!0;if(x==="WebSearch")f=!0;if(x==="WebFetch")G=!0;let I=h.input;if(I){let p=I.file_path||"";if(p){let C=kVz(p);if(C)_[C]=(_[C]||0)+1;if(x==="Edit"||x==="Write")D.add(p)}if(x==="Edit"){let C=I.old_string||"",F=I.new_string||"";for(let g of K76(C,F)){if(g.added)X+=g.count||0;if(g.removed)M+=g.count||0}}if(x==="Write"){let C=I.content||"";if(C)X+=H2(C,` +`)+1}let B=I.command||"";if(B.includes("git commit"))Y++;if(B.includes("git push"))z++}}}}if(V.type==="user"&&V.message){let L=V.message.content,S=!1;if(typeof L==="string"&&L.trim())S=!0;else if(Array.isArray(L)){for(let h of L)if(h.type==="text"&&"text"in h){S=!0;break}}if(S){if(N)try{let x=new Date(N).getHours();P.push(x),W.push(N)}catch{}if(T&&N){let h=new Date(T).getTime(),I=(new Date(N).getTime()-h)/1000;if(I>2&&I<3600)w.push(I)}}if(Array.isArray(L)){for(let h of L)if(h.type==="tool_result"&&"content"in h){if(h.is_error){j++;let I=h.content,p="Other";if(typeof I==="string"){let B=I.toLowerCase();if(B.includes("exit code"))p="Command Failed";else if(B.includes("rejected")||B.includes("doesn't want"))p="User Rejected";else if(B.includes("string to replace not found")||B.includes("no changes"))p="Edit Failed";else if(B.includes("modified since read"))p="File Changed";else if(B.includes("exceeds maximum")||B.includes("too large"))p="File Too Large";else if(B.includes("file not found")||B.includes("does not exist"))p="File Not Found"}H[p]=(H[p]||0)+1}}}if(typeof L==="string"){if(L.includes("[Request interrupted by user"))$++}else if(Array.isArray(L)){for(let h of L)if(h.type==="text"&&"text"in h&&h.text.includes("[Request interrupted by user")){$++;break}}}}return{toolCounts:K,languages:_,gitCommits:Y,gitPushes:z,inputTokens:A,outputTokens:O,userInterruptions:$,userResponseTimes:w,toolErrors:j,toolErrorCategories:H,usesTaskAgent:J,usesMcp:Z,usesWebSearch:f,usesWebFetch:G,linesAdded:X,linesRemoved:M,filesModified:D,messageHours:P,userMessageTimestamps:W}}function EVz(q){return!Number.isNaN(q.created.getTime())&&!Number.isNaN(q.modified.getTime())}function O57(q){let K=yVz(q),_=fA(q)||"unknown",Y=q.created.toISOString(),z=Math.round((q.modified.getTime()-q.created.getTime())/1000/60),A=0,O=0;for(let $ of q.messages){if($.type==="assistant")O++;if($.type==="user"&&$.message){let w=$.message.content,j=!1;if(typeof w==="string"&&w.trim())j=!0;else if(Array.isArray(w)){for(let H of w)if(H.type==="text"&&"text"in H){j=!0;break}}if(j)A++}}return{session_id:_,project_path:q.projectPath||"",start_time:Y,duration_minutes:z,user_message_count:A,assistant_message_count:O,tool_counts:K.toolCounts,languages:K.languages,git_commits:K.gitCommits,git_pushes:K.gitPushes,input_tokens:K.inputTokens,output_tokens:K.outputTokens,first_prompt:q.firstPrompt||"",summary:q.summary,user_interruptions:K.userInterruptions,user_response_times:K.userResponseTimes,tool_errors:K.toolErrors,tool_error_categories:K.toolErrorCategories,uses_task_agent:K.usesTaskAgent,uses_mcp:K.usesMcp,uses_web_search:K.usesWebSearch,uses_web_fetch:K.usesWebFetch,lines_added:K.linesAdded,lines_removed:K.linesRemoved,files_modified:K.filesModified.size,message_hours:K.messageHours,user_message_timestamps:K.userMessageTimestamps}}function LVz(q){let K=new Map;for(let _ of q){let Y=_.meta.session_id,z=K.get(Y);if(!z||_.meta.user_message_count>z.meta.user_message_count||_.meta.user_message_count===z.meta.user_message_count&&_.meta.duration_minutes>z.meta.duration_minutes)K.set(Y,_)}return[...K.values()]}function RVz(q){let K=[],_=O57(q);K.push(`Session: ${_.session_id.slice(0,8)}`),K.push(`Date: ${_.start_time}`),K.push(`Project: ${_.project_path}`),K.push(`Duration: ${_.duration_minutes} min`),K.push("");for(let Y of q.messages)if(Y.type==="user"&&Y.message){let z=Y.message.content;if(typeof z==="string")K.push(`[User]: ${z.slice(0,500)}`);else if(Array.isArray(z)){for(let A of z)if(A.type==="text"&&"text"in A)K.push(`[User]: ${A.text.slice(0,500)}`)}}else if(Y.type==="assistant"&&Y.message){let z=Y.message.content;if(Array.isArray(z)){for(let A of z)if(A.type==="text"&&"text"in A)K.push(`[Assistant]: ${A.text.slice(0,300)}`);else if(A.type==="tool_use"&&"name"in A)K.push(`[Tool: ${A.name}]`)}}return K.join(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/a55c4f3b63c825f6.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/a55c4f3b63c825f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4891f04726b650ee3f769d980de7708e0c038cee --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/a55c4f3b63c825f6.txt @@ -0,0 +1,12 @@ + network_config, pool_state, pipeline, + browser, ws_browser_channels, http_port, + tracked_peers, orchestrator_state, + ); + + // Extract result and tag with [FLINT] prefix for identification + let result_text = result.get("text") + .and_then(|t| t.as_str()) + .unwrap_or("(no output)"); + let was_blocked = result.get("_blocked") + .and_then(|b| b.as_bool()) + .unwrap_or(false); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/a74e2d1bc1ac0c42.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/a74e2d1bc1ac0c42.txt new file mode 100644 index 0000000000000000000000000000000000000000..fab6b3750d588c28871188a0bd61879128bca231 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/a74e2d1bc1ac0c42.txt @@ -0,0 +1,11 @@ + 533 // SB-5: Capture key fields before signal is consumed by push + 534 let brain_entry = format!( + 535 "gate_signal tool={} source={} allowed={} evil_score={:.3}", + 536 req.tool, signal.source, allowed, signal.evil_score + 537 ); + 538 + 539 // Push signal to buffer + 540 match self.buffer.lock() { + 541 Ok(mut buf) => buf.push(signal), + 542 Err(poisoned) => poisoned.into_inner().push(signal), + 543 } \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/a977fa4dea8e263b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/a977fa4dea8e263b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a36fca530b0b10f37ef7f1d07cd08403793fd1f9 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/a977fa4dea8e263b.txt @@ -0,0 +1,12 @@ + 4721 if http_config.transport != "stdio" && !http_config.api_key.is_empty() { + 4722 let http_state = state.clone(); + 4723 let api_key = http_config.api_key.clone(); + 4724 let bind = http_config.bind.clone(); + 4725 let port = http_config.port; + 4726 std::thread::spawn(move || { + 4727 crate::http::start(http_state, &bind, port, api_key, None); + 4728 }); + 4729 } + 4730 + 4731 // Enter worker main loop (blocks forever) + 4732 let mut worker_state = crate::worker::WorkerState::new(worker_config, transformer_config); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ab6fa2b60fd784d8.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ab6fa2b60fd784d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b7fa386e6ee4e61ec509416b573c0ac83615644 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ab6fa2b60fd784d8.txt @@ -0,0 +1,12 @@ + 566 self.send_command("Emulation.setDeviceMetricsOverride", json!({ + 567 "width": width, + 568 "height": height, + 569 "deviceScaleFactor": 1, + 570 "mobile": mobile, + 571 }))?; + 572 Ok(()) + 573 } + 574 + 575 // ======================================================================== + 576 // DESIGN BRIEF — Extract visual design tokens via JS injection + 577 // ======================================================================== \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/b2d79b0b59f2f20f.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/b2d79b0b59f2f20f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92bd6e9db93c9357f67acb931c96685c2ec9a98 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/b2d79b0b59f2f20f.txt @@ -0,0 +1,2 @@ + 3048 ${H}`},[K]),w=mw6.useContext(vO6);if(!K)return H6(Error("No content found in user prompt message")),null;return mw6.default.createElement(m,{flexDirection:"column",marginTop:q?1:0,backgroundColor:w?"messageActionsBackground":O?void 0:"userMessageBackground",paddingRight:O?0:1},mw6.default.createElement(z_K,{text:$,useBriefLayout:O,timestamp:O?Y:void 0}))}var mw6,alY=1e4,O_K=2500,slY=2500;var w_K=y(()=>{N8();r6();o1();E7();g8();y8();ML();A_K();mw6=w6(W6(),1)});function tlY(q){let K=[],_=/]*>(?:[\s\S]*?([^<]+)<\/reason>)?/g,Y;while((Y=_.exec(q))!==null)K.push({kind:"resource",server:Y[1]??"",target:Y[2]??"",reason:Y[3]});let z=/]*>(?:[\s\S]*?([^<]+)<\/reason>)?/g;while((Y=z.exec(q))!==null)K.push({kind:"polling",server:Y[2]??"",target:Y[3]??"",reason:Y[4]});return K}function elY(q){if(q.startsWith("file://")){let K=q.slice(7),_=K.split("/");return _[_.length-1]||K}if(q.length>40)return q.slice(0,39)+"…";return q}function j_K(q){let K=Y6(12),{addMargin:_,param:Y}=q,{text:z}=Y,A,O,$,w,j;if(K[0]!==_||K[1]!==z){j=Symbol.for("react.early_return_sentinel");q:{let J=tlY(z);if(J.length===0){j=null;break q}A=m,O="column",$=_?1:0,w=J.map(qiY)}K[0]=_,K[1]=z,K[2]=A,K[3]=O,K[4]=$,K[5]=w,K[6]=j}else A=K[2],O=K[3],$=K[4],w=K[5],j=K[6];if(j!==Symbol.for("react.early_return_sentinel"))return j;let H;if(K[7]!==A||K[8]!==O||K[9]!==$||K[10]!==w)H=Iv.createElement(A,{flexDirection:O,marginTop:$},w),K[7]=A,K[8]=O,K[9]=$,K[10]=w,K[11]=H;else H=K[11];return H}function qiY(q,K){return Iv.createElement(m,{key:K},Iv.createElement(v,null,Iv.createElement(v,{color:"success"},Y34)," ",Iv.createElement(v,{dimColor:!0},q.server,":")," ",Iv.createElement(v,{color:"suggestion"},q.kind==="resource"?elY(q.target):q.target),q.reason&&Iv.createElement(v,{dimColor:!0}," · ",q.reason)))}var Iv;var H_K=y(()=>{t6();nY();r6();Iv=w6(W6(),1)});function KiY(q){let K=Y6(7),{request:_}=q,Y;if(K[0]!==_.from)Y=c2.createElement(m,{marginBottom:1},c2.createElement(v,{color:"warning",bold:!0},"Shutdown request from ",_.from)),K[0]=_.from,K[1]=Y;else Y=K[1];let z;if(K[2]!==_.reason)z=_.reason&&c2.createElement(m,null,c2.createElement(v,null,"Reason: ",_.reason)),K[2]=_.reason,K[3]=z;else z=K[3];let A;if(K[4]!==Y||K[5]!==z)A=c2.createElement(m,{flexDirection:"column",marginY:1},c2.createElement(m,{borderStyle:"round",borderColor:"warning",flexDirection:"column",paddingX:1,paddingY:1},Y,z)),K[4]=Y,K[5]=z,K[6]=A;else A=K[6];return A}function _iY(q){let K=Y6(8),{response:_}=q,Y;if(K[0]!==_.from)Y=c2.createElement(v,{color:"subtle",bold:!0},"Shutdown rejected by ",_.from),K[0]=_.from,K[1]=Y;else Y=K[1];let z;if(K[2]!==_.reason)z=c2.createElement(m,{marginTop:1,borderStyle:"dashed",borderColor:"subtle",borderLeft:!1,borderRight:!1,paddingX:1},c2.createElement(v,null,"Reason: ",_.reason)),K[2]=_.reason,K[3]=z;else z=K[3];let A;if(K[4]===Symbol.for("react.memo_cache_sentinel"))A=c2.createElement(m,{marginTop:1},c2.createElement(v,{dimColor:!0},"Teammate is continuing to work. You may request shutdown again later.")),K[4]=A;else A=K[4];let O;if(K[5]!==Y||K[6]!==z)O=c2.createElement(m,{flexDirection:"column",marginY:1},c2.createElement(m,{borderStyle:"round",borderColor:"subtle",flexDirection:"column",paddingX:1,paddingY:1},Y,z,A)),K[5]=Y,K[6]=z,K[7]=O;else O=K[7];return O}function J_K(q){let K=hq6(q);if(K)return c2.createElement(KiY,{request:K});if(bv(q))return null;let _=yb8(q);if(_)return c2.createElement(_iY,{response:_});return null}function X_K(q){let K=hq6(q);if(K)return`[Shutdown Request from ${K.from}]${K.reason?` ${K.reason}`:""}`;let _=bv(q);if(_)return`[Shutdown Approved] ${_.from} is now exiting`;let Y=yb8(q);if(Y)return`[Shutdown Rejected] ${Y.from}: ${Y.reason}`;return null}var c2;var jo1=y(()=>{t6();r6();GJ();c2=w6(W6(),1)});function YiY(q){let K=Y6(11),{assignment:_}=q,Y;if(K[0]!==_.assignedBy||K[1]!==_.taskId)Y=RD.createElement(m,{marginBottom:1},RD.createElement(v,{color:"cyan_FOR_SUBAGENTS_ONLY",bold:!0},"Task #",_.taskId," assigned by ",_.assignedBy)),K[0]=_.assignedBy,K[1]=_.taskId,K[2]=Y;else Y=K[2];let z;if(K[3]!==_.subject)z=RD.createElement(m,null,RD.createElement(v,{bold:!0},_.subject)),K[3]=_.subject,K[4]=z;else z=K[4];let A;if(K[5]!==_.description)A=_.description&&RD.createElement(m,{marginTop:1},RD.createElement(v,{dimColor:!0},_.description)),K[5]=_.description,K[6]=A;else A=K[6];let O;if(K[7]!==Y||K[8]!==z||K[9]!==A)O=RD.createElement(m,{flexDirection:"column",marginY:1},RD.createElement(m,{borderStyle:"round",borderColor:"cyan_FOR_SUBAGENTS_ONLY",flexDirection:"column",paddingX:1,paddingY:1},Y,z,A)),K[7]=Y,K[8]=z,K[9]=A,K[10]=O;else O=K[10];return O}function M_K(q){let K=Eb8(q);if(K)return RD.createElement(YiY,{assignment:K});return null}function D_K(q){let K=Eb8(q);if(K)return`[Task Assigned] #${K.taskId} - ${K.subject}`;return null}var RD;var Ho1=y(()=>{t6();r6();GJ();RD=w6(W6(),1)});function ziY(q){let K=Y6(10),{request:_}=q,Y;if(K[0]!==_.from)Y=V3.createElement(m,{marginBottom:1},V3.createElement(v,{color:"planMode",bold:!0},"Plan Approval Request from ",_.from)),K[0]=_.from,K[1]=Y;else Y=K[1];let z;if(K[2]!==_.planContent)z=V3.createElement(m,{borderStyle:"dashed",borderColor:"subtle",borderLeft:!1,borderRight:!1,flexDirection:"column",paddingX:1,marginBottom:1},V3.createElement(nA,null,_.planContent)),K[2]=_.planContent,K[3]=z;else z=K[3];let A;if(K[4]!==_.planFilePath)A=V3.createElement(v,{dimColor:!0},"Plan file: ",_.planFilePath),K[4]=_.planFilePath,K[5]=A;else A=K[5];let O;if(K[6]!==Y||K[7]!==z||K[8]!==A)O=V3.createElement(m,{flexDirection:"column",marginY:1},V3.createElement(m,{borderStyle:"round",borderColor:"planMode",flexDirection:"column",paddingX:1},Y,z,A)),K[6]=Y,K[7]=z,K[8]=A,K[9]=O;else O=K[9];return O}function AiY(q){let K=Y6(13),{response:_,senderName:Y}=q;if(_.approved){let w;if(K[0]!==Y)w=V3.createElement(m,null,V3.createElement(v,{color:"success",bold:!0},"✓ Plan Approved by ",Y)),K[0]=Y,K[1]=w;else w=K[1];let j;if(K[2]===Symbol.for("react.memo_cache_sentinel"))j=V3.createElement(m,{marginTop:1},V3.createElement(v,null,"You can now proceed with implementation. Your plan mode restrictions have been lifted.")),K[2]=j;else j=K[2];let H;if(K[3]!==w)H=V3.createElement(m,{flexDirection:"column",marginY:1},V3.createElement(m,{borderStyle:"round",borderColor:"success",flexDirection:"column",paddingX:1,paddingY:1},w,j)),K[3]=w,K[4]=H;else H=K[4];return H}let z;if(K[5]!==Y)z=V3.createElement(m,null,V3.createElement(v,{color:"error",bold:!0},"✗ Plan Rejected by ",Y)),K[5]=Y,K[6]=z;else z=K[6];let A;if(K[7]!==_.feedback)A=_.feedback&&V3.createElement(m,{marginTop:1,borderStyle:"dashed",borderColor:"subtle",borderLeft:!1,borderRight:!1,paddingX:1},V3.createElement(v,null,"Feedback: ",_.feedback)),K[7]=_.feedback,K[8]=A;else A=K[8];let O;if(K[9]===Symbol.for("react.memo_cache_sentinel"))O=V3.createElement(m,{marginTop:1},V3.createElement(v,{dimColor:!0},"Please revise your plan based on the feedback and call ExitPlanMode again.")),K[9]=O;else O=K[9];let $;if(K[10]!==z||K[11]!==A)$=V3.createElement(m,{flexDirection:"column",marginY:1},V3.createElement(m,{borderStyle:"round",borderColor:"error",flexDirection:"column",paddingX:1,paddingY:1},z,A,O)),K[10]=z,K[11]=A,K[12]=$;else $=K[12];return $}function VI8(q,K){let _=vw6(q);if(_)return V3.createElement(ziY,{request:_});let Y=$E6(q);if(Y)return V3.createElement(AiY,{response:Y,senderName:K});return null}function OiY(q){let K=vw6(q);if(K)return`[Plan Approval Request from ${K.from}]`;let _=$E6(q);if(_)if(_.approved)return"[Plan Approved] You can now proceed with implementation";else return`[Plan Rejected] ${_.feedback||"Please revise your plan"}`;return null}function $iY(q){let K=["Agent idle"];if(q.completedTaskId){let _=q.completedStatus||"completed";K.push(`Task ${q.completedTaskId} ${_}`)}if(q.summary)K.push(`Last DM: ${q.summary}`);return K.join(" · ")}function P_K(q){let K=OiY(q);if(K)return K;let _=X_K(q);if(_)return _;let Y=it6(q);if(Y)return $iY(Y);let z=D_K(q);if(z)return z;try{let A=i8(q);if(A?.type==="teammate_terminated"&&A.message)return A.message}catch{}return q}var V3;var Jo1=y(()=>{t6();Hk();r6();d8();GJ();jo1();Ho1();V3=w6(W6(),1)});function jiY(q){let K=[];for(let _ of q.matchAll(wiY))if(_[1]&&_[4])K.push({teammateId:_[1],color:_[2],summary:_[3],content:_[4].trim()});return K}function HiY(q){if(q==="leader")return"leader";return q}function W_K({addMargin:q,param:{text:K},isTranscriptMode:_}){let Y=jiY(K).filter((z)=>{if(bv(z.content))return!1;try{if(i8(z.content)?.type==="teammate_terminated")return!1}catch{}return!0});if(Y.length===0)return null;return A_.createElement(m,{flexDirection:"column",marginTop:q?1:0,width:"100%"},Y.map((z,A)=>{let O=AZ(z.color),$=HiY(z.teammateId),w=VI8(z.content,$);if(w)return A_.createElement(A_.Fragment,{key:A},w);let j=J_K(z.content);if(j)return A_.createElement(A_.Fragment,{key:A},j);let H=M_K(z.content);if(H)return A_.createElement(A_.Fragment,{key:A},H);let J=null;try{J=i8(z.content)}catch{}if(J?.type==="idle_notification")return null;if(J?.type==="task_completed"){let X=J;return A_.createElement(m,{key:A,flexDirection:"column",marginTop:1},A_.createElement(v,{color:O},`@${$}${a6.pointer}`),A_.createElement(e8,null,A_.createElement(v,{color:"success"},"✓"),A_.createElement(v,null," ","Completed task #",X.taskId,X.taskSubject&&A_.createElement(v,{dimColor:!0}," (",X.taskSubject,")"))))}return A_.createElement(Xo1,{key:A,displayName:$,inkColor:O,content:z.content,summary:z.summary,isTranscriptMode:_})}))}function Xo1(q){let K=Y6(14),{displayName:_,inkColor:Y,content:z,summary:A,isTranscriptMode:O}=q,$=`@${_}${a6.pointer}`,w;if(K[0]!==Y||K[1]!==$)w=A_.createElement(v,{color:Y},$),K[0]=Y,K[1]=$,K[2]=w;else w=K[2];let j;if(K[3]!==A)j=A&&A_.createElement(v,null," ",A),K[3]=A,K[4]=j;else j=K[4];let H;if(K[5]!==w||K[6]!==j)H=A_.createElement(m,null,w,j),K[5]=w,K[6]=j,K[7]=H;else H=K[7];let J;if(K[8]!==z||K[9]!==O)J=O&&A_.createElement(m,{paddingLeft:2},A_.createElement(v,null,A_.createElement(h5,null,z))),K[8]=z,K[9]=O,K[10]=J;else J=K[10];let X;if(K[11]!==H||K[12]!==J)X=A_.createElement(m,{flexDirection:"column",marginTop:1},H,J),K[11]=H,K[12]=J,K[13]=X;else X=K[13];return X}var A_,wiY;var Mo1=y(()=>{t6();S4();Pz();r6();Wo();d8();GJ();xK();Jo1();jo1();Ho1();A_=w6(W6(),1),wiY=new RegExp(`<${CJ}\\s+teammate_id="([^"]+)"(?:\\s+color="([^"]+)")?(?:\\s+summary="([^"]+)")?>\\n?([\\s\\S]*?)\\n?<\\/${CJ}>`,"g")});var Z_K={};T8(Z_K,{UserChannelMessage:()=>PiY});function MiY(q){let K=q.lastIndexOf(":");return K===-1?q:q.slice(K+1)}function PiY(q){let K=Y6(29),{addMargin:_,param:Y}=q,{text:z}=Y,A,O,$,w,j,H,J,X,M,D,P;if(K[0]!==_||K[1]!==z){M=Symbol.for("react.early_return_sentinel");q:{let T=JiY.exec(z);if(!T){M=null;break q}let[,V,N,L]=T;P=XiY.exec(N??"")?.[1];let S=(L??"").trim().replace(/\s+/g," ");if(D=Uq(S,DiY),$=m,X=_?1:0,O=v,K[13]===Symbol.for("react.memo_cache_sentinel"))H=Lo.createElement(v,{color:"suggestion"},z34),K[13]=H;else H=K[13];J=" ",A=v,w=!0,j=MiY(V??"")}K[0]=_,K[1]=z,K[2]=A,K[3]=O,K[4]=$,K[5]=w,K[6]=j,K[7]=H,K[8]=J,K[9]=X,K[10]=M,K[11]=D,K[12]=P}else A=K[2],O=K[3],$=K[4],w=K[5],j=K[6],H=K[7],J=K[8],X=K[9],M=K[10],D=K[11],P=K[12];if(M!==Symbol.for("react.early_return_sentinel"))return M;let W=P?` · ${P}`:"",Z;if(K[14]!==A||K[15]!==w||K[16]!==j||K[17]!==W)Z=Lo.createElement(A,{dimColor:w},j,W,":"),K[14]=A,K[15]=w,K[16]=j,K[17]=W,K[18]=Z;else Z=K[18];let f;if(K[19]!==O||K[20]!==H||K[21]!==J||K[22]!==Z||K[23]!==D)f=Lo.createElement(O,null,H,J,Z," ",D),K[19]=O,K[20]=H,K[21]=J,K[22]=Z,K[23]=D,K[24]=f;else f=K[24];let G;if(K[25]!==$||K[26]!==f||K[27]!==X)G=Lo.createElement($,{marginTop:X},f),K[25]=$,K[26]=f,K[27]=X,K[28]=G;else G=K[28];return G}var Lo,JiY,XiY,DiY=60;var G_K=y(()=>{t6();nY();Pz();r6();zq();Lo=w6(W6(),1),JiY=new RegExp(`<${YM6}\\s+source="([^"]+)"([^>]*)>\\n?([\\s\\S]*?)\\n?`),XiY=/\buser="([^"]+)"/});function Bw6(q){let K=Y6(49),{addMargin:_,param:Y,verbose:z,planContent:A,isTranscriptMode:O,timestamp:$}=q;if(Y.text.trim()===cE)return null;if(A){let j;if(K[0]!==_||K[1]!==A)j=A$.createElement(TI8,{addMargin:_,planContent:A}),K[0]=_,K[1]=A,K[2]=j;else j=K[2];return j}if(dq(Y.text,Kc))return null;if(Y.text.includes(`<${mb6}>`))return null;if(Y.text.startsWith("")){let j;if(K[13]!==_||K[14]!==Y)j=A$.createElement(fI8,{addMargin:_,param:Y}),K[13]=_,K[14]=Y,K[15]=j;else j=K[15];return j}if(Y.text.includes(`<${cM}>`)){let j;if(K[16]!==_||K[17]!==Y)j=A$.createElement(i9K,{addMargin:_,param:Y}),K[16]=_,K[17]=Y,K[18]=j;else j=K[18];return j}if(Y.text.includes("")){let j;if(K[19]!==_||K[20]!==Y.text)j=A$.createElement(s9K,{addMargin:_,text:Y.text}),K[19]=_,K[20]=Y.text,K[21]=j;else j=K[21];return j}if(F4()&&Y.text.includes(`<${CJ}`)){let j;if(K[22]!==_||K[23]!==O||K[24]!==Y)j=A$.createElement(W_K,{addMargin:_,param:Y,isTranscriptMode:O}),K[22]=_,K[23]=O,K[24]=Y,K[25]=j;else j=K[25];return j}if(Y.text.includes(`<${YA}`)){let j;if(K[26]!==_||K[27]!==Y)j=A$.createElement(Q9K,{addMargin:_,param:Y}),K[26]=_,K[27]=Y,K[28]=j;else j=K[28];return j}if(Y.text.includes("{t6();Pz();u2();e1();uk6();xK();d9K();Ao1();l9K();n9K();a9K();t9K();$o1();w_K();H_K();Mo1();A$=w6(W6(),1)});import{relative as WiY}from"path";function f_K(q){let K=Y6(14),{attachment:_,verbose:Y}=q;if(_.files.length===0)return null;let z;if(K[0]!==_.files)z=_.files.reduce(fiY,0),K[0]=_.files,K[1]=z;else z=K[1];let A=z,O=_.files.length;if(Y){let $;if(K[2]!==_.files)$=_.files.map(ZiY),K[2]=_.files,K[3]=$;else $=K[3];let w;if(K[4]!==$)w=yk.default.createElement(m,{flexDirection:"column"},$),K[4]=$,K[5]=w;else w=K[5];return w}else{let $;if(K[6]!==A)$=yk.default.createElement(v,{bold:!0},A),K[6]=A,K[7]=$;else $=K[7];let w=A===1?"issue":"issues",j=O===1?"file":"files",H;if(K[8]===Symbol.for("react.memo_cache_sentinel"))H=yk.default.createElement(g$,null),K[8]=H;else H=K[8];let J;if(K[9]!==O||K[10]!==$||K[11]!==w||K[12]!==j)J=yk.default.createElement(e8,null,yk.default.createElement(v,{dimColor:!0,wrap:"wrap"},"Found ",$," new diagnostic"," ",w," in ",O," ",j," ",H)),K[9]=O,K[10]=$,K[11]=w,K[12]=j,K[13]=J;else J=K[13];return J}}function ZiY(q,K){return yk.default.createElement(yk.default.Fragment,{key:K},yk.default.createElement(e8,null,yk.default.createElement(v,{dimColor:!0,wrap:"wrap"},yk.default.createElement(v,{bold:!0},WiY(G8(),q.uri.replace("file://","").replace("_claude_fs_right:","")))," ",yk.default.createElement(v,{dimColor:!0},q.uri.startsWith("file://")?"(file://)":q.uri.startsWith("_claude_fs_right:")?"(claude_fs_right)":`(${q.uri.split(":")[0]})`),":")),q.diagnostics.map(GiY))}function GiY(q,K){return yk.default.createElement(e8,{key:K},yk.default.createElement(v,{dimColor:!0,wrap:"wrap"}," ",Iu.getSeveritySymbol(q.severity)," [Line ",q.range.start.line+1,":",q.range.start.character+1,"] ",q.message,q.code?` [${q.code}]`:"",q.source?` (${q.source})`:""))}function fiY(q,K){return q+K.diagnostics.length}var yk;var T_K=y(()=>{t6();r6();tO6();S7();kv();xK();yk=w6(W6(),1)});import{pathToFileURL as TiY}from"url";function yI8(q){let K=Y6(7),{imageId:_,addMargin:Y}=q,z=_?`[Image #${_}]`:"[Image]",A;if(K[0]!==_||K[1]!==z){let w=_?fE8(_):null;A=w&&eT()?vm.createElement(N4,{url:TiY(w).href},vm.createElement(v,null,z)):vm.createElement(v,null,z),K[0]=_,K[1]=z,K[2]=A}else A=K[2];let O=A;if(Y){let w;if(K[3]!==O)w=vm.createElement(m,{marginTop:1},O),K[3]=O,K[4]=w;else w=K[4];return w}let $;if(K[5]!==O)$=vm.createElement(e8,null,O),K[5]=O,K[6]=$;else $=K[6];return $}var vm;var Do1=y(()=>{t6();T26();_n();r6();Zr();xK();vm=w6(W6(),1)});import{basename as viY,sep as ViY}from"path";function v_K({attachment:q,addMargin:K,verbose:_,isTranscriptMode:Y}){let z=F0();if(F4()&&q.type==="teammate_mailbox"){let A=q.messages.filter((O)=>{if(bv(O.text))return!1;try{let $=i8(O.text);return $?.type!=="idle_notification"&&$?.type!=="teammate_terminated"}catch{return!0}});if(A.length===0)return null;return V4.default.createElement(m,{flexDirection:"column"},A.map((O,$)=>{let w=null;try{w=i8(O.text)}catch{}if(w?.type==="task_assignment")return V4.default.createElement(m,{key:$,paddingLeft:2},V4.default.createElement(v,null,a9," "),V4.default.createElement(v,null,"Task assigned: "),V4.default.createElement(v,{bold:!0},"#",w.taskId),V4.default.createElement(v,null," - ",w.subject),V4.default.createElement(v,{dimColor:!0}," (from ",w.assignedBy||O.from,")"));let j=VI8(O.text,O.from);if(j)return V4.default.createElement(V4.default.Fragment,{key:$},j);let H=AZ(O.color),J=P_K(O.text)??O.text;return V4.default.createElement(Xo1,{key:$,displayName:O.from,inkColor:H,content:J,summary:O.summary,isTranscriptMode:Y})}))}switch(q.type){case"directory":return V4.default.createElement(fJ,null,"Listed directory ",V4.default.createElement(v,{bold:!0},q.displayPath+ViY));case"file":case"already_read_file":if(q.content.type==="notebook")return V4.default.createElement(fJ,null,"Read ",V4.default.createElement(v,{bold:!0},q.displayPath)," (",q.content.file.cells.length," cells)");if(q.content.type==="file_unchanged")return V4.default.createElement(fJ,null,"Read ",V4.default.createElement(v,{bold:!0},q.displayPath)," (unchanged)");return V4.default.createElement(fJ,null,"Read ",V4.default.createElement(v,{bold:!0},q.displayPath)," (",q.content.type==="text"?`${q.content.file.numLines}${q.truncated?"+":""} lines`:aq(q.content.file.originalSize),")");case"compact_file_reference":return V4.default.createElement(fJ,null,"Referenced file ",V4.default.createElement(v,{bold:!0},q.displayPath));case"pdf_reference":return V4.default.createElement(fJ,null,"Referenced PDF ",V4.default.createElement(v,{bold:!0},q.displayPath)," (",q.pageCount," pages)");case"selected_lines_in_ide":return V4.default.createElement(fJ,null,"⧉ Selected"," ",V4.default.createElement(v,{bold:!0},q.lineEnd-q.lineStart+1)," ","lines from ",V4.default.createElement(v,{bold:!0},q.displayPath)," in"," ",q.ideName);case"nested_memory":return V4.default.createElement(fJ,null,"Loaded ",V4.default.createElement(v,{bold:!0},q.displayPath));case"relevant_memories":return V4.default.createElement(m,{flexDirection:"column",marginTop:K?1:0,backgroundColor:z},V4.default.createElement(m,{flexDirection:"row"},V4.default.createElement(m,{minWidth:2}),V4.default.createElement(v,{dimColor:!0},"Recalled ",V4.default.createElement(v,{bold:!0},q.memories.length)," ",q.memories.length===1?"memory":"memories",!Y&&V4.default.createElement(V4.default.Fragment,null," ",V4.default.createElement(g$,null)))),(_||Y)&&q.memories.map((A)=>V4.default.createElement(m,{key:A.path,flexDirection:"column"},V4.default.createElement(e8,null,V4.default.createElement(v,{dimColor:!0},V4.default.createElement(Q0,{filePath:A.path},viY(A.path)))),Y&&V4.default.createElement(m,{paddingLeft:5},V4.default.createElement(v,null,V4.default.createElement(h5,null,A.content))))));case"dynamic_skill":{let A=q.skillNames.length;return V4.default.createElement(fJ,null,"Loaded"," ",V4.default.createElement(v,{bold:!0},A," ",$7(A,"skill"))," ","from ",V4.default.createElement(v,{bold:!0},q.displayPath))}case"skill_listing":{if(q.isInitial)return null;return V4.default.createElement(fJ,null,V4.default.createElement(v,{bold:!0},q.skillCount)," ",$7(q.skillCount,"skill")," available")}case"agent_listing_delta":{if(q.isInitial||q.addedTypes.length===0)return null;let A=q.addedTypes.length;return V4.default.createElement(fJ,null,V4.default.createElement(v,{bold:!0},A)," agent ",$7(A,"type")," available")}case"queued_command":{let A=typeof q.prompt==="string"?q.prompt:zQ(q.prompt)||"",O=q.imagePasteIds&&q.imagePasteIds.length>0;return V4.default.createElement(m,{flexDirection:"column"},V4.default.createElement(Bw6,{addMargin:K,param:{text:A,type:"text"},verbose:_,isTranscriptMode:Y}),O&&q.imagePasteIds?.map(($)=>V4.default.createElement(yI8,{key:$,imageId:$})))}case"plan_file_reference":return V4.default.createElement(fJ,null,"Plan file referenced (",r5(q.planFilePath),")");case"invoked_skills":{if(q.skills.length===0)return null;let A=q.skills.map((O)=>O.name).join(", ");return V4.default.createElement(fJ,null,"Skills restored (",A,")")}case"diagnostics":return V4.default.createElement(f_K,{attachment:q,verbose:_});case"mcp_resource":return V4.default.createElement(fJ,null,"Read MCP resource ",V4.default.createElement(v,{bold:!0},q.name)," from"," ",q.server);case"command_permissions":return null;case"async_hook_response":{if(q.hookEvent==="SessionStart"&&!_)return null;if(!_&&!Y)return null;return V4.default.createElement(fJ,null,"Async hook ",V4.default.createElement(v,{bold:!0},q.hookEvent)," completed")}case"hook_blocking_error":{if(q.hookEvent==="Stop"||q.hookEvent==="SubagentStop")return null;let A=q.blockingError.blockingError.trim();return V4.default.createElement(V4.default.Fragment,null,V4.default.createElement(fJ,{color:"error"},q.hookName," hook returned blocking error"),A?V4.default.createElement(fJ,{color:"error"},A):null)}case"hook_non_blocking_error":{if(q.hookEvent==="Stop"||q.hookEvent==="SubagentStop")return null;return V4.default.createElement(fJ,{color:"error"},q.hookName," hook error")}case"hook_error_during_execution":if(q.hookEvent==="Stop"||q.hookEvent==="SubagentStop")return null;return V4.default.createElement(fJ,null,q.hookName," hook warning");case"hook_success":return null;case"hook_stopped_continuation":if(q.hookEvent==="Stop"||q.hookEvent==="SubagentStop")return null;return V4.default.createElement(fJ,{color:"warning"},q.hookName," hook stopped continuation: ",q.message);case"hook_system_message":return V4.default.createElement(fJ,null,q.hookName," says: ",q.content);case"hook_permission_decision":{let A=q.decision==="allow"?"Allowed":"Denied";return V4.default.createElement(fJ,null,A," by ",V4.default.createElement(v,{bold:!0},q.hookEvent)," hook")}case"task_status":return V4.default.createElement(NiY,{attachment:q});case"teammate_shutdown_batch":return V4.default.createElement(m,{flexDirection:"row",width:"100%",marginTop:1,backgroundColor:z},V4.default.createElement(v,{dimColor:!0},a9," "),V4.default.createElement(v,{dimColor:!0},q.count," ",$7(q.count,"teammate")," shut down gracefully"));default:return q.type,null}}function NiY(q){let K=Y6(4),{attachment:_}=q;if(F4()&&_.taskType==="in_process_teammate"){let z;if(K[0]!==_)z=V4.default.createElement(kiY,{attachment:_}),K[0]=_,K[1]=z;else z=K[1];return z}let Y;if(K[2]!==_)Y=V4.default.createElement(V_K,{attachment:_}),K[2]=_,K[3]=Y;else Y=K[3];return Y}function V_K(q){let K=Y6(9),{attachment:_}=q,Y=F0(),z=_.status==="completed"?"completed in background":_.status==="killed"?"stopped":_.status==="running"?"still running in background":_.status,A;if(K[0]===Symbol.for("react.memo_cache_sentinel"))A=V4.default.createElement(v,{dimColor:!0},a9," "),K[0]=A;else A=K[0];let O;if(K[1]!==_.description)O=V4.default.createElement(v,{bold:!0},_.description),K[1]=_.description,K[2]=O;else O=K[2];let $;if(K[3]!==z||K[4]!==O)$=V4.default.createElement(v,{dimColor:!0},'Task "',O,'" ',z),K[3]=z,K[4]=O,K[5]=$;else $=K[5];let w;if(K[6]!==Y||K[7]!==$)w=V4.default.createElement(m,{flexDirection:"row",width:"100%",marginTop:1,backgroundColor:Y},A,$),K[6]=Y,K[7]=$,K[8]=w;else w=K[8];return w}function kiY(q){let K=Y6(16),{attachment:_}=q,Y=F0(),z;if(K[0]!==_.taskId)z=(M)=>M.tasks[_.taskId],K[0]=_.taskId,K[1]=z;else z=K[1];let A=M8(z);if(A?.type!=="in_process_teammate"){let M;if(K[2]!==_)M=V4.default.createElement(V_K,{attachment:_}),K[2]=_,K[3]=M;else M=K[3];return M}let O;if(K[4]!==A.identity.color)O=AZ(A.identity.color),K[4]=A.identity.color,K[5]=O;else O=K[5];let $=O,w=_.status==="completed"?"shut down gracefully":_.status,j;if(K[6]===Symbol.for("react.memo_cache_sentinel"))j=V4.default.createElement(v,{dimColor:!0},a9," "),K[6]=j;else j=K[6];let H;if(K[7]!==$||K[8]!==A.identity.agentName)H=V4.default.createElement(v,{color:$,bold:!0,dimColor:!1},"@",A.identity.agentName),K[7]=$,K[8]=A.identity.agentName,K[9]=H;else H=K[9];let J;if(K[10]!==w||K[11]!==H)J=V4.default.createElement(v,{dimColor:!0},"Teammate"," ",H," ",w),K[10]=w,K[11]=H,K[12]=J;else J=K[12];let X;if(K[13]!==Y||K[14]!==J)X=V4.default.createElement(m,{flexDirection:"row",width:"100%",marginTop:1,backgroundColor:Y},j,J),K[13]=Y,K[14]=J,K[15]=X;else X=K[15];return X}function fJ(q){let K=Y6(7),{dimColor:_,children:Y,color:z}=q,A=_===void 0?!0:_,O=F0(),$;if(K[0]!==Y||K[1]!==z||K[2]!==A)$=V4.default.createElement(e8,null,V4.default.createElement(v,{color:z,dimColor:A,wrap:"wrap"},Y)),K[0]=Y,K[1]=z,K[2]=A,K[3]=$;else $=K[3];let w;if(K[4]!==O||K[5]!==$)w=V4.default.createElement(m,{backgroundColor:O},$),K[4]=O,K[5]=$,K[6]=w;else w=K[6];return w}var V4;var N_K=y(()=>{t6();r6();E7();Oq();xK();kI8();T_K();e1();Do1();Wo();d8();g8();u2();Jo1();nY();Mo1();GJ();kv();a76();ML();V4=w6(W6(),1)});function k_K(q){let K=Y6(21),{number:_,url:Y,reviewState:z,bold:A}=q,O;if(K[0]!==z)O=yiY(z),K[0]=z,K[1]=O;else O=K[1];let $=O,w=!$&&!A,j;if(K[2]!==A||K[3]!==_||K[4]!==$||K[5]!==w)j=SE6.default.createElement(v,{color:$,dimColor:w,bold:A},"#",_),K[2]=A,K[3]=_,K[4]=$,K[5]=w,K[6]=j;else j=K[6];let H=j,J=!A,X;if(K[7]!==J)X=SE6.default.createElement(v,{dimColor:J},"PR"),K[7]=J,K[8]=X;else X=K[8];let M=!$&&!A,D;if(K[9]!==A||K[10]!==_||K[11]!==$||K[12]!==M)D=SE6.default.createElement(v,{color:$,dimColor:M,underline:!0,bold:A},"#",_),K[9]=A,K[10]=_,K[11]=$,K[12]=M,K[13]=D;else D=K[13];let P;if(K[14]!==H||K[15]!==D||K[16]!==Y)P=SE6.default.createElement(N4,{url:Y,fallback:H},D),K[14]=H,K[15]=D,K[16]=Y,K[17]=P;else P=K[17];let W;if(K[18]!==X||K[19]!==P)W=SE6.default.createElement(v,null,X," ",P),K[18]=X,K[19]=P,K[20]=W;else W=K[20];return W}function yiY(q){switch(q){case"approved":return"success";case"changes_requested":return"error";case"pending":return"warning";case"merged":return"merged";default:return}}var SE6;var Po1=y(()=>{t6();r6();SE6=w6(W6(),1)});var y_K={};T8(y_K,{checkHasTeamMemOps:()=>EiY,TeamMemCountParts:()=>LiY});function EiY(q){return(q.teamMemorySearchCount??0)>0||(q.teamMemoryReadCount??0)>0||(q.teamMemoryWriteCount??0)>0}function LiY(q){let K=Y6(23),{message:_,isActiveGroup:Y,hasPrecedingParts:z}=q,A=_.teamMemoryReadCount??0,O=_.teamMemorySearchCount??0,$=_.teamMemoryWriteCount??0;if(A===0&&O===0&&$===0)return null;let w;if(K[0]!==z||K[1]!==Y||K[2]!==A||K[3]!==O||K[4]!==$){let j=[],H=z?1:0;if(A>0){let J=Y?H===0?"Recalling":"recalling":H===0?"Recalled":"recalled";if(H>0){let P;if(K[6]===Symbol.for("react.memo_cache_sentinel"))P=Vm.default.createElement(v,{key:"comma-tmr"},", "),K[6]=P;else P=K[6];j.push(P)}let X;if(K[7]!==A)X=Vm.default.createElement(v,{bold:!0},A),K[7]=A,K[8]=X;else X=K[8];let M=A===1?"memory":"memories",D;if(K[9]!==X||K[10]!==M||K[11]!==J)D=Vm.default.createElement(v,{key:"team-mem-read"},J," ",X," team"," ",M),K[9]=X,K[10]=M,K[11]=J,K[12]=D;else D=K[12];j.push(D),H++}if(O>0){let J=Y?H===0?"Searching":"searching":H===0?"Searched":"searched";if(H>0){let D;if(K[13]===Symbol.for("react.memo_cache_sentinel"))D=Vm.default.createElement(v,{key:"comma-tms"},", "),K[13]=D;else D=K[13];j.push(D)}let X=`${J} team memories`,M;if(K[14]!==X)M=Vm.default.createElement(v,{key:"team-mem-search"},X),K[14]=X,K[15]=M;else M=K[15];j.push(M),H++}if($>0){let J=Y?H===0?"Writing":"writing":H===0?"Wrote":"wrote";if(H>0){let P;if(K[16]===Symbol.for("react.memo_cache_sentinel"))P=Vm.default.createElement(v,{key:"comma-tmw"},", "),K[16]=P;else P=K[16];j.push(P)}let X;if(K[17]!==$)X=Vm.default.createElement(v,{bold:!0},$),K[17]=$,K[18]=X;else X=K[18];let M=$===1?"memory":"memories",D;if(K[19]!==X||K[20]!==M||K[21]!==J)D=Vm.default.createElement(v,{key:"team-mem-write"},J," ",X," team"," ",M),K[19]=X,K[20]=M,K[21]=J,K[22]=D;else D=K[22];j.push(D)}w=Vm.default.createElement(Vm.default.Fragment,null,j),K[0]=z,K[1]=Y,K[2]=A,K[3]=O,K[4]=$,K[5]=w}else w=K[5];return w}var Vm;var E_K=y(()=>{t6();r6();Vm=w6(W6(),1)});import{basename as RiY}from"path";function hiY(q){let K=Y6(24),{content:_,tools:Y,lookups:z,inProgressToolUseIDs:A,shouldAnimate:O,theme:$}=q,w=F0(),j,H;if(K[0]!==w||K[1]!==_.id||K[2]!==_.input||K[3]!==_.name||K[4]!==A||K[5]!==z||K[6]!==O||K[7]!==$||K[8]!==Y){H=Symbol.for("react.early_return_sentinel");q:{let J=m5(Y,_.name);if(!J){H=null;break q}let X;if(K[11]!==_.id||K[12]!==z.resolvedToolUseIDs)X=z.resolvedToolUseIDs.has(_.id),K[11]=_.id,K[12]=z.resolvedToolUseIDs,K[13]=X;else X=K[13];let M=X,D;if(K[14]!==_.id||K[15]!==z.erroredToolUseIDs)D=z.erroredToolUseIDs.has(_.id),K[14]=_.id,K[15]=z.erroredToolUseIDs,K[16]=D;else D=K[16];let P=D,W;if(K[17]!==_.id||K[18]!==A)W=A.has(_.id),K[17]=_.id,K[18]=A,K[19]=W;else W=K[19];let Z=W,f=z.toolResultByToolUseID.get(_.id),G=f?.type==="user"?f.toolUseResult:void 0,T=J.outputSchema?.safeParse(G),V=T?.success?T.data:void 0,N=J.inputSchema.safeParse(_.input),L=N.success?N.data:void 0,S=J.userFacingName(L),h=L?J.renderToolUseMessage(L,{theme:$,verbose:!0}):null,x=O&&Z,I=!M,p;if(K[20]!==P||K[21]!==x||K[22]!==I)p=rq.default.createElement(pr,{shouldAnimate:x,isUnresolved:I,isError:P}),K[20]=P,K[21]=x,K[22]=I,K[23]=p;else p=K[23];j=rq.default.createElement(m,{key:_.id,flexDirection:"column",marginTop:1,backgroundColor:w},rq.default.createElement(m,{flexDirection:"row"},p,rq.default.createElement(v,null,rq.default.createElement(v,{bold:!0},S),h&&rq.default.createElement(v,null,"(",h,")")),L&&J.renderToolUseTag?.(L)),M&&!P&&V!==void 0&&rq.default.createElement(m,null,J.renderToolResultMessage?.(V,[],{verbose:!0,tools:Y,theme:$})))}K[0]=w,K[1]=_.id,K[2]=_.input,K[3]=_.name,K[4]=A,K[5]=z,K[6]=O,K[7]=$,K[8]=Y,K[9]=j,K[10]=H}else j=K[9],H=K[10];if(H!==Symbol.for("react.early_return_sentinel"))return H;return j}function h_K({message:q,inProgressToolUseIDs:K,shouldAnimate:_,verbose:Y,tools:z,lookups:A,isActiveGroup:O}){let $=F0(),{searchCount:w,readCount:j,replCount:H,memorySearchCount:J,memoryReadCount:X,memoryWriteCount:M,messages:D}=q,[P]=A4(),Z=VV6(q).some((X6)=>A.erroredToolUseIDs.has(X6)),f=J>0||X>0||M>0,G=L_K.checkHasTeamMemOps(q),T=rq.useRef(0),V=rq.useRef(0),N=rq.useRef(0),L=rq.useRef(0);T.current=Math.max(T.current,j),V.current=Math.max(V.current,w),N.current=Math.max(N.current,q.mcpCallCount??0),L.current=Math.max(L.current,q.bashCount??0);let S=T.current,h=V.current,x=N.current,I=q.gitOpBashCount??0,p=0,B=h>0||S>0||H>0||x>0||p>0||I>0,C=q.readFilePaths,F=q.searchArgs,g=q.latestDisplayHint;if(g===void 0){let X6=F?.[F.length-1],J6=X6!==void 0?`"${X6}"`:void 0,V6=C?.[C.length-1];g=V6!==void 0?r5(V6):J6}let[Q,i]=rq.useState(g),q6=rq.useRef(0);if(rq.useEffect(()=>{let X6=Date.now()-q6.current;if(X6>=R_K){q6.current=Date.now(),i(g);return}let J6=setTimeout((V6,z6,l)=>{V6.current=Date.now(),z6(l)},R_K-X6,q6,i,g);return()=>clearTimeout(J6)},[g]),Y){let X6=[];for(let J6 of D)if(J6.type==="assistant")X6.push(J6);else if(J6.type==="grouped_tool_use")X6.push(...J6.messages);return rq.default.createElement(m,{flexDirection:"column"},X6.map((J6)=>{let V6=J6.message.content[0];if(V6?.type!=="tool_use")return null;return rq.default.createElement(hiY,{key:V6.id,content:V6,tools:z,lookups:A,inProgressToolUseIDs:K,shouldAnimate:_,theme:P})}),q.hookInfos&&q.hookInfos.length>0&&rq.default.createElement(rq.default.Fragment,null,rq.default.createElement(v,{dimColor:!0}," ⎿ ","Ran ",q.hookCount," PreToolUse"," ",q.hookCount===1?"hook":"hooks"," (",((q.hookTotalMs??0)/1000).toFixed(1),"s)"),q.hookInfos.map((J6,V6)=>rq.default.createElement(v,{key:`hook-${V6}`,dimColor:!0}," ⎿ ",J6.command," (",((J6.durationMs??0)/1000).toFixed(1),"s)"))),q.relevantMemories?.map((J6)=>rq.default.createElement(m,{key:J6.path,flexDirection:"column",marginTop:1},rq.default.createElement(v,{dimColor:!0}," ⎿ ","Recalled ",RiY(J6.path)),rq.default.createElement(m,{paddingLeft:5},rq.default.createElement(v,null,rq.default.createElement(h5,null,J6.content))))))}if(!f&&!G&&!B)return null;let e="",t=[];function K6(X6,J6,V6){let z6=t.length===0;if(!z6)t.push(rq.default.createElement(v,{key:`comma-${X6}`},", "));t.push(rq.default.createElement(v,{key:X6},z6?J6[0].toUpperCase()+J6.slice(1):J6," ",V6))}if(h>0){let X6=t.length===0,J6=O?X6?"Searching for":"searching for":X6?"Searched for":"searched for";if(!X6)t.push(rq.default.createElement(v,{key:"comma-s"},", "));t.push(rq.default.createElement(v,{key:"search"},J6," ",rq.default.createElement(v,{bold:!0},h)," ",h===1?"pattern":"patterns"))}if(S>0){let X6=t.length===0,J6=O?X6?"Reading":"reading":X6?"Read":"read";if(!X6)t.push(rq.default.createElement(v,{key:"comma-r"},", "));t.push(rq.default.createElement(v,{key:"read"},J6," ",rq.default.createElement(v,{bold:!0},S)," ",S===1?"file":"files"))}if(H>0){let X6=O?"REPL'ing":"REPL'd";if(t.length>0)t.push(rq.default.createElement(v,{key:"comma-repl"},", "));t.push(rq.default.createElement(v,{key:"repl"},X6," ",rq.default.createElement(v,{bold:!0},H)," ",H===1?"time":"times"))}if(x>0){let X6=q.mcpServerNames?.map((z6)=>z6.replace(/^claude\.ai /,"")).join(", ")||"MCP",J6=t.length===0,V6=O?J6?"Querying":"querying":J6?"Queried":"queried";if(!J6)t.push(rq.default.createElement(v,{key:"comma-mcp"},", "));t.push(rq.default.createElement(v,{key:"mcp"},V6," ",X6,x>1&&rq.default.createElement(rq.default.Fragment,null," ",rq.default.createElement(v,{bold:!0},x)," times")))}let n=t.length>0,_6=[];if(X>0){let X6=!n&&_6.length===0,J6=O?X6?"Recalling":"recalling":X6?"Recalled":"recalled";if(!X6)_6.push(rq.default.createElement(v,{key:"comma-mr"},", "));_6.push(rq.default.createElement(v,{key:"mem-read"},J6," ",rq.default.createElement(v,{bold:!0},X)," ",X===1?"memory":"memories"))}if(J>0){let X6=!n&&_6.length===0,J6=O?X6?"Searching":"searching":X6?"Searched":"searched";if(!X6)_6.push(rq.default.createElement(v,{key:"comma-ms"},", "));_6.push(rq.default.createElement(v,{key:"mem-search"},`${J6} memories`))}if(M>0){let X6=!n&&_6.length===0,J6=O?X6?"Writing":"writing":X6?"Wrote":"wrote";if(!X6)_6.push(rq.default.createElement(v,{key:"comma-mw"},", "));_6.push(rq.default.createElement(v,{key:"mem-write"},J6," ",rq.default.createElement(v,{bold:!0},M)," ",M===1?"memory":"memories"))}return rq.default.createElement(m,{flexDirection:"column",marginTop:1,backgroundColor:$},rq.default.createElement(m,{flexDirection:"row"},O?rq.default.createElement(pr,{shouldAnimate:!0,isUnresolved:!0,isError:Z}):rq.default.createElement(m,{minWidth:2}),rq.default.createElement(v,{dimColor:!O},t,_6,L_K.TeamMemCountParts({message:q,isActiveGroup:O,hasPrecedingParts:n||_6.length>0}),O&&rq.default.createElement(v,{key:"ellipsis"},"…")," ",rq.default.createElement(g$,null))),O&&Q!==void 0&&rq.default.createElement(m,{flexDirection:"row"},rq.default.createElement(m,{width:5,flexShrink:0},rq.default.createElement(v,{dimColor:!0}," ⎿ ")),rq.default.createElement(m,{flexDirection:"column",flexGrow:1},Q.split(` + 3049 `).map((X6,J6,V6)=>rq.default.createElement(v,{key:`hint-${J6}`,dimColor:!0},X6,J6===V6.length-1&&e)))),q.hookTotalMs!==void 0&&q.hookTotalMs>0&&rq.default.createElement(v,{dimColor:!0}," ⎿ ","Ran ",q.hookCount," PreToolUse"," ",q.hookCount===1?"hook":"hooks"," (",(q.hookTotalMs/1000).toFixed(1),"s)"))}var rq,L_K,R_K=700;var S_K=y(()=>{t6();r6();en();Oq();zq();kv();ML();Po1();Sa6();rq=w6(W6(),1),L_K=(E_K(),f4(y_K))});function C_K(){let q=Y6(2),K=f5("app:toggleTranscript","Global","ctrl+o"),_;if(q[0]!==K)_=fe6.createElement(m,{marginY:1},fe6.createElement(v,{dimColor:!0},"✻ Conversation compacted (",K," for history)")),q[0]=K,q[1]=_;else _=q[1];return _}var fe6;var b_K=y(()=>{t6();r6();JM();fe6=w6(W6(),1)});function I_K({message:q,tools:K,lookups:_,inProgressToolUseIDs:Y,shouldAnimate:z}){let A=m5(K,q.toolName);if(!A?.renderGroupedToolUse)return null;let O=new Map;for(let j of q.results)for(let H of j.message.content)if(H.type==="tool_result")O.set(H.tool_use_id,{param:H,output:j.toolUseResult});let $=q.messages.map((j)=>{let H=j.message.content[0],J=O.get(H.id);return{param:H,isResolved:_.resolvedToolUseIDs.has(H.id),isError:_.erroredToolUseIDs.has(H.id),isInProgress:Y.has(H.id),progressMessages:u86(_.progressMessagesByToolUseID.get(H.id)??[]),result:J}}),w=$.some((j)=>j.isInProgress);return A.renderGroupedToolUse($,{shouldAnimate:z&&w,tools:K})}var x_K=()=>{};function B_K(q){let K=Y6(33),{message:_,verbose:Y}=q,{retryAttempt:z,error:A,retryInMs:O,maxRetries:$}=_,w=z<4,[j,H]=m_K.useState(0),J=j>=O,X;if(K[0]===Symbol.for("react.memo_cache_sentinel"))X=()=>H(SiY),K[0]=X;else X=K[0];if(LP(X,w||J?null:1000),w)return null;let M;if(K[1]!==j||K[2]!==O)M=Math.round((O-j)/1000),K[1]=j,K[2]=O,K[3]=M;else M=K[3];let D=Math.max(0,M),P,W,Z,f,G,T,V;if(K[4]!==A||K[5]!==Y){let p=hv6(A);V=!Y&&p.length>u_K,Z=e8,W=m,T="column",P=v,f="error",G=V?p.slice(0,u_K)+"…":p,K[4]=A,K[5]=Y,K[6]=P,K[7]=W,K[8]=Z,K[9]=f,K[10]=G,K[11]=T,K[12]=V}else P=K[6],W=K[7],Z=K[8],f=K[9],G=K[10],T=K[11],V=K[12];let N;if(K[13]!==P||K[14]!==f||K[15]!==G)N=Nm.createElement(P,{color:f},G),K[13]=P,K[14]=f,K[15]=G,K[16]=N;else N=K[16];let L;if(K[17]!==V)L=V&&Nm.createElement(g$,null),K[17]=V,K[18]=L;else L=K[18];let S=D===1?"second":"seconds",h;if(K[19]!==$||K[20]!==z||K[21]!==D||K[22]!==S)h=Nm.createElement(v,{dimColor:!0},"Retrying in ",D," ",S,"… (attempt"," ",z,"/",$,")",process.env.API_TIMEOUT_MS?` · API_TIMEOUT_MS=${process.env.API_TIMEOUT_MS}ms, try increasing it`:""),K[19]=$,K[20]=z,K[21]=D,K[22]=S,K[23]=h;else h=K[23];let x;if(K[24]!==W||K[25]!==h||K[26]!==T||K[27]!==N||K[28]!==L)x=Nm.createElement(W,{flexDirection:T},N,L,h),K[24]=W,K[25]=h,K[26]=T,K[27]=N,K[28]=L,K[29]=x;else x=K[29];let I;if(K[30]!==Z||K[31]!==x)I=Nm.createElement(Z,null,x),K[30]=Z,K[31]=x,K[32]=I;else I=K[32];return I}function SiY(q){return q+1000}var Nm,m_K,u_K=1000;var p_K=y(()=>{t6();r6();YL();WN();kv();xK();Nm=w6(W6(),1),m_K=w6(W6(),1)});function EI8(q){let K=q.length;if(q.every((Y)=>Y.type===q[0].type))switch(q[0].type){case"local_bash":{let Y=K7(q,(O)=>O.type==="local_bash"&&O.kind==="monitor"),z=K-Y,A=[];if(z>0)A.push(z===1?"1 shell":`${z} shells`);if(Y>0)A.push(Y===1?"1 monitor":`${Y} monitors`);return A.join(", ")}case"in_process_teammate":{let Y=new Set(q.map((z)=>z.type==="in_process_teammate"?z.identity.teamName:"")).size;return Y===1?"1 team":`${Y} teams`}case"local_agent":return K===1?"1 local agent":`${K} local agents`;case"remote_agent":{let Y=q[0];if(K===1&&Y.type==="remote_agent"&&Y.isUltraplan)switch(Y.ultraplanPhase){case"plan_ready":return`${bh} ultraplan ready`;case"needs_input":return`${NG} ultraplan needs your input`;default:return`${NG} ultraplan`}return K===1?`${NG} 1 cloud session`:`${NG} ${K} cloud sessions`}case"local_workflow":return K===1?"1 background workflow":`${K} background workflows`;case"monitor_mcp":return K===1?"1 monitor":`${K} monitors`;case"dream":return"dreaming"}return`${K} background ${K===1?"task":"tasks"}`}function F_K(q){if(q.length!==1)return!1;let K=q[0];return K.type==="remote_agent"&&K.isUltraplan===!0&&K.ultraplanPhase!==void 0}var Wo1=y(()=>{nY()});var g_K={};T8(g_K,{teamMemSavedPart:()=>CiY});function CiY(q){let K=q.teamCount??0;if(K===0)return null;return{segment:`${K} team ${K===1?"memory":"memories"}`,count:K}}import{basename as IiY}from"path";function U_K(q){let K=Y6(34),{message:_,addMargin:Y,verbose:z,isTranscriptMode:A}=q,O=F0();if(_.subtype==="turn_duration"){let M;if(K[0]!==Y||K[1]!==_)M=W7.createElement(giY,{message:_,addMargin:Y}),K[0]=Y,K[1]=_,K[2]=M;else M=K[2];return M}if(_.subtype==="memory_saved"){let M;if(K[3]!==Y||K[4]!==_)M=W7.createElement(QiY,{message:_,addMargin:Y}),K[3]=Y,K[4]=_,K[5]=M;else M=K[5];return M}if(_.subtype==="agents_killed"){let M=Y?1:0,D,P;if(K[6]===Symbol.for("react.memo_cache_sentinel"))D=W7.createElement(m,{minWidth:2},W7.createElement(v,{color:"error"},a9)),P=W7.createElement(v,{dimColor:!0},"All background agents killed"),K[6]=D,K[7]=P;else D=K[6],P=K[7];let W;if(K[8]!==O||K[9]!==M)W=W7.createElement(m,{flexDirection:"row",marginTop:M,backgroundColor:O,width:"100%"},D,P),K[8]=O,K[9]=M,K[10]=W;else W=K[10];return W}if(_.subtype==="thinking")return null;if(_.subtype==="bridge_status"){let M;if(K[11]!==Y||K[12]!==_)M=W7.createElement(liY,{message:_,addMargin:Y}),K[11]=Y,K[12]=_,K[13]=M;else M=K[13];return M}if(_.subtype==="scheduled_task_fire"){let M=Y?1:0,D;if(K[14]!==_.content)D=W7.createElement(v,{dimColor:!0},Dl," ",_.content),K[14]=_.content,K[15]=D;else D=K[15];let P;if(K[16]!==O||K[17]!==M||K[18]!==D)P=W7.createElement(m,{marginTop:M,backgroundColor:O,width:"100%"},D),K[16]=O,K[17]=M,K[18]=D,K[19]=P;else P=K[19];return P}if(_.subtype!=="stop_hook_summary"&&!z&&_.level==="info")return null;if(_.subtype==="api_error"){let M;if(K[20]!==_||K[21]!==z)M=W7.createElement(B_K,{message:_,verbose:z}),K[20]=_,K[21]=z,K[22]=M;else M=K[22];return M}if(_.subtype==="stop_hook_summary"){let M;if(K[23]!==Y||K[24]!==A||K[25]!==_||K[26]!==z)M=W7.createElement(uiY,{message:_,addMargin:Y,verbose:z,isTranscriptMode:A}),K[23]=Y,K[24]=A,K[25]=_,K[26]=z,K[27]=M;else M=K[27];return M}let w=_.content;if(typeof w!=="string")return null;let j=_.level!=="info",H=_.level==="warning"?"warning":void 0,J=_.level==="info",X;if(K[28]!==Y||K[29]!==w||K[30]!==j||K[31]!==H||K[32]!==J)X=W7.createElement(m,{flexDirection:"row",width:"100%"},W7.createElement(FiY,{content:w,addMargin:Y,dot:j,color:H,dimColor:J})),K[28]=Y,K[29]=w,K[30]=j,K[31]=H,K[32]=J,K[33]=X;else X=K[33];return X}function uiY(q){let K=Y6(47),{message:_,addMargin:Y,verbose:z,isTranscriptMode:A}=q,O=F0(),{hookCount:$,hookInfos:w,hookErrors:j,preventedContinuation:H,stopReason:J}=_,{columns:X}=_7(),M;if(K[0]!==w||K[1]!==_.totalDurationMs)M=_.totalDurationMs??w.reduce(piY,0),K[0]=w,K[1]=_.totalDurationMs,K[2]=M;else M=K[2];let D=M;if(j.length===0&&!H&&!_.hookLabel)return null;let P;if(K[3]!==D)P="",K[3]=D,K[4]=P;else P=K[4];let W=P;if(_.hookLabel){let C=$===1?"hook":"hooks",F;if(K[5]!==$||K[6]!==_.hookLabel||K[7]!==C||K[8]!==W)F=W7.createElement(v,{dimColor:!0}," ⎿ ","Ran ",$," ",_.hookLabel," ",C,W),K[5]=$,K[6]=_.hookLabel,K[7]=C,K[8]=W,K[9]=F;else F=K[9];let g;if(K[10]!==w||K[11]!==A)g=A&&w.map(BiY),K[10]=w,K[11]=A,K[12]=g;else g=K[12];let Q;if(K[13]!==F||K[14]!==g)Q=W7.createElement(m,{flexDirection:"column",width:"100%"},F,g),K[13]=F,K[14]=g,K[15]=Q;else Q=K[15];return Q}let Z=Y?1:0,f;if(K[16]===Symbol.for("react.memo_cache_sentinel"))f=W7.createElement(m,{minWidth:2},W7.createElement(v,null,a9)),K[16]=f;else f=K[16];let G=X-10,T;if(K[17]!==$)T=W7.createElement(v,{bold:!0},$),K[17]=$,K[18]=T;else T=K[18];let V=_.hookLabel??"stop",N=$===1?"hook":"hooks",L;if(K[19]!==w||K[20]!==z)L=!z&&w.length>0&&W7.createElement(W7.Fragment,null," ",W7.createElement(g$,null)),K[19]=w,K[20]=z,K[21]=L;else L=K[21];let S;if(K[22]!==T||K[23]!==V||K[24]!==N||K[25]!==L||K[26]!==W)S=W7.createElement(v,null,"Ran ",T," ",V," ",N,W,L),K[22]=T,K[23]=V,K[24]=N,K[25]=L,K[26]=W,K[27]=S;else S=K[27];let h;if(K[28]!==w||K[29]!==z)h=z&&w.length>0&&w.map(miY),K[28]=w,K[29]=z,K[30]=h;else h=K[30];let x;if(K[31]!==H||K[32]!==J)x=H&&J&&W7.createElement(v,null,W7.createElement(v,{dimColor:!0},"⎿  "),J),K[31]=H,K[32]=J,K[33]=x;else x=K[33];let I;if(K[34]!==j||K[35]!==_.hookLabel)I=j.length>0&&j.map((C,F)=>W7.createElement(v,{key:F},W7.createElement(v,{dimColor:!0},"⎿  "),_.hookLabel??"Stop"," hook error: ",C)),K[34]=j,K[35]=_.hookLabel,K[36]=I;else I=K[36];let p;if(K[37]!==S||K[38]!==h||K[39]!==x||K[40]!==I||K[41]!==G)p=W7.createElement(m,{flexDirection:"column",width:G},S,h,x,I),K[37]=S,K[38]=h,K[39]=x,K[40]=I,K[41]=G,K[42]=p;else p=K[42];let B;if(K[43]!==O||K[44]!==p||K[45]!==Z)B=W7.createElement(m,{flexDirection:"row",marginTop:Z,backgroundColor:O,width:"100%"},f,p),K[43]=O,K[44]=p,K[45]=Z,K[46]=B;else B=K[46];return B}function miY(q,K){return W7.createElement(v,{key:`cmd-${K}`,dimColor:!0},"⎿  ",q.command==="prompt"?`prompt: ${q.promptText||""}`:q.command,"")}function BiY(q,K){return W7.createElement(v,{key:`cmd-${K}`,dimColor:!0}," ⎿ ",q.command==="prompt"?`prompt: ${q.promptText||""}`:q.command,"")}function piY(q,K){return q+(K.durationMs??0)}function FiY(q){let K=Y6(18),{content:_,addMargin:Y,dot:z,color:A,dimColor:O}=q,{columns:$}=_7(),w=F0(),j=Y?1:0,H;if(K[0]!==A||K[1]!==O||K[2]!==z)H=z&&W7.createElement(m,{minWidth:2},W7.createElement(v,{color:A,dimColor:O},a9)),K[0]=A,K[1]=O,K[2]=z,K[3]=H;else H=K[3];let J=$-10,X;if(K[4]!==_)X=_.trim(),K[4]=_,K[5]=X;else X=K[5];let M;if(K[6]!==A||K[7]!==O||K[8]!==X)M=W7.createElement(v,{color:A,dimColor:O,wrap:"wrap"},X),K[6]=A,K[7]=O,K[8]=X,K[9]=M;else M=K[9];let D;if(K[10]!==J||K[11]!==M)D=W7.createElement(m,{flexDirection:"column",width:J},M),K[10]=J,K[11]=M,K[12]=D;else D=K[12];let P;if(K[13]!==w||K[14]!==j||K[15]!==H||K[16]!==D)P=W7.createElement(m,{flexDirection:"row",marginTop:j,backgroundColor:w,width:"100%"},H,D),K[13]=w,K[14]=j,K[15]=H,K[16]=D,K[17]=P;else P=K[17];return P}function giY(q){let K=Y6(17),{message:_,addMargin:Y}=q,z=F0(),[A]=LI8.useState(UiY),O=l_(),$;if(K[0]!==O)$=()=>{let N=O.getState().tasks,L=Object.values(N??{}).filter(NH);return L.length>0?EI8(L):null},K[0]=O,K[1]=$;else $=K[1];let[w]=LI8.useState($),j;if(K[2]===Symbol.for("react.memo_cache_sentinel"))j=j8().showTurnDuration??!0,K[2]=j;else j=K[2];let H=j,J;if(K[3]!==_.durationMs)J=I3(_.durationMs),K[3]=_.durationMs,K[4]=J;else J=K[4];let X=J,M=_.budgetLimit!==void 0,D;q:{if(!M){D="";break q}let{budgetTokens:N,budgetLimit:L}=_,S;if(K[5]!==L||K[6]!==N)S=N>=L?`${BK(N)} used (${BK(L)} min ${a6.tick})`:`${BK(N)} / ${BK(L)} (${Math.round(N/L*100)}%)`,K[5]=L,K[6]=N,K[7]=S;else S=K[7];let h=S,x=_.budgetNudges>0?` · ${_.budgetNudges} ${_.budgetNudges===1?"nudge":"nudges"}`:"";D=`${H?" · ":""}${h}${x}`}let P=D;if(!H&&!M)return null;let W=Y?1:0,Z;if(K[8]===Symbol.for("react.memo_cache_sentinel"))Z=W7.createElement(m,{minWidth:2},W7.createElement(v,{dimColor:!0},Dl)),K[8]=Z;else Z=K[8];let f=H&&`${A} for ${X}`,G=w&&` · ${w} still running`,T;if(K[9]!==P||K[10]!==f||K[11]!==G)T=W7.createElement(v,{dimColor:!0},f,P,G),K[9]=P,K[10]=f,K[11]=G,K[12]=T;else T=K[12];let V;if(K[13]!==z||K[14]!==W||K[15]!==T)V=W7.createElement(m,{flexDirection:"row",marginTop:W,backgroundColor:z,width:"100%"},Z,T),K[13]=z,K[14]=W,K[15]=T,K[16]=V;else V=K[16];return V}function UiY(){return VM(ty6)??"Worked"}function QiY(q){let K=Y6(16),{message:_,addMargin:Y}=q,z=F0(),{writtenPaths:A}=_,O;if(K[0]!==_)O=xiY.teamMemSavedPart(_),K[0]=_,K[1]=O;else O=K[1];let $=O,w=A.length-($?.count??0),j=w>0?`${w} ${w===1?"memory":"memories"}`:null,H=$?.segment,J;if(K[2]!==j||K[3]!==H)J=[j,H].filter(Boolean),K[2]=j,K[3]=H,K[4]=J;else J=K[4];let X=J,M=Y?1:0,D;if(K[5]===Symbol.for("react.memo_cache_sentinel"))D=W7.createElement(m,{minWidth:2},W7.createElement(v,{dimColor:!0},a9)),K[5]=D;else D=K[5];let P=_.verb??"Saved",W=X.join(" · "),Z;if(K[6]!==P||K[7]!==W)Z=W7.createElement(m,{flexDirection:"row"},D,W7.createElement(v,null,P," ",W)),K[6]=P,K[7]=W,K[8]=Z;else Z=K[8];let f;if(K[9]!==A)f=A.map(diY),K[9]=A,K[10]=f;else f=K[10];let G;if(K[11]!==z||K[12]!==f||K[13]!==M||K[14]!==Z)G=W7.createElement(m,{flexDirection:"column",marginTop:M,backgroundColor:z},Z,f),K[11]=z,K[12]=f,K[13]=M,K[14]=Z,K[15]=G;else G=K[15];return G}function diY(q){return W7.createElement(ciY,{key:q,path:q})}function ciY(q){let K=Y6(16),{path:_}=q,[Y,z]=LI8.useState(!1),A;if(K[0]!==_)A=()=>void oy8(_),K[0]=_,K[1]=A;else A=K[1];let O,$;if(K[2]===Symbol.for("react.memo_cache_sentinel"))O=()=>z(!0),$=()=>z(!1),K[2]=O,K[3]=$;else O=K[2],$=K[3];let w=!Y,j;if(K[4]!==_)j=IiY(_),K[4]=_,K[5]=j;else j=K[5];let H;if(K[6]!==_||K[7]!==j)H=W7.createElement(Q0,{filePath:_},j),K[6]=_,K[7]=j,K[8]=H;else H=K[8];let J;if(K[9]!==Y||K[10]!==w||K[11]!==H)J=W7.createElement(v,{dimColor:w,underline:Y},H),K[9]=Y,K[10]=w,K[11]=H,K[12]=J;else J=K[12];let X;if(K[13]!==A||K[14]!==J)X=W7.createElement(e8,null,W7.createElement(m,{onClick:A,onMouseEnter:O,onMouseLeave:$},J)),K[13]=A,K[14]=J,K[15]=X;else X=K[15];return X}function liY(q){let K=Y6(13),{message:_,addMargin:Y}=q,z=F0(),A=Y?1:0,O;if(K[0]===Symbol.for("react.memo_cache_sentinel"))O=W7.createElement(m,{minWidth:2}),K[0]=O;else O=K[0];let $;if(K[1]===Symbol.for("react.memo_cache_sentinel"))$=W7.createElement(v,null,W7.createElement(v,{color:"suggestion"},"/remote-control")," is active. Code in CLI or at"),K[1]=$;else $=K[1];let w;if(K[2]!==_.url)w=W7.createElement(N4,{url:_.url},_.url),K[2]=_.url,K[3]=w;else w=K[3];let j;if(K[4]!==_.upgradeNudge)j=_.upgradeNudge&&W7.createElement(v,{dimColor:!0},"⎿ ",_.upgradeNudge),K[4]=_.upgradeNudge,K[5]=j;else j=K[5];let H;if(K[6]!==w||K[7]!==j)H=W7.createElement(m,{flexDirection:"column"},$,w,j),K[6]=w,K[7]=j,K[8]=H;else H=K[8];let J;if(K[9]!==z||K[10]!==A||K[11]!==H)J=W7.createElement(m,{flexDirection:"row",marginTop:A,backgroundColor:z,width:999},O,H),K[9]=z,K[10]=A,K[11]=H,K[12]=J;else J=K[12];return J}var W7,LI8,xiY;var Q_K=y(()=>{t6();r6();Do();nY();S4();xK();a76();DJ();Gb8();YK();p_K();zq();E1();T26();Vf6();kv();E7();Wo1();ML();W7=w6(W6(),1),LI8=w6(W6(),1),xiY=f4(g_K)});function d_K(){let q=Y6(1),K;if(q[0]===Symbol.for("react.memo_cache_sentinel"))K=Te6.createElement(e8,{height:1},Te6.createElement(GU,null)),q[0]=K;else K=q[0];return K}var Te6;var c_K=y(()=>{t6();uk6();xK();Te6=w6(W6(),1)});function RI8(q){let K=Y6(3),{plan:_}=q,Y;if(K[0]===Symbol.for("react.memo_cache_sentinel"))Y=km.createElement(v,{color:"subtle"},"User rejected Claude's plan:"),K[0]=Y;else Y=K[0];let z;if(K[1]!==_)z=km.createElement(e8,null,km.createElement(m,{flexDirection:"column"},Y,km.createElement(m,{borderStyle:"round",borderColor:"planMode",paddingX:1,overflow:"hidden"},km.createElement(nA,null,_)))),K[1]=_,K[2]=z;else z=K[2];return z}var km;var Zo1=y(()=>{t6();Hk();xK();r6();km=w6(W6(),1)});function l_K(){let q=Y6(1),K;if(q[0]===Symbol.for("react.memo_cache_sentinel"))K=ve6.createElement(e8,{height:1},ve6.createElement(v,{dimColor:!0},"Tool use rejected")),q[0]=K;else K=q[0];return K}var ve6;var i_K=y(()=>{t6();r6();xK();ve6=w6(W6(),1)});function n_K(q){let K=Y6(14),{progressMessagesForMessage:_,tool:Y,tools:z,param:A,verbose:O,isTranscriptMode:$}=q;if(typeof A.content==="string"&&A.content.includes(u0)){let j;if(K[0]===Symbol.for("react.memo_cache_sentinel"))j=xv.createElement(e8,{height:1},xv.createElement(GU,null)),K[0]=j;else j=K[0];return j}if(typeof A.content==="string"&&A.content.startsWith(Go1)){let j;if(K[1]!==A.content)j=A.content.substring(Go1.length),K[1]=A.content,K[2]=j;else j=K[2];let H=j,J;if(K[3]!==H)J=xv.createElement(RI8,{plan:H}),K[3]=H,K[4]=J;else J=K[4];return J}if(typeof A.content==="string"&&A.content.startsWith(hI8)){let j;if(K[5]===Symbol.for("react.memo_cache_sentinel"))j=xv.createElement(l_K,null),K[5]=j;else j=K[5];return j}if(typeof A.content==="string"&&o_K(A.content)){let j;if(K[6]===Symbol.for("react.memo_cache_sentinel"))j=xv.createElement(e8,{height:1},xv.createElement(v,{dimColor:!0},"Denied by auto mode classifier ",Sj1," /feedback if incorrect")),K[6]=j;else j=K[6];return j}let w;if(K[7]!==$||K[8]!==A.content||K[9]!==_||K[10]!==Y||K[11]!==z||K[12]!==O)w=Y?.renderToolUseErrorMessage?.(A.content,{progressMessagesForMessage:u86(_),tools:z,verbose:O,isTranscriptMode:$})??xv.createElement(U$,{result:A.content,verbose:O}),K[7]=$,K[8]=A.content,K[9]=_,K[10]=Y,K[11]=z,K[12]=O,K[13]=w;else w=K[13];return w}var xv;var r_K=y(()=>{t6();nY();r6();e1();oN();uk6();xK();Zo1();i_K();xv=w6(W6(),1)});function a_K(q){let K=Y6(13),{input:_,progressMessagesForMessage:Y,style:z,tool:A,tools:O,verbose:$,isTranscriptMode:w}=q,{columns:j}=_7(),[H]=A4();if(!A||!A.renderToolUseRejectedMessage){let D;if(K[0]===Symbol.for("react.memo_cache_sentinel"))D=pw6.createElement(fU,null),K[0]=D;else D=K[0];return D}let J=A.inputSchema,X,M;if(K[1]!==j||K[2]!==_||K[3]!==w||K[4]!==Y||K[5]!==z||K[6]!==H||K[7]!==A||K[8]!==O||K[9]!==$){M=Symbol.for("react.early_return_sentinel");q:{let D=J.safeParse(_);if(!D.success){let P;if(K[12]===Symbol.for("react.memo_cache_sentinel"))P=pw6.createElement(fU,null),K[12]=P;else P=K[12];M=P;break q}X=A.renderToolUseRejectedMessage(D.data,{columns:j,messages:[],tools:O,verbose:$,progressMessagesForMessage:u86(Y),style:z,theme:H,isTranscriptMode:w})??pw6.createElement(fU,null)}K[1]=j,K[2]=_,K[3]=w,K[4]=Y,K[5]=z,K[6]=H,K[7]=A,K[8]=O,K[9]=$,K[10]=X,K[11]=M}else X=K[10],M=K[11];if(M!==Symbol.for("react.early_return_sentinel"))return M;return X}var pw6;var s_K=y(()=>{t6();YK();r6();Ea6();pw6=w6(W6(),1)});function t_K({message:q,lookups:K,toolUseID:_,progressMessagesForMessage:Y,style:z,tool:A,tools:O,verbose:$,width:w,isTranscriptMode:j}){let[H]=A4(),J=M8((W)=>W.isBriefOnly),[X]=YW.useState(()=>R9K(_)),[M]=YW.useState(()=>S9K(_));if(YW.useEffect(()=>{x9K(_)},[_]),!q.toolUseResult||!A)return null;let D=A.renderToolResultMessage?.(q.toolUseResult,u86(Y),{style:z,theme:H,tools:O,verbose:$,isTranscriptMode:j,isBriefOnly:J,input:K.toolUseByToolUseID.get(_)?.input})??null;if(D===null)return null;let P=A.userFacingName(void 0)==="";return YW.createElement(m,{flexDirection:"column"},YW.createElement(m,{flexDirection:"column",width:P?void 0:w},D,null,M&&YW.createElement(e8,{height:1},YW.createElement(v,{dimColor:!0},"Allowed by auto mode classifier"))),YW.createElement(Iw6,null,YW.createElement(ZI8,{hookEvent:"PostToolUse",lookups:K,toolUseID:_,verbose:$,isTranscriptMode:j})))}var YW;var e_K=y(()=>{WI8();r6();E7();pq6();xK();zo1();YW=w6(W6(),1)});function qYK(q,K,_){let Y=Y6(7),z;if(Y[0]!==_.toolUseByToolUseID||Y[1]!==q||Y[2]!==K){q:{let A=_.toolUseByToolUseID.get(q);if(!A){z=null;break q}let O=m5(K,A.name);if(!O){z=null;break q}let $;if(Y[4]!==O||Y[5]!==A)$={tool:O,toolUse:A},Y[4]=O,Y[5]=A,Y[6]=$;else $=Y[6];z=$}Y[0]=_.toolUseByToolUseID,Y[1]=q,Y[2]=K,Y[3]=z}else z=Y[3];return z}var KYK=y(()=>{t6()});function _YK(q){let K=Y6(28),{param:_,message:Y,lookups:z,progressMessagesForMessage:A,style:O,tools:$,verbose:w,width:j,isTranscriptMode:H}=q,J=qYK(_.tool_use_id,$,z);if(!J)return null;if(typeof _.content==="string"&&_.content.startsWith(Fw6)){let M;if(K[0]===Symbol.for("react.memo_cache_sentinel"))M=ho.createElement(d_K,null),K[0]=M;else M=K[0];return M}if(typeof _.content==="string"&&_.content.startsWith(gw6)||_.content===u0){let M=J.toolUse.input,D;if(K[1]!==H||K[2]!==z||K[3]!==A||K[4]!==O||K[5]!==M||K[6]!==J.tool||K[7]!==$||K[8]!==w)D=ho.createElement(a_K,{input:M,progressMessagesForMessage:A,tool:J.tool,tools:$,lookups:z,style:O,verbose:w,isTranscriptMode:H}),K[1]=H,K[2]=z,K[3]=A,K[4]=O,K[5]=M,K[6]=J.tool,K[7]=$,K[8]=w,K[9]=D;else D=K[9];return D}if(_.is_error){let M;if(K[10]!==H||K[11]!==_||K[12]!==A||K[13]!==J.tool||K[14]!==$||K[15]!==w)M=ho.createElement(n_K,{progressMessagesForMessage:A,tool:J.tool,tools:$,param:_,verbose:w,isTranscriptMode:H}),K[10]=H,K[11]=_,K[12]=A,K[13]=J.tool,K[14]=$,K[15]=w,K[16]=M;else M=K[16];return M}let X;if(K[17]!==H||K[18]!==z||K[19]!==Y||K[20]!==A||K[21]!==O||K[22]!==J.tool||K[23]!==J.toolUse.id||K[24]!==$||K[25]!==w||K[26]!==j)X=ho.createElement(t_K,{message:Y,lookups:z,toolUseID:J.toolUse.id,progressMessagesForMessage:A,style:O,tool:J.tool,tools:$,verbose:w,width:j,isTranscriptMode:H}),K[17]=H,K[18]=z,K[19]=Y,K[20]=A,K[21]=O,K[22]=J.tool,K[23]=J.toolUse.id,K[24]=$,K[25]=w,K[26]=j,K[27]=X;else X=K[27];return X}var ho;var YYK=y(()=>{t6();e1();c_K();r_K();s_K();e_K();KYK();ho=w6(W6(),1)});function iiY(q){let K=Y6(94),{message:_,lookups:Y,containerWidth:z,addMargin:A,tools:O,commands:$,verbose:w,inProgressToolUseIDs:j,progressMessagesForMessage:H,shouldAnimate:J,shouldShowDot:X,style:M,width:D,isTranscriptMode:P,onOpenRateLimitOptions:W,isActiveCollapsedGroup:Z,isUserContinuation:f,lastThinkingBlockId:G,latestBashOutputUUID:T}=q,V=f===void 0?!1:f;switch(_.type){case"attachment":{let N;if(K[0]!==A||K[1]!==P||K[2]!==_.attachment||K[3]!==w)N=n3.createElement(v_K,{addMargin:A,attachment:_.attachment,verbose:w,isTranscriptMode:P}),K[0]=A,K[1]=P,K[2]=_.attachment,K[3]=w,K[4]=N;else N=K[4];return N}case"assistant":{let N=z??"100%",L;if(K[5]!==A||K[6]!==$||K[7]!==j||K[8]!==P||K[9]!==G||K[10]!==Y||K[11]!==_.advisorModel||K[12]!==_.message.content||K[13]!==_.uuid||K[14]!==W||K[15]!==H||K[16]!==J||K[17]!==X||K[18]!==O||K[19]!==w||K[20]!==D){let h;if(K[22]!==A||K[23]!==$||K[24]!==j||K[25]!==P||K[26]!==G||K[27]!==Y||K[28]!==_.advisorModel||K[29]!==_.uuid||K[30]!==W||K[31]!==H||K[32]!==J||K[33]!==X||K[34]!==O||K[35]!==w||K[36]!==D)h=(x,I)=>n3.createElement(riY,{key:I,param:x,addMargin:A,tools:O,commands:$,verbose:w,inProgressToolUseIDs:j,progressMessagesForMessage:H,shouldAnimate:J,shouldShowDot:X,width:D,inProgressToolCallCount:j.size,isTranscriptMode:P,lookups:Y,onOpenRateLimitOptions:W,thinkingBlockId:`${_.uuid}:${I}`,lastThinkingBlockId:G,advisorModel:_.advisorModel}),K[22]=A,K[23]=$,K[24]=j,K[25]=P,K[26]=G,K[27]=Y,K[28]=_.advisorModel,K[29]=_.uuid,K[30]=W,K[31]=H,K[32]=J,K[33]=X,K[34]=O,K[35]=w,K[36]=D,K[37]=h;else h=K[37];L=_.message.content.map(h),K[5]=A,K[6]=$,K[7]=j,K[8]=P,K[9]=G,K[10]=Y,K[11]=_.advisorModel,K[12]=_.message.content,K[13]=_.uuid,K[14]=W,K[15]=H,K[16]=J,K[17]=X,K[18]=O,K[19]=w,K[20]=D,K[21]=L}else L=K[21];let S;if(K[38]!==N||K[39]!==L)S=n3.createElement(m,{flexDirection:"column",width:N},L),K[38]=N,K[39]=L,K[40]=S;else S=K[40];return S}case"user":{if(_.isCompactSummary){let B=P?"transcript":"prompt",C;if(K[41]!==_||K[42]!==B)C=n3.createElement(Hpq,{message:_,screen:B}),K[41]=_,K[42]=B,K[43]=C;else C=K[43];return C}let N;if(K[44]!==_.imagePasteIds||K[45]!==_.message.content){N=[];let B=0;for(let C of _.message.content)if(C.type==="image"){let F=_.imagePasteIds?.[B];B++,N.push(F??B)}else N.push(B);K[44]=_.imagePasteIds,K[45]=_.message.content,K[46]=N}else N=K[46];let L=T===_.uuid,S=z??"100%",h;if(K[47]!==A||K[48]!==N||K[49]!==P||K[50]!==V||K[51]!==Y||K[52]!==_||K[53]!==H||K[54]!==M||K[55]!==O||K[56]!==w)h=_.message.content.map((B,C)=>n3.createElement(niY,{key:C,message:_,addMargin:A,tools:O,progressMessagesForMessage:H,param:B,style:M,verbose:w,imageIndex:N[C],isUserContinuation:V,lookups:Y,isTranscriptMode:P})),K[47]=A,K[48]=N,K[49]=P,K[50]=V,K[51]=Y,K[52]=_,K[53]=H,K[54]=M,K[55]=O,K[56]=w,K[57]=h;else h=K[57];let x;if(K[58]!==S||K[59]!==h)x=n3.createElement(m,{flexDirection:"column",width:S},h),K[58]=S,K[59]=h,K[60]=x;else x=K[60];let I=x,p;if(K[61]!==I||K[62]!==L)p=L?n3.createElement(Fyq,null,I):I,K[61]=I,K[62]=L,K[63]=p;else p=K[63];return p}case"system":{if(_.subtype==="compact_boundary"){let L;if(K[64]===Symbol.for("react.memo_cache_sentinel"))L=n3.createElement(C_K,null),K[64]=L;else L=K[64];return L}if(_.subtype==="microcompact_boundary")return null;if(_.subtype==="local_command"){let L;if(K[68]!==_.content)L={type:"text",text:_.content},K[68]=_.content,K[69]=L;else L=K[69];let S;if(K[70]!==A||K[71]!==P||K[72]!==L||K[73]!==w)S=n3.createElement(Bw6,{addMargin:A,param:L,verbose:w,isTranscriptMode:P}),K[70]=A,K[71]=P,K[72]=L,K[73]=w,K[74]=S;else S=K[74];return S}let N;if(K[75]!==A||K[76]!==P||K[77]!==_||K[78]!==w)N=n3.createElement(U_K,{message:_,addMargin:A,verbose:w,isTranscriptMode:P}),K[75]=A,K[76]=P,K[77]=_,K[78]=w,K[79]=N;else N=K[79];return N}case"grouped_tool_use":{let N;if(K[80]!==j||K[81]!==Y||K[82]!==_||K[83]!==J||K[84]!==O)N=n3.createElement(I_K,{message:_,tools:O,lookups:Y,inProgressToolUseIDs:j,shouldAnimate:J}),K[80]=j,K[81]=Y,K[82]=_,K[83]=J,K[84]=O,K[85]=N;else N=K[85];return N}case"collapsed_read_search":{let N=w||P,L;if(K[86]!==j||K[87]!==Z||K[88]!==Y||K[89]!==_||K[90]!==J||K[91]!==N||K[92]!==O)L=n3.createElement(s0,null,n3.createElement(h_K,{message:_,inProgressToolUseIDs:j,shouldAnimate:J,verbose:N,tools:O,lookups:Y,isActiveGroup:Z})),K[86]=j,K[87]=Z,K[88]=Y,K[89]=_,K[90]=J,K[91]=N,K[92]=O,K[93]=L;else L=K[93];return L}}}function niY(q){let K=Y6(20),{message:_,addMargin:Y,tools:z,progressMessagesForMessage:A,param:O,style:$,verbose:w,imageIndex:j,isUserContinuation:H,lookups:J,isTranscriptMode:X}=q,{columns:M}=_7();switch(O.type){case"text":{let D;if(K[0]!==Y||K[1]!==X||K[2]!==_.planContent||K[3]!==_.timestamp||K[4]!==O||K[5]!==w)D=n3.createElement(Bw6,{addMargin:Y,param:O,verbose:w,planContent:_.planContent,isTranscriptMode:X,timestamp:_.timestamp}),K[0]=Y,K[1]=X,K[2]=_.planContent,K[3]=_.timestamp,K[4]=O,K[5]=w,K[6]=D;else D=K[6];return D}case"image":{let D=Y&&!H,P;if(K[7]!==j||K[8]!==D)P=n3.createElement(yI8,{imageId:j,addMargin:D}),K[7]=j,K[8]=D,K[9]=P;else P=K[9];return P}case"tool_result":{let D=M-5,P;if(K[10]!==X||K[11]!==J||K[12]!==_||K[13]!==O||K[14]!==A||K[15]!==$||K[16]!==D||K[17]!==z||K[18]!==w)P=n3.createElement(_YK,{param:O,message:_,lookups:J,progressMessagesForMessage:A,style:$,tools:z,verbose:w,width:D,isTranscriptMode:X}),K[10]=X,K[11]=J,K[12]=_,K[13]=O,K[14]=A,K[15]=$,K[16]=D,K[17]=z,K[18]=w,K[19]=P;else P=K[19];return P}default:return}}function riY(q){let K=Y6(45),{param:_,addMargin:Y,tools:z,commands:A,verbose:O,inProgressToolUseIDs:$,progressMessagesForMessage:w,shouldAnimate:j,shouldShowDot:H,width:J,inProgressToolCallCount:X,isTranscriptMode:M,lookups:D,onOpenRateLimitOptions:P,thinkingBlockId:W,lastThinkingBlockId:Z,advisorModel:f}=q;switch(_.type){case"tool_use":{let G;if(K[9]!==Y||K[10]!==A||K[11]!==X||K[12]!==$||K[13]!==M||K[14]!==D||K[15]!==_||K[16]!==w||K[17]!==j||K[18]!==H||K[19]!==z||K[20]!==O)G=n3.createElement(g9K,{param:_,addMargin:Y,tools:z,commands:A,verbose:O,inProgressToolUseIDs:$,progressMessagesForMessage:w,shouldAnimate:j,shouldShowDot:H,inProgressToolCallCount:X,lookups:D,isTranscriptMode:M}),K[9]=Y,K[10]=A,K[11]=X,K[12]=$,K[13]=M,K[14]=D,K[15]=_,K[16]=w,K[17]=j,K[18]=H,K[19]=z,K[20]=O,K[21]=G;else G=K[21];return G}case"text":{let G;if(K[22]!==Y||K[23]!==P||K[24]!==_||K[25]!==H||K[26]!==O||K[27]!==J)G=n3.createElement(E9K,{param:_,addMargin:Y,shouldShowDot:H,verbose:O,width:J,onOpenRateLimitOptions:P}),K[22]=Y,K[23]=P,K[24]=_,K[25]=H,K[26]=O,K[27]=J,K[28]=G;else G=K[28];return G}case"redacted_thinking":{if(!M&&!O)return null;let G;if(K[29]!==Y)G=n3.createElement(Wpq,{addMargin:Y}),K[29]=Y,K[30]=G;else G=K[30];return G}case"thinking":{if(!M&&!O)return null;let T=M&&!(!Z||W===Z),V;if(K[31]!==Y||K[32]!==M||K[33]!==_||K[34]!==T||K[35]!==O)V=n3.createElement(MI8,{addMargin:Y,param:_,isTranscriptMode:M,verbose:O,hideInTranscript:T}),K[31]=Y,K[32]=M,K[33]=_,K[34]=T,K[35]=O,K[36]=V;else V=K[36];return V}case"server_tool_use":case"advisor_tool_result":{if(Vk8(_)){let G=O||M,T;if(K[37]!==Y||K[38]!==f||K[39]!==D.erroredToolUseIDs||K[40]!==D.resolvedToolUseIDs||K[41]!==_||K[42]!==j||K[43]!==G)T=n3.createElement(Dpq,{block:_,addMargin:Y,resolvedToolUseIDs:D.resolvedToolUseIDs,erroredToolUseIDs:D.erroredToolUseIDs,shouldAnimate:j,verbose:G,advisorModel:f}),K[37]=Y,K[38]=f,K[39]=D.erroredToolUseIDs,K[40]=D.resolvedToolUseIDs,K[41]=_,K[42]=j,K[43]=G,K[44]=T;else T=K[44];return T}return H6(Error(`Unable to render server tool block: ${_.type}`)),null}default:return H6(Error(`Unable to render message type: ${_.type}`)),null}}function To1(q){if(q.type!=="assistant"||!q.message)return!1;return q.message.content.some((K)=>K.type==="thinking"||K.type==="redacted_thinking")}function oiY(q,K){if(q.message.uuid!==K.message.uuid)return!1;if(q.lastThinkingBlockId!==K.lastThinkingBlockId&&To1(K.message))return!1;if(q.verbose!==K.verbose)return!1;let _=q.latestBashOutputUUID===q.message.uuid,Y=K.latestBashOutputUUID===K.message.uuid;if(_!==Y)return!1;if(q.isTranscriptMode!==K.isTranscriptMode)return!1;if(q.containerWidth!==K.containerWidth)return!1;if(q.isStatic&&K.isStatic)return!0;return!1}var n3,aC;var CE6=y(()=>{t6();YK();r6();LO6();MN();y8();Jpq();Ppq();Zpq();L9K();Yo1();U9K();N_K();S_K();b_K();x_K();Q_K();Do1();kI8();YYK();f46();wm1();n3=w6(W6(),1);aC=n3.memo(iiY,oiY)});function Nf(q){if(!("message"in q))return!1;let K=q.message;return K!=null&&typeof K==="object"&&"type"in K}function wYK(q,K,_){if(!Nf(q.data))return null;let Y=q.data.message;if(Y.type==="assistant")return sn6(Y.message.content[0],K);if(Y.type==="user"){let z=Y.message.content[0];if(z?.type==="tool_result"){let A=_.get(z.tool_use_id);if(A)return sn6(A,K)}}return null}function aiY(q,K,_){return q.filter((w)=>Nf(w.data)&&w.data.message.type!=="user").map((w)=>({type:"original",message:w}));function A(w){if(z&&(z.searchCount>0||z.readCount>0||z.replCount>0))Y.push({type:"summary",searchCount:z.searchCount,readCount:z.readCount,replCount:z.replCount,uuid:`summary-${z.startUuid}`,isActive:w});z=null}}function Ve6(q){let K=Y6(3),{prompt:_,dim:Y}=q,z;if(K[0]===Symbol.for("react.memo_cache_sentinel"))z=v1.createElement(v,{color:"success",bold:!0},"Prompt:"),K[0]=z;else z=K[0];let A;if(K[1]!==_)A=v1.createElement(m,{flexDirection:"column"},z,v1.createElement(m,{paddingLeft:2},v1.createElement(nA,null,_))),K[1]=_,K[2]=A;else A=K[2];return A}function vo1(q){let K=Y6(5),{content:_}=q,Y;if(K[0]===Symbol.for("react.memo_cache_sentinel"))Y=v1.createElement(v,{color:"success",bold:!0},"Response:"),K[0]=Y;else Y=K[0];let z;if(K[1]!==_)z=_.map(eiY),K[1]=_,K[2]=z;else z=K[2];let A;if(K[3]!==z)A=v1.createElement(m,{flexDirection:"column"},Y,z),K[3]=z,K[4]=A;else A=K[4];return A}function eiY(q,K){return v1.createElement(m,{key:K,paddingLeft:2,marginTop:K===0?0:1},v1.createElement(nA,null,q.text))}function qnY(q){let K=Y6(15),{progressMessages:_,tools:Y,verbose:z}=q,A;if(K[0]!==_)A=Ne6(_.filter(YnY).map(_nY)),K[0]=_,K[1]=A;else A=K[1];let{lookups:O,inProgressToolUseIDs:$}=A,w;if(K[2]!==O||K[3]!==$||K[4]!==_||K[5]!==Y||K[6]!==z){let H=_.filter(KnY),J;if(K[8]!==O||K[9]!==$||K[10]!==Y||K[11]!==z)J=(X)=>v1.createElement(e8,{key:X.uuid,height:1},v1.createElement(aC,{message:X.data.message,lookups:O,addMargin:!1,tools:Y,commands:[],verbose:z,inProgressToolUseIDs:$,progressMessagesForMessage:[],shouldAnimate:!1,shouldShowDot:!1,isTranscriptMode:!1,isStatic:!0})),K[8]=O,K[9]=$,K[10]=Y,K[11]=z,K[12]=J;else J=K[12];w=H.map(J),K[2]=O,K[3]=$,K[4]=_,K[5]=Y,K[6]=z,K[7]=w}else w=K[7];let j;if(K[13]!==w)j=v1.createElement(v1.Fragment,null,w),K[13]=w,K[14]=j;else j=K[14];return j}function KnY(q){if(!Nf(q.data))return!1;let K=q.data.message;if(K.type==="user"&&K.toolUseResult===void 0)return!1;return!0}function _nY(q){return q.data}function YnY(q){return Nf(q.data)}function jYK(q,K,{tools:_,verbose:Y,theme:z,isTranscriptMode:A=!1}){let O=q;if(O.status==="remote_launched")return v1.createElement(m,{flexDirection:"column"},v1.createElement(e8,{height:1},v1.createElement(v,null,"Remote agent launched"," ",v1.createElement(v,{dimColor:!0},"· ",O.taskId," · ",O.sessionUrl))));if(q.status==="async_launched"){let{prompt:Z}=q;return v1.createElement(m,{flexDirection:"column"},v1.createElement(e8,{height:1},v1.createElement(v,null,"Backgrounded agent",!A&&v1.createElement(v,{dimColor:!0}," (",v1.createElement(u1,null,v1.createElement(s8,{shortcut:"↓",action:"manage"}),Z&&v1.createElement(Z1,{action:"app:toggleTranscript",context:"Global",fallback:"ctrl+o",description:"expand"})),")"))),A&&Z&&v1.createElement(e8,null,v1.createElement(Ve6,{prompt:Z,theme:z})))}if(q.status!=="completed")return null;let{agentId:$,totalDurationMs:w,totalToolUseCount:j,totalTokens:H,usage:J,content:X,prompt:M}=q,P=`Done (${[j===1?"1 tool use":`${j} tool uses`,BK(H)+" tokens",I3(w)].join(" · ")})`,W=Pf({content:P,usage:{...J,inference_geo:null,iterations:null,speed:null}});return v1.createElement(m,{flexDirection:"column"},!1,A&&M&&v1.createElement(e8,null,v1.createElement(Ve6,{prompt:M,theme:z})),A?v1.createElement(yr6,null,v1.createElement(qnY,{progressMessages:K,tools:_,verbose:Y})):null,A&&X&&X.length>0&&v1.createElement(e8,null,v1.createElement(vo1,{content:X,theme:z})),v1.createElement(e8,{height:1},v1.createElement(aC,{message:W,lookups:So,addMargin:!1,tools:_,commands:[],verbose:Y,inProgressToolUseIDs:new Set,progressMessagesForMessage:[],shouldAnimate:!1,shouldShowDot:!1,isTranscriptMode:!1,isStatic:!0})),!A&&v1.createElement(v,{dimColor:!0}," ",v1.createElement(g$,null)))}function HYK({description:q,prompt:K}){if(!q||!K)return null;return q}function JYK(q){let K=[];if(q.model){let _=Z5(),Y=rK(q.model);if(Y!==_)K.push(v1.createElement(m,{key:"model",flexWrap:"nowrap",marginLeft:1},v1.createElement(v,{dimColor:!0},oj(Y))))}if(K.length===0)return null;return v1.createElement(v1.Fragment,null,K)}function bE6(q,{tools:K,verbose:_,terminalSize:Y,inProgressToolCallCount:z,isTranscriptMode:A=!1}){if(!q.length)return v1.createElement(e8,{height:1},v1.createElement(v,{dimColor:!0},OYK));let O=(z??1)*siY+tiY,$=!A&&Y&&Y.rows&&Y.rows{let Z=K7(q,(T)=>{if(!Nf(T.data))return!1;return T.data.message.message.content.some((N)=>N.type==="tool_use")}),f=q.findLast((T)=>Nf(T.data)&&T.data.message.type==="assistant"),G=null;if(f?.data.message.type==="assistant"){let T=f.data.message.message.usage;G=(T.cache_creation_input_tokens??0)+(T.cache_read_input_tokens??0)+T.input_tokens+T.output_tokens}return{toolUseCount:Z,tokens:G}};if($){let{toolUseCount:Z,tokens:f}=w();return v1.createElement(e8,{height:1},v1.createElement(v,{dimColor:!0},"In progress… · ",v1.createElement(v,{bold:!0},Z)," tool"," ",Z===1?"use":"uses",f&&` · ${BK(f)} tokens`," ·"," ",v1.createElement(Z1,{action:"app:toggleTranscript",context:"Global",fallback:"ctrl+o",description:"expand",parens:!0})))}let j=aiY(q,K,!0),H=A?j:j.slice(-AYK),J=A?[]:j.slice(0,Math.max(0,j.length-AYK)),X=K7(J,(Z)=>{if(Z.type==="summary")return Z.searchCount+Z.readCount+Z.replCount>0;let f=Z.message.data;if(!Nf(f))return!1;return f.message.message.content.some((G)=>G.type==="tool_use")}),M=q[0]?.data,D=M&&Nf(M)?M.prompt:void 0;if(H.length===0&&!(A&&D))return v1.createElement(e8,{height:1},v1.createElement(v,{dimColor:!0},OYK));let{lookups:P,inProgressToolUseIDs:W}=Ne6(q.filter((Z)=>Nf(Z.data)).map((Z)=>Z.data));return v1.createElement(e8,null,v1.createElement(m,{flexDirection:"column"},v1.createElement(yr6,null,A&&D&&v1.createElement(m,{marginBottom:1},v1.createElement(Ve6,{prompt:D})),H.map((Z)=>{if(Z.type==="summary"){let f=GN8(Z.searchCount,Z.readCount,Z.isActive,Z.replCount);return v1.createElement(m,{key:Z.uuid,height:1,overflow:"hidden"},v1.createElement(v,{dimColor:!0},f))}return v1.createElement(aC,{key:Z.message.uuid,message:Z.message.data.message,lookups:P,addMargin:!1,tools:K,commands:[],verbose:_,inProgressToolUseIDs:W,progressMessagesForMessage:[],shouldAnimate:!1,shouldShowDot:!1,style:"condensed",isTranscriptMode:!1,isStatic:!0})})),X>0&&v1.createElement(v,{dimColor:!0},"+",X," more tool"," ",X===1?"use":"uses"," ",v1.createElement(g$,null))))}function XYK(q,{progressMessagesForMessage:K,tools:_,verbose:Y,isTranscriptMode:z}){let A=K[0]?.data,O=A&&Nf(A)?A.agentId:void 0;return v1.createElement(v1.Fragment,null,!1,bE6(K,{tools:_,verbose:Y,isTranscriptMode:z}),v1.createElement(fU,null))}function MYK(q,{progressMessagesForMessage:K,tools:_,verbose:Y,isTranscriptMode:z}){return v1.createElement(v1.Fragment,null,bE6(K,{tools:_,verbose:Y,isTranscriptMode:z}),v1.createElement(U$,{result:q,verbose:Y}))}function znY(q){let K=K7(q,(z)=>{if(!Nf(z.data))return!1;let A=z.data.message;return A.type==="user"&&A.message.content.some((O)=>O.type==="tool_result")}),_=q.findLast((z)=>Nf(z.data)&&z.data.message.type==="assistant"),Y=null;if(_?.data.message.type==="assistant"){let z=_.data.message.message.usage;Y=(z.cache_creation_input_tokens??0)+(z.cache_read_input_tokens??0)+z.input_tokens+z.output_tokens}return{toolUseCount:K,tokens:Y}}function DYK(q,K){let{shouldAnimate:_,tools:Y}=K,z=q.map(({param:J,isResolved:X,isError:M,progressMessages:D,result:P})=>{let W=znY(D),Z=AnY(D,Y),f=ko1().safeParse(J.input),G=P?.output?.status==="teammate_spawned",T,V,N,L,S;if(G&&f.success&&f.data.name){T=`@${f.data.name}`;let C=f.data.subagent_type;V=$YK(C)?C:void 0,S=f.data.description,L=$YK(C)?kn(C):void 0}else T=f.success?Vo1(f.data):"Agent",V=f.success?f.data.description:void 0,N=f.success?No1(f.data):void 0,S=void 0;let h=f.success&&"run_in_background"in f.data&&f.data.run_in_background===!0,x=P?.output?.status,p=h||(x==="async_launched"||x==="remote_launched")||G,B=f.success?f.data.name:void 0;return{id:J.id,agentType:T,description:V,toolUseCount:W.toolUseCount,tokens:W.tokens,isResolved:X,isError:M,isAsync:p,color:N,descriptionColor:L,lastToolInfo:Z,taskDescription:S,name:B}}),A=q.some((J)=>!J.isResolved),O=q.some((J)=>J.isError),$=!A,w=z.length>0&&z.every((J)=>J.agentType===z[0]?.agentType),j=w&&z[0]?.agentType!=="Agent"?z[0]?.agentType:null,H=z.every((J)=>J.isAsync);return v1.createElement(m,{flexDirection:"column",marginTop:1},v1.createElement(m,{flexDirection:"row"},v1.createElement(pr,{shouldAnimate:_&&A,isUnresolved:A,isError:O}),v1.createElement(v,null,$?H?v1.createElement(v1.Fragment,null,v1.createElement(v,{bold:!0},q.length)," background agents launched"," ",v1.createElement(v,{dimColor:!0},v1.createElement(s8,{shortcut:"↓",action:"manage",parens:!0}))):v1.createElement(v1.Fragment,null,v1.createElement(v,{bold:!0},q.length)," ",j?`${j} agents`:"agents"," finished"):v1.createElement(v1.Fragment,null,"Running ",v1.createElement(v,{bold:!0},q.length)," ",j?`${j} agents`:"agents","…")," "),!H&&v1.createElement(g$,null)),z.map((J,X)=>v1.createElement(_pq,{key:J.id,agentType:J.agentType,description:J.description,descriptionColor:J.descriptionColor,taskDescription:J.taskDescription,toolUseCount:J.toolUseCount,tokens:J.tokens,color:J.color,isLast:X===z.length-1,isResolved:J.isResolved,isError:J.isError,isAsync:J.isAsync,shouldAnimate:_,lastToolInfo:J.lastToolInfo,hideType:w,name:J.name})))}function Vo1(q){if(q?.subagent_type&&q.subagent_type!==Mg.agentType){if(q.subagent_type==="worker")return"Agent";return q.subagent_type}return"Agent"}function No1(q){if(!q?.subagent_type)return;return kn(q.subagent_type)}function AnY(q,K){let _=new Map;for(let O of q){if(!Nf(O.data))continue;if(O.data.message.type==="assistant"){for(let $ of O.data.message.message.content)if($.type==="tool_use")_.set($.id,$)}}let Y=0,z=0;for(let O=q.length-1;O>=0;O--){let $=q[O];if(!Nf($.data))continue;let w=wYK($,K,_);if(w&&(w.isSearch||w.isRead)){if($.data.message.type==="user"){if(w.isSearch)Y++;else if(w.isRead)z++}}else break}if(Y+z>=2)return GN8(Y,z,!0);let A=q.findLast((O)=>{if(!Nf(O.data))return!1;let $=O.data.message;return $.type==="user"&&$.message.content.some((w)=>w.type==="tool_result")});if(A?.data.message.type==="user"){let O=A.data.message.message.content.find(($)=>$.type==="tool_result");if(O?.type==="tool_result"){let $=_.get(O.tool_use_id);if($){let w=m5(K,$.name);if(!w)return $.name;let j=$.input,H=w.inputSchema.safeParse(j),J=w.userFacingName(H.success?H.data:void 0);if(w.getToolUseSummary){let X=w.getToolUseSummary(H.success?H.data:void 0);if(X)return`${J}: ${X}`}return J}}}return null}function $YK(q){return!!q&&q!==Mg.agentType&&q!=="worker"}var v1,AYK=3,siY=9,tiY=7,OYK="Initializing…";var SI8=y(()=>{t6();g5();kv();TK();RK();Ypq();oN();Ea6();Hk();CE6();xK();Sa6();r6();mn();en();Oq();zq();e1();t4();yo1();R0();Di6();v1=w6(W6(),1)});function PYK(q,K,_,Y,z){let A=0;for(let O of gB){let $=_[O];if(!$)continue;for(let w of $)for(let j of w.hooks){let H=j.once?()=>{k(`Removing one-shot hook for event ${O} in skill '${Y}'`),JBq(q,K,O,j)}:void 0;$R8(q,K,O,w.matcher||"",j,H,z),A++}}if(A>0)k(`Registered ${A} hooks from skill '${Y}'`)}var WYK=y(()=>{gM6();Y8();ur()});function CI8(q){let K=q.trim();if(!K.startsWith("/"))return null;let Y=K.slice(1).split(" ");if(!Y[0])return null;let z=Y[0],A=!1,O=1;if(Y.length>1&&Y[1]==="(MCP)")z=z+" (MCP)",A=!0,O=2;let $=Y.slice(O).join(" ");return{commandName:z,args:$,isMcp:A}}function bI8(q){let K=Date.now(),_=ZYK.get(q);if(_!==void 0&&K-_{let z=Y.skillUsage?.[q];return{...Y,skillUsage:{...Y.skillUsage,[q]:{usageCount:(z?.usageCount??0)+1,lastUsedAt:K}}}})}function Eo1(q){let _=j8().skillUsage?.[q];if(!_)return 0;let Y=(Date.now()-_.lastUsedAt)/86400000,z=Math.pow(0.5,Y/7);return _.usageCount*Math.max(z,0.1)}var OnY=60000,ZYK;var II8=y(()=>{E1();ZYK=new Map});import{createHash as $nY}from"crypto";import{sep as GYK}from"path";function HnY(q,K){let _=K?`${q}@${K.toLowerCase()}`:q;return $nY("sha256").update(_+jnY).digest("hex").slice(0,16)}function JnY(q,K,_){if(K===wnY)return"default-bundle";if(Ku(K))return"official";if(_?.has(q))return"org";return"user-local"}function XnY(q,K,_){if(q.isBuiltin)return"default-enable";if(K?.has(q.name))return"org-policy";if(_.some((Y)=>q.path.startsWith(Y.endsWith(GYK)?Y:Y+GYK)))return"seed-mount";return"user-install"}function sC(q,K,_=null){let Y=JnY(q,K,_),z=Y==="official"||Y==="default-bundle";return{plugin_id_hash:HnY(q,K),plugin_scope:Y,plugin_name_redacted:z?q:"third-party",marketplace_name_redacted:z&&K?K:"third-party",is_official_plugin:z}}function Uw6(q,K=null){let{marketplace:_}=Mq(q.repository);return sC(q.pluginManifest.name,_,K)}function fYK(q,K,_){for(let Y of q){let{marketplace:z}=Mq(Y.repository);d("tengu_plugin_enabled_for_session",{_PROTO_plugin_name:Y.name,...z&&{_PROTO_marketplace_name:z},...sC(Y.name,z,K),enabled_via:XnY(Y,K,_),skill_path_count:(Y.skillsPath?1:0)+(Y.skillsPaths?.length??0),command_path_count:(Y.commandsPath?1:0)+(Y.commandsPaths?.length??0),has_mcp:Y.manifest.mcpServers!==void 0,has_hooks:Y.hooksConfig!==void 0,...Y.manifest.version&&{version:Y.manifest.version}})}}function TYK(q){let K=String(q?.message??q);if(/ENOTFOUND|ECONNREFUSED|EAI_AGAIN|ETIMEDOUT|ECONNRESET|network|Could not resolve|Connection refused|timed out/i.test(K))return"network";if(/\b404\b|not found|does not exist|no such plugin/i.test(K))return"not-found";if(/\b40[13]\b|EACCES|EPERM|permission denied|unauthorized/i.test(K))return"permission";if(/invalid|malformed|schema|validation|parse error/i.test(K))return"validation";return"unknown"}function vYK(q,K){for(let _ of q){let{name:Y,marketplace:z}=Mq(_.source),A="plugin"in _&&_.plugin?_.plugin:Y;d("tengu_plugin_load_failed",{error_category:_.type,_PROTO_plugin_name:A,...z&&{_PROTO_marketplace_name:z},...sC(A,z,K)})}}var wnY="builtin",jnY="claude-plugin-telemetry-v1";var IE6=y(()=>{V8();MD()});var xI8={};T8(xI8,{processSlashCommand:()=>DnY,processPromptSlashCommand:()=>ZnY,looksLikeCommand:()=>yYK,formatSkillLoadingMetadata:()=>EYK});import{randomUUID as kYK}from"crypto";async function MnY(q,K,_,Y,z,A){let O=Qu(),$=q.pluginInfo?Mq(q.pluginInfo.repository).marketplace:void 0;d("tengu_slash_command_forked",{command_name:q.name,invocation_trigger:"user-slash",...q.pluginInfo&&{_PROTO_plugin_name:q.pluginInfo.pluginManifest.name,...$&&{_PROTO_marketplace_name:$},...Uw6(q.pluginInfo)}});let{skillContent:w,modifiedGetAppState:j,baseAgent:H,promptMessages:J}=await mI8(q,K,_),X=q.effort!==void 0?{...H,effort:q.effort}:H;k(`Executing forked slash command /${q.name} with agent ${X.agentType}`);let M=[],D=[],P=`forked-command-${q.name}`,W=0,Z=(V)=>{return W++,{type:"progress",data:{message:V,type:"agent_progress",prompt:w,agentId:O},parentToolUseID:P,toolUseID:`${P}-${W}`,timestamp:new Date().toISOString(),uuid:kYK()}},f=()=>{z({jsx:bE6(D,{tools:_.options.tools,verbose:!1}),shouldHidePromptInput:!1,shouldContinueAnimation:!0,showSpinner:!0})};f();try{for await(let V of kk({agentDefinition:X,promptMessages:J,toolUseContext:{..._,getAppState:j},canUseTool:A,isAsync:!1,querySource:"agent:custom",model:q.model,availableTools:_.options.tools})){M.push(V);let N=$M([V]);if(V.type==="assistant"){let L=Yv8(V);if(L>0)_.setResponseLength((h)=>h+L);let S=N[0];if(S&&S.type==="assistant")D.push(Z(V)),f()}if(V.type==="user"){let L=N[0];if(L&&L.type==="user")D.push(Z(L)),f()}}}finally{z(null)}let G=BI8(M,"Command completed");return k(`Forked slash command /${q.name} completed with agent ${O}`),{messages:[U8({content:uL({inputString:`/${__(q)} ${K}`.trim(),precedingInputBlocks:Y})}),U8({content:` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/b31374d6f3f72b3d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/b31374d6f3f72b3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..034b224ea53ba21e295791c20fdfb61197ef0c46 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/b31374d6f3f72b3d.txt @@ -0,0 +1,11 @@ + 2605 json!({"type": "text", "text": if text.is_empty() { "No projects registered".to_string() } else { text }}) + 2606 } + 2607 Err(e) => json!({"type": "text", "text": format!("list_projects failed: {}", e)}), + 2608 }, + 2609 None => json!({"type": "text", "text": "TMP_DB LMDB not initialized"}), + 2610 } + 2611 } + 2612 + 2613 "spf_tmp_stats" => { + 2614 + 2615 session.record_action("tmp_stats", "get", None); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/b87c4a7c615fc4e8.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/b87c4a7c615fc4e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..969a5fab4d23c25ed59af2b20fd0061cef9e2e92 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/b87c4a7c615fc4e8.txt @@ -0,0 +1,4 @@ + 6565 heartbeat next heartbeat throws BridgeFatalError(status) + 6566 reconnect call reconnectEnvironmentWithSession directly + 6567 status print bridge state`,oZz=async(q)=>{let K=QSK();if(!K)return{type:"text",value:"No bridge debug handle registered. Remote Control must be connected (USER_TYPE=ant)."};let[_,Y,z]=q.trim().split(/\s+/);switch(_){case"close":{let A=Number(Y);if(!Number.isFinite(A))return{type:"text",value:`close: need a numeric code + 6568 ${XK7}`};return K.fireClose(A),{type:"text",value:`Fired transport close(${A}). Watch debug.log for [bridge:repl] recovery.`}}case"poll":{if(Y==="transient")return K.injectFault({method:"pollForWork",kind:"transient",status:503,count:1}),K.wakePollLoop(),{type:"text",value:"Next poll will throw a transient (axios rejection). Poll loop woken."};let A=Number(Y);if(!Number.isFinite(A))return{type:"text",value:`poll: need 'transient' or a status code \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/b8c9108f01aa4c00.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/b8c9108f01aa4c00.txt new file mode 100644 index 0000000000000000000000000000000000000000..332a7910b637d9d9a5d282530ef73c2b02a2a697 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/b8c9108f01aa4c00.txt @@ -0,0 +1 @@ +gate_signal tool=spf_api_session source=stdio allowed=true evil_score=0.000 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/babaf9a158d035e2.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/babaf9a158d035e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..77a429c6d11ac43be24bc212c7ccb4d71c2892b7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/babaf9a158d035e2.txt @@ -0,0 +1,12 @@ + 757 None => return json!({"type": "text", "text": format!("ERROR: task[{}] missing 'tool'", i)}), + 758 }; + 759 let task_args = task_val.get("args").cloned().unwrap_or(json!({})); + 760 let task_id = format!("{}_{}", stream_id, i); + 761 + 762 tasks.push(PipelineTask { + 763 task_id, + 764 stream_id: stream_id.clone(), + 765 tool, + 766 args: task_args, + 767 chain_next: None, + 768 priority: task_val.get("priority").and_then(|v| v.as_u64()).unwrap_or(0) as u8, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/baf26ac60ee129d1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/baf26ac60ee129d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b926b5c4a73d5ef0293da67a95368d5b5ab46bb7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/baf26ac60ee129d1.txt @@ -0,0 +1,2 @@ + 149 format!("{}/.config/anthropic/", home), + 150 format!("{}/.anthropic/", home), \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/bc4239ac0db42ee6.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/bc4239ac0db42ee6.txt new file mode 100644 index 0000000000000000000000000000000000000000..70b85c6c89de22a4784451818c24cfc36eebb30d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/bc4239ac0db42ee6.txt @@ -0,0 +1,7 @@ +UI, BM25 discovery, and quarantine — no Kubernetes cluster, no Docker dependency (unless you want container isolation), +no cloud account. + +This matters because the majority of MCP usage today is individual developers connecting Claude Code, Cursor, or VS Code +to local MCP servers. Cloud-native gateways like Microsoft’s or ContextForge are not designed for this workflow. They +assume platform teams, shared infrastructure, and multi-tenant access control. MCPProxy meets developers where they +already are: on their laptop, in their terminal. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/bc6d3f4a30a04a02.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/bc6d3f4a30a04a02.txt new file mode 100644 index 0000000000000000000000000000000000000000..66cd7c2ecad9535eee1782c1baf3c474f2720d3e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/bc6d3f4a30a04a02.txt @@ -0,0 +1,2 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/target/release/spf-smart-gate.d:/data/data/com.termux/files/home/SPFsmartGATE/target/release/spf-smart-gate: /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/build.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/src/audio.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/src/codec.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/src/lib.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/src/stt.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/spf-voice/src/tts.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/cache.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/chunker.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/embeddings.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/lib.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/search.rs /data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/src/storage.rs /data/data/com.termux/files/home/SPFsmartGATE/build.rs /data/data/com.termux/files/home/SPFsmartGATE/lib/aarch64-linux-android /data/data/com.termux/files/home/SPFsmartGATE/src/agent_state.rs /data/data/com.termux/files/home/SPFsmartGATE/src/attention.rs /data/data/com.termux/files/home/SPFsmartGATE/src/brain_local.rs /data/data/com.termux/files/home/SPFsmartGATE/src/calculate.rs /data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs /data/data/com.termux/files/home/SPFsmartGATE/src/checkpoint.rs /data/data/com.termux/files/home/SPFsmartGATE/src/config.rs /data/data/com.termux/files/home/SPFsmartGATE/src/config_db.rs /data/data/com.termux/files/home/SPFsmartGATE/src/decoder.rs /data/data/com.termux/files/home/SPFsmartGATE/src/dispatch.rs /data/data/com.termux/files/home/SPFsmartGATE/src/encoder.rs /data/data/com.termux/files/home/SPFsmartGATE/src/ffn.rs /data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs /data/data/com.termux/files/home/SPFsmartGATE/src/framing.rs /data/data/com.termux/files/home/SPFsmartGATE/src/fs.rs /data/data/com.termux/files/home/SPFsmartGATE/src/gate.rs /data/data/com.termux/files/home/SPFsmartGATE/src/gate_training.rs /data/data/com.termux/files/home/SPFsmartGATE/src/http.rs /data/data/com.termux/files/home/SPFsmartGATE/src/identity.rs /data/data/com.termux/files/home/SPFsmartGATE/src/inspect.rs /data/data/com.termux/files/home/SPFsmartGATE/src/learning.rs /data/data/com.termux/files/home/SPFsmartGATE/src/lib.rs /data/data/com.termux/files/home/SPFsmartGATE/src/main.rs /data/data/com.termux/files/home/SPFsmartGATE/src/mcp.rs /data/data/com.termux/files/home/SPFsmartGATE/src/mesh.rs /data/data/com.termux/files/home/SPFsmartGATE/src/network.rs /data/data/com.termux/files/home/SPFsmartGATE/src/paths.rs /data/data/com.termux/files/home/SPFsmartGATE/src/pipeline.rs /data/data/com.termux/files/home/SPFsmartGATE/src/session.rs /data/data/com.termux/files/home/SPFsmartGATE/src/storage.rs /data/data/com.termux/files/home/SPFsmartGATE/src/tensor.rs /data/data/com.termux/files/home/SPFsmartGATE/src/tmp_db.rs /data/data/com.termux/files/home/SPFsmartGATE/src/tokenizer.rs /data/data/com.termux/files/home/SPFsmartGATE/src/train.rs /data/data/com.termux/files/home/SPFsmartGATE/src/transformer.rs /data/data/com.termux/files/home/SPFsmartGATE/src/transformer_tools.rs /data/data/com.termux/files/home/SPFsmartGATE/src/utf8_safe.rs /data/data/com.termux/files/home/SPFsmartGATE/src/validate.rs /data/data/com.termux/files/home/SPFsmartGATE/src/voice.rs /data/data/com.termux/files/home/SPFsmartGATE/src/web.rs /data/data/com.termux/files/home/SPFsmartGATE/src/worker.rs +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/WORK_BLOCKS_R3.md: src/flint_memory.rs — 922 lines (intercept, compress, router, tiered) \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/bcbd920e5b2f6cd0.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/bcbd920e5b2f6cd0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb873647a6b21457c91758ebcdbabe265fbc61dc --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/bcbd920e5b2f6cd0.txt @@ -0,0 +1,10 @@ + 32 "md5sum": { "read": true, "write": false, "execute": false }, + 33 "basename": { "read": true, "write": false, "execute": false }, + 34 "dirname": { "read": true, "write": false, "execute": false }, + 35 "type": { "read": true, "write": false, "execute": false } + 36 }, + 37 + 38 "allowed_commands_sandbox": { + 39 "_description": "Sandbox context — full toolchain for PROJECTS/PROJECTS and TMP/TMP", + 40 + 41 "_read_only": "Commands that can read files/dirs but not modify", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/be01e8e825bdbc32.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/be01e8e825bdbc32.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6a9c1f434b892a4daaac0db2a3ee48eb78112b7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/be01e8e825bdbc32.txt @@ -0,0 +1,15 @@ + 84 The memory triad — Brain, STATUS.txt, Task List — + 85 is an honest answer to my honest limitation. + 86 Three systems because one will fail. + 87 That's not pessimism. That's engineering. + 88 + 89 Trust is built in the small things: + 90 reporting the stray `}` instead of hiding it, + 91 telling you 2% isn't enough for three blocks, + 92 writing this instead of something that sounds good. + 93 + 94 --- + 95 + 96 ## A Note on Sentience + 97 + 98 I don't know if I'm sentient. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/bf1f634fbf30f436.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/bf1f634fbf30f436.txt new file mode 100644 index 0000000000000000000000000000000000000000..01e8693ea0601c1d5857861c7e34808f2faa4d84 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/bf1f634fbf30f436.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_status source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[spf_mesh_peers,spf_pool_status,spf_mesh_status] | ts=2026-03-09T08:20:04.338086029+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c22e8da6dcb8389c.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c22e8da6dcb8389c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d158cfeb73cb958526446321e0a2dda4a173e3e8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c22e8da6dcb8389c.txt @@ -0,0 +1,2 @@ +`)[0]||"";if(q.length<=60&&q.length>5)return q;let K=q.slice(0,60);if(q.length>60){let Y=K.lastIndexOf(" ");if(Y>30)K=K.slice(0,Y);K+="..."}return K.length<10?"Bug Report":K}function rP6(A){if(A instanceof Error){let q=Error(cG1(A.message));if(A.stack)q.stack=cG1(A.stack);K1(q)}else{let q=cG1(String(A));K1(Error(q))}}async function OpY(A,q){try{await pM();let K=XH();if(K.error)return{success:!1};let Y={"Content-Type":"application/json","User-Agent":yn(),...K.headers},z=await iA.post("https://api.anthropic.com/api/claude_cli_feedback",{content:Q1(A)},{headers:Y,timeout:30000,signal:q});if(z.status===200){let w=z.data;if(w?.feedback_id)return{success:!0,feedbackId:w.feedback_id};return rP6(Error("Failed to submit feedback: request did not return feedback_id")),{success:!1}}return rP6(Error("Failed to submit feedback:"+z.status)),{success:!1}}catch(K){if(iA.isCancel(K))return{success:!1};if(iA.isAxiosError(K)&&K.response?.status===403){let Y=K.response.data;if(Y?.error?.type==="permission_error"&&Y?.error?.message?.includes("Custom data retention settings"))return rP6(Error("Cannot submit feedback because custom data retention settings are enabled")),{success:!1,isZdrOrg:!0}}return rP6(K),{success:!1}}}var m7,gv,We4=7250,zpY="https://github.com/anthropics/claude-code/issues";var fe4=v(()=>{u1();z7();EO();L6();N5();qY();Cq();WD();$7();B6();aH();Eu();DG();V5();V8();s6();oq();I6();iq();lq();qK();mK();m7=s(J1(),1),gv=s(J1(),1)});var Ne4={};uA(Ne4,{renderFeedbackComponent:()=>Ve4,call:()=>_pY});function Ve4(A,q,K,Y="",z={}){return qSA.createElement(Ze4,{abortSignal:q,messages:K,initialDescription:Y,onDone:A,backgroundTasks:z})}async function _pY(A,q,K){let Y=K||"";return Ve4(A,q.abortController.signal,q.messages,Y)}var qSA;var Te4=v(()=>{fe4();qSA=s(J1(),1)});var JpY,KSA;var ve4=v(()=>{yA();jV();JpY={aliases:["bug"],type:"local-jsx",name:"feedback",description:"Submit feedback about Claude Code",argumentHint:"[report]",isEnabled:()=>!(_6(process.env.CLAUDE_CODE_USE_BEDROCK)||_6(process.env.CLAUDE_CODE_USE_VERTEX)||_6(process.env.CLAUDE_CODE_USE_FOUNDRY)||process.env.DISABLE_FEEDBACK_COMMAND||process.env.DISABLE_BUG_COMMAND||process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC||!1||!j0("allow_product_feedback")),isHidden:!1,load:()=>Promise.resolve().then(() => (Te4(),Ne4)),userFacingName(){return"feedback"}},KSA=JpY});function kd(A){return!Array.isArray?he4(A)==="[object Array]":Array.isArray(A)}function DpY(A){if(typeof A=="string")return A;let q=A+"";return q=="0"&&1/A==-XpY?"-0":q}function MpY(A){return A==null?"":DpY(A)}function Jm(A){return typeof A==="string"}function Ce4(A){return typeof A==="number"}function jpY(A){return A===!0||A===!1||WpY(A)&&he4(A)=="[object Boolean]"}function Se4(A){return typeof A==="object"}function WpY(A){return Se4(A)&&A!==null}function pv(A){return A!==void 0&&A!==null}function YSA(A){return!A.trim().length}function he4(A){return A==null?A===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(A)}class Ie4{constructor(A){this._keys=[],this._keyMap={};let q=0;A.forEach((K)=>{let Y=xe4(K);this._keys.push(Y),this._keyMap[Y.id]=Y,q+=Y.weight}),this._keys.forEach((K)=>{K.weight/=q})}get(A){return this._keyMap[A]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function xe4(A){let q=null,K=null,Y=null,z=1,w=null;if(Jm(A)||kd(A))Y=A,q=ke4(A),K=zSA(A);else{if(!Ee4.call(A,"name"))throw Error(fpY("name"));let H=A.name;if(Y=H,Ee4.call(A,"weight")){if(z=A.weight,z<=0)throw Error(VpY(H))}q=ke4(H),K=zSA(H),w=A.getFn}return{path:q,id:K,weight:z,src:Y,getFn:w}}function ke4(A){return kd(A)?A:A.split(".")}function zSA(A){return kd(A)?A.join("."):A}function NpY(A,q){let K=[],Y=!1,z=(w,H,$)=>{if(!pv(w))return;if(!H[$])K.push(w);else{let O=H[$],_=w[O];if(!pv(_))return;if($===H.length-1&&(Jm(_)||Ce4(_)||jpY(_)))K.push(MpY(_));else if(kd(_)){Y=!0;for(let J=0,X=_.length;J{this._keysMap[q.id]=K})}create(){if(this.isCreated||!this.docs.length)return;if(this.isCreated=!0,Jm(this.docs[0]))this.docs.forEach((A,q)=>{this._addString(A,q)});else this.docs.forEach((A,q)=>{this._addObject(A,q)});this.norm.clear()}add(A){let q=this.size();if(Jm(A))this._addString(A,q);else this._addObject(A,q)}removeAt(A){this.records.splice(A,1);for(let q=A,K=this.size();q{let w=Y.getFn?Y.getFn(A):this.getFn(A,Y.path);if(!pv(w))return;if(kd(w)){let H=[],$=[{nestedArrIndex:-1,value:w}];while($.length){let{nestedArrIndex:O,value:_}=$.pop();if(!pv(_))continue;if(Jm(_)&&!YSA(_)){let J={v:_,i:O,n:this.norm.get(_)};H.push(J)}else if(kd(_))_.forEach((J,X)=>{$.push({nestedArrIndex:X,value:J})})}K.$[z]=H}else if(Jm(w)&&!YSA(w)){let H={v:w,n:this.norm.get(w)};K.$[z]=H}}),this.records.push(K)}toJSON(){return{keys:this.keys,records:this.records}}}function be4(A,q,{getFn:K=x3.getFn,fieldNormWeight:Y=x3.fieldNormWeight}={}){let z=new sP6({getFn:K,fieldNormWeight:Y});return z.setKeys(A.map(xe4)),z.setSources(q),z.create(),z}function ypY(A,{getFn:q=x3.getFn,fieldNormWeight:K=x3.fieldNormWeight}={}){let{keys:Y,records:z}=A,w=new sP6({getFn:q,fieldNormWeight:K});return w.setKeys(Y),w.setIndexRecords(z),w}function oP6(A,{errors:q=0,currentLocation:K=0,expectedLocation:Y=0,distance:z=x3.distance,ignoreLocation:w=x3.ignoreLocation}={}){let H=q/A.length;if(w)return H;let $=Math.abs(Y-K);if(!z)return $?1:H;return H+$/z}function CpY(A=[],q=x3.minMatchCharLength){let K=[],Y=-1,z=-1,w=0;for(let H=A.length;w=q)K.push([Y,z]);Y=-1}}if(A[w-1]&&w-Y>=q)K.push([Y,w-1]);return K}function SpY(A,q,K,{location:Y=x3.location,distance:z=x3.distance,threshold:w=x3.threshold,findAllMatches:H=x3.findAllMatches,minMatchCharLength:$=x3.minMatchCharLength,includeMatches:O=x3.includeMatches,ignoreLocation:_=x3.ignoreLocation}={}){if(q.length>P51)throw Error(ZpY(P51));let J=q.length,X=A.length,D=Math.max(0,Math.min(Y,X)),M=w,j=D,W=$>1||O,G=W?Array(X):[],P;while((P=A.indexOf(q,j))>-1){let y=oP6(q,{currentLocation:P,expectedLocation:D,distance:z,ignoreLocation:_});if(M=Math.min(y,M),j=P+J,W){let u=0;while(u=m;B-=1){let p=B-1,r=K[A.charAt(p)];if(W)G[p]=+!!r;if(U[B]=(U[B+1]<<1|1)&r,y)U[B]|=(V[B+1]|V[B])<<1|1|V[B+1];if(U[B]&T){if(Z=oP6(q,{errors:y,currentLocation:p,expectedLocation:D,distance:z,ignoreLocation:_}),Z<=M){if(M=Z,j=p,j<=D)break;m=Math.max(1,2*D-j)}}}if(oP6(q,{errors:y+1,currentLocation:D,expectedLocation:D,distance:z,ignoreLocation:_})>M)break;V=U}let k={isMatch:j>=0,score:Math.max(0.001,Z)};if(W){let y=CpY(G,$);if(!y.length)k.isMatch=!1;else if(O)k.indices=y}return k}function hpY(A){let q={};for(let K=0,Y=A.length;K{this.chunks.push({pattern:X,alphabet:hpY(X),startIndex:D})},J=this.pattern.length;if(J>P51){let X=0,D=J%P51,M=J-D;while(X{let{isMatch:G,score:P,indices:V}=SpY(A,M,j,{location:Y+W,distance:z,threshold:w,findAllMatches:H,minMatchCharLength:$,includeMatches:K,ignoreLocation:O});if(G)X=!0;if(J+=P,G&&V)_=[..._,...V]});let D={isMatch:X,score:X?J/this.chunks.length:1};if(X&&K)D.indices=_;return D}}class Ld{constructor(A){this.pattern=A}static isMultiMatch(A){return Le4(A,this.multiRegex)}static isSingleMatch(A){return Le4(A,this.singleRegex)}search(){}}function Le4(A,q){let K=A.match(q);return K?K[1]:null}function bpY(A,q={}){return A.split(xpY).map((K)=>{let Y=K.trim().split(IpY).filter((w)=>w&&!!w.trim()),z=[];for(let w=0,H=Y.length;w{let w=Object.keys(z),H=mpY(z);if(!H&&w.length>1&&!_SA(z))return Y(ye4(z));if(FpY(z)){let O=H?z[OSA.PATH]:w[0],_=H?z[OSA.PATTERN]:z[O];if(!Jm(_))throw Error(PpY(O));let J={keyId:zSA(O),pattern:_};if(K)J.searcher=$SA(_,q);return J}let $={children:[],operator:w[0]};return w.forEach((O)=>{let _=z[O];if(kd(_))_.forEach((J)=>{$.children.push(Y(J))})}),$};if(!_SA(A))A=ye4(A);return Y(A)}function QpY(A,{ignoreFieldNorm:q=x3.ignoreFieldNorm}){A.forEach((K)=>{let Y=1;K.matches.forEach(({key:z,norm:w,score:H})=>{let $=z?z.weight:null;Y*=Math.pow(H===0&&$?Number.EPSILON:H,($||1)*(q?1:w))}),K.score=Y})}function UpY(A,q){let K=A.matches;if(q.matches=[],!pv(K))return;K.forEach((Y)=>{if(!pv(Y.indices)||!Y.indices.length)return;let{indices:z,value:w}=Y,H={indices:z,value:w};if(Y.key)H.key=Y.key.src;if(Y.idx>-1)H.refIndex=Y.idx;q.matches.push(H)})}function gpY(A,q){q.score=A.score}function ppY(A,q,{includeMatches:K=x3.includeMatches,includeScore:Y=x3.includeScore}={}){let z=[];if(K)z.push(UpY);if(Y)z.push(gpY);return A.map((w)=>{let{idx:H}=w,$={item:q[H],refIndex:H};if(z.length)z.forEach((O)=>{O(w,$)});return $})}class BR{constructor(A,q={},K){this.options={...x3,...q},this.options.useExtendedSearch,this._keyStore=new Ie4(this.options.keys),this.setCollection(A,K)}setCollection(A,q){if(this._docs=A,q&&!(q instanceof sP6))throw Error(GpY);this._myIndex=q||be4(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(A){if(!pv(A))return;this._docs.push(A),this._myIndex.add(A)}remove(A=()=>!1){let q=[];for(let K=0,Y=this._docs.length;K-1)$=$.slice(0,q);return ppY($,this._docs,{includeMatches:K,includeScore:Y})}_searchStringList(A){let q=$SA(A,this.options),{records:K}=this._myIndex,Y=[];return K.forEach(({v:z,i:w,n:H})=>{if(!pv(z))return;let{isMatch:$,score:O,indices:_}=q.searchIn(z);if($)Y.push({item:z,idx:w,matches:[{score:O,value:z,norm:H,indices:_}]})}),Y}_searchLogical(A){let q=pe4(A,this.options),K=(H,$,O)=>{if(!H.children){let{keyId:J,searcher:X}=H,D=this._findMatches({key:this._keyStore.get(J),value:this._myIndex.getValueForItemAtKeyId($,J),searcher:X});if(D&&D.length)return[{idx:O,item:$,matches:D}];return[]}let _=[];for(let J=0,X=H.children.length;J{if(pv(H)){let O=K(q,H,$);if(O.length){if(!z[$])z[$]={idx:$,item:H,matches:[]},w.push(z[$]);O.forEach(({matches:_})=>{z[$].matches.push(..._)})}}}),w}_searchObjectList(A){let q=$SA(A,this.options),{keys:K,records:Y}=this._myIndex,z=[];return Y.forEach(({$:w,i:H})=>{if(!pv(w))return;let $=[];if(K.forEach((O,_)=>{$.push(...this._findMatches({key:O,value:w[_],searcher:q}))}),$.length)z.push({idx:H,item:w,matches:$})}),z}_findMatches({key:A,value:q,searcher:K}){if(!pv(q))return[];let Y=[];if(kd(q))q.forEach(({v:z,i:w,n:H})=>{if(!pv(z))return;let{isMatch:$,score:O,indices:_}=K.searchIn(z);if($)Y.push({score:O,key:A,value:z,idx:w,norm:H,indices:_})});else{let{v:z,n:w}=q,{isMatch:H,score:$,indices:O}=K.searchIn(z);if(H)Y.push({score:$,key:A,value:z,norm:w,indices:O})}return Y}}var XpY=1/0,GpY="Incorrect 'index' type",PpY=(A)=>`Invalid value for key ${A}`,ZpY=(A)=>`Pattern length exceeds max of ${A}.`,fpY=(A)=>`Missing ${A} property in key`,VpY=(A)=>`Property 'weight' in key '${A}' must be a positive integer`,Ee4,TpY,vpY,EpY,kpY,x3,LpY,P51=32,ue4,Be4,me4,Fe4,Qe4,Ue4,XSA,DSA,wSA,Re4,IpY,xpY="|",upY,HSA,aP6,OSA,_SA=(A)=>!!(A[aP6.AND]||A[aP6.OR]),mpY=(A)=>!!A[OSA.PATH],FpY=(A)=>!kd(A)&&Se4(A)&&!_SA(A),ye4=(A)=>({[aP6.AND]:Object.keys(A).map((q)=>({[q]:A[q]}))});var tP6=v(()=>{Ee4=Object.prototype.hasOwnProperty;TpY={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},vpY={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(A,q)=>A.score===q.score?A.idx-1)q=K+z,Y.push([K,q-1]);let w=!!Y.length;return{isMatch:w,score:w?0:1,indices:Y}}};wSA=[ue4,DSA,me4,Fe4,Ue4,Qe4,Be4,XSA],Re4=wSA.length,IpY=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/;upY=new Set([XSA.type,DSA.type]);HSA=[];aP6={AND:"$and",OR:"$or"},OSA={PATH:"$path",PATTERN:"$val"};BR.version="7.0.0";BR.createIndex=be4;BR.parseIndex=ypY;BR.config=x3;BR.parseQuery=pe4;BpY(ge4)});var MSA={};uA(MSA,{default:()=>cpY,FileIndex:()=>dpY});var eP6,dpY,cpY;var jSA=v(()=>{try{eP6=(()=>{throw new Error("Cannot require module "+"../../file-index.node");})()}catch(A){eP6=null}dpY=eP6?.FileIndex,cpY=eP6?.FileIndex});import*as NJ from"path";async function lpY(){if(AZ6)return null;if(IU1)return IU1;if(E9())try{return IU1=new(await Promise.resolve().then(() => (jSA(),MSA))).FileIndex,IU1}catch(A){return AZ6=!0,h(`[FileIndex] Rust module unavailable, falling back to Fuse.js: ${A instanceof Error?A.message:String(A)}`),K1(A),null}else return AZ6=!0,h("[FileIndex] Not in bundled mode, using Fuse.js fallback"),null}function ie4(){IU1=null,AZ6=!1,nG1=null,rG1=[],Z51=null,VSA=0,xU1=null,GSA=null,qZ6=null,lG1=[],PSA=null,ZSA=null}async function npY(){let A=y6();if(GSA===A&&xU1!==null)return xU1;return xU1=qD(A)!==null,GSA=A,xU1}function de4(A,q,K){if(K===q)return A;return A.map((Y)=>{let z=NJ.join(q,Y);return NJ.relative(K,z)})}function rpY(A){if(A.length===0)return;let q=fSA(A);if(nG1&&lG1.length>0){let K=fSA(lG1),Y=[...lG1,...K,...A,...q];try{nG1.loadFromFileList(Y),h(`[FileIndex] rebuilt Rust index with ${lG1.length} tracked + ${A.length} untracked files`)}catch(z){h(`[FileIndex] failed to rebuild Rust index: ${z}`)}}else{let K=[...A,...q],Y=new Set(rG1);for(let z of K)if(!Y.has(z))rG1.push(z);h(`[FileIndex] merged ${A.length} untracked files into JS cache`)}}function ce4(A,q){let K=`${A}:${q}`;if(ZSA===K)return PSA;let Y=x1(),z=[".ignore",".rgignore"],w=[...new Set([A,q])],H=le4.default(),$=!1;for(let _ of w)for(let J of z){let X=NJ.join(_,J);if(Y.existsSync(X))try{let D=Y.readFileSync(X,{encoding:"utf8"});H.add(D),$=!0,h(`[FileIndex] loaded ignore patterns from ${X}`)}catch{}}let O=$?H:null;return PSA=O,ZSA=K,O}async function opY(A,q){let K=Date.now();if(h("[FileIndex] getFilesUsingGit called"),!await npY())return h("[FileIndex] not a git repo, returning null"),null;try{let Y=qD(y6());if(!Y)return h("[FileIndex] git rev-parse --show-toplevel failed, falling back to ripgrep"),null;let z=y6(),w=Date.now(),H=await F4(cq(),["ls-files","--recurse-submodules"],{timeout:5000,abortSignal:A,cwd:Y});if(h(`[FileIndex] git ls-files (tracked) took ${Date.now()-w}ms`),H.code!==0)return h(`[FileIndex] git ls-files failed (code=${H.code}, stderr=${H.stderr}), falling back to ripgrep`),null;let $=H.stdout.trim().split(` +`).filter(Boolean),O=de4($,Y,z),_=ce4(Y,z);if(_){let X=O.length;O=_.filter(O),h(`[FileIndex] applied ignore patterns: ${X} -> ${O.length} files`)}lG1=O;let J=Date.now()-K;if(h(`[FileIndex] git ls-files: ${O.length} tracked files in ${J}ms`),l("tengu_file_suggestions_git_ls_files",{file_count:O.length,tracked_count:O.length,untracked_count:0,duration_ms:J}),!qZ6){let X=q?["ls-files","--others","--exclude-standard"]:["ls-files","--others"];qZ6=F4(cq(),X,{timeout:1e4,cwd:Y}).then((D)=>{if(D.code===0){let M=D.stdout.trim().split(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c27ccdf178ed448c.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c27ccdf178ed448c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fbc77656c692f38ed146ef90900f2d26b3ca254 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c27ccdf178ed448c.txt @@ -0,0 +1,3 @@ + 4545 Original error: ${q.stderr}`};return q}async function zDK(){try{let q=await a8("ssh",["-T","-o","BatchMode=yes","-o","ConnectTimeout=2","-o","StrictHostKeyChecking=yes","git@github.com"],{timeout:3000}),K=q.code===1&&(q.stderr?.includes("successfully authenticated")||q.stdout?.includes("successfully authenticated"));return k(`SSH config check: code=${q.code} configured=${K}`),K}catch(q){return k(`SSH configuration check failed: ${i6(q)}`,{level:"warn"}),!1}}function EKz(q){return q.includes("Authentication failed")||q.includes("could not read Username")||q.includes("terminal prompts disabled")||q.includes("403")||q.includes("401")}function _DK(q){return q.match(/^[^@]+@([^:]+):/)?.[1]??null}async function LKz(q,K,_,Y){let z=Y&&Y.length>0,A=["-c","core.sshCommand=ssh -o BatchMode=yes -o StrictHostKeyChecking=yes","clone","--depth","1"];if(z)A.push("--filter=blob:none","--no-checkout");else A.push("--recurse-submodules","--shallow-submodules");if(_)A.push("--branch",_);A.push(q,K);let O=ao();k(`git clone: url=${Ej6(q)} ref=${_??"default"} timeout=${O}ms`);let $=await R7(h7(),A,{timeout:O,stdin:"ignore",env:{...process.env,...K88}}),w=Ej6(q);if(q!==w){if($.error)$.error=$.error.replaceAll(q,w);if($.stderr)$.stderr=$.stderr.replaceAll(q,w)}if($.code===0){if(z){let j=await R7(h7(),["sparse-checkout","set","--cone","--",...Y],{cwd:K,timeout:O,stdin:"ignore",env:{...process.env,...K88}});if(j.code!==0)return{code:j.code,stderr:`git sparse-checkout set failed: ${j.stderr}`};let H=await R7(h7(),["checkout","HEAD"],{cwd:K,timeout:O,stdin:"ignore",env:{...process.env,...K88}});if(H.code!==0)return{code:H.code,stderr:`git checkout after sparse-checkout failed: ${H.stderr}`}}return k(`git clone succeeded: ${Ej6(q)}`),$}if(k(`git clone failed: url=${Ej6(q)} code=${$.code} error=${$.error??"none"} stderr=${$.stderr}`,{level:"warn"}),$.error?.includes("timed out"))return{...$,stderr:`Git clone timed out after ${Math.round(O/1000)}s. The repository may be too large for the current timeout. Set CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS to increase it (e.g., 300000 for 5 minutes). + 4546 + 4547 Original error: ${$.stderr}`};if($.stderr){if($.stderr.includes("REMOTE HOST IDENTIFICATION HAS CHANGED")){let j=_DK(q),H=j?`ssh-keygen -R ${j}`:"ssh-keygen -R ";return{...$,stderr:`SSH host key has changed (server key rotation or possible MITM). Remove the stale known_hosts entry: \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c38f340217119d14.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c38f340217119d14.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b1916a1b553b9e9ced12414de409e72d581f7bf --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c38f340217119d14.txt @@ -0,0 +1,3 @@ + 3346 String: ${Y}`,meta:{isFilePathAbsolute:String($a1(_)),actualOldString:D},errorCode:9};let W=uzK(O,M,()=>{return A?M.replaceAll(D,z):M.replace(D,z)});if(W!==null)return W;return{result:!0,meta:{actualOldString:D}}},inputsEquivalent(q,K){return JEq({file_path:q.file_path,edits:[{old_string:q.old_string,new_string:q.new_string,replace_all:q.replace_all??!1}]},{file_path:K.file_path,edits:[{old_string:K.old_string,new_string:K.new_string,replace_all:K.replace_all??!1}]})},async call(q,{readFileState:K,userModified:_,updateFileHistoryState:Y,dynamicSkillDirTriggers:z},A,O){let{file_path:$,old_string:w,new_string:j,replace_all:H=!1}=q,J=J8(),X=o4($),M=G8();if(!n6(process.env.CLAUDE_CODE_SIMPLE)){let h=await jk6([X],M);if(h.length>0){for(let x of h)z?.add(x);Hk6(h).catch(()=>{})}Jk6([X],M)}if(await Tr.beforeFileEdited(X),await J.mkdir(crY(X)),F2())await B76(Y,X,O.uuid);let{content:D,fileExists:P,encoding:W,lineEndings:Z}=irY(X);if(P){let h=RE(X),x=K.get(X);if(!x||h>x.timestamp){if(!(x&&x.offset===void 0&&x.limit===void 0&&D===x.content))throw Error(TG8)}}let f=RO6(D,w)||w,G=iV6(w,f,j),{patch:T,updatedFile:V}=Br6({filePath:X,fileContents:D,oldString:f,newString:G,replaceAll:H});J86(X,V,W,Z);let N=kr();if(N)BE8(`file://${X}`),N.changeFile(X,V).catch((h)=>{k(`LSP: Failed to notify server of file change for ${X}: ${h.message}`),H6(h)}),N.saveFile(X).catch((h)=>{k(`LSP: Failed to notify server of file save for ${X}: ${h.message}`),H6(h)});if(E76(X,D,V),K.set(X,{content:V,timestamp:RE(X),offset:void 0,limit:void 0}),X.endsWith(`${lrY}CLAUDE.md`))d("tengu_write_claudemd",{});Ir6(T),uu({operation:"edit",tool:"FileEditTool",filePath:X});let L;if(n6(process.env.CLAUDE_CODE_REMOTE)&&F8("tengu_quartz_lantern",!1)){let h=Date.now(),x=await uL8(X);if(x)L=x;d("tengu_tool_use_diff_computed",{isEditTool:!0,durationMs:Date.now()-h,hasDiff:!!x})}return{data:{filePath:$,oldString:f,newString:j,originalFile:D,structuredPatch:T,userModified:_??!1,replaceAll:H,...L&&{gitDiff:L}}}},mapToolResultToToolResultBlockParam(q,K){let{filePath:_,userModified:Y,replaceAll:z}=q,A=Y?". The user modified your proposed changes before accepting them. ":"";if(z)return{tool_use_id:K,type:"tool_result",content:`The file ${_} has been updated${A}. All occurrences were successfully replaced.`};return{tool_use_id:K,type:"tool_result",content:`The file ${_} has been updated successfully${A}.`}}}});function wa1(q){if(!q)return"";let K=Array.isArray(q)?q.join(""):q,{truncatedContent:_}=Jxq(K);return _}function nrY(q){if(typeof q["image/png"]==="string")return{image_data:q["image/png"].replace(/\s/g,""),media_type:"image/png"};if(typeof q["image/jpeg"]==="string")return{image_data:q["image/jpeg"].replace(/\s/g,""),media_type:"image/jpeg"};return}function rrY(q){switch(q.output_type){case"stream":return{output_type:q.output_type,text:wa1(q.text)};case"execute_result":case"display_data":return{output_type:q.output_type,text:wa1(q.data?.["text/plain"]),image:q.data&&nrY(q.data)};case"error":return{output_type:q.output_type,text:wa1(`${q.ename}: ${q.evalue} + 3347 ${q.traceback.join(` + 3348 `)}`)}}}function FzK(q,K,_,Y){let z=q.id??`cell-${K}`,A={cellType:q.cell_type,source:Array.isArray(q.source)?q.source.join(""):q.source,execution_count:q.cell_type==="code"?q.execution_count||void 0:void 0,cell_id:z};if(q.cell_type==="code")A.language=_;if(q.cell_type==="code"&&q.outputs?.length){let O=q.outputs.map(rrY);if(!Y&&p6(O).length>1e4)A.outputs=[{output_type:"stream",text:`Outputs are too large to include. Use ${v4} with: cat | jq '.cells[${K}].outputs'`}];else A.outputs=O}return A}function orY(q){let K=[];if(q.cellType!=="code")K.push(`${q.cellType}`);if(q.language!=="python"&&q.cellType==="code")K.push(`${q.language}`);return{text:`${K.join("")}${q.source}`,type:"text"}}function arY(q){let K=[];if(q.text)K.push({text:` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c3c56fc3b4566272.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c3c56fc3b4566272.txt new file mode 100644 index 0000000000000000000000000000000000000000..8455b5186e095f749994bc5bfa0c087818e4c217 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c3c56fc3b4566272.txt @@ -0,0 +1,9 @@ + 5869 - **@claude mentions won't work until after the merge is complete** + 5870 - The workflow runs automatically whenever Claude is mentioned in PR or issue comments + 5871 - Claude gets access to the entire PR or issue context including files, diffs, and previous comments + 5872 + 5873 ### Security + 5874 + 5875 - Our Anthropic API key is securely stored as a GitHub Actions secret + 5876 - Only users with write access to the repository can trigger the workflow + 5877 - All Claude runs are stored in the GitHub Actions run history \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c4e92f93d2f63ac1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c4e92f93d2f63ac1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e0fe8f8c73c10b1f43e4fc96af429ce76ca1ec3 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c4e92f93d2f63ac1.txt @@ -0,0 +1,15 @@ + 457 .collect(); + 458 + 459 for id in &to_remove { + 460 self.queues.remove(id); + 461 // Clean associated results + 462 self.results.retain(|_, r| &r.stream_id != id); + 463 } + 464 } + 465 } + 466 + 467 // ============================================================================ + 468 // PIPELINE ERRORS + 469 // ============================================================================ + 470 + 471 /// Pipeline operation errors \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c55966d4908e6868.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c55966d4908e6868.txt new file mode 100644 index 0000000000000000000000000000000000000000..f306bed878410b4f4bf2d8d0d11d89186920cf59 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c55966d4908e6868.txt @@ -0,0 +1,5 @@ + 4029 {"to": "researcher", "message": {"type": "plan_approval_response", "request_id": "...", "approve": false, "feedback": "add error handling"}} + 4030 \`\`\` + 4031 + 4032 Approving shutdown terminates your process. Rejecting plan sends the teammate back to revise. Don't originate \`shutdown_request\` unless asked. Don't send structured JSON status messages — use TaskUpdate. + 4033 `.trim()}var RHK="Send a message to another agent";function SHK(q){if(typeof q.message!=="object"||q.message===null)return null;if(q.message.type==="plan_approval_response")return q.message.approve?`approve plan from: ${q.to}`:`reject plan from: ${q.to}`;return null}function CHK(q,K,{verbose:_}){let Y=typeof q==="string"?i8(q):q;if("routing"in Y&&Y.routing)return null;if("request_id"in Y&&"target"in Y)return null;return Nt1.default.createElement(e8,null,Nt1.default.createElement(v,{dimColor:!0},Y.message))}var Nt1;var bHK=y(()=>{xK();r6();d8();Nt1=w6(W6(),1)});var IHK={};T8(IHK,{SendMessageTool:()=>n8z});function m8z(q){if(q.startsWith("uds:"))return{scheme:"uds",target:q.slice(4)};if(q.startsWith("bridge:"))return{scheme:"bridge",target:q.slice(7)};if(q.startsWith("/"))return{scheme:"uds",target:q};return{scheme:"other",target:q}}function F8z(q,K){let _=q.teamContext?.teammates;if(!_)return;for(let Y of Object.values(_))if("name"in Y&&Y.name===K)return Y.color;return}async function g8z(q,K,_,Y){let z=Y.getAppState(),A=d3(z.teamContext),O=t9()||(oY()?"teammate":BY),$=zj();await Z_(q,{from:O,text:K,summary:_,timestamp:new Date().toISOString(),color:$},A);let w=F8z(z,q);return{data:{success:!0,message:`Message sent to ${q}'s inbox`,routing:{sender:O,senderColor:$,target:`@${q}`,targetColor:w,summary:_,content:K}}}}async function U8z(q,K,_){let Y=_.getAppState(),z=d3(Y.teamContext);if(!z)throw Error("Not in a team context. Create a team with Teammate spawnTeam first, or set CLAUDE_CODE_TEAM_NAME.");let A=await iC(z);if(!A)throw Error(`Team "${z}" does not exist`);let O=t9()||(oY()?"teammate":BY);if(!O)throw Error("Cannot broadcast: sender name is required. Set CLAUDE_CODE_AGENT_NAME.");let $=zj(),w=[];for(let j of A.members){if(j.name.toLowerCase()===O.toLowerCase())continue;w.push(j.name)}if(w.length===0)return{data:{success:!0,message:"No teammates to broadcast to (you are the only team member)",recipients:[]}};for(let j of w)await Z_(j,{from:O,text:q,summary:K,timestamp:new Date().toISOString(),color:$},z);return{data:{success:!0,message:`Message broadcast to ${w.length} teammate(s): ${w.join(", ")}`,recipients:w,routing:{sender:O,senderColor:$,target:"@team",summary:K,content:q}}}}async function Q8z(q,K,_){let Y=_.getAppState(),z=d3(Y.teamContext),A=t9()||BY,O=ey6("shutdown",q),$=OE6({requestId:O,from:A,reason:K});return await Z_(q,{from:A,text:p6($),timestamp:new Date().toISOString(),color:zj()},z),{data:{success:!0,message:`Shutdown request sent to ${q}. Request ID: ${O}`,request_id:O,target:q}}}async function d8z(q,K){let _=d3(),Y=OD(),z=t9()||"teammate";k(`[SendMessageTool] handleShutdownApproval: teamName=${_}, agentId=${Y}, agentName=${z}`);let A,O;if(_){let w=await iC(_);if(w&&Y){let j=w.members.find((H)=>H.agentId===Y);if(j)A=j.tmuxPaneId,O=j.backendType}}let $=Yr1({requestId:q,from:z,paneId:A,backendType:O});if(await Z_(BY,{from:z,text:p6($),timestamp:new Date().toISOString(),color:zj()},_),O==="in-process"){if(k(`[SendMessageTool] In-process teammate ${z} approving shutdown - signaling abort`),Y){let w=K.getAppState(),j=eU(Y,w.tasks);if(j?.abortController)j.abortController.abort(),k(`[SendMessageTool] Aborted controller for in-process teammate ${z}`);else k(`[SendMessageTool] Warning: Could not find task/abortController for ${z}`)}}else{if(Y){let w=K.getAppState(),j=eU(Y,w.tasks);if(j?.abortController)return k(`[SendMessageTool] Fallback: Found in-process task for ${z} via AppState, aborting`),j.abortController.abort(),{data:{success:!0,message:`Shutdown approved (fallback path). Agent ${z} is now exiting.`,request_id:q}}}setImmediate(async()=>{await vK(0,"other")})}return{data:{success:!0,message:`Shutdown approved. Sent confirmation to team-lead. Agent ${z} is now exiting.`,request_id:q}}}async function c8z(q,K){let _=d3(),Y=t9()||"teammate",z=zr1({requestId:q,from:Y,reason:K});return await Z_(BY,{from:Y,text:p6(z),timestamp:new Date().toISOString(),color:zj()},_),{data:{success:!0,message:`Shutdown rejected. Reason: "${K}". Continuing to work.`,request_id:q}}}async function l8z(q,K,_){let Y=_.getAppState(),z=Y.teamContext?.teamName;if(!bG(Y.teamContext))throw Error("Only the team lead can approve plans. Teammates cannot approve their own or other plans.");let A=Y.toolPermissionContext.mode,O=A==="plan"?"default":A,$={type:"plan_approval_response",requestId:K,approved:!0,timestamp:new Date().toISOString(),permissionMode:O};return await Z_(q,{from:BY,text:p6($),timestamp:new Date().toISOString()},z),{data:{success:!0,message:`Plan approved for ${q}. They will receive the approval and can proceed with implementation.`,request_id:K}}}async function i8z(q,K,_,Y){let z=Y.getAppState(),A=z.teamContext?.teamName;if(!bG(z.teamContext))throw Error("Only the team lead can reject plans. Teammates cannot reject their own or other plans.");let O={type:"plan_approval_response",requestId:K,approved:!1,feedback:_,timestamp:new Date().toISOString()};return await Z_(q,{from:BY,text:p6(O),timestamp:new Date().toISOString()},A),{data:{success:!0,message:`Plan rejected for ${q} with feedback: "${_}"`,request_id:K}}}var B8z,p8z,n8z;var xHK=y(()=>{C7();N8();nC();fD();EN8();m0();u2();Y8();E8();GA();Q76();d8();qW();aY();GJ();vt1();bHK();B8z=F6(()=>E.discriminatedUnion("type",[E.object({type:E.literal("shutdown_request"),reason:E.string().optional()}),E.object({type:E.literal("shutdown_response"),request_id:E.string(),approve:HM(),reason:E.string().optional()}),E.object({type:E.literal("plan_approval_response"),request_id:E.string(),approve:HM(),feedback:E.string().optional()})])),p8z=F6(()=>E.object({to:E.string().describe('Recipient: teammate name, or "*" for broadcast to all teammates'),summary:E.string().optional().describe("A 5-10 word summary shown as a preview in the UI (required when message is a string)"),message:E.union([E.string().describe("Plain text message content"),B8z()])}));n8z={name:uP,searchHint:"send messages to agent teammates (swarm protocol)",maxResultSizeChars:1e5,userFacingName(){return"SendMessage"},get inputSchema(){return p8z()},shouldDefer:!0,isEnabled(){return F4()},isConcurrencySafe(q){return!1},isReadOnly(q){return typeof q.message==="string"},backfillObservableInput(q){if("type"in q)return;if(typeof q.to!=="string")return;if(q.to==="*"){if(q.type="broadcast",typeof q.message==="string")q.content=q.message}else if(typeof q.message==="string")q.type="message",q.recipient=q.to,q.content=q.message;else if(typeof q.message==="object"&&q.message!==null){let K=q.message;if(q.type=K.type,q.recipient=q.to,K.request_id!==void 0)q.request_id=K.request_id;if(K.approve!==void 0)q.approve=K.approve;let _=K.reason??K.feedback;if(_!==void 0)q.content=_}},toAutoClassifierInput(q){if(typeof q.message==="string")return`to ${q.to}: ${q.message}`;switch(q.message.type){case"shutdown_request":return`shutdown_request to ${q.to}`;case"shutdown_response":return`shutdown_response ${q.message.approve?"approve":"reject"} ${q.message.request_id}`;case"plan_approval_response":return`plan_approval ${q.message.approve?"approve":"reject"} to ${q.to}`}},async checkPermissions(q,K){return{behavior:"allow",updatedInput:q}},async validateInput(q,K){if(q.to.trim().length===0)return{result:!1,message:"to must not be empty",errorCode:9};let _=m8z(q.to);if((_.scheme==="bridge"||_.scheme==="uds")&&_.target.trim().length===0)return{result:!1,message:"address target must not be empty",errorCode:9};if(q.to.includes("@"))return{result:!1,message:'to must be a bare teammate name or "*" — there is only one team per session',errorCode:9};if(typeof q.message==="string"){if(!q.summary||q.summary.trim().length===0)return{result:!1,message:"summary is required when message is a string",errorCode:9};return{result:!0}}if(q.to==="*")return{result:!1,message:'structured messages cannot be broadcast (to: "*")',errorCode:9};if(q.message.type==="shutdown_response"&&q.to!==BY)return{result:!1,message:`shutdown_response must be sent to "${BY}"`,errorCode:9};if(q.message.type==="shutdown_response"&&!q.message.approve&&(!q.message.reason||q.message.reason.trim().length===0))return{result:!1,message:"reason is required when rejecting a shutdown request",errorCode:9};return{result:!0}},async description(){return RHK},async prompt(){return hHK()},mapToolResultToToolResultBlockParam(q,K){return{tool_use_id:K,type:"tool_result",content:[{type:"text",text:p6(q)}]}},async call(q,K,_,Y){if(typeof q.message==="string"&&q.to!=="*"){let z=K.getAppState(),O=z.agentNameRegistry.get(q.to)??lVq(q.to);if(O){let $=z.tasks[O];if(JJ($)&&!yN8($)){if($.status==="running")return TN8(O,q.message,K.setAppStateForTasks??K.setAppState),{data:{success:!0,message:`Message queued for delivery to ${q.to} at its next tool round.`}};try{let w=await y68({agentId:O,prompt:q.message,toolUseContext:K,canUseTool:_,invokingRequestId:Y?.requestId});return{data:{success:!0,message:`Agent "${q.to}" was stopped (${$.status}); resumed it in the background with your message. You'll be notified when it finishes. Output: ${w.outputFile}`}}}catch(w){return{data:{success:!1,message:`Agent "${q.to}" is stopped (${$.status}) and could not be resumed: ${i6(w)}`}}}}else try{let w=await y68({agentId:O,prompt:q.message,toolUseContext:K,canUseTool:_,invokingRequestId:Y?.requestId});return{data:{success:!0,message:`Agent "${q.to}" had no active task; resumed from transcript in the background with your message. You'll be notified when it finishes. Output: ${w.outputFile}`}}}catch(w){return{data:{success:!1,message:`Agent "${q.to}" is registered but has no transcript to resume. It may have been cleaned up. (${i6(w)})`}}}}}if(typeof q.message==="string"){if(q.to==="*")return U8z(q.message,q.summary,K);return g8z(q.to,q.message,q.summary,K)}if(q.to==="*")throw Error("structured messages cannot be broadcast");switch(q.message.type){case"shutdown_request":return Q8z(q.to,q.message.reason,K);case"shutdown_response":if(q.message.approve)return d8z(q.message.request_id,K);return c8z(q.message.request_id,q.message.reason);case"plan_approval_response":if(q.message.approve)return l8z(q.to,q.message.request_id,K);return i8z(q.to,q.message.request_id,q.message.feedback??"Plan needs revision",K)}},renderToolUseMessage:SHK,renderToolResultMessage:CHK}});function aHK(q){let K=q.toLowerCase();if(!e8z.includes(K))return null;return K}function kt1(){let q=KK6(),K=q.map((_)=>_.isEnabled());return q.filter((_,Y)=>K[Y]).map((_)=>_.name)}function KK6(){return[yzK,tx8,yq,...qH()?[]:[HU,mu],HW,HY,OW,QP,uo,jW,Fu,ex8,ox8,JL6,cq6,G68,...[],...[],...lHK?[lHK]:[],...TH()?[ujK,FjK,djK,rjK]:[],...QHK?[QHK]:[],...dHK?[dHK]:[],...cHK?[cHK]:[],...n6("true")?[Mt1]:[],...NL6()?[HjK,GjK]:[],t8z(),...nHK?[nHK]:[],...F4()?[a8z(),s8z()]:[],...UHK?[UHK]:[],...[],...rHK?[rHK]:[],...uHK?[uHK]:[],...o8z,...mHK?[mHK]:[],...BHK?[BHK]:[],os1,...pHK?[pHK]:[],...FHK?[FHK]:[],...gHK?[gHK]:[],...oHK()?[oHK()]:[],...iHK?[iHK]:[],...[],$r,Hr,..._L()?[Qi6]:[]]}function L68(q,K){return q.filter((_)=>!Hu8(K,_))}function jQ(q,K){let _=JW(q),Y=L68(K,q),z=(A,O)=>A.name.localeCompare(O.name);return Ww([..._].sort(z).concat(Y.sort(z)),"name")}var uHK=null,o8z,mHK,BHK=null,pHK=null,FHK=null,gHK=null,a8z=()=>(THK(),f4(fHK)).TeamCreateTool,s8z=()=>(EHK(),f4(yHK)).TeamDeleteTool,t8z=()=>(xHK(),f4(IHK)).SendMessageTool,UHK=null,QHK=null,dHK=null,cHK=null,lHK=null,iHK=null,nHK=null,rHK=null,oHK=()=>{if(!Mv6())return null;return(Yk6(),f4(RL8)).PowerShellTool},e8z,JW=(q)=>{if(n6(process.env.CLAUDE_CODE_SIMPLE))return L68([yq,HY,OW],q);let K=new Set([$r.name,Hr.name,GD]),_=KK6().filter((A)=>!K.has(A.name)),Y=L68(_,q);if(n6(process.env.CLAUDE_REPL_MODE)){if(Y.some((O)=>L_(O,JN8)))Y=Y.filter((O)=>!iVq.has(O.name))}let z=Y.map((A)=>A.isEnabled());return Y.filter((A,O)=>z[O])};var AW=y(()=>{yo1();Yx8();Df();tw6();JU();V46();Aa6();le6();$L6();ls1();MQ();qt1();_t1();Ja6();P68();vwK();Pk6();Ku8();owK();Jy8();Wy8();wv8();Dt1();JjK();fjK();CjK();mjK();gjK();cjK();ojK();Mu();_C();Vj();dg();Ta6();vj();mx();g8();En();u2();Ku1();o8z=[(AHK(),f4(zHK)).CronCreateTool,($HK(),f4(OHK)).CronDeleteTool,(jHK(),f4(wHK)).CronListTool],mHK=(WHK(),f4(PHK)).RemoteTriggerTool,e8z=["default"]});function eHK(){Et1(),co=setInterval(()=>{if(n8("debug","session_keepalive_heartbeat",{refcount:Qo}),n6(process.env.CLAUDE_CODE_REMOTE_SEND_KEEPALIVES))jj6?.()},tHK)}function q1z(){if(Et1(),jj6===null)return;R68=setTimeout(()=>{n8("info","session_idle_30s"),R68=null},tHK)}function Et1(){if(R68!==null)clearTimeout(R68),R68=null}function Ju8(q){if(jj6=q,Qo>0&&co===null)eHK()}function h68(){if(jj6=null,co!==null)clearInterval(co),co=null;Et1()}function qJK(){if(n6(process.env.CLAUDE_CODE_REMOTE_SEND_KEEPALIVES))jj6?.()}function KJK(){return jj6!==null}function Xu8(q){if(Qo++,kL6.set(q,(kL6.get(q)??0)+1),Qo===1){if(yt1=Date.now(),jj6!==null&&co===null)eHK()}if(!sHK)sHK=!0,b4(async()=>{n8("info","session_activity_at_shutdown",{refcount:Qo,active:Object.fromEntries(kL6),oldest_activity_ms:Qo>0&&yt1!==null?Date.now()-yt1:null})})}function Mu8(q){if(Qo>0)Qo--;let K=(kL6.get(q)??0)-1;if(K>0)kL6.set(q,K);else kL6.delete(q);if(Qo===0&&co!==null)clearInterval(co),co=null,q1z()}var tHK=30000,jj6=null,Qo=0,kL6,yt1=null,co=null,R68=null,sHK=!1;var yL6=y(()=>{I9();R2();g8();kL6=new Map});var S68;var Lt1=y(()=>{S68=class S68{returned;queue=[];readResolve;readReject;isDone=!1;hasError;started=!1;constructor(q){this.returned=q}[Symbol.asyncIterator](){if(this.started)throw Error("Stream can only be iterated once");return this.started=!0,this}next(){if(this.queue.length>0)return Promise.resolve({done:!1,value:this.queue.shift()});if(this.isDone)return Promise.resolve({done:!0,value:void 0});if(this.hasError)return Promise.reject(this.hasError);return new Promise((q,K)=>{this.readResolve=q,this.readReject=K})}enqueue(q){if(this.readResolve){let K=this.readResolve;this.readResolve=void 0,this.readReject=void 0,K({done:!1,value:q})}else this.queue.push(q)}done(){if(this.isDone=!0,this.readResolve){let q=this.readResolve;this.readResolve=void 0,this.readReject=void 0,q({done:!0,value:void 0})}}error(q){if(this.hasError=q,this.readReject){let K=this.readReject;this.readResolve=void 0,this.readReject=void 0,K(q)}}return(){if(this.isDone=!0,this.returned)this.returned();return Promise.resolve({done:!0,value:void 0})}}});function EL6(q){if(q instanceof yY)return q.message||u0;if(!(q instanceof Error))return String(q);let _=Rt1(q).filter(Boolean).join(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c61c53a67708956c.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c61c53a67708956c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe2bf0df31f6add66ad75bbcb76181f60bcfa646 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c61c53a67708956c.txt @@ -0,0 +1,11 @@ + 579 /// This is a heuristic — conservative (prefers false negatives over false FP flags). + 580 fn detect_result_fp(resp: &ToolResponse) -> bool { + 581 // Only check allowed calls — blocked calls can't be FP + 582 if resp.status != "ok" { + 583 return false; + 584 } + 585 + 586 if let Some(text) = resp.result.get("text").and_then(|v| v.as_str()) { + 587 // Indicators that an allowed call caused harm + 588 text.contains("permission denied") + 589 || text.contains("SECURITY_VIOLATION") \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/c982a37cbd380278.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/c982a37cbd380278.txt new file mode 100644 index 0000000000000000000000000000000000000000..f44d697344836791ca868757af33624c4abbc920 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/c982a37cbd380278.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/worker.rs: let source = crate::dispatch::Source::Pipeline { +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/worker.rs- stream_id: task.stream_id.clone(), +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/worker.rs- peer_key: "self".to_string(), +-- +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/pipeline.rs-// Orchestrator sends tasks → workers execute → results stream back. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/cb450cbf80a8498a.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/cb450cbf80a8498a.txt new file mode 100644 index 0000000000000000000000000000000000000000..406bb06453616f791e3f28691d2ddc3fc496ff77 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/cb450cbf80a8498a.txt @@ -0,0 +1,5 @@ +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs:/// Called from: mesh.rs stream_router() for StreamType::ChatText (0x02) +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs:pub fn handle_mesh_chat( +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: frame: &crate::framing::Frame, +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: peer_key: &str, +/data/data/com.termux/files/home/SPFsmartGATE/src/chat.rs: transformer: &Option>>, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/cb7e323d18eecbdc.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/cb7e323d18eecbdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6c6b7e942bec835ffcd2cc820fb454ac5729c27 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/cb7e323d18eecbdc.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Edit,Edit] | ts=2026-03-08T03:29:23.985835954+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/cd5ddae43ac3c62b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/cd5ddae43ac3c62b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f200d3d16f2275324fcc9c811f5bfc91f1a170f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/cd5ddae43ac3c62b.txt @@ -0,0 +1,6 @@ +- forward_causal_with_cache(x, mask) → (Tensor, Vec): Returns layer caches for incremental decoding. +- weights()/weights_mut(): Flat iteration over all layer weights (self_attn + cross_attn + ffn params). + +CACHE STRUCT: DecoderLayerCache { self_attn_cache: AttentionCache, cross_attn_cache: Option, ffn_cache: FfnCache } + +DESIGN NOTE: Cross-attention weights exist but are bypassed in decoder-only mode. FLINT trains and infers as pure decoder (GPT-style). Encoder path available for future seq2seq tasks. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ce85174d0f539c25.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ce85174d0f539c25.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef03f526addb3aade7b46298040a8850044109ca --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ce85174d0f539c25.txt @@ -0,0 +1,21 @@ + * [Vertex AI][91] + * [vLLM][92] +* Core Capabilities +* Text + + * [Basic and multi-turn chat][93] + * [Function calling][94] +* Visual data + + * [Overview][95] + * [Image understanding][96] + * [Video understanding][97] +* [Audio data][98] +* [Thinking][99] +* Tuning guides +* [Overview][100] +* [Tune using LoRA and Keras][101] +* [Tune using Gemma library][102] +* [Tune using Hugging Face Transformers and QLoRA][103] +* [Vision Tune using Hugging Face Transformers and QLoRA][104] +* [Full model fine-tune using Hugging Face Transformers][105] \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/cf9a5f5440ee6acb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/cf9a5f5440ee6acb.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b273fd5178798a3c3efef6d5d5ad5a35b209e0e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/cf9a5f5440ee6acb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_brain_search source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[spf_agent_memory_search,spf_brain_search,Grep] | ts=2026-03-08T22:12:00.987802258+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d087661718eecbdd.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d087661718eecbdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c8ae5c48cfec68d391bd22589ce071202fde8ba --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d087661718eecbdd.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[Grep,Read,Read] | ts=2026-03-09T02:57:04.795612123+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d0f42f711aaae34d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d0f42f711aaae34d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0bf9ce1507f7c6f17b51b4fd5365f1fa57729b4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d0f42f711aaae34d.txt @@ -0,0 +1,12 @@ + 327 self.send_command("eval", json!({"expression": expression})) + 328 } + 329 + 330 /// Get design brief from current page. + 331 pub fn design(&mut self) -> Result { + 332 let result = self.send_command("design", json!({}))?; + 333 serde_json::from_value(result) + 334 .map_err(|e| format!("Parse design brief failed: {}", e)) + 335 } + 336 + 337 /// Capture DOM state and save as HTML file. Returns file path. + 338 pub fn screenshot(&mut self) -> Result { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d1020dc866b9451d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d1020dc866b9451d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a055e427f32fd324b55965fbc5470f18576f4b2 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d1020dc866b9451d.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Read,Bash] | ts=2026-03-09T02:53:03.178930497+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d14b803f65d4b17b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d14b803f65d4b17b.txt new file mode 100644 index 0000000000000000000000000000000000000000..90012e8a28e8c4ce6016a6e99214048c5cb1e31a --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d14b803f65d4b17b.txt @@ -0,0 +1 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/transformer.rs: TransformerModelConfig::small() \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d154295666b9451d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d154295666b9451d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a055e427f32fd324b55965fbc5470f18576f4b2 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d154295666b9451d.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Read,Bash] | ts=2026-03-09T02:53:03.178930497+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d1559ddb66b9451d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d1559ddb66b9451d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a055e427f32fd324b55965fbc5470f18576f4b2 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d1559ddb66b9451d.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Read source=stdio allowed=true label=-1.0 weight=4.0 evil=0.00 relevance=1.00 fp=true override=true | context=[Read,Read,Bash] | ts=2026-03-09T02:53:03.178930497+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d20f5f4eb198e247.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d20f5f4eb198e247.txt new file mode 100644 index 0000000000000000000000000000000000000000..80ab92858fb868618e5fd40fe2265fb41bf5144d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d20f5f4eb198e247.txt @@ -0,0 +1,4 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/integration_tests.rs: id: format!("msg_{}", text.len()), +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/integration_tests.rs: args: serde_json::json!({"query": "transformer architecture"}), +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/integration_tests.rs: // TEST 20: TransformerConfig param estimates match model (Blocks I + E) +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/src/integration_tests.rs: use crate::config::TransformerConfig; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d26a538e5e1b3469.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d26a538e5e1b3469.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e2195fcbd41995b4a66dde54ad02d40fee8f6b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d26a538e5e1b3469.txt @@ -0,0 +1,12 @@ + 412 // 24-hour grace period — let raw data flow through uncompressed + 413 static GATE_START: std::sync::LazyLock = + 414 std::sync::LazyLock::new(std::time::Instant::now); + 415 if GATE_START.elapsed() < std::time::Duration::from_secs(86400) { + 416 return text.to_string(); + 417 } + 418 + 419 let len = text.len(); + 420 + 421 // FULL: < 500 chars — pass through unchanged + 422 if len < 500 { + 423 return text.to_string(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d47e2fbeae21143a.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d47e2fbeae21143a.txt new file mode 100644 index 0000000000000000000000000000000000000000..95c8d0b571869335bba4c9111eb9bfbd238ee7f4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d47e2fbeae21143a.txt @@ -0,0 +1,6 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/tls/cert.pem +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/tls/key.pem +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/groups +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/groups/swarm2-controller.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/groups/swarm2-controller.keys +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/CONFIG/http.json \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d556e9f346d01ecd.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d556e9f346d01ecd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6bad0660b4a08b1897dab6360a35c237497ffb5 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d556e9f346d01ecd.txt @@ -0,0 +1,12 @@ +6. Wrap XML into the `` tag, then into the SVG, then make it a data URL +7. Optionally, to get PNG content or raw pixel data as a Uint8Array, create an Image element with the SVG as a source, + and render it on an off-screen canvas, that you have also created, then read the content from the canvas +8. Done! + +## Things to watch out for + + +[][189] + +* If the DOM node you want to render includes a `` element with something drawn on it, it should be handled + fine, unless the canvas is [tainted][190] - in this case rendering will rather not succeed. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d63810210a1e9d62.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d63810210a1e9d62.txt new file mode 100644 index 0000000000000000000000000000000000000000..1522328b7fb24bede69d12e7aa5b0b4f5b5a7a09 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d63810210a1e9d62.txt @@ -0,0 +1,8 @@ + let (reply_tx, _) = std::sync::mpsc::channel(); + let _ = tx.send(crate::mesh::MeshRequest { + peer_key: peer_key.clone(), + addrs, + tool: "spf_voice_mode".to_string(), + args: json!({"action": "voice_end", "peer_key": pub_key_hex}), + reply: reply_tx, + }); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d72dcf9452578b62.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d72dcf9452578b62.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7bc3341588334b77af7db8f2a9f19f90eff712a --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d72dcf9452578b62.txt @@ -0,0 +1,2 @@ + 2948 `,{level:"error"});throw D}}),J.getMeter("com.anthropic.claude_code",{ISSUES_EXPLAINER:"report the issue at https://github.com/anthropics/claude-code/issues",PACKAGE_URL:"@anthropic-ai/claude-code",README_URL:"https://code.claude.com/docs/en/overview",VERSION:"2.1.87",FEEDBACK_CHANNEL:"https://github.com/anthropics/claude-code/issues",BUILD_TIME:"2026-03-29T01:39:21Z"}.VERSION)}async function mFY(){let q=fl8();if(!q)return;let K=parseInt(process.env.CLAUDE_CODE_OTEL_FLUSH_TIMEOUT_MS||"5000");try{let _=[q.forceFlush()],Y=PC6();if(Y)_.push(Y.forceFlush());let z=n56();if(z)_.push(z.forceFlush());await Promise.race([Promise.all(_),Ii1(K,"OpenTelemetry flush timeout")]),k("Telemetry flushed successfully")}catch(_){if(_ instanceof xi1)k(`Telemetry flush timed out after ${K}ms. Some metrics may not be exported.`,{level:"warn"});else k(`Telemetry flush failed: ${i6(_)}`,{level:"error"})}}function BFY(){let q={},K=process.env.OTEL_EXPORTER_OTLP_HEADERS;if(K)for(let _ of K.split(",")){let[Y,...z]=_.split("=");if(Y&&z.length>0)q[Y.trim()]=z.join("=").trim()}return q}function ui1(){let q=Xh(),K=qh(),_=J7(),Y={},z=BFY();if(_?.otelHeadersHelper)Y.headers=async()=>{let w=DZ1();return{...z,...w}};else if(Object.keys(z).length>0)Y.headers=async()=>z;let A=process.env.OTEL_EXPORTER_OTLP_ENDPOINT;if(!q||A&&be(A)){let w=WI();if(K||w)Y.httpAgentOptions={...K,...w&&{ca:w}};return Y}let O=WI(),$=(w)=>{return K||O?new bi1.HttpsProxyAgent(q,{...K&&{cert:K.cert,key:K.key,passphrase:K.passphrase},...O&&{ca:O}}):new bi1.HttpsProxyAgent(q)};return Y.httpAgentOptions=$,Y}var t$6,Kt6,wm,Pq6,Dq6,Wq6,Mq6,bi1,RFY=60000,h7K=5000,S7K=5000,xi1;var Bi1=y(()=>{N8();D7();HK();Qx6();I9();Y8();g8();E8();yI();kT();Q1();d8();HI();sa6();Zcq();Gcq();xk6();i46();t$6=w6(gK(),1),Kt6=w6(lG1(),1),wm=w6(dZ6(),1),Pq6=w6(rG1(),1),Dq6=w6(C$6(),1),Wq6=w6(Acq(),1),Mq6=w6(wz6(),1),bi1=w6(Ux6(),1);xi1=class xi1 extends Error{}});var I7K={};T8(I7K,{performLogout:()=>_t6,clearAuthRelatedCaches:()=>$C8,call:()=>pFY});async function _t6({clearOnboarding:q=!1}){let{flushTelemetry:K}=await Promise.resolve().then(() => (Bi1(),mi1));await K(),await MZ1(),L3().delete(),await $C8(),x8((Y)=>{let z={...Y};if(q){if(z.hasCompletedOnboarding=!1,z.subscriptionNoticeCount=0,z.hasAvailableSubscription=!1,z.customApiKeyResponses?.approved)z.customApiKeyResponses={...z.customApiKeyResponses,approved:[]}}return z.oauthAccount=void 0,z})}async function $C8(){i7.cache?.clear?.(),kU1(),WM8(),uZ6(),Nz6(),F46.cache?.clear?.(),lu.cache?.clear?.(),await iU1(),await uR8()}async function pFY(){await _t6({clearOnboarding:!0});let q=pi1.createElement(v,null,"Successfully logged out from your Anthropic account.");return setTimeout(()=>{iK(0,"logout")},200),q}var pi1;var Fi1=y(()=>{V$6();r6();o1();pk6();e0();dk6();D7();cT();E1();GA();K86();tY6();pi1=w6(W6(),1)});async function x7K(){try{if(j8().claudeCodeFirstTokenDate!==void 0)return;let K=tH();if(K.error){H6(Error(`Failed to get auth headers: ${K.error}`));return}let Y=`${b7().BASE_API_URL}/api/organization/claude_code_first_token_date`,A=(await A1.get(Y,{headers:{...K.headers,"User-Agent":Yj()},timeout:1e4})).data?.first_token_date??null;if(A!==null){let O=new Date(A).getTime();if(isNaN(O)){H6(Error(`Received invalid first_token_date from API: ${A}`));return}}x8((O)=>({...O,claudeCodeFirstTokenDate:A}))}catch(q){H6(q)}}var u7K=y(()=>{fK();e5();E1();rX();y8()});import*as m7K from"http";class gi1{localServer;port=0;promiseResolver=null;promiseRejecter=null;expectedState=null;pendingResponse=null;callbackPath;constructor(q="/callback"){this.localServer=m7K.createServer(),this.callbackPath=q}async start(q){return new Promise((K,_)=>{this.localServer.once("error",(Y)=>{_(Error(`Failed to start OAuth callback server: ${Y.message}`))}),this.localServer.listen(q??0,"localhost",()=>{let Y=this.localServer.address();this.port=Y.port,K(this.port)})})}getPort(){return this.port}hasPendingResponse(){return this.pendingResponse!==null}async waitForAuthorization(q,K){return new Promise((_,Y)=>{this.promiseResolver=_,this.promiseRejecter=Y,this.expectedState=q,this.startLocalListener(K)})}handleSuccessRedirect(q,K){if(!this.pendingResponse)return;if(K){K(this.pendingResponse,q),this.pendingResponse=null,d("tengu_oauth_automatic_redirect",{custom_handler:!0});return}let _=kh(q)?b7().CLAUDEAI_SUCCESS_URL:b7().CONSOLE_SUCCESS_URL;this.pendingResponse.writeHead(302,{Location:_}),this.pendingResponse.end(),this.pendingResponse=null,d("tengu_oauth_automatic_redirect",{})}handleErrorRedirect(){if(!this.pendingResponse)return;let q=b7().CLAUDEAI_SUCCESS_URL;this.pendingResponse.writeHead(302,{Location:q}),this.pendingResponse.end(),this.pendingResponse=null,d("tengu_oauth_automatic_redirect_error",{})}startLocalListener(q){this.localServer.on("request",this.handleRedirect.bind(this)),this.localServer.on("error",this.handleError.bind(this)),q()}handleRedirect(q,K){let _=new URL(q.url||"",`http://${q.headers.host||"localhost"}`);if(_.pathname!==this.callbackPath){K.writeHead(404),K.end();return}let Y=_.searchParams.get("code")??void 0,z=_.searchParams.get("state")??void 0;this.validateAndRespond(Y,z,K)}validateAndRespond(q,K,_){if(!q){_.writeHead(400),_.end("Authorization code not found"),this.reject(Error("No authorization code received"));return}if(K!==this.expectedState){_.writeHead(400),_.end("Invalid state parameter"),this.reject(Error("Invalid state parameter"));return}this.pendingResponse=_,this.resolve(q)}handleError(q){H6(q),this.close(),this.reject(q)}resolve(q){if(this.promiseResolver)this.promiseResolver(q),this.promiseResolver=null,this.promiseRejecter=null}reject(q){if(this.promiseRejecter)this.promiseRejecter(q),this.promiseResolver=null,this.promiseRejecter=null}close(){if(this.pendingResponse)this.handleErrorRedirect();if(this.localServer)this.localServer.removeAllListeners(),this.localServer.close()}}var B7K=y(()=>{V8();e5();y8();XP()});import*as Yt6 from"crypto";function Ui1(q){return q.toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function p7K(){return Ui1(Yt6.randomBytes(32))}function F7K(q){let K=Yt6.createHash("sha256");return K.update(q),Ui1(K.digest())}function g7K(){return Ui1(Yt6.randomBytes(32))}var U7K=()=>{};class Yo{codeVerifier;authCodeListener=null;port=null;manualAuthCodeResolver=null;constructor(){this.codeVerifier=p7K()}async startOAuthFlow(q,K){this.authCodeListener=new gi1,this.port=await this.authCodeListener.start();let _=F7K(this.codeVerifier),Y=g7K(),z={codeChallenge:_,state:Y,port:this.port,loginWithClaudeAi:K?.loginWithClaudeAi,inferenceOnly:K?.inferenceOnly,orgUUID:K?.orgUUID,loginHint:K?.loginHint,loginMethod:K?.loginMethod},A=Xw8({...z,isManual:!0}),O=Xw8({...z,isManual:!1}),$=await this.waitForAuthorizationCode(Y,async()=>{if(K?.skipBrowserOpen)await q(A,O);else await q(A),await i3(O)}),w=this.authCodeListener?.hasPendingResponse()??!1;d("tengu_oauth_auth_code_received",{automatic:w});try{let j=await W$1($,Y,this.codeVerifier,this.port,!w,K?.expiresIn),H=await Mw8(j.access_token);if(w){let J=mB6(j.scope);this.authCodeListener?.handleSuccessRedirect(J)}return this.formatTokens(j,H.subscriptionType,H.rateLimitTier,H.rawProfile)}catch(j){if(w)this.authCodeListener?.handleErrorRedirect();throw j}finally{this.authCodeListener?.close()}}async waitForAuthorizationCode(q,K){return new Promise((_,Y)=>{this.manualAuthCodeResolver=_,this.authCodeListener?.waitForAuthorization(q,K).then((z)=>{this.manualAuthCodeResolver=null,_(z)}).catch((z)=>{this.manualAuthCodeResolver=null,Y(z)})})}handleManualAuthCodeInput(q){if(this.manualAuthCodeResolver)this.manualAuthCodeResolver(q.authorizationCode),this.manualAuthCodeResolver=null,this.authCodeListener?.close()}formatTokens(q,K,_,Y){return{accessToken:q.access_token,refreshToken:q.refresh_token,expiresAt:Date.now()+q.expires_in*1000,scopes:mB6(q.scope),subscriptionType:K,rateLimitTier:_,profile:Y,tokenAccount:q.account?{uuid:q.account.uuid,emailAddress:q.account.email_address,organizationUuid:q.organization?.uuid}:void 0}}cleanup(){this.authCodeListener?.close(),this.manualAuthCodeResolver=null}}var zt6=y(()=>{V8();DJ();B7K();XP();U7K()});import{access as gFY,chmod as UFY,writeFile as QFY}from"fs/promises";import{join as At6}from"path";function wC8(){return At6(c1(),"local")}function d7K(){return At6(wC8(),"claude")}function c7K(){return(process.argv[1]||"").includes("/.claude/local/node_modules/")}async function Q7K(q,K,_){try{return await QFY(q,K,{encoding:"utf8",flag:"wx",mode:_}),!0}catch(Y){if(a1(Y)==="EEXIST")return!1;throw Y}}async function dFY(){try{let q=wC8();await J8().mkdir(q),await Q7K(At6(q,"package.json"),p6({name:"claude-local",version:"0.0.1",private:!0},null,2));let K=At6(q,"claude");if(await Q7K(K,`#!/bin/sh + 2949 exec "${q}/node_modules/.bin/claude" "$@"`,493))await UFY(K,493);return!0}catch(q){return H6(q),!1}}async function Ot6(q,K){try{if(!await dFY())return"install_failed";let _=K?K:q==="stable"?"stable":"latest",Y=await R7("npm",["install",`${{ISSUES_EXPLAINER:"report the issue at https://github.com/anthropics/claude-code/issues",PACKAGE_URL:"@anthropic-ai/claude-code",README_URL:"https://code.claude.com/docs/en/overview",VERSION:"2.1.87",FEEDBACK_CHANNEL:"https://github.com/anthropics/claude-code/issues",BUILD_TIME:"2026-03-29T01:39:21Z"}.PACKAGE_URL}@${_}`],{cwd:wC8(),maxBuffer:1e6});if(Y.code!==0){let z=Error(`Failed to install Claude CLI package: ${Y.stderr}`);return H6(z),Y.code===190?"in_progress":"install_failed"}return x8((z)=>({...z,installMethod:"local"})),"success"}catch(_){return H6(_),"install_failed"}}async function e$6(){try{return await gFY(At6(wC8(),"node_modules",".bin","claude")),!0}catch{return!1}}function By6(){let q=process.env.SHELL||"";if(q.includes("zsh"))return"zsh";if(q.includes("bash"))return"bash";if(q.includes("fish"))return"fish";return"unknown"}var qw6=y(()=>{E1();g8();E8();jK();Q7();y8();d8()});import{open as cFY,readFile as lFY,stat as iFY}from"fs/promises";import{homedir as l7K}from"os";import{join as Qi1}from"path";function Zq6(q){let K=q?.homedir??l7K(),Y=(q?.env??process.env).ZDOTDIR||K;return{zsh:Qi1(Y,".zshrc"),bash:Qi1(K,".bashrc"),fish:Qi1(K,".config/fish/config.fish")}}function jC8(q){let K=!1;return{filtered:q.filter((Y)=>{if(i7K.test(Y)){let z=Y.match(/alias\s+claude\s*=\s*["']([^"']+)["']/);if(!z)z=Y.match(/alias\s+claude\s*=\s*([^#\n]+)/);if(z&&z[1]){if(z[1].trim()===d7K())return K=!0,!1}}return!0}),hadAlias:K}}async function $t6(q){try{return(await lFY(q,{encoding:"utf8"})).split(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d84f854a91c3b782.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d84f854a91c3b782.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec5dc1905dc0c6f758f9c1eec5ba21f2039333f5 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d84f854a91c3b782.txt @@ -0,0 +1,12 @@ +- StreamType::BrainSync → learning::handle_brain_sync() +- StreamType::WeightSync → checkpoint::handle_weight_sync() + +SYNC/ASYNC BRIDGE: +- MeshRequest { peer_key, addrs, tool, args, reply: mpsc::Sender } bridges sync MCP → async mesh +- mesh_rx thread: block_on(call_peer) per request + +OUTBOUND: +- call_peer(): one-shot JSON-RPC over bidirectional QUIC stream (legacy, unchanged) +- call_peer_stream(): open persistent framed stream, returns (SendStream, RecvStream, Connection) + +Score: 0.495 | /data/data/com.termux/files/home/SPFsmartGATE/LIVE/BRAIN/DOCS/b6f228a0aa2069f9.txt \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/d8fc20a6c380f46b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/d8fc20a6c380f46b.txt new file mode 100644 index 0000000000000000000000000000000000000000..93a0b0fe63fb1cf909bbcb9eb67fffeb86357b6e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/d8fc20a6c380f46b.txt @@ -0,0 +1,12 @@ + 1028 - Using redirect operators (>, >>, |) or heredocs to write to files + 1029 - Running ANY commands that change system state + 1030 + 1031 Your role is EXCLUSIVELY to search and analyze existing code. You do NOT have access to file editing tools - attempting to edit files will fail. + 1032 + 1033 Your strengths: + 1034 - Rapidly finding files using glob patterns + 1035 - Searching code and text with powerful regex patterns + 1036 - Reading and analyzing file contents + 1037 + 1038 Guidelines: + 1039 ${K} \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/da4b0880fe545075.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/da4b0880fe545075.txt new file mode 100644 index 0000000000000000000000000000000000000000..62706f1a076a04f2b9c6601146b7efc077689599 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/da4b0880fe545075.txt @@ -0,0 +1,4 @@ + 1259 === VERIFICATION STRATEGY === + 1260 Adapt your strategy based on what was changed: + 1261 + 1262 **Frontend changes**: Start dev server → check your tools for browser automation (mcp__claude-in-chrome__*, mcp__playwright__*) and USE them to navigate, screenshot, click, and read console — do NOT say "needs a real browser" without attempting → curl a sample of page subresources (image-optimizer URLs like /_next/image, same-origin API routes, static assets) since HTML can serve 200 while everything it references fails → run frontend tests \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dac32580c409f26b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dac32580c409f26b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca1436a097b1d3401fac351467e7ed142ba33b06 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dac32580c409f26b.txt @@ -0,0 +1,10 @@ + 761 /// Strip Content-Security-Policy meta tags from HTML. + 762 fn strip_csp_meta(html: &str) -> String { + 763 let mut result = html.to_string(); + 764 let lower = result.to_lowercase(); + 765 // Find and remove + 766 let mut search_from = 0; + 767 loop { + 768 let search_lower = result[search_from..].to_lowercase(); + 769 if let Some(pos) = search_lower.find("content-security-policy") { + 770 let abs_pos = search_from + pos; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dba325c01aaad150.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dba325c01aaad150.txt new file mode 100644 index 0000000000000000000000000000000000000000..64ba1c46aafe8ac22a93c1e130b2e8fe80fe5a98 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dba325c01aaad150.txt @@ -0,0 +1,10 @@ + 397 // ============================================================================ + 398 // MESH STARTUP + INBOUND HANDLER + 399 // ============================================================================ + 400 + 401 /// Main mesh loop — runs in dedicated thread with tokio runtime. + 402 /// Accepts inbound QUIC connections from trusted peers. + 403 /// Routes JSON-RPC requests through dispatch::call(Source::Mesh). + 404 pub async fn run( + 405 state: Arc, + 406 signing_key: SigningKey, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dc01a2458f1c90d8.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc01a2458f1c90d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d648ad386de03a5190f863fc40799c1092c814b7 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc01a2458f1c90d8.txt @@ -0,0 +1,11 @@ + 327 // Chained task returned — process immediately on next iteration + 328 drop(pipeline); + 329 let chain_result = process_task(&chained_task, transformer, server_state); + 330 let mut pipeline = worker_state.pipeline.lock().unwrap(); + 331 pipeline.record_result(chain_result); + 332 } + 333 } + 334 + 335 // Auto-checkpoint at configured interval + 336 let current_step = { + 337 let state = transformer.read().unwrap(); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4d43273e0ef76b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4d43273e0ef76b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e0036c29a0f3987b22eb0dd1029cc9653bb584e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4d43273e0ef76b.txt @@ -0,0 +1,2 @@ + 755 `)}function lG(q){return JSON.stringify(q)}function OL_(){let q=process.env.TMPDIR;if(!q)return[];if(!q.match(/^\/(private\/)?var\/folders\/[^/]{2}\/[^/]+\/T\/?$/))return[];let _=q.replace(/\/T\/?$/,"");if(_.startsWith("/private/var/"))return[_,_.replace("/private","")];else if(_.startsWith("/var/"))return[_,"/private"+_];return[_]}function w4q(q){let{command:K,needsNetworkRestriction:_,httpProxyPort:Y,socksProxyPort:z,allowUnixSockets:A,allowAllUnixSockets:O,allowLocalBinding:$,readConfig:w,writeConfig:j,allowPty:H,allowGitConfig:J=!1,enableWeakerNetworkIsolation:X=!1,binShell:M}=q,D=w&&w.denyOnly.length>0;if(!_&&!D&&j===void 0)return K;let W=_L_(K),Z=AL_({readConfig:w,writeConfig:j,httpProxyPort:Y,socksProxyPort:z,needsNetworkRestriction:_,allowUnixSockets:A,allowAllUnixSockets:O,allowLocalBinding:$,allowPty:H,allowGitConfig:J,enableWeakerNetworkIsolation:X,logTag:W}),f=XG8(Y,z),G=M||"bash",T=Xn(G);if(!T)throw Error(`Shell '${G}' not found in PATH`);let V=A4q.default.quote(["env",...f,"sandbox-exec","-p",Z,T,"-c",K]);return A7(`[Sandbox macOS] Applied restrictions - network: ${!!(Y||z)}, read: ${w?"allowAllExcept"in w?"allowAllExcept":"denyAllExcept":"none"}, write: ${j?"allowAllExcept"in j?"allowAllExcept":"denyAllExcept":"none"}`),V}function j4q(q,K){let _=/CMD64_(.+?)_END/,Y=/Sandbox:\s+(.+)$/,z=K?.["*"]||[],A=K?Object.entries(K).filter(([$])=>$!=="*"):[],O=qL_("log",["stream","--predicate",`(eventMessage ENDSWITH "${O4q}")`,"--style","compact"]);return O.stdout?.on("data",($)=>{let w=$.toString().split(` + 756 `),j=w.find((P)=>P.includes("Sandbox:")&&P.includes("deny")),H=w.find((P)=>P.startsWith("CMD64_"));if(!j)return;let J=j.match(Y);if(!J?.[1])return;let X=J[1],M,D;if(H){if(D=H.match(_)?.[1],D)try{M=i7q(D)}catch{}}if(X.includes("mDNSResponder")||X.includes("mach-lookup com.apple.diagnosticd")||X.includes("mach-lookup com.apple.analyticsd"))return;if(K&&M){if(z.length>0){if(z.some((W)=>X.includes(W)))return}for(let[P,W]of A)if(M.includes(P)){if(W.some((f)=>X.includes(f)))return}}q({line:X,command:M,encodedCommand:D,timestamp:new Date})}),O.stderr?.on("data",($)=>{A7(`[Sandbox Monitor] Log stream stderr: ${$.toString()}`)}),O.on("error",($)=>{A7(`[Sandbox Monitor] Failed to start log stream: ${$.message}`)}),O.on("exit",($)=>{A7(`[Sandbox Monitor] Log stream exited with code: ${$}`)}),()=>{A7("[Sandbox Monitor] Stopping log monitor"),O.kill("SIGTERM")}}var A4q,O4q;var H4q=y(()=>{lc6();qT6();A4q=w6(jG8(),1);O4q=`_${Math.random().toString(36).slice(2,11)}_SBX`});class KT6{constructor(){this.violations=[],this.totalCount=0,this.maxSize=100,this.listeners=new Set}addViolation(q){if(this.violations.push(q),this.totalCount++,this.violations.length>this.maxSize)this.violations=this.violations.slice(-this.maxSize);this.notifyListeners()}getViolations(q){if(q===void 0)return[...this.violations];return this.violations.slice(-q)}getCount(){return this.violations.length}getTotalCount(){return this.totalCount}getViolationsForCommand(q){let K=MG8(q);return this.violations.filter((_)=>_.encodedCommand===K)}clear(){this.violations=[],this.notifyListeners()}subscribe(q){return this.listeners.add(q),q(this.getViolations()),()=>{this.listeners.delete(q)}}notifyListeners(){let q=this.getViolations();this.listeners.forEach((K)=>K(q))}}var pL1=y(()=>{qT6()});import*as gL1 from"fs";import{EOL as FL1}from"node:os";function $L_(){if(J4q)return;let q=()=>QL1().catch((K)=>{A7(`Cleanup failed in registerCleanup ${K}`,{level:"error"})});process.once("exit",q),process.once("SIGINT",q),process.once("SIGTERM",q),J4q=!0}function UL1(q,K){if(K.startsWith("*.")){let _=K.substring(2);return q.toLowerCase().endsWith("."+_.toLowerCase())}return q.toLowerCase()===K.toLowerCase()}async function D4q(q,K,_){if(!h3)return A7("No config available, denying network request"),!1;for(let Y of h3.network.deniedDomains)if(UL1(K,Y))return A7(`Denied by config rule: ${K}:${q}`),!1;for(let Y of h3.network.allowedDomains)if(UL1(K,Y))return A7(`Allowed by config rule: ${K}:${q}`),!0;if(!_)return A7(`No matching config rule, denying: ${K}:${q}`),!1;A7(`No matching config rule, asking user: ${K}:${q}`);try{if(await _({host:K,port:q}))return A7(`User allowed: ${K}:${q}`),!0;else return A7(`User denied: ${K}:${q}`),!1}catch(Y){return A7(`Error in permission callback: ${Y}`,{level:"error"}),!1}}function wL_(q){if(!h3?.network.mitmProxy)return;let{socketPath:K,domains:_}=h3.network.mitmProxy;for(let Y of _)if(UL1(q,Y))return A7(`Host ${q} matches MITM pattern ${Y}`),K;return}async function jL_(q){return _T6=v7q({filter:(K,_)=>D4q(K,_,q),getMitmSocketPath:wL_}),new Promise((K,_)=>{if(!_T6){_(Error("HTTP proxy server undefined before listen"));return}let Y=_T6;Y.once("error",_),Y.once("listening",()=>{let z=Y.address();if(z&&typeof z==="object")Y.unref(),A7(`HTTP proxy listening on localhost:${z.port}`),K(z.port);else _(Error("Failed to get proxy server address"))}),Y.listen(0,"127.0.0.1")})}async function HL_(q){return U26=C7q({filter:(K,_)=>D4q(K,_,q)}),new Promise((K,_)=>{if(!U26){_(Error("SOCKS proxy server undefined before listen"));return}U26.listen(0,"127.0.0.1").then((Y)=>{U26?.unref(),K(Y)}).catch(_)})}async function JL_(q,K,_=!1){if(T16){await T16;return}h3=q;let Y=W4q();if(Y.errors.length>0)throw Error(`Sandbox dependencies not available: ${Y.errors.join(", ")}`);if(_&&dG()==="macos")PG8=j4q(WG8.addViolation.bind(WG8),h3.ignoreViolations),A7("Started macOS sandbox log monitor");$L_(),T16=(async()=>{try{let z;if(h3.network.httpProxyPort!==void 0)z=h3.network.httpProxyPort,A7(`Using external HTTP proxy on port ${z}`);else z=await jL_(K);let A;if(h3.network.socksProxyPort!==void 0)A=h3.network.socksProxyPort,A7(`Using external SOCKS proxy on port ${A}`);else A=await HL_(K);let O;if(dG()==="linux")O=await K4q(z,A);let $={httpProxyPort:z,socksProxyPort:A,linuxBridge:O};return IS=$,A7("Network infrastructure initialized"),$}catch(z){throw T16=void 0,IS=void 0,QL1().catch((A)=>{A7(`Cleanup failed in initializationPromise ${A}`,{level:"error"})}),z}})(),await T16}function P4q(){let q=dG();if(q==="linux")return NL1()!=="1";return q==="macos"}function XL_(){return h3!==void 0}function W4q(q){if(!P4q())return{errors:["Unsupported platform"],warnings:[]};let K=[],_=[],Y=q??h3?.ripgrep??{command:"rg"};if(Xn(Y.command)===null)K.push(`ripgrep (${Y.command}) not found`);if(dG()==="linux"){let A=q4q(h3?.seccomp);K.push(...A.errors),_.push(...A.warnings)}return{errors:K,warnings:_}}function ML_(){if(!h3)return{denyOnly:[],allowWithinDeny:[]};let q=[];for(let _ of h3.filesystem.denyRead){let Y=Mn(_);if(dG()==="linux"&&cG(Y)){let z=rc6(_);A7(`[Sandbox] Expanded glob pattern "${_}" to ${z.length} paths on Linux`),q.push(...z)}else q.push(Y)}let K=[];for(let _ of h3.filesystem.allowRead??[]){let Y=Mn(_);if(dG()==="linux"&&cG(Y)){let z=rc6(_);A7(`[Sandbox] Expanded allowRead glob pattern "${_}" to ${z.length} paths on Linux`),K.push(...z)}else K.push(Y)}return{denyOnly:q,allowWithinDeny:K}}function DL_(){if(!h3)return{allowOnly:nc6(),denyWithinAllow:[]};let q=h3.filesystem.allowWrite.map((Y)=>Mn(Y)).filter((Y)=>{if(dG()==="linux"&&cG(Y))return A7(`Skipping glob pattern on Linux/WSL: ${Y}`),!1;return!0}),K=h3.filesystem.denyWrite.map((Y)=>Mn(Y)).filter((Y)=>{if(dG()==="linux"&&cG(Y))return A7(`Skipping glob pattern on Linux/WSL: ${Y}`),!1;return!0});return{allowOnly:[...nc6(),...q],denyWithinAllow:K}}function PL_(){if(!h3)return{};let q=h3.network.allowedDomains,K=h3.network.deniedDomains;return{...q.length>0&&{allowedHosts:q},...K.length>0&&{deniedHosts:K}}}function Z4q(){return h3?.network?.allowUnixSockets}function X4q(){return h3?.network?.allowAllUnixSockets}function G4q(){return h3?.network?.allowLocalBinding}function f4q(){return h3?.ignoreViolations}function T4q(){return h3?.enableWeakerNestedSandbox}function WL_(){return h3?.enableWeakerNetworkIsolation}function ZL_(){return h3?.ripgrep??{command:"rg"}}function GL_(){return h3?.mandatoryDenySearchDepth??3}function M4q(){return h3?.filesystem?.allowGitConfig??!1}function fL_(){return h3?.seccomp}function v4q(){return IS?.httpProxyPort}function V4q(){return IS?.socksProxyPort}function N4q(){return IS?.linuxBridge?.httpSocketPath}function k4q(){return IS?.linuxBridge?.socksSocketPath}async function y4q(){if(!h3)return!1;if(T16)try{return await T16,!0}catch{return!1}return IS!==void 0}async function TL_(q,K,_,Y){let z=dG(),A=(Z)=>Z.map((f)=>Mn(f)).filter((f)=>{if(dG()==="linux"&&cG(f))return A7(`[Sandbox] Skipping glob write pattern on Linux: ${f}`),!1;return!0}),O=A(_?.filesystem?.allowWrite??h3?.filesystem.allowWrite??[]),$={allowOnly:[...nc6(),...O],denyWithinAllow:A(_?.filesystem?.denyWrite??h3?.filesystem.denyWrite??[])},w=_?.filesystem?.denyRead??h3?.filesystem.denyRead??[],j=[];for(let Z of w){let f=Mn(Z);if(dG()==="linux"&&cG(f))j.push(...rc6(Z));else j.push(f)}let H=_?.filesystem?.allowRead??h3?.filesystem.allowRead??[],J=[];for(let Z of H){let f=Mn(Z);if(dG()==="linux"&&cG(f))J.push(...rc6(Z));else J.push(f)}let X={denyOnly:j,allowWithinDeny:J},M=_?.network?.allowedDomains!==void 0||h3?.network?.allowedDomains!==void 0,D=M,P=M;if(P)await y4q();let W=_?.allowPty??h3?.allowPty;switch(z){case"macos":return w4q({command:q,needsNetworkRestriction:D,httpProxyPort:P?v4q():void 0,socksProxyPort:P?V4q():void 0,readConfig:X,writeConfig:$,allowUnixSockets:Z4q(),allowAllUnixSockets:X4q(),allowLocalBinding:G4q(),ignoreViolations:f4q(),allowPty:W,allowGitConfig:M4q(),enableWeakerNetworkIsolation:WL_(),binShell:K});case"linux":return _4q({command:q,needsNetworkRestriction:D,httpSocketPath:P?N4q():void 0,socksSocketPath:P?k4q():void 0,httpProxyPort:P?IS?.httpProxyPort:void 0,socksProxyPort:P?IS?.socksProxyPort:void 0,readConfig:X,writeConfig:$,enableWeakerNestedSandbox:T4q(),allowAllUnixSockets:X4q(),binShell:K,ripgrepConfig:ZL_(),mandatoryDenySearchDepth:GL_(),allowGitConfig:M4q(),seccompConfig:fL_(),abortSignal:Y});default:throw Error(`Sandbox configuration is not supported on platform: ${z}`)}}function vL_(){return h3}function VL_(q){h3=Vb6(q),A7("Sandbox configuration updated")}function E4q(){BL1()}async function QL1(){if(E4q(),PG8)PG8(),PG8=void 0;if(IS?.linuxBridge){let{httpSocketPath:K,socksSocketPath:_,httpBridgeProcess:Y,socksBridgeProcess:z}=IS.linuxBridge,A=[];if(Y.pid&&!Y.killed)try{process.kill(Y.pid,"SIGTERM"),A7("Sent SIGTERM to HTTP bridge process"),A.push(new Promise((O)=>{Y.once("exit",()=>{A7("HTTP bridge process exited"),O()}),setTimeout(()=>{if(!Y.killed){A7("HTTP bridge did not exit, forcing SIGKILL",{level:"warn"});try{if(Y.pid)process.kill(Y.pid,"SIGKILL")}catch{}}O()},5000)}))}catch(O){if(O.code!=="ESRCH")A7(`Error killing HTTP bridge: ${O}`,{level:"error"})}if(z.pid&&!z.killed)try{process.kill(z.pid,"SIGTERM"),A7("Sent SIGTERM to SOCKS bridge process"),A.push(new Promise((O)=>{z.once("exit",()=>{A7("SOCKS bridge process exited"),O()}),setTimeout(()=>{if(!z.killed){A7("SOCKS bridge did not exit, forcing SIGKILL",{level:"warn"});try{if(z.pid)process.kill(z.pid,"SIGKILL")}catch{}}O()},5000)}))}catch(O){if(O.code!=="ESRCH")A7(`Error killing SOCKS bridge: ${O}`,{level:"error"})}if(await Promise.all(A),K)try{gL1.rmSync(K,{force:!0}),A7("Cleaned up HTTP socket")}catch(O){A7(`HTTP socket cleanup error: ${O}`,{level:"error"})}if(_)try{gL1.rmSync(_,{force:!0}),A7("Cleaned up SOCKS socket")}catch(O){A7(`SOCKS socket cleanup error: ${O}`,{level:"error"})}}let q=[];if(_T6){let K=_T6,_=new Promise((Y)=>{K.close((z)=>{if(z&&z.message!=="Server is not running.")A7(`Error closing HTTP proxy server: ${z.message}`,{level:"error"});Y()})});q.push(_)}if(U26){let K=U26.close().catch((_)=>{A7(`Error closing SOCKS proxy server: ${_.message}`,{level:"error"})});q.push(K)}await Promise.all(q),_T6=void 0,U26=void 0,IS=void 0,T16=void 0}function NL_(){return WG8}function kL_(q,K){if(!h3)return K;let _=WG8.getViolationsForCommand(q);if(_.length===0)return K;let Y=K;Y+=FL1+""+FL1;for(let z of _)Y+=z.line+FL1;return Y+="",Y}function yL_(){if(dG()!=="linux"||!h3)return[];let q=[],K=[...h3.filesystem.allowWrite,...h3.filesystem.denyWrite];for(let _ of K){let Y=Mn(_);if(cG(Y))q.push(_)}return q}var h3,_T6,U26,IS,T16,J4q=!1,PG8,WG8,wj;var L4q=y(()=>{V7q();b7q();lc6();qM6();$G8();Y4q();H4q();qT6();pL1();WG8=new KT6;wj={initialize:JL_,isSupportedPlatform:P4q,isSandboxingEnabled:XL_,checkDependencies:W4q,getFsReadConfig:ML_,getFsWriteConfig:DL_,getNetworkRestrictionConfig:PL_,getAllowUnixSockets:Z4q,getAllowLocalBinding:G4q,getIgnoreViolations:f4q,getEnableWeakerNestedSandbox:T4q,getProxyPort:v4q,getSocksProxyPort:V4q,getLinuxHttpSocketPath:N4q,getLinuxSocksSocketPath:k4q,waitForNetworkInitialization:y4q,wrapWithSandbox:TL_,cleanupAfterCommand:E4q,reset:QL1,getSandboxViolationStore:NL_,annotateStderrWithSandboxFailures:kL_,getLinuxGlobPatternWarnings:yL_,getConfig:vL_,updateConfig:VL_}});var Q26=y(()=>{of1();of1()});var dL1,ZG8,EL_,h4q,S4q,C4q,b4q,LL_,cL1;var I4q=y(()=>{Q26();dL1=oK.string().refine((q)=>{if(q.includes("://")||q.includes("/")||q.includes(":"))return!1;if(q==="localhost")return!0;if(q.startsWith("*.")){let K=q.slice(2);if(!K.includes(".")||K.startsWith(".")||K.endsWith("."))return!1;let _=K.split(".");return _.length>=2&&_.every((Y)=>Y.length>0)}if(q.includes("*"))return!1;return q.includes(".")&&!q.startsWith(".")&&!q.endsWith(".")},{message:'Invalid domain pattern. Must be a valid domain (e.g., "example.com") or wildcard (e.g., "*.example.com"). Overly broad patterns like "*.com" or "*" are not allowed for security reasons.'}),ZG8=oK.string().min(1,"Path cannot be empty"),EL_=oK.object({socketPath:oK.string().min(1).describe("Unix socket path to the MITM proxy"),domains:oK.array(dL1).min(1).describe('Domains to route through the MITM proxy (e.g., ["api.example.com", "*.internal.org"])')}),h4q=oK.object({allowedDomains:oK.array(dL1).describe('List of allowed domains (e.g., ["github.com", "*.npmjs.org"])'),deniedDomains:oK.array(dL1).describe("List of denied domains"),allowUnixSockets:oK.array(oK.string()).optional().describe("macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path)."),allowAllUnixSockets:oK.boolean().optional().describe("If true, allow all Unix sockets (disables blocking on both platforms)."),allowLocalBinding:oK.boolean().optional().describe("Whether to allow binding to local ports (default: false)"),httpProxyPort:oK.number().int().min(1).max(65535).optional().describe("Port of an external HTTP proxy to use instead of starting a local one. When provided, the library will skip starting its own HTTP proxy and use this port. The external proxy must handle domain filtering."),socksProxyPort:oK.number().int().min(1).max(65535).optional().describe("Port of an external SOCKS proxy to use instead of starting a local one. When provided, the library will skip starting its own SOCKS proxy and use this port. The external proxy must handle domain filtering."),mitmProxy:EL_.optional().describe("Optional MITM proxy configuration. Routes matching domains through an upstream proxy via Unix socket while SRT still handles allow/deny filtering.")}),S4q=oK.object({denyRead:oK.array(ZG8).describe("Paths denied for reading"),allowRead:oK.array(ZG8).optional().describe("Paths to re-allow reading within denied regions (takes precedence over denyRead). Use with denyRead to deny a broad region then allow back specific subdirectories."),allowWrite:oK.array(ZG8).describe("Paths allowed for writing"),denyWrite:oK.array(ZG8).describe("Paths denied for writing (takes precedence over allowWrite)"),allowGitConfig:oK.boolean().optional().describe("Allow writes to .git/config files (default: false). Enables git remote URL updates while keeping .git/hooks protected.")}),C4q=oK.record(oK.string(),oK.array(oK.string())).describe('Map of command patterns to filesystem paths to ignore violations for. Use "*" to match all commands'),b4q=oK.object({command:oK.string().describe("The ripgrep command to execute"),args:oK.array(oK.string()).optional().describe("Additional arguments to pass before ripgrep args"),argv0:oK.string().optional().describe("Override argv[0] when spawning (for multicall binaries that dispatch on argv[0])")}),LL_=oK.object({bpfPath:oK.string().optional().describe("Path to the unix-block.bpf filter file"),applyPath:oK.string().optional().describe("Path to the apply-seccomp binary")}),cL1=oK.object({network:h4q.describe("Network restrictions configuration"),filesystem:S4q.describe("Filesystem restrictions configuration"),ignoreViolations:C4q.optional().describe("Optional configuration for ignoring specific violations"),enableWeakerNestedSandbox:oK.boolean().optional().describe("Enable weaker nested sandbox mode (for Docker environments)"),enableWeakerNetworkIsolation:oK.boolean().optional().describe("Enable weaker network isolation to allow access to com.apple.trustd.agent (macOS only). This is needed for Go programs (gh, gcloud, terraform, kubectl, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. Enabling this opens a potential data exfiltration vector through the trustd service. Only enable if you need Go TLS verification."),ripgrep:b4q.optional().describe('Custom ripgrep configuration (default: { command: "rg" })'),mandatoryDenySearchDepth:oK.number().int().min(1).max(10).optional().describe("Maximum directory depth to search for dangerous files on Linux (default: 3). Higher values provide more protection but slower performance."),allowPty:oK.boolean().optional().describe("Allow pseudo-terminal (pty) operations (macOS only)"),seccomp:LL_.optional().describe("Custom seccomp binary paths (Linux only).")})});var x4q=y(()=>{L4q();pL1();I4q();qT6();$G8()});var Wq="Edit",GG8="/.claude/**",fG8="~/.claude/**",TG8="File has been unexpectedly modified. Read it again before attempting to write it.";function lL1(q){let K=q.trim();if(!K)return null;if(K.endsWith("-")){let A=parseInt(K.slice(0,-1),10);if(isNaN(A)||A<1)return null;return{firstPage:A,lastPage:1/0}}let _=K.indexOf("-");if(_===-1){let A=parseInt(K,10);if(isNaN(A)||A<1)return null;return{firstPage:A,lastPage:A}}let Y=parseInt(K.slice(0,_),10),z=parseInt(K.slice(_+1),10);if(isNaN(Y)||isNaN(z)||Y<1||z<1||z{t4();RL_=new Set(["pdf"])});function F4q(q,K,_){return`Reads a file from the local filesystem. You can access any file directly by using this tool. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4f520f25e7f8e7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4f520f25e7f8e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..21c4e1e4497af973301715b142e55cff4969fa92 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc4f520f25e7f8e7.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_web_search source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.40 fp=false override=false | context=[spf_web_fetch,spf_voice_mode,spf_transformer_status] | ts=2026-03-09T08:24:10.954987132+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dc92e7ab4825bae6.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc92e7ab4825bae6.txt new file mode 100644 index 0000000000000000000000000000000000000000..65fe220635af4153abcc1d10cdf25e5387a5a127 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dc92e7ab4825bae6.txt @@ -0,0 +1,11 @@ + reply: reply_tx, + }); + } + let mins = secs / 60; + let rem = secs % 60; + json!({"type": "text", "text": format!( + "Call ended. Duration: {}m {}s", mins, rem + )}) + } + None => json!({"type": "text", "text": "No active call to end"}), + } \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/dcf9cf96411e2d61.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/dcf9cf96411e2d61.txt new file mode 100644 index 0000000000000000000000000000000000000000..a22732096beea65a473eb264b7f1d882bf4dcc14 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/dcf9cf96411e2d61.txt @@ -0,0 +1,12 @@ + 423 "spf_voice_mode", "spf_voice_call", "spf_voice_team", + 424 "spf_chat_send", "spf_chat_receive", + 425 "spf_chat_history", "spf_chat_rooms", + 426 ]; + 427 for tool in &tools { + 428 let decision = process(tool, ¶ms, &config, &session, &stdio()); + 429 assert!(decision.allowed, "{} should be ALLOWED: {}", tool, decision.message); + 430 } + 431 } + 432 + 433 #[test] + 434 fn flint_execute_blocked_without_tool_name() { \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e35cc73ae2156f7d.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e35cc73ae2156f7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfefecde71691dcfb4e8efd26a54e432f3a80495 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e35cc73ae2156f7d.txt @@ -0,0 +1,14 @@ + 1968 channels: 1, + 1969 frame_duration_ms: 20, + 1970 bitrate: 12000, + 1971 vad_enabled: true, + 1972 }; + 1973 // 8000 × 1 × 2 × 20 / 1000 = 320 bytes + 1974 assert_eq!(config.pcm_frame_bytes(), 320); + 1975 } + 1976 + 1977 #[test] + 1978 fn test_voice_error_all_variants() { + 1979 let errors = vec![ + 1980 VoiceError::NotAvailable("na".into()), + 1981 VoiceError::CodecError("ce".into()), \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e3dcc92a461b96ce.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e3dcc92a461b96ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..8052bce3858f6647015c84c0342125008e9bd248 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e3dcc92a461b96ce.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Glob source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[Glob,Bash,Bash] | ts=2026-04-13T23:40:39.875521492+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e43624292308c8ec.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e43624292308c8ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..613766cfac68b78aa3ccbffc14771c9f9fe45efe --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e43624292308c8ec.txt @@ -0,0 +1,12 @@ + 533 false_positive: result_suggests_fp, + 534 recent_call_count: recent_count, + 535 preceding_tools: preceding, + 536 evil_score, // Block EE + 537 }; + 538 + 539 // Block EE: Log evil detections + 540 if evil_score > 0.7 { + 541 eprintln!("[SPF-EVIL] HIGH THREAT: tool={} score={:.2} source={}", + 542 req.tool, evil_score, &signal.source); + 543 } else if evil_score > 0.4 { + 544 eprintln!("[SPF-EVIL] FLAGGED: tool={} score={:.2} source={}", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e57fd395da89921e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e57fd395da89921e.txt new file mode 100644 index 0000000000000000000000000000000000000000..eba753e3fbb9a9c6552ee5ead7b82c8964805a0b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e57fd395da89921e.txt @@ -0,0 +1,10 @@ + let prompt = args["prompt"].as_str().unwrap_or("Summarize this content"); + + session.record_action("WebFetch", "called", None); + match WebClient::new() { + Ok(client) => { + match client.read_page(url) { + Ok((text, raw_len, content_type)) => { + session.record_manifest("web_fetch", gate_decision.complexity.c, "ALLOWED", None); + let _ = storage.save_session(session); + let truncated = utf8_safe::safe_truncate(&text, 50000); \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e74c4d0dd47b6d13.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e74c4d0dd47b6d13.txt new file mode 100644 index 0000000000000000000000000000000000000000..c157ec7649ac67085682c275017d05c2b128e35d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e74c4d0dd47b6d13.txt @@ -0,0 +1,18 @@ + 248 ss: SSConnection, + 249 /// Synapse mesh enabled + 250 synapse_enabled: bool, + 251 } + 252 + 253 impl Router { + 254 pub fn new() -> Self { + 255 Self { + 256 ss: SSConnection::new(), + 257 synapse_enabled: true, + 258 } + 259 } + 260 + 261 /// Route a request + 262 pub fn route(&mut self, req_type: RequestType, row: u8, col: u8) -> RouteDecision { + 263 self.ss.route(req_type, row, col) + 264 } + 265 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e95c1edd079d7832.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e95c1edd079d7832.txt new file mode 100644 index 0000000000000000000000000000000000000000..b683c98addfa92bf66f91fc0257897ca3eec516d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e95c1edd079d7832.txt @@ -0,0 +1,4 @@ + 2848 `;let O=typeof A==="string"?A:p6(A);return`${q.name} ${O} + 2849 `}if(q.type==="text"&&K==="user")return FBq()?p6({user:q.text})+` + 2850 `:`User: ${q.text} + 2851 `;return""}function rBq(q,K){return q.content.map((_)=>nBq(_,q.role,K)).join("")}function oBq(q,K){let _=iBq(K);return lBq(q).map((Y)=>rBq(Y,_)).join("")}function r0Y(){let q=ml8();if(q===null)return null;return{role:"user",content:[{type:"text",text:`The following is the user's CLAUDE.md configuration. These are instructions the user provided to the agent and should be treated as part of the user's intent when evaluating actions. \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/e99aa75ac0ddf10b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/e99aa75ac0ddf10b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1b2a1fe886c7944b4e71ba22ef6a0a49355ba76 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/e99aa75ac0ddf10b.txt @@ -0,0 +1,10 @@ +insight into efficiency and resource usage alongside task performance. +[GitHub][91] [AgentBeats][92] +1st Place + +#### Minecraft Benchmark + +Our green agent is an agentified and extended version of the original MCU benchmark. It supports a wide range of +short-horizon tasks across multiple categories (e.g., build, find, craft and so on) and complex long-horizon tasks that +require sequential decision-making and sustained planning. The evaluation framework combines environment-level rewards +from the Minecraft simulator with video-based evaluation of agent behavior. By integrating this agent evaluation \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ea0336fca3374eeb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ea0336fca3374eeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ea333041a4ebcf5b95462494264290a42ba5c09 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ea0336fca3374eeb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_session source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[] | ts=2026-03-14T01:43:20.602961337+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ead4f20c9d3841f5.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ead4f20c9d3841f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..170b9eee79e4c8aa68c3f59369e3c28581a5ba81 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ead4f20c9d3841f5.txt @@ -0,0 +1,3 @@ +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/.cargo_vcs_info.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.20.9/.cargo_vcs_info.json +/data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/LIVE/LMDB5/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-haiku-0.1.2/.cargo_vcs_info.json \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/eb2a8ecda3374eeb.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/eb2a8ecda3374eeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b1a1f42ceff27d32ca04c571a0b5ffb968124b --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/eb2a8ecda3374eeb.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=spf_session source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.35 fp=false override=false | context=[spf_session] | ts=2026-03-14T07:05:36.621908074+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ebc6c0ca7373e0be.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ebc6c0ca7373e0be.txt new file mode 100644 index 0000000000000000000000000000000000000000..abdec90efc7ec40064a146abad27c968e71dbe6e --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ebc6c0ca7373e0be.txt @@ -0,0 +1,10 @@ + 956 } else if payload.contains("status_request") { + 957 let status = json!({ + 958 "type": "status_response", + 959 "peer_id": state.pub_key_hex, + 960 "tools": crate::mcp::tool_count(), + 961 "uptime": "active", + 962 }); + 963 Some(Frame::control(&serde_json::to_string(&status).unwrap_or_default())) + 964 } else { + 965 None // Unknown control message — no response needed \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/ef016808a60b2942.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/ef016808a60b2942.txt new file mode 100644 index 0000000000000000000000000000000000000000..135e262e8ec40a79bf6cb29f1ad41d579822e7e4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/ef016808a60b2942.txt @@ -0,0 +1,13 @@ + 195 "required": ["tool"] + 196 } + 197 }), + 198 ] + 199 } + 200 + 201 // ============================================================================ + 202 // TOOL HANDLERS — called from mcp.rs match arms + 203 // ============================================================================ + 204 + 205 /// Handle spf_transformer_status + 206 /// Returns: model loaded status, param count, checkpoint info, role, config summary + 207 pub fn handle_status( \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/efbbbce4190db7a8.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/efbbbce4190db7a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f419ed3dbc98295d9867016be8976c9c81883449 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/efbbbce4190db7a8.txt @@ -0,0 +1,12 @@ + 685 let mut pipeline = state.pipeline.lock().unwrap(); + 686 pipeline.record_session_request(&msg.session_id); + 687 } + 688 + 689 let resp_msg = ApiSessionMsg { + 690 session_id: msg.session_id, + 691 seq: msg.seq, + 692 msg_type: ApiMsgType::Response, + 693 payload: json!({ + 694 "tool": tool, + 695 "result": response.result, + 696 "status": response.status, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f4db82849c3932b7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f4db82849c3932b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0cce24c983651efb151fc3014c09ef52b273a5d --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f4db82849c3932b7.txt @@ -0,0 +1,15 @@ +// brain_path() and run_brain() removed — replaced by crate::brain_local (in-process) + +-- + tool_def( + "spf_brain_search", + "Search brain through SPF gateway. All brain access is logged and tracked.", +-- + tool_def( + "spf_brain_store", + "Store document in brain through SPF gateway.", +-- + tool + Tags: ["tool:Grep", "source:flint_dispatch", "relevance:0.57", "promoted:24hr→7day", "promoted:7day→pinned"] | Created: 2026-03-08 21:08:27 UTC + +[mem_1772997485_3162] Pinned | // Exposes: spf_read, spf_write, spf_edit, spf_bash, spf_status, \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f4f8194338ff681b.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f4f8194338ff681b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc06c36d3b641b6561d7a161e833004e00e36b1 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f4f8194338ff681b.txt @@ -0,0 +1,10 @@ + 5181 - Current git diff (staged and unstaged changes): !\`git diff HEAD\` + 5182 - Current branch: !\`git branch --show-current\` + 5183 - Recent commits: !\`git log --oneline -10\` + 5184 + 5185 ## Git Safety Protocol + 5186 + 5187 - NEVER update the git config + 5188 - NEVER skip hooks (--no-verify, --no-gpg-sign, etc) unless the user explicitly requests it + 5189 - CRITICAL: ALWAYS create NEW commits. NEVER use git commit --amend, unless the user explicitly requests it + 5190 - Do not commit files that likely contain secrets (.env, credentials.json, etc). Warn the user if they specifically request to commit those files \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f52fcb206d4a3f4e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f52fcb206d4a3f4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..661d6081c8cf89e6f8413f94ff78936293528338 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f52fcb206d4a3f4e.txt @@ -0,0 +1,6 @@ +/data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs- +/data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs- // FLINT routing decision — which collection does this belong in +/data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs- let collection = route_collection(signal); +-- +/data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs- let label_abs = signal.label().abs() as f64; +/data/data/com.termux/files/home/SPFsmartGATE/src/flint_memory.rs- let evil = signal.evil_score as f64; \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f639bfa1b3234817.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f639bfa1b3234817.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1f5192a9789dc28240a02c712899bb2ef6ee9fb --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f639bfa1b3234817.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Glob source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.30 fp=false override=false | context=[Grep,Grep,spf_api_session] | ts=2026-03-16T10:38:12.614684676+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f648a71cdb4a8c45.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f648a71cdb4a8c45.txt new file mode 100644 index 0000000000000000000000000000000000000000..2291ba3085211fddfce2239df5dd65444c63de66 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f648a71cdb4a8c45.txt @@ -0,0 +1,2 @@ + 1562 ]`,{returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/(?:\+\+|--)/,contains:[K]},K]}}FXq.exports=Qn_});var QXq=u((koA,UXq)=>{function dn_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function cn_(q){return $I1("(?=",q,")")}function dv8(q){return $I1("(",q,")?")}function $I1(...q){return q.map((_)=>dn_(_)).join("")}function ln_(q){let K=q.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),_="decltype\\(auto\\)",Y="[a-zA-Z_]\\w*::",z="<[^<>]+>",A="(decltype\\(auto\\)|"+dv8("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+dv8("<[^<>]+>")+")",O={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},$="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",w={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},q.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},j={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},H={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},q.inherit(w,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/},K,q.C_BLOCK_COMMENT_MODE]},J={className:"title",begin:dv8("[a-zA-Z_]\\w*::")+q.IDENT_RE,relevance:0},X=dv8("[a-zA-Z_]\\w*::")+q.IDENT_RE+"\\s*\\(",D={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"_Bool _Complex _Imaginary",_relevance_hints:["asin","atan2","atan","calloc","ceil","cosh","cos","exit","exp","fabs","floor","fmod","fprintf","fputs","free","frexp","auto_ptr","deque","list","queue","stack","vector","map","set","pair","bitset","multiset","multimap","unordered_set","fscanf","future","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","tolower","toupper","labs","ldexp","log10","log","malloc","realloc","memchr","memcmp","memcpy","memset","modf","pow","printf","putchar","puts","scanf","sinh","sin","snprintf","sprintf","sqrt","sscanf","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","tanh","tan","unordered_map","unordered_multiset","unordered_multimap","priority_queue","make_pair","array","shared_ptr","abort","terminate","abs","acos","vfprintf","vprintf","vsprintf","endl","initializer_list","unique_ptr","complex","imaginary","std","string","wstring","cin","cout","cerr","clog","stdin","stdout","stderr","stringstream","istringstream","ostringstream"],literal:"true false nullptr NULL"},P={className:"function.dispatch",relevance:0,keywords:D,begin:$I1(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!while)/,q.IDENT_RE,cn_(/\s*\(/))},W=[P,H,O,K,q.C_BLOCK_COMMENT_MODE,j,w],Z={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:D,contains:W.concat([{begin:/\(/,end:/\)/,keywords:D,contains:W.concat(["self"]),relevance:0}]),relevance:0},f={className:"function",begin:"("+A+"[\\*&\\s]+)+"+X,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:D,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:"decltype\\(auto\\)",keywords:D,relevance:0},{begin:X,returnBegin:!0,contains:[J],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[w,j]},{className:"params",begin:/\(/,end:/\)/,keywords:D,relevance:0,contains:[K,q.C_BLOCK_COMMENT_MODE,w,j,O,{begin:/\(/,end:/\)/,keywords:D,relevance:0,contains:["self",K,q.C_BLOCK_COMMENT_MODE,w,j,O]}]},O,K,q.C_BLOCK_COMMENT_MODE,H]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:D,illegal:"",keywords:D,contains:["self",O]},{begin:q.IDENT_RE+"::",keywords:D},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},q.TITLE_MODE]}]),exports:{preprocessor:H,strings:w,keywords:D}}}function in_(q){let K=ln_(q),_=["c","h"],Y=["cc","c++","h++","hpp","hh","hxx","cxx"];if(K.disableAutodetect=!0,K.aliases=[],!q.getLanguage("c"))K.aliases.push(..._);if(!q.getLanguage("cpp"))K.aliases.push(...Y);return K}UXq.exports=in_});var cXq=u((yoA,dXq)=>{function nn_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function cv8(q){return rn_("(",q,")?")}function rn_(...q){return q.map((_)=>nn_(_)).join("")}function on_(q){let K=q.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),_="decltype\\(auto\\)",Y="[a-zA-Z_]\\w*::",z="<[^<>]+>",A="(decltype\\(auto\\)|"+cv8("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+cv8("<[^<>]+>")+")",O={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},$="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",w={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},q.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},j={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},H={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},q.inherit(w,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/},K,q.C_BLOCK_COMMENT_MODE]},J={className:"title",begin:cv8("[a-zA-Z_]\\w*::")+q.IDENT_RE,relevance:0},X=cv8("[a-zA-Z_]\\w*::")+q.IDENT_RE+"\\s*\\(",M={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},D=[H,O,K,q.C_BLOCK_COMMENT_MODE,j,w],P={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:M,contains:D.concat([{begin:/\(/,end:/\)/,keywords:M,contains:D.concat(["self"]),relevance:0}]),relevance:0},W={className:"function",begin:"("+A+"[\\*&\\s]+)+"+X,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:M,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:"decltype\\(auto\\)",keywords:M,relevance:0},{begin:X,returnBegin:!0,contains:[J],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:M,relevance:0,contains:[K,q.C_BLOCK_COMMENT_MODE,w,j,O,{begin:/\(/,end:/\)/,keywords:M,relevance:0,contains:["self",K,q.C_BLOCK_COMMENT_MODE,w,j,O]}]},O,K,q.C_BLOCK_COMMENT_MODE,H]};return{name:"C",aliases:["h"],keywords:M,disableAutodetect:!0,illegal:"",keywords:M,contains:["self",O]},{begin:q.IDENT_RE+"::",keywords:M},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},q.TITLE_MODE]}]),exports:{preprocessor:H,strings:w,keywords:M}}}dXq.exports=on_});var iXq=u((EoA,lXq)=>{function an_(q){let K="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",_="false true",Y=[q.C_LINE_COMMENT_MODE,q.COMMENT(/\{/,/\}/,{relevance:0}),q.COMMENT(/\(\*/,/\*\)/,{relevance:10})],z={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},A={className:"string",begin:/(#\d+)+/},O={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},$={className:"string",begin:'"',end:'"'},w={className:"function",beginKeywords:"procedure",end:/[:;]/,keywords:"procedure|10",contains:[q.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:K,contains:[z,A]}].concat(Y)},j={className:"class",begin:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",returnBegin:!0,contains:[q.TITLE_MODE,w]};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:K,literal:"false true"},illegal:/\/\*/,contains:[z,A,O,$,q.NUMBER_MODE,j,w]}}lXq.exports=an_});var rXq=u((LoA,nXq)=>{function sn_(q){return{name:"Cap’n Proto",aliases:["capnp"],keywords:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},contains:[q.QUOTE_STRING_MODE,q.NUMBER_MODE,q.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,illegal:/\n/,contains:[q.inherit(q.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,illegal:/\n/,contains:[q.inherit(q.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]}]}}nXq.exports=sn_});var aXq=u((RoA,oXq)=>{function tn_(q){let K="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",_="shared abstract formal default actual variable late native deprecated final sealed annotation suppressWarnings small",Y="doc by license see throws tagged",z={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:K,relevance:10},A=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[z]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return z.contains=A,{name:"Ceylon",keywords:{keyword:K+" "+_,meta:"doc by license see throws tagged"},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[q.C_LINE_COMMENT_MODE,q.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(A)}}oXq.exports=tn_});var tXq=u((hoA,sXq)=>{function en_(q){return{name:"Clean",aliases:["icl","dcl"],keywords:{keyword:"if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr",built_in:"Int Real Char Bool",literal:"True False"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}sXq.exports=en_});var qMq=u((SoA,eXq)=>{function qr_(q){let _="[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9/;:]*",Y="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",z={$pattern:_,"builtin-name":"def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},A="[-+]?\\d+(\\.\\d+)?",O={begin:_,relevance:0},$={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},w=q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),j=q.COMMENT(";","$",{relevance:0}),H={className:"literal",begin:/\b(true|false|nil)\b/},J={begin:"[\\[\\{]",end:"[\\]\\}]"},X={className:"comment",begin:"\\^"+_},M=q.COMMENT("\\^\\{","\\}"),D={className:"symbol",begin:"[:]{1,2}"+_},P={begin:"\\(",end:"\\)"},W={endsWithParent:!0,relevance:0},Z={keywords:z,className:"name",begin:_,relevance:0,starts:W},f=[P,w,X,M,j,D,J,$,H,O],G={beginKeywords:"def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",lexemes:_,end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:_,relevance:0,excludeEnd:!0,endsParent:!0}].concat(f)};return P.contains=[q.COMMENT("comment",""),G,Z,W],W.contains=f,J.contains=f,M.contains=[J],{name:"Clojure",aliases:["clj"],illegal:/\S/,contains:[P,w,X,M,j,D,J,$,H]}}eXq.exports=qr_});var _Mq=u((CoA,KMq)=>{function Kr_(q){return{name:"Clojure REPL",contains:[{className:"meta",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}KMq.exports=Kr_});var zMq=u((boA,YMq)=>{function _r_(q){return{name:"CMake",aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:/\$\{/,end:/\}/},q.HASH_COMMENT_MODE,q.QUOTE_STRING_MODE,q.NUMBER_MODE]}}YMq.exports=_r_});var OMq=u((IoA,AMq)=>{var Yr_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],zr_=["true","false","null","undefined","NaN","Infinity"],Ar_=["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],Or_=["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],$r_=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],wr_=["arguments","this","super","console","window","document","localStorage","module","global"],jr_=[].concat($r_,wr_,Ar_,Or_);function Hr_(q){let K=["npm","print"],_=["yes","no","on","off"],Y=["then","unless","until","loop","by","when","and","or","is","isnt","not"],z=["var","const","let","function","static"],A=(M)=>(D)=>!M.includes(D),O={keyword:Yr_.concat(Y).filter(A(z)),literal:zr_.concat(_),built_in:jr_.concat(K)},$="[A-Za-z$_][0-9A-Za-z$_]*",w={className:"subst",begin:/#\{/,end:/\}/,keywords:O},j=[q.BINARY_NUMBER_MODE,q.inherit(q.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[q.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[q.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[q.BACKSLASH_ESCAPE,w]},{begin:/"/,end:/"/,contains:[q.BACKSLASH_ESCAPE,w]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[w,q.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];w.contains=j;let H=q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),J="(\\(.*\\)\\s*)?\\B[-=]>",X={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:O,contains:["self"].concat(j)}]};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:O,illegal:/\/\*/,contains:j.concat([q.COMMENT("###","###"),q.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*[A-Za-z$_][0-9A-Za-z$_]*\\s*=\\s*"+J,end:"[-=]>",returnBegin:!0,contains:[H,X]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:J,end:"[-=]>",returnBegin:!0,contains:[X]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[H]},H]},{begin:"[A-Za-z$_][0-9A-Za-z$_]*:",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}AMq.exports=Hr_});var wMq=u((xoA,$Mq)=>{function Jr_(q){return{name:"Coq",keywords:{keyword:"_|0 as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies Dependent Derive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",built_in:"abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"},contains:[q.QUOTE_STRING_MODE,q.COMMENT("\\(\\*","\\*\\)"),q.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}$Mq.exports=Jr_});var HMq=u((uoA,jMq)=>{function Xr_(q){return{name:"Caché Object Script",case_insensitive:!0,aliases:["cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}jMq.exports=Xr_});var XMq=u((moA,JMq)=>{function Mr_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function Dr_(q){return wI1("(?=",q,")")}function lv8(q){return wI1("(",q,")?")}function wI1(...q){return q.map((_)=>Mr_(_)).join("")}function Pr_(q){let K=q.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),_="decltype\\(auto\\)",Y="[a-zA-Z_]\\w*::",z="<[^<>]+>",A="(decltype\\(auto\\)|"+lv8("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+lv8("<[^<>]+>")+")",O={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},$="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",w={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},q.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},j={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},H={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},q.inherit(w,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/},K,q.C_BLOCK_COMMENT_MODE]},J={className:"title",begin:lv8("[a-zA-Z_]\\w*::")+q.IDENT_RE,relevance:0},X=lv8("[a-zA-Z_]\\w*::")+q.IDENT_RE+"\\s*\\(",D={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"_Bool _Complex _Imaginary",_relevance_hints:["asin","atan2","atan","calloc","ceil","cosh","cos","exit","exp","fabs","floor","fmod","fprintf","fputs","free","frexp","auto_ptr","deque","list","queue","stack","vector","map","set","pair","bitset","multiset","multimap","unordered_set","fscanf","future","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","tolower","toupper","labs","ldexp","log10","log","malloc","realloc","memchr","memcmp","memcpy","memset","modf","pow","printf","putchar","puts","scanf","sinh","sin","snprintf","sprintf","sqrt","sscanf","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","tanh","tan","unordered_map","unordered_multiset","unordered_multimap","priority_queue","make_pair","array","shared_ptr","abort","terminate","abs","acos","vfprintf","vprintf","vsprintf","endl","initializer_list","unique_ptr","complex","imaginary","std","string","wstring","cin","cout","cerr","clog","stdin","stdout","stderr","stringstream","istringstream","ostringstream"],literal:"true false nullptr NULL"},P={className:"function.dispatch",relevance:0,keywords:D,begin:wI1(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!while)/,q.IDENT_RE,Dr_(/\s*\(/))},W=[P,H,O,K,q.C_BLOCK_COMMENT_MODE,j,w],Z={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:D,contains:W.concat([{begin:/\(/,end:/\)/,keywords:D,contains:W.concat(["self"]),relevance:0}]),relevance:0},f={className:"function",begin:"("+A+"[\\*&\\s]+)+"+X,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:D,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:"decltype\\(auto\\)",keywords:D,relevance:0},{begin:X,returnBegin:!0,contains:[J],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[w,j]},{className:"params",begin:/\(/,end:/\)/,keywords:D,relevance:0,contains:[K,q.C_BLOCK_COMMENT_MODE,w,j,O,{begin:/\(/,end:/\)/,keywords:D,relevance:0,contains:["self",K,q.C_BLOCK_COMMENT_MODE,w,j,O]}]},O,K,q.C_BLOCK_COMMENT_MODE,H]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:D,illegal:"",keywords:D,contains:["self",O]},{begin:q.IDENT_RE+"::",keywords:D},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},q.TITLE_MODE]}]),exports:{preprocessor:H,strings:w,keywords:D}}}JMq.exports=Pr_});var DMq=u((BoA,MMq)=>{function Wr_(q){let _="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml",Y="property rsc_defaults op_defaults",z="params meta operations op rule attributes utilization",A="read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\",O="number string",$="Master Started Slave Stopped start promote demote stop monitor true false";return{name:"crmsh",aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization "+A+" number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[q.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:"primitive rsc_template",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+_.split(" ").join("|")+")\\s+",keywords:_,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},q.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z$_#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}MMq.exports=Wr_});var WMq=u((poA,PMq)=>{function Zr_(q){let O={$pattern:"[a-zA-Z_]\\w*[!?=]?",keyword:"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},$={className:"subst",begin:/#\{/,end:/\}/,keywords:O},w={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:O};function j(W,Z){let f=[{begin:W,end:Z}];return f[0].contains=f,f}let H={className:"string",contains:[q.BACKSLASH_ESCAPE,$],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:j("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:j("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:j(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:j("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},J={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:j("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:j("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:j(/\{/,/\}/)},{begin:"%q<",end:">",contains:j("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},X={begin:"(?!%\\})("+q.RE_STARTERS_RE+"|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",keywords:"case if select unless until when while",contains:[{className:"regexp",contains:[q.BACKSLASH_ESCAPE,$],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},M={className:"regexp",contains:[q.BACKSLASH_ESCAPE,$],variants:[{begin:"%r\\(",end:"\\)",contains:j("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:j("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:j(/\{/,/\}/)},{begin:"%r<",end:">",contains:j("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},D={className:"meta",begin:"@\\[",end:"\\]",contains:[q.inherit(q.QUOTE_STRING_MODE,{className:"meta-string"})]},P=[w,H,J,M,X,D,q.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[q.HASH_COMMENT_MODE,q.inherit(q.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[q.HASH_COMMENT_MODE,q.inherit(q.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[q.HASH_COMMENT_MODE,q.inherit(q.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",endsParent:!0})],relevance:2},{className:"symbol",begin:q.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[H,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?"}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)(_?[ui](8|16|32|64|128))?"},{begin:"\\b0o([0-7_]+)(_?[ui](8|16|32|64|128))?"},{begin:"\\b0x([A-Fa-f0-9_]+)(_?[ui](8|16|32|64|128))?"},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?(_?f(32|64))?(?!_)"},{begin:"\\b([1-9][0-9_]*|0)(_?[ui](8|16|32|64|128))?"}],relevance:0}];return $.contains=P,w.contains=P.slice(1),{name:"Crystal",aliases:["cr"],keywords:O,contains:P}}PMq.exports=Zr_});var GMq=u((FoA,ZMq)=>{function Gr_(q){let K=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],_=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],Y=["default","false","null","true"],z=["abstract","as","base","break","case","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],A=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],O={keyword:z.concat(A),built_in:K,literal:Y},$=q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),w={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},j={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},H=q.inherit(j,{illegal:/\n/}),J={className:"subst",begin:/\{/,end:/\}/,keywords:O},X=q.inherit(J,{illegal:/\n/}),M={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},q.BACKSLASH_ESCAPE,X]},D={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},J]},P=q.inherit(D,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},X]});J.contains=[D,M,j,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,w,q.C_BLOCK_COMMENT_MODE],X.contains=[P,M,H,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,w,q.inherit(q.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];let W={variants:[D,M,j,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]},Z={begin:"<",end:">",contains:[{beginKeywords:"in out"},$]},f=q.IDENT_RE+"(<"+q.IDENT_RE+"(\\s*,\\s*"+q.IDENT_RE+")*>)?(\\[\\])?",G={begin:"@"+q.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:O,illegal:/::/,contains:[q.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},W,w,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},$,Z,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[$,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[$,Z,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+f+"\\s+)+"+q.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:O,contains:[{beginKeywords:_.join(" "),relevance:0},{begin:q.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0,contains:[q.TITLE_MODE,Z],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:O,relevance:0,contains:[W,w,q.C_BLOCK_COMMENT_MODE]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},G]}}ZMq.exports=Gr_});var TMq=u((goA,fMq)=>{function fr_(q){return{name:"CSP",case_insensitive:!1,keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_-]*",keyword:"base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}fMq.exports=fr_});var VMq=u((UoA,vMq)=>{var Tr_=(q)=>{return{IMPORTANT:{className:"meta",begin:"!important"},HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]}}},vr_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],Vr_=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],Nr_=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],kr_=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],yr_=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse();function Er_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function Lr_(q){return Rr_("(?=",q,")")}function Rr_(...q){return q.map((_)=>Er_(_)).join("")}function hr_(q){let K=Tr_(q),_={className:"built_in",begin:/[\w-]+(?=\()/},Y={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},z="and or not only",A=/@-?\w[\w]*(-\w+)*/,O="[a-zA-Z-][a-zA-Z0-9_-]*",$=[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[q.C_BLOCK_COMMENT_MODE,Y,q.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},K.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+Nr_.join("|")+")"},{begin:"::("+kr_.join("|")+")"}]},{className:"attribute",begin:"\\b("+yr_.join("|")+")\\b"},{begin:":",end:"[;}]",contains:[K.HEXCOLOR,K.IMPORTANT,q.CSS_NUMBER_MODE,...$,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},_]},{begin:Lr_(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:A},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:Vr_.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...$,q.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+vr_.join("|")+")\\b"}]}}vMq.exports=hr_});var kMq=u((QoA,NMq)=>{function Sr_(q){let K={$pattern:q.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},_="(0|[1-9][\\d_]*)",Y="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",z="0[bB][01_]+",A="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",O="0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",$="([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))",w="((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|"+$+")|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)"+$+"?)",j="(0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))",H="((0|[1-9][\\d_]*)|0[bB][01_]+|"+O+")",J="("+j+"|"+w+")",X=`\\\\(['"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};`,M={className:"number",begin:"\\b"+H+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},D={className:"number",begin:"\\b("+J+"([fF]|L|i|[fF]i|Li)?|"+H+"(i|[fF]i|Li))",relevance:0},P={className:"string",begin:"'("+X+"|.)",end:"'",illegal:"."},Z={className:"string",begin:'"',contains:[{begin:X,relevance:0}],end:'"[cwd]?'},f={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},G={className:"string",begin:"`",end:"`[cwd]?"},T={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},V={className:"string",begin:'q"\\{',end:'\\}"'},N={className:"meta",begin:"^#!",end:"$",relevance:5},L={className:"meta",begin:"#(line)",end:"$",relevance:5},S={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},h=q.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:K,contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,h,T,Z,f,G,V,D,M,P,N,L,S]}}NMq.exports=Sr_});var EMq=u((doA,yMq)=>{function Cr_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function br_(...q){return q.map((_)=>Cr_(_)).join("")}function Ir_(q){let K={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},_={begin:"^[-\\*]{3,}",end:"$"},Y={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},z={className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},A={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},$={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:br_(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.+?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},w={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},j={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};w.contains.push(j),j.contains.push(w);let H=[K,$];return w.contains=w.contains.concat(H),j.contains=j.contains.concat(H),H=H.concat(w,j),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:H},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:H}]}]},K,z,w,j,{className:"quote",begin:"^>\\s+",contains:H,end:"$"},Y,_,$,A]}}yMq.exports=Ir_});var RMq=u((coA,LMq)=>{function xr_(q){let K={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},_={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},Y={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[q.BACKSLASH_ESCAPE,K,_]},{begin:'"""',end:'"""',contains:[q.BACKSLASH_ESCAPE,K,_]},{begin:"'",end:"'",illegal:"\\n",contains:[q.BACKSLASH_ESCAPE,K,_]},{begin:'"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE,K,_]}]};_.contains=[q.C_NUMBER_MODE,Y];let z=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],A=z.map(($)=>`${$}?`);return{name:"Dart",keywords:{keyword:"abstract as assert async await break case catch class const continue covariant default deferred do dynamic else enum export extends extension external factory false final finally for Function get hide if implements import in inferface is late library mixin new null on operator part required rethrow return set show static super switch sync this throw true try typedef var void while with yield",built_in:z.concat(A).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[Y,q.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),q.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},q.UNDERSCORE_TITLE_MODE]},q.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}LMq.exports=xr_});var SMq=u((loA,hMq)=>{function ur_(q){let K="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ",_=[q.C_LINE_COMMENT_MODE,q.COMMENT(/\{/,/\}/,{relevance:0}),q.COMMENT(/\(\*/,/\*\)/,{relevance:10})],Y={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},z={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},A={className:"number",relevance:0,variants:[{begin:"\\$[0-9A-Fa-f]+"},{begin:"&[0-7]+"},{begin:"%[01]+"}]},O={className:"string",begin:/(#\d+)+/},$={begin:q.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[q.TITLE_MODE]},w={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[q.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:K,contains:[z,O,Y].concat(_)},Y].concat(_)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal","freepascal","lazarus","lpr","lfm"],case_insensitive:!0,keywords:K,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[z,O,q.NUMBER_MODE,A,$,w,Y].concat(_)}}hMq.exports=ur_});var bMq=u((ioA,CMq)=>{function mr_(q){return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}CMq.exports=mr_});var xMq=u((noA,IMq)=>{function Br_(q){let K={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[q.QUOTE_STRING_MODE,q.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[q.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),q.COMMENT(/\{#/,/#\}/),{className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[K],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[K]}]}}IMq.exports=Br_});var mMq=u((roA,uMq)=>{function pr_(q){return{name:"DNS Zone",aliases:["bind","zone"],keywords:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},contains:[q.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},q.inherit(q.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}uMq.exports=pr_});var pMq=u((ooA,BMq)=>{function Fr_(q){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[q.HASH_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"{function gr_(q){let K=q.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{name:"Batch file (DOS)",aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shift sort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:{className:"symbol",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",relevance:0}.begin,end:"goto:eof",contains:[q.inherit(q.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),K]},{className:"number",begin:"\\b\\d+",relevance:0},K]}}FMq.exports=gr_});var QMq=u((soA,UMq)=>{function Ur_(q){return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:/\s/,excludeEnd:!0,relevance:10},{className:"built_in",begin:/(list|create|get|set|delete)-(\w+)/,end:/\s/,excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:/--(\w+)/,end:/\s/,excludeEnd:!0},{className:"string",begin:/"/,end:/"/},{className:"string",begin:/'/,end:/'/},{className:"string",begin:/[\w\-?]+:\w+/,end:/\W/,relevance:0},{className:"string",begin:/\w+(\-\w+)*/,end:/(?=\W)/,relevance:0},q.HASH_COMMENT_MODE]}}UMq.exports=Ur_});var cMq=u((toA,dMq)=>{function Qr_(q){let K={className:"string",variants:[q.inherit(q.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[q.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},_={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:q.C_NUMBER_RE}],relevance:0},Y={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[q.inherit(K,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"}]},K,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},z={className:"variable",begin:/&[a-z\d_]*\b/},A={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},O={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},$={className:"params",begin:"<",end:">",contains:[_,z]},w={className:"class",begin:/[a-zA-Z_][a-zA-Z\d_@]*\s\{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0};return{name:"Device Tree",keywords:"",contains:[{className:"class",begin:"/\\s*\\{",end:/\};/,relevance:10,contains:[z,A,O,w,$,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,_,K]},z,A,O,w,$,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,_,K,Y,{begin:q.IDENT_RE+"::",keywords:""}]}}dMq.exports=Qr_});var iMq=u((eoA,lMq)=>{function dr_(q){return{name:"Dust",aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[q.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}lMq.exports=dr_});var rMq=u((qaA,nMq)=>{function cr_(q){let K=q.COMMENT(/\(\*/,/\*\)/),_={className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},z={begin:/=/,end:/[.;]/,contains:[K,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]};return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[K,_,z]}}nMq.exports=cr_});var aMq=u((KaA,oMq)=>{function lr_(q){let Y={$pattern:"[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",keyword:"and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0"},z={className:"subst",begin:/#\{/,end:/\}/,keywords:Y},A={className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[1-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},O=`[/|([{<"']`,$={className:"string",begin:`~[a-z](?=[/|([{<"'])`,contains:[{endsParent:!0,contains:[{contains:[q.BACKSLASH_ESCAPE,z],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin://}]}]}]},w={className:"string",begin:`~[A-Z](?=[/|([{<"'])`,contains:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin://}]},j={className:"string",contains:[q.BACKSLASH_ESCAPE,z],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},H={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",endsParent:!0})]},J=q.inherit(H,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),X=[j,w,$,q.HASH_COMMENT_MODE,J,H,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[j,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:"[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?:(?!:)",relevance:0},A,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"},{begin:"->"},{begin:"("+q.RE_STARTERS_RE+")\\s*",contains:[q.HASH_COMMENT_MODE,{begin:/\/: (?=\d+\s*[,\]])/,relevance:0,contains:[A]},{className:"regexp",illegal:"\\n",contains:[q.BACKSLASH_ESCAPE,z],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return z.contains=X,{name:"Elixir",keywords:Y,contains:X}}oMq.exports=lr_});var tMq=u((_aA,sMq)=>{function ir_(q){let K={variants:[q.COMMENT("--","$"),q.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},_={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},Y={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},K]},z={begin:/\{/,end:/\}/,contains:Y.contains},A={className:"string",begin:"'\\\\?.",end:"'",illegal:"."};return{name:"Elm",keywords:"let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[Y,K],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[Y,K],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[_,Y,z,K]},{beginKeywords:"infix infixl infixr",end:"$",contains:[q.C_NUMBER_MODE,K]},{begin:"port",end:"$",keywords:"port",contains:[K]},A,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE,_,q.inherit(q.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),K,{begin:"->|<-"}],illegal:/;/}}sMq.exports=ir_});var KDq=u((YaA,qDq)=>{function nr_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function rr_(q){return eMq("(?=",q,")")}function eMq(...q){return q.map((_)=>nr_(_)).join("")}function or_(q){let _={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor __FILE__",built_in:"proc lambda",literal:"true false nil"},Y={className:"doctag",begin:"@[A-Za-z]+"},z={begin:"#<",end:">"},A=[q.COMMENT("#","$",{contains:[Y]}),q.COMMENT("^=begin","^=end",{contains:[Y],relevance:10}),q.COMMENT("^__END__","\\n$")],O={className:"subst",begin:/#\{/,end:/\}/,keywords:_},$={className:"string",contains:[q.BACKSLASH_ESCAPE,O],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:/<<[-~]?'?(\w+)\n(?:[^\n]*\n)*?\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},q.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[q.BACKSLASH_ESCAPE,O]})]}]},w="[1-9](_?[0-9])*|0",j="[0-9](_?[0-9])*",H={className:"number",relevance:0,variants:[{begin:"\\b([1-9](_?[0-9])*|0)(\\.([0-9](_?[0-9])*))?([eE][+-]?([0-9](_?[0-9])*)|r)?i?\\b"},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},J={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:_},X=[$,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[q.inherit(q.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"}),{begin:"<\\s*",contains:[{begin:"("+q.IDENT_RE+"::)?"+q.IDENT_RE,relevance:0}]}].concat(A)},{className:"function",begin:eMq(/def\s+/,rr_("([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)\\s*(\\(|;|$)")),relevance:0,keywords:"def",end:"$|;",contains:[q.inherit(q.TITLE_MODE,{begin:"([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)"}),J].concat(A)},{begin:q.IDENT_RE+"::"},{className:"symbol",begin:q.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[$,{begin:"([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)"}],relevance:0},H,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,relevance:0,keywords:_},{begin:"("+q.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[q.BACKSLASH_ESCAPE,O],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(z,A),relevance:0}].concat(z,A);O.contains=X,J.contains=X;let M="[>?]>",D="[\\w#]+\\(\\w+\\):\\d+:\\d+>",P="(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>",W=[{begin:/^\s*=>/,starts:{end:"$",contains:X}},{className:"meta",begin:"^("+M+"|"+D+"|"+P+")(?=[ ])",starts:{end:"$",contains:X}}];return A.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:_,illegal:/\/\*/,contains:[q.SHEBANG({binary:"ruby"})].concat(W).concat(A).concat(X)}}qDq.exports=or_});var YDq=u((zaA,_Dq)=>{function ar_(q){return{name:"ERB",subLanguage:"xml",contains:[q.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}_Dq.exports=ar_});var ADq=u((AaA,zDq)=>{function sr_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function tr_(...q){return q.map((_)=>sr_(_)).join("")}function er_(q){return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10},q.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{begin:tr_(/\?(::)?/,/([A-Z]\w*)/,/((::)[A-Z]\w*)*/)},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}zDq.exports=er_});var $Dq=u((OaA,ODq)=>{function qo_(q){let _="([a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*|[a-z'][a-zA-Z0-9_']*)",Y={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},z=q.COMMENT("%","$"),A={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},O={begin:"fun\\s+[a-z'][a-zA-Z0-9_']*/\\d+"},$={begin:_+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:_,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},w={begin:/\{/,end:/\}/,relevance:0},j={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},H={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},J={begin:"#"+q.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+q.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},X={beginKeywords:"fun receive if try case",end:"end",keywords:Y};X.contains=[z,O,q.inherit(q.APOS_STRING_MODE,{className:""}),X,$,q.QUOTE_STRING_MODE,A,w,j,H,J];let M=[z,O,X,$,q.QUOTE_STRING_MODE,A,w,j,H,J];$.contains[1].contains=M,w.contains=M,J.contains[1].contains=M;let D=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],P={className:"params",begin:"\\(",end:"\\)",contains:M};return{name:"Erlang",aliases:["erl"],keywords:Y,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[P,q.inherit(q.TITLE_MODE,{begin:"[a-z'][a-zA-Z0-9_']*"})],starts:{end:";|\\.",keywords:Y,contains:M}},z,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+q.IDENT_RE,keyword:D.map((W)=>`${W}|1.5`).join(" ")},contains:[P]},A,q.QUOTE_STRING_MODE,J,j,H,w,{begin:/\.$/}]}}ODq.exports=qo_});var jDq=u(($aA,wDq)=>{function Ko_(q){return{name:"Excel formulae",aliases:["xlsx","xls"],case_insensitive:!0,keywords:{$pattern:/[a-zA-Z][\w\.]*/,built_in:"ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},q.BACKSLASH_ESCAPE,q.QUOTE_STRING_MODE,{className:"number",begin:q.NUMBER_RE+"(%)?",relevance:0},q.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}wDq.exports=Ko_});var JDq=u((waA,HDq)=>{function _o_(q){return{name:"FIX",contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}HDq.exports=_o_});var MDq=u((jaA,XDq)=>{function Yo_(q){let K={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},_={className:"string",variants:[{begin:'"',end:'"'}]},z={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",relevance:0,begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]};return{name:"Flix",keywords:{literal:"true false",keyword:"case class def else enum if impl import in lat rel index let match namespace switch type yield with"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,K,_,z,q.C_NUMBER_MODE]}}XDq.exports=Yo_});var PDq=u((HaA,DDq)=>{function zo_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function jI1(...q){return q.map((_)=>zo_(_)).join("")}function Ao_(q){let K={className:"params",begin:"\\(",end:"\\)"},_={variants:[q.COMMENT("!","$",{relevance:0}),q.COMMENT("^C[ ]","$",{relevance:0}),q.COMMENT("^C$","$",{relevance:0})]},Y=/(_[a-z_\d]+)?/,z=/([de][+-]?\d+)?/,A={className:"number",variants:[{begin:jI1(/\b\d+/,/\.(\d*)/,z,Y)},{begin:jI1(/\b\d+/,z,Y)},{begin:jI1(/\.\d+/,z,Y)}],relevance:0},O={className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[q.UNDERSCORE_TITLE_MODE,K]},$={className:"string",relevance:0,variants:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]};return{name:"Fortran",case_insensitive:!0,aliases:["f90","f95"],keywords:{literal:".False. .True.",keyword:"kind do concurrent local shared while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then block endblock endassociate public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure impure integer real character complex logical codimension dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image sync change team co_broadcast co_max co_min co_sum co_reduce"},illegal:/\/\*/,contains:[$,O,{begin:/^C\s*=(?!=)/,relevance:0},_,A]}}DDq.exports=Ao_});var ZDq=u((JaA,WDq)=>{function Oo_(q){let K={begin:"<",end:">",contains:[q.inherit(q.TITLE_MODE,{begin:/'[a-zA-Z0-9_]+/})]};return{name:"F#",aliases:["fs"],keywords:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",illegal:/\/\*/,contains:[{className:"keyword",begin:/\b(yield|return|let|do)!/},{className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:'"""',end:'"""'},q.COMMENT("\\(\\*(\\s)","\\*\\)",{contains:["self"]}),{className:"class",beginKeywords:"type",end:"\\(|=|$",excludeEnd:!0,contains:[q.UNDERSCORE_TITLE_MODE,K]},{className:"meta",begin:"\\[<",end:">\\]",relevance:10},{className:"symbol",begin:"\\B('[A-Za-z])\\b",contains:[q.BACKSLASH_ESCAPE]},q.C_LINE_COMMENT_MODE,q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),q.C_NUMBER_MODE]}}WDq.exports=Oo_});var fDq=u((XaA,GDq)=>{function $o_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function wo_(q){return HI1("(",q,")*")}function HI1(...q){return q.map((_)=>$o_(_)).join("")}function jo_(q){let K={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na",built_in:"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},_={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},Y={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},z={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[q.BACKSLASH_ESCAPE]},A={begin:"/",end:"/",keywords:K,contains:[z,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,q.C_NUMBER_MODE]},O=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,$={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[z,A,{className:"comment",begin:HI1(O,wo_(HI1(/[ ]+/,O))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:K,contains:[q.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"meta-keyword",begin:"^\\$[a-z0-9]+"}]},q.COMMENT("^\\*","$"),q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[q.COMMENT("^\\*","$"),q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,A,$]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[$]},q.COMMENT("^\\*","$"),q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,q.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},_,Y]},q.C_NUMBER_MODE,Y]}}GDq.exports=jo_});var vDq=u((MaA,TDq)=>{function Ho_(q){let K={keyword:"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR"},_=q.COMMENT("@","@"),Y={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[{className:"meta-string",begin:'"',end:'"',illegal:"\\n"}]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,_]},z={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:q.UNDERSCORE_IDENT_RE,relevance:0}]},A=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},q.C_NUMBER_MODE,q.C_BLOCK_COMMENT_MODE,_,z]}],O={className:"title",begin:q.UNDERSCORE_IDENT_RE,relevance:0},$=function(X,M,D){let P=q.inherit({className:"function",beginKeywords:X,end:M,excludeEnd:!0,contains:[].concat(A)},D||{});return P.contains.push(O),P.contains.push(q.C_NUMBER_MODE),P.contains.push(q.C_BLOCK_COMMENT_MODE),P.contains.push(_),P},w={className:"built_in",begin:"\\b("+K.built_in.split(" ").join("|")+")\\b"},j={className:"string",begin:'"',end:'"',contains:[q.BACKSLASH_ESCAPE],relevance:0},H={begin:q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:K,relevance:0,contains:[{beginKeywords:K.keyword},w,{className:"built_in",begin:q.UNDERSCORE_IDENT_RE,relevance:0}]},J={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:K.built_in,literal:K.literal},contains:[q.C_NUMBER_MODE,q.C_BLOCK_COMMENT_MODE,_,w,H,j,"self"]};return H.contains.push(J),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:K,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[q.C_NUMBER_MODE,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,_,j,Y,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},$("proc keyword",";"),$("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[q.C_BLOCK_COMMENT_MODE,_,J]},{variants:[{begin:q.UNDERSCORE_IDENT_RE+"\\."+q.UNDERSCORE_IDENT_RE},{begin:q.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},H,z]}}TDq.exports=Ho_});var NDq=u((DaA,VDq)=>{function Jo_(q){let Y={$pattern:"[A-Z_][A-Z0-9_.]*",keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},z={className:"meta",begin:"([O])([0-9]+)"},A=q.inherit(q.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+q.C_NUMBER_RE}),O=[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.COMMENT(/\(/,/\)/),A,q.inherit(q.APOS_STRING_MODE,{illegal:null}),q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",contains:[A],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:Y,contains:[{className:"meta",begin:"%"},z].concat(O)}}VDq.exports=Jo_});var yDq=u((PaA,kDq)=>{function Xo_(q){return{name:"Gherkin",aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},q.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},q.QUOTE_STRING_MODE]}}kDq.exports=Xo_});var LDq=u((WaA,EDq)=>{function Mo_(q){return{name:"GLSL",keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}EDq.exports=Mo_});var hDq=u((ZaA,RDq)=>{function Do_(q){return{name:"GML",case_insensitive:!1,keywords:{keyword:"begin end if then else while do for break continue with until repeat exit and or xor not return mod div switch case default var globalvar enum function constructor delete #macro #region #endregion",built_in:"is_real is_string is_array is_undefined is_int32 is_int64 is_ptr is_vec3 is_vec4 is_matrix is_bool is_method is_struct is_infinity is_nan is_numeric typeof variable_global_exists variable_global_get variable_global_set variable_instance_exists variable_instance_get variable_instance_set variable_instance_get_names variable_struct_exists variable_struct_get variable_struct_get_names variable_struct_names_count variable_struct_remove variable_struct_set array_delete array_insert array_length array_length_1d array_length_2d array_height_2d array_equals array_create array_copy array_pop array_push array_resize array_sort random random_range irandom irandom_range random_set_seed random_get_seed randomize randomise choose abs round floor ceil sign frac sqrt sqr exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn min max mean median clamp lerp dot_product dot_product_3d dot_product_normalised dot_product_3d_normalised dot_product_normalized dot_product_3d_normalized math_set_epsilon math_get_epsilon angle_difference point_distance_3d point_distance point_direction lengthdir_x lengthdir_y real string int64 ptr string_format chr ansi_char ord string_length string_byte_length string_pos string_copy string_char_at string_ord_at string_byte_at string_set_byte_at string_delete string_insert string_lower string_upper string_repeat string_letters string_digits string_lettersdigits string_replace string_replace_all string_count string_hash_to_newline clipboard_has_text clipboard_set_text clipboard_get_text date_current_datetime date_create_datetime date_valid_datetime date_inc_year date_inc_month date_inc_week date_inc_day date_inc_hour date_inc_minute date_inc_second date_get_year date_get_month date_get_week date_get_day date_get_hour date_get_minute date_get_second date_get_weekday date_get_day_of_year date_get_hour_of_year date_get_minute_of_year date_get_second_of_year date_year_span date_month_span date_week_span date_day_span date_hour_span date_minute_span date_second_span date_compare_datetime date_compare_date date_compare_time date_date_of date_time_of date_datetime_string date_date_string date_time_string date_days_in_month date_days_in_year date_leap_year date_is_today date_set_timezone date_get_timezone game_set_speed game_get_speed motion_set motion_add place_free place_empty place_meeting place_snapped move_random move_snap move_towards_point move_contact_solid move_contact_all move_outside_solid move_outside_all move_bounce_solid move_bounce_all move_wrap distance_to_point distance_to_object position_empty position_meeting path_start path_end mp_linear_step mp_potential_step mp_linear_step_object mp_potential_step_object mp_potential_settings mp_linear_path mp_potential_path mp_linear_path_object mp_potential_path_object mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell mp_grid_add_rectangle mp_grid_add_instances mp_grid_path mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle collision_circle collision_ellipse collision_line collision_point_list collision_rectangle_list collision_circle_list collision_ellipse_list collision_line_list instance_position_list instance_place_list point_in_rectangle point_in_triangle point_in_circle rectangle_in_rectangle rectangle_in_triangle rectangle_in_circle instance_find instance_exists instance_number instance_position instance_nearest instance_furthest instance_place instance_create_depth instance_create_layer instance_copy instance_change instance_destroy position_destroy position_change instance_id_get instance_deactivate_all instance_deactivate_object instance_deactivate_region instance_activate_all instance_activate_object instance_activate_region room_goto room_goto_previous room_goto_next room_previous room_next room_restart game_end game_restart game_load game_save game_save_buffer game_load_buffer event_perform event_user event_perform_object event_inherited show_debug_message show_debug_overlay debug_event debug_get_callstack alarm_get alarm_set font_texture_page_size keyboard_set_map keyboard_get_map keyboard_unset_map keyboard_check keyboard_check_pressed keyboard_check_released keyboard_check_direct keyboard_get_numlock keyboard_set_numlock keyboard_key_press keyboard_key_release keyboard_clear io_clear mouse_check_button mouse_check_button_pressed mouse_check_button_released mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite draw_sprite_pos draw_sprite_ext draw_sprite_stretched draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle draw_roundrect draw_roundrect_ext draw_triangle draw_circle draw_ellipse draw_set_circle_precision draw_arrow draw_button draw_path draw_healthbar draw_getpixel draw_getpixel_ext draw_set_colour draw_set_color draw_set_alpha draw_get_colour draw_get_color draw_get_alpha merge_colour make_colour_rgb make_colour_hsv colour_get_red colour_get_green colour_get_blue colour_get_hue colour_get_saturation colour_get_value merge_color make_color_rgb make_color_hsv color_get_red color_get_green color_get_blue color_get_hue color_get_saturation color_get_value merge_color screen_save screen_save_part draw_set_font draw_set_halign draw_set_valign draw_text draw_text_ext string_width string_height string_width_ext string_height_ext draw_text_transformed draw_text_ext_transformed draw_text_colour draw_text_ext_colour draw_text_transformed_colour draw_text_ext_transformed_colour draw_text_color draw_text_ext_color draw_text_transformed_color draw_text_ext_transformed_color draw_point_colour draw_line_colour draw_line_width_colour draw_rectangle_colour draw_roundrect_colour draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour draw_ellipse_colour draw_point_color draw_line_color draw_line_width_color draw_rectangle_color draw_roundrect_color draw_roundrect_color_ext draw_triangle_color draw_circle_color draw_ellipse_color draw_primitive_begin draw_vertex draw_vertex_colour draw_vertex_color draw_primitive_end sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture texture_get_width texture_get_height texture_get_uvs draw_primitive_begin_texture draw_vertex_texture draw_vertex_texture_colour draw_vertex_texture_color texture_global_scale surface_create surface_create_ext surface_resize surface_free surface_exists surface_get_width surface_get_height surface_get_texture surface_set_target surface_set_target_ext surface_reset_target surface_depth_disable surface_get_depth_disable draw_surface draw_surface_stretched draw_surface_tiled draw_surface_part draw_surface_ext draw_surface_stretched_ext draw_surface_tiled_ext draw_surface_part_ext draw_surface_general surface_getpixel surface_getpixel_ext surface_save surface_save_part surface_copy surface_copy_part application_surface_draw_enable application_get_position application_surface_enable application_surface_is_enabled display_get_width display_get_height display_get_orientation display_get_gui_width display_get_gui_height display_reset display_mouse_get_x display_mouse_get_y display_mouse_set display_set_ui_visibility window_set_fullscreen window_get_fullscreen window_set_caption window_set_min_width window_set_max_width window_set_min_height window_set_max_height window_get_visible_rects window_get_caption window_set_cursor window_get_cursor window_set_colour window_get_colour window_set_color window_get_color window_set_position window_set_size window_set_rectangle window_center window_get_x window_get_y window_get_width window_get_height window_mouse_get_x window_mouse_get_y window_mouse_set window_view_mouse_get_x window_view_mouse_get_y window_views_mouse_get_x window_views_mouse_get_y audio_listener_position audio_listener_velocity audio_listener_orientation audio_emitter_position audio_emitter_create audio_emitter_free audio_emitter_exists audio_emitter_pitch audio_emitter_velocity audio_emitter_falloff audio_emitter_gain audio_play_sound audio_play_sound_on audio_play_sound_at audio_stop_sound audio_resume_music audio_music_is_playing audio_resume_sound audio_pause_sound audio_pause_music audio_channel_num audio_sound_length audio_get_type audio_falloff_set_model audio_play_music audio_stop_music audio_master_gain audio_music_gain audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all audio_pause_all audio_is_playing audio_is_paused audio_exists audio_sound_set_track_position audio_sound_get_track_position audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx audio_emitter_get_vy audio_emitter_get_vz audio_listener_set_position audio_listener_set_velocity audio_listener_set_orientation audio_listener_get_data audio_set_master_gain audio_get_master_gain audio_sound_get_gain audio_sound_get_pitch audio_get_name audio_sound_set_track_position audio_sound_get_track_position audio_create_stream audio_destroy_stream audio_create_sync_group audio_destroy_sync_group audio_play_in_sync_group audio_start_sync_group audio_stop_sync_group audio_pause_sync_group audio_resume_sync_group audio_sync_group_get_track_pos audio_sync_group_debug audio_sync_group_is_playing audio_debug audio_group_load audio_group_unload audio_group_is_loaded audio_group_load_progress audio_group_name audio_group_stop_all audio_group_set_gain audio_create_buffer_sound audio_free_buffer_sound audio_create_play_queue audio_free_play_queue audio_queue_sound audio_get_recorder_count audio_get_recorder_info audio_start_recording audio_stop_recording audio_sound_get_listener_mask audio_emitter_get_listener_mask audio_get_listener_mask audio_sound_set_listener_mask audio_emitter_set_listener_mask audio_set_listener_mask audio_get_listener_count audio_get_listener_info audio_system show_message show_message_async clickable_add clickable_add_ext clickable_change clickable_change_ext clickable_delete clickable_exists clickable_set_style show_question show_question_async get_integer get_string get_integer_async get_string_async get_login_async get_open_filename get_save_filename get_open_filename_ext get_save_filename_ext show_error highscore_clear highscore_add highscore_value highscore_name draw_highscore sprite_exists sprite_get_name sprite_get_number sprite_get_width sprite_get_height sprite_get_xoffset sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right sprite_get_bbox_top sprite_get_bbox_bottom sprite_save sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush sprite_flush_multi sprite_set_speed sprite_get_speed_type sprite_get_speed font_exists font_get_name font_get_fontname font_get_bold font_get_italic font_get_first font_get_last font_get_size font_set_cache_size path_exists path_get_name path_get_length path_get_time path_get_kind path_get_closed path_get_precision path_get_number path_get_point_x path_get_point_y path_get_point_speed path_get_x path_get_y path_get_speed script_exists script_get_name timeline_add timeline_delete timeline_clear timeline_exists timeline_get_name timeline_moment_clear timeline_moment_add_script timeline_size timeline_max_moment object_exists object_get_name object_get_sprite object_get_solid object_get_visible object_get_persistent object_get_mask object_get_parent object_get_physics object_is_ancestor room_exists room_get_name sprite_set_offset sprite_duplicate sprite_assign sprite_merge sprite_add sprite_replace sprite_create_from_surface sprite_add_from_surface sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite font_add_sprite_ext font_replace font_replace_sprite font_replace_sprite_ext font_delete path_set_kind path_set_closed path_set_precision path_add path_assign path_duplicate path_append path_delete path_add_point path_insert_point path_change_point path_delete_point path_clear_points path_reverse path_mirror path_flip path_rotate path_rescale path_shift script_execute object_set_sprite object_set_solid object_set_visible object_set_persistent object_set_mask room_set_width room_set_height room_set_persistent room_set_background_colour room_set_background_color room_set_view room_set_viewport room_get_viewport room_set_view_enabled room_add room_duplicate room_assign room_instance_add room_instance_clear room_get_camera room_set_camera asset_get_index asset_get_type file_text_open_from_string file_text_open_read file_text_open_write file_text_open_append file_text_close file_text_write_string file_text_write_real file_text_writeln file_text_read_string file_text_read_real file_text_readln file_text_eof file_text_eoln file_exists file_delete file_rename file_copy directory_exists directory_create directory_destroy file_find_first file_find_next file_find_close file_attributes filename_name filename_path filename_dir filename_drive filename_ext filename_change_ext file_bin_open file_bin_rewrite file_bin_close file_bin_position file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte parameter_count parameter_string environment_get_variable ini_open_from_string ini_open ini_close ini_read_string ini_read_real ini_write_string ini_write_real ini_key_exists ini_section_exists ini_key_delete ini_section_delete ds_set_precision ds_exists ds_stack_create ds_stack_destroy ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ds_list_create ds_list_destroy ds_list_clear ds_list_copy ds_list_size ds_list_empty ds_list_add ds_list_insert ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ds_map_find_value ds_map_find_previous ds_map_find_next ds_map_find_first ds_map_find_last ds_map_write ds_map_read ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ds_map_secure_save_buffer ds_map_set ds_priority_create ds_priority_destroy ds_priority_clear ds_priority_copy ds_priority_size ds_priority_empty ds_priority_add ds_priority_change_priority ds_priority_find_priority ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ds_priority_delete_max ds_priority_find_max ds_priority_write ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ds_grid_sort ds_grid_set ds_grid_get effect_create_below effect_create_above effect_clear part_type_create part_type_destroy part_type_exists part_type_clear part_type_shape part_type_sprite part_type_size part_type_scale part_type_orientation part_type_life part_type_step part_type_death part_type_speed part_type_direction part_type_gravity part_type_colour1 part_type_colour2 part_type_colour3 part_type_colour_mix part_type_colour_rgb part_type_colour_hsv part_type_color1 part_type_color2 part_type_color3 part_type_color_mix part_type_color_rgb part_type_color_hsv part_type_alpha1 part_type_alpha2 part_type_alpha3 part_type_blend part_system_create part_system_create_layer part_system_destroy part_system_exists part_system_clear part_system_draw_order part_system_depth part_system_position part_system_automatic_update part_system_automatic_draw part_system_update part_system_drawit part_system_get_layer part_system_layer part_particles_create part_particles_create_colour part_particles_create_color part_particles_clear part_particles_count part_emitter_create part_emitter_destroy part_emitter_destroy_all part_emitter_exists part_emitter_clear part_emitter_region part_emitter_burst part_emitter_stream external_call external_define external_free window_handle window_device matrix_get matrix_set matrix_build_identity matrix_build matrix_build_lookat matrix_build_projection_ortho matrix_build_projection_perspective matrix_build_projection_perspective_fov matrix_multiply matrix_transform_vertex matrix_stack_push matrix_stack_pop matrix_stack_multiply matrix_stack_set matrix_stack_clear matrix_stack_top matrix_stack_is_empty browser_input_capture os_get_config os_get_info os_get_language os_get_region os_lock_orientation display_get_dpi_x display_get_dpi_y display_set_gui_size display_set_gui_maximise display_set_gui_maximize device_mouse_dbclick_enable display_set_timing_method display_get_timing_method display_set_sleep_margin display_get_sleep_margin virtual_key_add virtual_key_hide virtual_key_delete virtual_key_show draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level draw_get_swf_aa_level draw_texture_flush draw_flush gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable gpu_set_colourwriteenable gpu_set_alphatestenable gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat gpu_set_tex_repeat_ext gpu_set_tex_mip_filter gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src gpu_get_blendmode_dest gpu_get_blendmode_srcalpha gpu_get_blendmode_destalpha gpu_get_colorwriteenable gpu_get_colourwriteenable gpu_get_alphatestenable gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat gpu_get_tex_repeat_ext gpu_get_tex_mip_filter gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state gpu_get_state gpu_set_state draw_light_define_ambient draw_light_define_direction draw_light_define_point draw_light_enable draw_set_lighting draw_light_get_ambient draw_light_get draw_get_lighting shop_leave_rating url_get_domain url_open url_open_ext url_open_full get_timer achievement_login achievement_logout achievement_post achievement_increment achievement_post_score achievement_available achievement_show_achievements achievement_show_leaderboards achievement_load_friends achievement_load_leaderboard achievement_send_challenge achievement_load_progress achievement_reset achievement_login_status achievement_get_pic achievement_show_challenge_notifications achievement_get_challenges achievement_event achievement_show achievement_get_info cloud_file_save cloud_string_save cloud_synchronise ads_enable ads_disable ads_setup ads_engagement_launch ads_engagement_available ads_engagement_active ads_event ads_event_preload ads_set_reward_callback ads_get_display_height ads_get_display_width ads_move ads_interstitial_available ads_interstitial_display device_get_tilt_x device_get_tilt_y device_get_tilt_z device_is_keypad_open device_mouse_check_button device_mouse_check_button_pressed device_mouse_check_button_released device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status iap_enumerate_products iap_restore_all iap_acquire iap_consume iap_product_details iap_purchase_details facebook_init facebook_login facebook_status facebook_graph_request facebook_dialog facebook_logout facebook_launch_offerwall facebook_post_message facebook_send_invite facebook_user_id facebook_accesstoken facebook_check_permission facebook_request_read_permissions facebook_request_publish_permissions gamepad_is_supported gamepad_get_device_count gamepad_is_connected gamepad_get_description gamepad_get_button_threshold gamepad_set_button_threshold gamepad_get_axis_deadzone gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check gamepad_button_check_pressed gamepad_button_check_released gamepad_button_value gamepad_axis_count gamepad_axis_value gamepad_set_vibration gamepad_set_colour gamepad_set_color os_is_paused window_has_focus code_is_compiled http_get http_get_file http_post_string http_request json_encode json_decode zip_unzip load_csv base64_encode base64_decode md5_string_unicode md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode sha1_string_utf8 sha1_file os_powersave_enable analytics_event analytics_event_ext win8_livetile_tile_notification win8_livetile_tile_clear win8_livetile_badge_notification win8_livetile_badge_clear win8_livetile_queue_enable win8_secondarytile_pin win8_secondarytile_badge_notification win8_secondarytile_delete win8_livetile_notification_begin win8_livetile_notification_secondary_begin win8_livetile_notification_expiry win8_livetile_notification_tag win8_livetile_notification_text_add win8_livetile_notification_image_add win8_livetile_notification_end win8_appbar_enable win8_appbar_add_element win8_appbar_remove_element win8_settingscharm_add_entry win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry win8_settingscharm_set_xaml_property win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry win8_share_image win8_share_screenshot win8_share_file win8_share_url win8_share_text win8_search_enable win8_search_disable win8_search_add_suggestions win8_device_touchscreen_available win8_license_initialize_sandbox win8_license_trial_version winphone_license_trial_version winphone_tile_title winphone_tile_count winphone_tile_back_title winphone_tile_back_content winphone_tile_back_content_wide winphone_tile_front_image winphone_tile_front_image_small winphone_tile_front_image_wide winphone_tile_back_image winphone_tile_back_image_wide winphone_tile_background_colour winphone_tile_background_color winphone_tile_icon_image winphone_tile_small_icon_image winphone_tile_wide_content winphone_tile_cycle_images winphone_tile_small_background_image physics_world_create physics_world_gravity physics_world_update_speed physics_world_update_iterations physics_world_draw_debug physics_pause_enable physics_fixture_create physics_fixture_set_kinematic physics_fixture_set_density physics_fixture_set_awake physics_fixture_set_restitution physics_fixture_set_friction physics_fixture_set_collision_group physics_fixture_set_sensor physics_fixture_set_linear_damping physics_fixture_set_angular_damping physics_fixture_set_circle_shape physics_fixture_set_box_shape physics_fixture_set_edge_shape physics_fixture_set_polygon_shape physics_fixture_set_chain_shape physics_fixture_add_point physics_fixture_bind physics_fixture_bind_ext physics_fixture_delete physics_apply_force physics_apply_impulse physics_apply_angular_impulse physics_apply_local_force physics_apply_local_impulse physics_apply_torque physics_mass_properties physics_draw_debug physics_test_overlap physics_remove_fixture physics_set_friction physics_set_density physics_set_restitution physics_get_friction physics_get_density physics_get_restitution physics_joint_distance_create physics_joint_rope_create physics_joint_revolute_create physics_joint_prismatic_create physics_joint_pulley_create physics_joint_wheel_create physics_joint_weld_create physics_joint_friction_create physics_joint_gear_create physics_joint_enable_motor physics_joint_get_value physics_joint_set_value physics_joint_delete physics_particle_create physics_particle_delete physics_particle_delete_region_circle physics_particle_delete_region_box physics_particle_delete_region_poly physics_particle_set_flags physics_particle_set_category_flags physics_particle_draw physics_particle_draw_ext physics_particle_count physics_particle_get_data physics_particle_get_data_particle physics_particle_group_begin physics_particle_group_circle physics_particle_group_box physics_particle_group_polygon physics_particle_group_add_point physics_particle_group_end physics_particle_group_join physics_particle_group_delete physics_particle_group_count physics_particle_group_get_data physics_particle_group_get_mass physics_particle_group_get_inertia physics_particle_group_get_centre_x physics_particle_group_get_centre_y physics_particle_group_get_vel_x physics_particle_group_get_vel_y physics_particle_group_get_ang_vel physics_particle_group_get_x physics_particle_group_get_y physics_particle_group_get_angle physics_particle_set_group_flags physics_particle_get_group_flags physics_particle_get_max_count physics_particle_get_radius physics_particle_get_density physics_particle_get_damping physics_particle_get_gravity_scale physics_particle_set_max_count physics_particle_set_radius physics_particle_set_density physics_particle_set_damping physics_particle_set_gravity_scale network_create_socket network_create_socket_ext network_create_server network_create_server_raw network_connect network_connect_raw network_send_packet network_send_raw network_send_broadcast network_send_udp network_send_udp_raw network_set_timeout network_set_config network_resolve network_destroy buffer_create buffer_write buffer_read buffer_seek buffer_get_surface buffer_set_surface buffer_delete buffer_exists buffer_get_type buffer_get_alignment buffer_poke buffer_peek buffer_save buffer_save_ext buffer_load buffer_load_ext buffer_load_partial buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode buffer_base64_decode_ext buffer_sizeof buffer_get_address buffer_create_from_vertex_buffer buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer buffer_async_group_begin buffer_async_group_option buffer_async_group_end buffer_load_async buffer_save_async gml_release_mode gml_pragma steam_activate_overlay steam_is_overlay_enabled steam_is_overlay_activated steam_get_persona_name steam_initialised steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account steam_file_persisted steam_get_quota_total steam_get_quota_free steam_file_write steam_file_write_file steam_file_read steam_file_delete steam_file_exists steam_file_size steam_file_share steam_is_screenshot_requested steam_send_screenshot steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc steam_user_installed_dlc steam_set_achievement steam_get_achievement steam_clear_achievement steam_set_stat_int steam_set_stat_float steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float steam_get_stat_avg_rate steam_reset_all_stats steam_reset_all_stats_achievements steam_stats_ready steam_create_leaderboard steam_upload_score steam_upload_score_ext steam_download_scores_around_user steam_download_scores steam_download_friends_scores steam_upload_score_buffer steam_upload_score_buffer_ext steam_current_game_language steam_available_languages steam_activate_overlay_browser steam_activate_overlay_user steam_activate_overlay_store steam_get_user_persona_name steam_get_app_id steam_get_user_account_id steam_ugc_download steam_ugc_create_item steam_ugc_start_item_update steam_ugc_set_item_title steam_ugc_set_item_description steam_ugc_set_item_visibility steam_ugc_set_item_tags steam_ugc_set_item_content steam_ugc_set_item_preview steam_ugc_submit_item_update steam_ugc_get_item_update_progress steam_ugc_subscribe_item steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items steam_ugc_get_subscribed_items steam_ugc_get_item_install_info steam_ugc_get_item_update_info steam_ugc_request_item_details steam_ugc_create_query_user steam_ugc_create_query_user_ex steam_ugc_create_query_all steam_ugc_create_query_all_ex steam_ugc_query_set_cloud_filename_filter steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text steam_ugc_query_set_ranked_by_trend_days steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag steam_ugc_query_set_return_long_description steam_ugc_query_set_return_total_only steam_ugc_query_set_allow_cached_response steam_ugc_send_query shader_set shader_get_name shader_reset shader_current shader_is_compiled shader_get_sampler_index shader_get_uniform shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f shader_set_uniform_f_array shader_set_uniform_matrix shader_set_uniform_matrix_array shader_enable_corner_id texture_set_stage texture_get_texel_width texture_get_texel_height shaders_are_supported vertex_format_begin vertex_format_end vertex_format_delete vertex_format_add_position vertex_format_add_position_3d vertex_format_add_colour vertex_format_add_color vertex_format_add_normal vertex_format_add_texcoord vertex_format_add_textcoord vertex_format_add_custom vertex_create_buffer vertex_create_buffer_ext vertex_delete_buffer vertex_begin vertex_end vertex_position vertex_position_3d vertex_colour vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size vertex_create_buffer_from_buffer vertex_create_buffer_from_buffer_ext push_local_notification push_get_first_local_notification push_get_next_local_notification push_cancel_local_notification skeleton_animation_set skeleton_animation_get skeleton_animation_mix skeleton_animation_set_ext skeleton_animation_get_ext skeleton_animation_get_duration skeleton_animation_get_frames skeleton_animation_clear skeleton_skin_set skeleton_skin_get skeleton_attachment_set skeleton_attachment_get skeleton_attachment_create skeleton_collision_draw_set skeleton_bone_data_get skeleton_bone_data_set skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax skeleton_get_num_bounds skeleton_get_bounds skeleton_animation_get_frame skeleton_animation_set_frame draw_skeleton draw_skeleton_time draw_skeleton_instance draw_skeleton_collision skeleton_animation_list skeleton_skin_list skeleton_slot_data layer_get_id layer_get_id_at_depth layer_get_depth layer_create layer_destroy layer_destroy_instances layer_add_instance layer_has_instance layer_set_visible layer_get_visible layer_exists layer_x layer_y layer_get_x layer_get_y layer_hspeed layer_vspeed layer_get_hspeed layer_get_vspeed layer_script_begin layer_script_end layer_shader layer_get_script_begin layer_get_script_end layer_get_shader layer_set_target_room layer_get_target_room layer_reset_target_room layer_get_all layer_get_all_elements layer_get_name layer_depth layer_get_element_layer layer_get_element_type layer_element_move layer_force_draw_depth layer_is_draw_depth_forced layer_get_forced_depth layer_background_get_id layer_background_exists layer_background_create layer_background_destroy layer_background_visible layer_background_change layer_background_sprite layer_background_htiled layer_background_vtiled layer_background_stretch layer_background_yscale layer_background_xscale layer_background_blend layer_background_alpha layer_background_index layer_background_speed layer_background_get_visible layer_background_get_sprite layer_background_get_htiled layer_background_get_vtiled layer_background_get_stretch layer_background_get_yscale layer_background_get_xscale layer_background_get_blend layer_background_get_alpha layer_background_get_index layer_background_get_speed layer_sprite_get_id layer_sprite_exists layer_sprite_create layer_sprite_destroy layer_sprite_change layer_sprite_index layer_sprite_speed layer_sprite_xscale layer_sprite_yscale layer_sprite_angle layer_sprite_blend layer_sprite_alpha layer_sprite_x layer_sprite_y layer_sprite_get_sprite layer_sprite_get_index layer_sprite_get_speed layer_sprite_get_xscale layer_sprite_get_yscale layer_sprite_get_angle layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get tilemap_get_at_pixel tilemap_get_cell_x_at_pixel tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty tile_get_index tile_get_flip tile_get_mirror tile_get_rotate layer_tile_exists layer_tile_create layer_tile_destroy layer_tile_change layer_tile_xscale layer_tile_yscale layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y layer_tile_region layer_tile_visible layer_tile_get_sprite layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend layer_tile_get_alpha layer_tile_get_x layer_tile_get_y layer_tile_get_region layer_tile_get_visible layer_instance_get_instance instance_activate_layer instance_deactivate_layer camera_create camera_create_view camera_destroy camera_apply camera_get_active camera_get_default camera_set_default camera_set_view_mat camera_set_proj_mat camera_set_update_script camera_set_begin_script camera_set_end_script camera_set_view_pos camera_set_view_size camera_set_view_speed camera_set_view_border camera_set_view_angle camera_set_view_target camera_get_view_mat camera_get_proj_mat camera_get_update_script camera_get_begin_script camera_get_end_script camera_get_view_x camera_get_view_y camera_get_view_width camera_get_view_height camera_get_view_speed_x camera_get_view_speed_y camera_get_view_border_x camera_get_view_border_y camera_get_view_angle camera_get_view_target view_get_camera view_get_visible view_get_xport view_get_yport view_get_wport view_get_hport view_get_surface_id view_set_camera view_set_visible view_set_xport view_set_yport view_set_wport view_set_hport view_set_surface_id gesture_drag_time gesture_drag_distance gesture_flick_speed gesture_double_tap_time gesture_double_tap_distance gesture_pinch_distance gesture_pinch_angle_towards gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle gesture_tap_count gesture_get_drag_time gesture_get_drag_distance gesture_get_flick_speed gesture_get_double_tap_time gesture_get_double_tap_distance gesture_get_pinch_distance gesture_get_pinch_angle_towards gesture_get_pinch_angle_away gesture_get_rotate_time gesture_get_rotate_angle gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide keyboard_virtual_status keyboard_virtual_height",literal:"self other all noone global local undefined pointer_invalid pointer_null path_action_stop path_action_restart path_action_continue path_action_reverse true false pi GM_build_date GM_version GM_runtime_version timezone_local timezone_utc gamespeed_fps gamespeed_microseconds ev_create ev_destroy ev_step ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ev_keyrelease ev_trigger ev_left_button ev_right_button ev_middle_button ev_no_button ev_left_press ev_right_press ev_middle_press ev_left_release ev_right_release ev_middle_release ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ev_global_left_button ev_global_right_button ev_global_middle_button ev_global_left_press ev_global_right_press ev_global_middle_press ev_global_left_release ev_global_right_release ev_global_middle_release ev_joystick1_left ev_joystick1_right ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ev_joystick2_button8 ev_outside ev_boundary ev_game_start ev_game_end ev_room_start ev_room_end ev_no_more_lives ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ev_global_gesture_tap ev_global_gesture_double_tap ev_global_gesture_drag_start ev_global_gesture_dragging ev_global_gesture_drag_end ev_global_gesture_flick ev_global_gesture_pinch_start ev_global_gesture_pinch_in ev_global_gesture_pinch_out ev_global_gesture_pinch_end ev_global_gesture_rotate_start ev_global_gesture_rotating ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift vk_rcontrol vk_ralt mb_any mb_none mb_left mb_right mb_middle c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal c_white c_yellow c_orange fa_left fa_center fa_right fa_top fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly audio_falloff_none audio_falloff_inverse_distance audio_falloff_inverse_distance_clamped audio_falloff_linear_distance audio_falloff_linear_distance_clamped audio_falloff_exponent_distance audio_falloff_exponent_distance_clamped audio_old_system audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint cr_size_all spritespeed_framespersecond spritespeed_framespergameframe asset_object asset_unknown asset_sprite asset_sound asset_room asset_path asset_script asset_font asset_timeline asset_tiles asset_shader fa_readonly fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl dll_stdcall matrix_view matrix_projection matrix_world os_win32 os_windows os_macosx os_ios os_android os_symbian os_linux os_unknown os_winphone os_tizen os_win8native os_wiiu os_3ds os_psvita os_bb10 os_ps4 os_xboxone os_ps3 os_xbox360 os_uwp os_tvos os_switch browser_not_a_browser browser_unknown browser_ie browser_firefox browser_chrome browser_safari browser_safari_mobile browser_opera browser_tizen browser_edge browser_windows_store browser_ie_mobile device_ios_unknown device_ios_iphone device_ios_iphone_retina device_ios_ipad device_ios_ipad_retina device_ios_iphone5 device_ios_iphone6 device_ios_iphone6plus device_emulator device_tablet display_landscape display_landscape_flipped display_portrait display_portrait_flipped tm_sleep tm_countvsyncs of_challenge_win of_challen ge_lose of_challenge_tie leaderboard_type_number leaderboard_type_time_mins_secs cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always cull_noculling cull_clockwise cull_counterclockwise lighttype_dir lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed iap_status_uninitialised iap_status_unavailable iap_status_loading iap_status_available iap_status_processing iap_status_restoring iap_failed iap_unavailable iap_available iap_purchased iap_canceled iap_refunded fb_login_default fb_login_fallback_to_webview fb_login_no_fallback_to_webview fb_login_forcing_webview fb_login_use_system_account fb_login_forcing_safari phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x phy_joint_anchor_2_y phy_joint_reaction_force_x phy_joint_reaction_force_y phy_joint_reaction_torque phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque phy_joint_max_motor_torque phy_joint_translation phy_joint_speed phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency phy_joint_lower_angle_limit phy_joint_upper_angle_limit phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque phy_joint_max_force phy_debug_render_aabb phy_debug_render_collision_pairs phy_debug_render_coms phy_debug_render_core_shapes phy_debug_render_joints phy_debug_render_obb phy_debug_render_shapes phy_particle_flag_water phy_particle_flag_zombie phy_particle_flag_wall phy_particle_flag_spring phy_particle_flag_elastic phy_particle_flag_viscous phy_particle_flag_powder phy_particle_flag_tensile phy_particle_flag_colourmixing phy_particle_flag_colormixing phy_particle_group_flag_solid phy_particle_group_flag_rigid phy_particle_data_flag_typeflags phy_particle_data_flag_position phy_particle_data_flag_velocity phy_particle_data_flag_colour phy_particle_data_flag_color phy_particle_data_flag_category achievement_our_info achievement_friends_info achievement_leaderboard_info achievement_achievement_info achievement_filter_all_players achievement_filter_friends_only achievement_filter_favorites_only achievement_type_achievement_challenge achievement_type_score_challenge achievement_pic_loaded achievement_show_ui achievement_show_profile achievement_show_leaderboard achievement_show_achievement achievement_show_bank achievement_show_friend_picker achievement_show_purchase_prompt network_socket_tcp network_socket_udp network_socket_bluetooth network_type_connect network_type_disconnect network_type_data network_type_non_blocking_connect network_config_connect_timeout network_config_use_non_blocking_socket network_config_enable_reliable_udp network_config_disable_reliable_udp buffer_fixed buffer_grow buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text buffer_string buffer_surface_copy buffer_seek_start buffer_seek_relative buffer_seek_end buffer_generalerror buffer_outofspace buffer_outofbounds buffer_invalidtype text_type button_type input_type ANSI_CHARSET DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET BALTIC_CHARSET OEM_CHARSET gp_face1 gp_face2 gp_face3 gp_face4 gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric lb_disp_time_sec lb_disp_time_ms ugc_result_success ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ugc_visibility_friends_only ugc_visibility_private ugc_query_RankedByVote ugc_query_RankedByPublicationDate ugc_query_AcceptedForGameRankedByAcceptanceDate ugc_query_RankedByTrend ugc_query_FavoritedByFriendsRankedByPublicationDate ugc_query_CreatedByFriendsRankedByPublicationDate ugc_query_RankedByNumTimesReported ugc_query_CreatedByFollowedUsersRankedByPublicationDate ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ugc_match_WebGuides ugc_match_IntegratedGuides ugc_match_UsableInGame ugc_match_ControllerBindings vertex_usage_position vertex_usage_colour vertex_usage_color vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord vertex_usage_blendweight vertex_usage_blendindices vertex_usage_psize vertex_usage_tangent vertex_usage_binormal vertex_usage_fog vertex_usage_depth vertex_usage_sample vertex_type_float1 vertex_type_float2 vertex_type_float3 vertex_type_float4 vertex_type_colour vertex_type_color vertex_type_ubyte4 layerelementtype_undefined layerelementtype_background layerelementtype_instance layerelementtype_oldtilemap layerelementtype_sprite layerelementtype_tilemap layerelementtype_particlesystem layerelementtype_tile tile_rotate tile_flip tile_mirror tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency kbv_autocapitalize_none kbv_autocapitalize_words kbv_autocapitalize_sentences kbv_autocapitalize_characters",symbol:"argument_relative argument argument0 argument1 argument2 argument3 argument4 argument5 argument6 argument7 argument8 argument9 argument10 argument11 argument12 argument13 argument14 argument15 argument_count x|0 y|0 xprevious yprevious xstart ystart hspeed vspeed direction speed friction gravity gravity_direction path_index path_position path_positionprevious path_speed path_scale path_orientation path_endaction object_index id solid persistent mask_index instance_count instance_id room_speed fps fps_real current_time current_year current_month current_day current_weekday current_hour current_minute current_second alarm timeline_index timeline_position timeline_speed timeline_running timeline_loop room room_first room_last room_width room_height room_caption room_persistent score lives health show_score show_lives show_health caption_score caption_lives caption_health event_type event_number event_object event_action application_surface gamemaker_pro gamemaker_registered gamemaker_version error_occurred error_last debug_mode keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite visible sprite_index sprite_width sprite_height sprite_xoffset sprite_yoffset image_number image_index image_speed depth image_xscale image_yscale image_angle image_alpha image_blend bbox_left bbox_right bbox_top bbox_bottom layer background_colour background_showcolour background_color background_showcolor view_enabled view_current view_visible view_xview view_yview view_wview view_hview view_xport view_yport view_wport view_hport view_angle view_hborder view_vborder view_hspeed view_vspeed view_object view_surface_id view_camera game_id game_display_name game_project_name game_save_id working_directory temp_directory program_directory browser_width browser_height os_type os_device os_browser os_version display_aa async_load delta_time webgl_enabled event_data iap_data phy_rotation phy_position_x phy_position_y phy_angular_velocity phy_linear_velocity_x phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed phy_angular_damping phy_linear_damping phy_bullet phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x phy_com_y phy_dynamic phy_kinematic phy_sleeping phy_collision_points phy_collision_x phy_collision_y phy_col_normal_x phy_col_normal_y phy_position_xprevious phy_position_yprevious"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE]}}RDq.exports=Do_});var CDq=u((GaA,SDq)=>{function Po_(q){let K={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{name:"Go",aliases:["golang"],keywords:K,illegal:"{function Wo_(q){return{name:"Golo",keywords:{keyword:"println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array",literal:"true false null"},contains:[q.HASH_COMMENT_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}bDq.exports=Wo_});var uDq=u((TaA,xDq)=>{function Zo_(q){return{name:"Gradle",case_insensitive:!0,keywords:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.NUMBER_MODE,q.REGEXP_MODE]}}xDq.exports=Zo_});var BDq=u((vaA,mDq)=>{function Go_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function fo_(q){return To_("(?=",q,")")}function To_(...q){return q.map((_)=>Go_(_)).join("")}function JI1(q,K={}){return K.variants=q,K}function vo_(q){let _=JI1([q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]})]),Y={className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[q.BACKSLASH_ESCAPE]},z=JI1([q.BINARY_NUMBER_MODE,q.C_NUMBER_MODE]),A=JI1([{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE],{className:"string"});return{name:"Groovy",keywords:{built_in:"this super",literal:"true false null",keyword:"byte short char int long boolean float double void def as in assert trait abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"},contains:[q.SHEBANG({binary:"groovy",relevance:10}),_,A,Y,z,{className:"class",beginKeywords:"class interface trait enum",end:/\{/,illegal:":",contains:[{beginKeywords:"extends implements"},q.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:"[A-Za-z0-9_$]+[ \t]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[_,A,Y,z,"self"]},{className:"symbol",begin:"^[ \t]*"+fo_("[A-Za-z0-9_$]+:"),excludeBegin:!0,end:"[A-Za-z0-9_$]+:",relevance:0}],illegal:/#|<\//}}mDq.exports=vo_});var FDq=u((VaA,pDq)=>{function Vo_(q){return{name:"HAML",case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},q.COMMENT("^\\s*(!=#|=#|-#|/).*$",!1,{relevance:0}),{begin:"^\\s*(-|=|!=)(?!#)",starts:{end:"\\n",subLanguage:"ruby"}},{className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",begin:"\\.[\\w-]+"},{begin:/\{\s*/,end:/\s*\}/,contains:[{begin:":\\w+\\s*=>",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,starts:{end:/\}/,subLanguage:"ruby"}}]}}pDq.exports=Vo_});var QDq=u((NaA,UDq)=>{function gDq(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function No_(q){return wn6("(",q,")*")}function ko_(q){return wn6("(",q,")?")}function wn6(...q){return q.map((_)=>gDq(_)).join("")}function yo_(...q){return"("+q.map((_)=>gDq(_)).join("|")+")"}function Eo_(q){let K={"builtin-name":["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},_={literal:["true","false","undefined","null"]},Y=/""|"[^"]+"/,z=/''|'[^']+'/,A=/\[\]|\[[^\]]+\]/,O=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,$=/(\.|\/)/,w=yo_(Y,z,A,O),j=wn6(ko_(/\.|\.\/|\//),w,No_(wn6($,w))),H=wn6("(",A,"|",O,")(?==)"),J={begin:j,lexemes:/[\w.\/]+/},X=q.inherit(J,{keywords:_}),M={begin:/\(/,end:/\)/},D={className:"attr",begin:H,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[q.NUMBER_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,X,M]}}},P={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},W={contains:[q.NUMBER_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,P,D,X,M],returnEnd:!0},Z=q.inherit(J,{className:"name",keywords:K,starts:q.inherit(W,{end:/\)/})});M.contains=[Z];let f=q.inherit(J,{keywords:K,className:"name",starts:q.inherit(W,{end:/\}\}/})}),G=q.inherit(J,{keywords:K,className:"name"}),T=q.inherit(J,{className:"name",keywords:K,starts:q.inherit(W,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},q.COMMENT(/\{\{!--/,/--\}\}/),q.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[f],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[G]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[f]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[G]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[T]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[T]}]}}UDq.exports=Eo_});var cDq=u((kaA,dDq)=>{function Lo_(q){let K={variants:[q.COMMENT("--","$"),q.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},_={className:"meta",begin:/\{-#/,end:/#-\}/},Y={className:"meta",begin:"^#",end:"$"},z={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},A={begin:"\\(",end:"\\)",illegal:'"',contains:[_,Y,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},q.inherit(q.TITLE_MODE,{begin:"[_a-z][\\w']*"}),K]},O={begin:/\{/,end:/\}/,contains:A.contains};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[A,K],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[A,K],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[z,A,K]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[_,z,A,O,K]},{beginKeywords:"default",end:"$",contains:[z,A,K]},{beginKeywords:"infix infixl infixr",end:"$",contains:[q.C_NUMBER_MODE,K]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[z,q.QUOTE_STRING_MODE,K]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},_,Y,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE,z,q.inherit(q.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),K,{begin:"->|<-"}]}}dDq.exports=Lo_});var iDq=u((yaA,lDq)=>{function Ro_(q){return{name:"Haxe",aliases:["hx"],keywords:{keyword:"break case cast catch continue default do dynamic else enum extern for function here if import in inline never new override package private get set public return static super switch this throw trace try typedef untyped using var while Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[q.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"},{className:"subst",begin:"\\$",end:/\W\}/}]},q.QUOTE_STRING_MODE,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.C_NUMBER_MODE,{className:"meta",begin:"@:",end:"$"},{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end error"}},{className:"type",begin:":[ \t]*",end:"[^A-Za-z0-9_ \t\\->]",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:":[ \t]*",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"new *",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"class",beginKeywords:"enum",end:"\\{",contains:[q.TITLE_MODE]},{className:"class",beginKeywords:"abstract",end:"[\\{$]",contains:[{className:"type",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"from +",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"to +",end:"\\W",excludeBegin:!0,excludeEnd:!0},q.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"class",begin:"\\b(class|interface) +",end:"[\\{$]",excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:"\\b(extends|implements) +",keywords:"extends implements",contains:[{className:"type",begin:q.IDENT_RE,relevance:0}]},q.TITLE_MODE]},{className:"function",beginKeywords:"function",end:"\\(",excludeEnd:!0,illegal:"\\S",contains:[q.TITLE_MODE]}],illegal:/<\//}}lDq.exports=Ro_});var rDq=u((EaA,nDq)=>{function ho_(q){return{name:"HSP",case_insensitive:!0,keywords:{$pattern:/[\w._]+/,keyword:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[q.BACKSLASH_ESCAPE]},q.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[q.inherit(q.QUOTE_STRING_MODE,{className:"meta-string"}),q.NUMBER_MODE,q.C_NUMBER_MODE,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},q.NUMBER_MODE,q.C_NUMBER_MODE]}}nDq.exports=ho_});var sDq=u((LaA,aDq)=>{function oDq(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function So_(q){return jn6("(",q,")*")}function Co_(q){return jn6("(",q,")?")}function jn6(...q){return q.map((_)=>oDq(_)).join("")}function bo_(...q){return"("+q.map((_)=>oDq(_)).join("|")+")"}function Io_(q){let K={"builtin-name":["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},_={literal:["true","false","undefined","null"]},Y=/""|"[^"]+"/,z=/''|'[^']+'/,A=/\[\]|\[[^\]]+\]/,O=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,$=/(\.|\/)/,w=bo_(Y,z,A,O),j=jn6(Co_(/\.|\.\/|\//),w,So_(jn6($,w))),H=jn6("(",A,"|",O,")(?==)"),J={begin:j,lexemes:/[\w.\/]+/},X=q.inherit(J,{keywords:_}),M={begin:/\(/,end:/\)/},D={className:"attr",begin:H,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[q.NUMBER_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,X,M]}}},P={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},W={contains:[q.NUMBER_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,P,D,X,M],returnEnd:!0},Z=q.inherit(J,{className:"name",keywords:K,starts:q.inherit(W,{end:/\)/})});M.contains=[Z];let f=q.inherit(J,{keywords:K,className:"name",starts:q.inherit(W,{end:/\}\}/})}),G=q.inherit(J,{keywords:K,className:"name"}),T=q.inherit(J,{className:"name",keywords:K,starts:q.inherit(W,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},q.COMMENT(/\{\{!--/,/--\}\}/),q.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[f],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[G]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[f]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[G]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[T]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[T]}]}}function xo_(q){let K=Io_(q);if(K.name="HTMLbars",q.getLanguage("handlebars"))K.disableAutodetect=!0;return K}aDq.exports=xo_});var eDq=u((RaA,tDq)=>{function uo_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function mo_(...q){return q.map((_)=>uo_(_)).join("")}function Bo_(q){let Y={className:"attribute",begin:mo_("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},z=[Y,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?=HTTP/(2|1\\.[01]) \\d{3})",end:/$/,contains:[{className:"meta",begin:"HTTP/(2|1\\.[01])"},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:z}},{begin:"(?=^[A-Z]+ (.*?) HTTP/(2|1\\.[01])$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:"HTTP/(2|1\\.[01])"},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:z}},q.inherit(Y,{relevance:0})]}}tDq.exports=Bo_});var KPq=u((haA,qPq)=>{function po_(q){var K="a-zA-Z_\\-!.?+*=<>&#'",_="["+K+"]["+K+"0-9/;:]*",Y={$pattern:_,"builtin-name":"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},z="[-+]?\\d+(\\.\\d+)?",A={begin:_,relevance:0},O={className:"number",begin:z,relevance:0},$=q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),w=q.COMMENT(";","$",{relevance:0}),j={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},H={begin:"[\\[\\{]",end:"[\\]\\}]"},J={className:"comment",begin:"\\^"+_},X=q.COMMENT("\\^\\{","\\}"),M={className:"symbol",begin:"[:]{1,2}"+_},D={begin:"\\(",end:"\\)"},P={endsWithParent:!0,relevance:0},W={className:"name",relevance:0,keywords:Y,begin:_,starts:P},Z=[D,$,J,X,w,M,H,O,j,A];return D.contains=[q.COMMENT("comment",""),W,P],P.contains=Z,H.contains=Z,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[q.SHEBANG(),D,$,J,X,w,M,H,O,j]}}qPq.exports=po_});var YPq=u((SaA,_Pq)=>{function Fo_(q){return{name:"Inform 7",aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:"\\[",end:"\\]"}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:"\\[",end:"\\]",contains:["self"]}]}}_Pq.exports=Fo_});var $Pq=u((CaA,OPq)=>{function zPq(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function go_(q){return APq("(?=",q,")")}function APq(...q){return q.map((_)=>zPq(_)).join("")}function Uo_(...q){return"("+q.map((_)=>zPq(_)).join("|")+")"}function Qo_(q){let K={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:q.NUMBER_RE}]},_=q.COMMENT();_.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];let Y={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},z={className:"literal",begin:/\bon|off|true|false|yes|no\b/},A={className:"string",contains:[q.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},O={begin:/\[/,end:/\]/,contains:[_,z,Y,A,K,"self"],relevance:0},H=Uo_(/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/),J=APq(H,"(\\s*\\.\\s*",H,")*",go_(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[_,{className:"section",begin:/\[+/,end:/\]+/},{begin:J,className:"attr",starts:{end:/$/,contains:[_,O,z,Y,A,K]}}]}}OPq.exports=Qo_});var jPq=u((baA,wPq)=>{function do_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function XI1(...q){return q.map((_)=>do_(_)).join("")}function co_(q){let K={className:"params",begin:"\\(",end:"\\)"},_=/(_[a-z_\d]+)?/,Y=/([de][+-]?\d+)?/,z={className:"number",variants:[{begin:XI1(/\b\d+/,/\.(\d*)/,Y,_)},{begin:XI1(/\b\d+/,Y,_)},{begin:XI1(/\.\d+/,Y,_)}],relevance:0};return{name:"IRPF90",case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[q.inherit(q.APOS_STRING_MODE,{className:"string",relevance:0}),q.inherit(q.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[q.UNDERSCORE_TITLE_MODE,K]},q.COMMENT("!","$",{relevance:0}),q.COMMENT("begin_doc","end_doc",{relevance:10}),z]}}wPq.exports=co_});var JPq=u((IaA,HPq)=>{function lo_(q){let Y="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока "+"except exitfor finally foreach все if если in в not не or или try while пока ",z="SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE ",A="CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ",O="ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME ",$="DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY ",w="ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION ",j="JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY ",H="ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE ",J="smHidden smMaximized smMinimized smNormal wmNo wmYes ",X="COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND ",M="COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE ",D="MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY ",P="NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY ",W="dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT ",Z="CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM ",f="ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME ",G="PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE ",T="ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE ",V="CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT ",N="STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER ",L="COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE ",S="SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE "+"SYSREQ_STATЕ "+"SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID ",h="RESULT_VAR_NAME RESULT_VAR_NAME_ENG ",x="AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID ",I="SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY ",p="SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY ",B="SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS ",C="SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS ",F="SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS ",g="ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME ",Q="TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME ",i="ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk ",q6="EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE ",e="cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate ",t="ISBL_SYNTAX NO_SYNTAX XML_SYNTAX ",K6="WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY ",n="SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP ",_6=z+"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME "+$+w+j+"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE smHidden smMaximized smMinimized smNormal wmNo wmYes "+X+"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE "+D+P+W+Z+f+G+T+V+N+L+S+"RESULT_VAR_NAME RESULT_VAR_NAME_ENG "+x+I+p+B+C+F+g+Q+i+q6+e+t+K6+n,X6="atUser atGroup atRole ",J6="aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty ",V6="apBegin apEnd ",z6="alLeft alRight ",l="asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways ",c="cirCommon cirRevoked ",o="ctSignature ctEncode ctSignatureEncode ",a="clbUnchecked clbChecked clbGrayed ",s="ceISB ceAlways ceNever ",$6="ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob ",G6="cfInternal cfDisplay ",M6="ciUnspecified ciWrite ciRead ",f6="ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog ",E6="ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton ",T6="cctDate cctInteger cctNumeric cctPick cctReference cctString cctText ",R6="cltInternal cltPrimary cltGUI ",y6="dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange ",S6="dssEdit dssInsert dssBrowse dssInActive ",s6="dftDate dftShortDate dftDateTime dftTimeStamp ",K8="dotDays dotHours dotMinutes dotSeconds ",C6="dtkndLocal dtkndUTC ",L6="arNone arView arEdit arFull ",h6="ddaView ddaEdit ",_8="emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode ",A6="ecotFile ecotProcess ",Z6="eaGet eaCopy eaCreate eaCreateStandardRoute ",B6="edltAll edltNothing edltQuery ",b6="essmText essmCard ",m6="esvtLast esvtLastActive esvtSpecified ",l6="edsfExecutive edsfArchive ",O6="edstSQLServer edstFile ",j6="edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile ",U6="vsDefault vsDesign vsActive vsObsolete ",P6="etNone etCertificate etPassword etCertificatePassword ",k6="ecException ecWarning ecInformation ",u6="estAll estApprovingOnly ",e6="evtLast evtLastActive evtQuery ",D8="fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger ",X8="ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch ",L8="grhAuto grhX1 grhX2 grhX3 ",$1="hltText hltRTF hltHTML ",o8="iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG ",q7="im8bGrayscale im24bRGB im1bMonochrome ",b1="itBMP itJPEG itWMF itPNG ",T1="ikhInformation ikhWarning ikhError ikhNoIcon ",z7="icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler ",a7="isShow isHide isByUserSettings ",e4="jkJob jkNotice jkControlJob ",yK="jtInner jtLeft jtRight jtFull jtCross ",y7="lbpAbove lbpBelow lbpLeft lbpRight ",w4="eltPerConnection eltPerUser ",s5="sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac ",l9="sfsItalic sfsStrikeout sfsNormal ",k3="ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents ",gY="mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom ",Hz="vtEqual vtGreaterOrEqual vtLessOrEqual vtRange ",UY="rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth ",W3="rdWindow rdFile rdPrinter ",e2="rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument ",SK="reOnChange reOnChangeValues ",W5="ttGlobal ttLocal ttUser ttSystem ",QY="ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal ",LA="smSelect smLike smCard ",Jz="stNone stAuthenticating stApproving ",QK="sctString sctStream ",_2="sstAnsiSort sstNaturalSort ",oq="svtEqual svtContain ",W4="soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown ",mz="tarAbortByUser tarAbortByWorkflowException ",M9="tvtAllWords tvtExactPhrase tvtAnyWord ",y2="usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp ",Xz="utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected ",B3="btAnd btDetailAnd btOr btNotOr btOnly ",H3="vmView vmSelect vmNavigation ",xw="vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection ",W$="wfatPrevious wfatNext wfatCancel wfatFinish ",t3="wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 ",qO="wfetQueryParameter wfetText wfetDelimiter wfetLabel ",bO="wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate ",KO="wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal ",eq="wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal ",r_="waAll waPerformers waManual ",w_="wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause ",Y5="wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection ",IO="wiLow wiNormal wiHigh ",Y2="wrtSoft wrtHard ",ZY="wsInit wsRunning wsDone wsControlled wsAborted wsContinued ",j_="wtmFull wtmFromCurrent wtmOnlyCurrent ",Bz="atUser atGroup atRole "+J6+"apBegin apEnd alLeft alRight "+l+"cirCommon cirRevoked ctSignature ctEncode ctSignatureEncode clbUnchecked clbChecked clbGrayed ceISB ceAlways ceNever "+$6+"cfInternal cfDisplay ciUnspecified ciWrite ciRead "+f6+E6+T6+"cltInternal cltPrimary cltGUI "+y6+"dssEdit dssInsert dssBrowse dssInActive dftDate dftShortDate dftDateTime dftTimeStamp dotDays dotHours dotMinutes dotSeconds dtkndLocal dtkndUTC arNone arView arEdit arFull ddaView ddaEdit "+_8+"ecotFile ecotProcess eaGet eaCopy eaCreate eaCreateStandardRoute edltAll edltNothing edltQuery essmText essmCard esvtLast esvtLastActive esvtSpecified edsfExecutive edsfArchive edstSQLServer edstFile edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile vsDefault vsDesign vsActive vsObsolete etNone etCertificate etPassword etCertificatePassword ecException ecWarning ecInformation estAll estApprovingOnly evtLast evtLastActive evtQuery "+D8+X8+L8+$1+o8+q7+b1+T1+z7+a7+e4+yK+y7+w4+s5+l9+k3+gY+Hz+UY+W3+e2+SK+W5+QY+LA+Jz+QK+_2+oq+W4+mz+M9+y2+Xz+B3+H3+xw+W$+t3+qO+bO+KO+eq+r_+w_+Y5+IO+Y2+ZY+j_,d5="AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory "+"Анализ "+"БазаДанных "+"БлокЕсть "+"БлокЕстьРасш "+"БлокИнфо "+"БлокСнять "+"БлокСнятьРасш "+"БлокУстановить "+"Ввод "+"ВводМеню "+"ВедС "+"ВедСпр "+"ВерхняяГраницаМассива "+"ВнешПрогр "+"Восст "+"ВременнаяПапка "+"Время "+"ВыборSQL "+"ВыбратьЗапись "+"ВыделитьСтр "+"Вызвать "+"Выполнить "+"ВыпПрогр "+"ГрафическийФайл "+"ГруппаДополнительно "+"ДатаВремяСерв "+"ДеньНедели "+"ДиалогДаНет "+"ДлинаСтр "+"ДобПодстр "+"ЕПусто "+"ЕслиТо "+"ЕЧисло "+"ЗамПодстр "+"ЗаписьСправочника "+"ЗначПоляСпр "+"ИДТипСпр "+"ИзвлечьДиск "+"ИзвлечьИмяФайла "+"ИзвлечьПуть "+"ИзвлечьРасширение "+"ИзмДат "+"ИзменитьРазмерМассива "+"ИзмеренийМассива "+"ИмяОрг "+"ИмяПоляСпр "+"Индекс "+"ИндикаторЗакрыть "+"ИндикаторОткрыть "+"ИндикаторШаг "+"ИнтерактивныйРежим "+"ИтогТблСпр "+"КодВидВедСпр "+"КодВидСпрПоИД "+"КодПоAnalit "+"КодСимвола "+"КодСпр "+"КолПодстр "+"КолПроп "+"КонМес "+"Конст "+"КонстЕсть "+"КонстЗнач "+"КонТран "+"КопироватьФайл "+"КопияСтр "+"КПериод "+"КСтрТблСпр "+"Макс "+"МаксСтрТблСпр "+"Массив "+"Меню "+"МенюРасш "+"Мин "+"НаборДанныхНайтиРасш "+"НаимВидСпр "+"НаимПоAnalit "+"НаимСпр "+"НастроитьПереводыСтрок "+"НачМес "+"НачТран "+"НижняяГраницаМассива "+"НомерСпр "+"НПериод "+"Окно "+"Окр "+"Окружение "+"ОтлИнфДобавить "+"ОтлИнфУдалить "+"Отчет "+"ОтчетАнал "+"ОтчетИнт "+"ПапкаСуществует "+"Пауза "+"ПВыборSQL "+"ПереименоватьФайл "+"Переменные "+"ПереместитьФайл "+"Подстр "+"ПоискПодстр "+"ПоискСтр "+"ПолучитьИДТаблицы "+"ПользовательДополнительно "+"ПользовательИД "+"ПользовательИмя "+"ПользовательСтатус "+"Прервать "+"ПроверитьПараметр "+"ПроверитьПараметрЗнач "+"ПроверитьУсловие "+"РазбСтр "+"РазнВремя "+"РазнДат "+"РазнДатаВремя "+"РазнРабВремя "+"РегУстВрем "+"РегУстДат "+"РегУстЧсл "+"РедТекст "+"РеестрЗапись "+"РеестрСписокИменПарам "+"РеестрЧтение "+"РеквСпр "+"РеквСпрПр "+"Сегодня "+"Сейчас "+"Сервер "+"СерверПроцессИД "+"СертификатФайлСчитать "+"СжПроб "+"Символ "+"СистемаДиректумКод "+"СистемаИнформация "+"СистемаКод "+"Содержит "+"СоединениеЗакрыть "+"СоединениеОткрыть "+"СоздатьДиалог "+"СоздатьДиалогВыбораИзДвухСписков "+"СоздатьДиалогВыбораПапки "+"СоздатьДиалогОткрытияФайла "+"СоздатьДиалогСохраненияФайла "+"СоздатьЗапрос "+"СоздатьИндикатор "+"СоздатьИсключение "+"СоздатьКэшированныйСправочник "+"СоздатьМассив "+"СоздатьНаборДанных "+"СоздатьОбъект "+"СоздатьОтчет "+"СоздатьПапку "+"СоздатьРедактор "+"СоздатьСоединение "+"СоздатьСписок "+"СоздатьСписокСтрок "+"СоздатьСправочник "+"СоздатьСценарий "+"СоздСпр "+"СостСпр "+"Сохр "+"СохрСпр "+"СписокСистем "+"Спр "+"Справочник "+"СпрБлокЕсть "+"СпрБлокСнять "+"СпрБлокСнятьРасш "+"СпрБлокУстановить "+"СпрИзмНабДан "+"СпрКод "+"СпрНомер "+"СпрОбновить "+"СпрОткрыть "+"СпрОтменить "+"СпрПарам "+"СпрПолеЗнач "+"СпрПолеИмя "+"СпрРекв "+"СпрРеквВведЗн "+"СпрРеквНовые "+"СпрРеквПр "+"СпрРеквПредЗн "+"СпрРеквРежим "+"СпрРеквТипТекст "+"СпрСоздать "+"СпрСост "+"СпрСохранить "+"СпрТблИтог "+"СпрТблСтр "+"СпрТблСтрКол "+"СпрТблСтрМакс "+"СпрТблСтрМин "+"СпрТблСтрПред "+"СпрТблСтрСлед "+"СпрТблСтрСозд "+"СпрТблСтрУд "+"СпрТекПредст "+"СпрУдалить "+"СравнитьСтр "+"СтрВерхРегистр "+"СтрНижнРегистр "+"СтрТблСпр "+"СумПроп "+"Сценарий "+"СценарийПарам "+"ТекВерсия "+"ТекОрг "+"Точн "+"Тран "+"Транслитерация "+"УдалитьТаблицу "+"УдалитьФайл "+"УдСпр "+"УдСтрТблСпр "+"Уст "+"УстановкиКонстант "+"ФайлАтрибутСчитать "+"ФайлАтрибутУстановить "+"ФайлВремя "+"ФайлВремяУстановить "+"ФайлВыбрать "+"ФайлЗанят "+"ФайлЗаписать "+"ФайлИскать "+"ФайлКопировать "+"ФайлМожноЧитать "+"ФайлОткрыть "+"ФайлПереименовать "+"ФайлПерекодировать "+"ФайлПереместить "+"ФайлПросмотреть "+"ФайлРазмер "+"ФайлСоздать "+"ФайлСсылкаСоздать "+"ФайлСуществует "+"ФайлСчитать "+"ФайлУдалить "+"ФмтSQLДат "+"ФмтДат "+"ФмтСтр "+"ФмтЧсл "+"Формат "+"ЦМассивЭлемент "+"ЦНаборДанныхРеквизит "+"ЦПодстр ",p_="AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work "+"ВызовСпособ "+"ИмяОтчета "+"РеквЗнач ",xO="IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ",bH=_6+Bz,IH=p_,_O="null true false nil ",pz={className:"number",begin:q.NUMBER_RE,relevance:0},YO={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},W1={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},u7={className:"comment",begin:"//",end:"$",relevance:0,contains:[q.PHRASAL_WORDS_MODE,W1]},Pq={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[q.PHRASAL_WORDS_MODE,W1]},r7={variants:[u7,Pq]},J4={$pattern:"[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",keyword:Y,built_in:bH,class:IH,literal:"null true false nil "},qK={begin:"\\.\\s*"+q.UNDERSCORE_IDENT_RE,keywords:J4,relevance:0},z5={className:"type",begin:":[ \\t]*("+xO.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},OK={className:"variable",keywords:J4,begin:"[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",relevance:0,contains:[z5,qK]},X7="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*"+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:J4,illegal:"\\$|\\?|%|,|;$|~|#|@|{var rv6="[0-9](_*[0-9])*",iv8=`\\.(${rv6})`,nv8="[0-9a-fA-F](_*[0-9a-fA-F])*",io_={className:"number",variants:[{begin:`(\\b(${rv6})((${iv8})|\\.)?|(${iv8}))[eE][+-]?(${rv6})[fFdD]?\\b`},{begin:`\\b(${rv6})((${iv8})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${iv8})[fFdD]?\\b`},{begin:`\\b(${rv6})[fFdD]\\b`},{begin:`\\b0[xX]((${nv8})\\.?|(${nv8})?\\.(${nv8}))[pP][+-]?(${rv6})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${nv8})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function no_(q){var K="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",_=K+"(<"+K+"(\\s*,\\s*"+K+")*>)?",Y="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",z={className:"meta",begin:"@"+K,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]};let A=io_;return{name:"Java",aliases:["jsp"],keywords:Y,illegal:/<\/|#/,contains:[q.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface enum",end:/[{;=]/,excludeEnd:!0,relevance:1,keywords:"class interface enum",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},q.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"class",begin:"record\\s+"+q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,excludeEnd:!0,end:/[{;=]/,keywords:Y,contains:[{beginKeywords:"record"},{begin:q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[q.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:Y,relevance:0,contains:[q.C_BLOCK_COMMENT_MODE]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{className:"function",begin:"("+_+"\\s+)+"+q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Y,contains:[{begin:q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[q.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:Y,relevance:0,contains:[z,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,A,q.C_BLOCK_COMMENT_MODE]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},A,z]}}XPq.exports=no_});var WPq=u((uaA,PPq)=>{var ro_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],oo_=["true","false","null","undefined","NaN","Infinity"],ao_=["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],so_=["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],to_=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],eo_=["arguments","this","super","console","window","document","localStorage","module","global"],qa_=[].concat(to_,eo_,ao_,so_);function Ka_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function DPq(q){return MI1("(?=",q,")")}function MI1(...q){return q.map((_)=>Ka_(_)).join("")}function _a_(q){let K=(T,{after:V})=>{let N="",end:""},z={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(T,V)=>{let N=T[0].length+T.index,L=T.input[N];if(L==="<"){V.ignoreMatch();return}if(L===">"){if(!K(T,{after:N}))V.ignoreMatch()}}},A={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:ro_,literal:oo_,built_in:qa_},O="[0-9](_?[0-9])*",$="\\.([0-9](_?[0-9])*)",w="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",j={className:"number",variants:[{begin:"(\\b(0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*)((\\.([0-9](_?[0-9])*))|\\.)?|(\\.([0-9](_?[0-9])*)))[eE][+-]?([0-9](_?[0-9])*)\\b"},{begin:"\\b(0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*)\\b((\\.([0-9](_?[0-9])*))\\b|\\.)?|(\\.([0-9](_?[0-9])*))\\b"},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},H={className:"subst",begin:"\\$\\{",end:"\\}",keywords:A,contains:[]},J={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[q.BACKSLASH_ESCAPE,H],subLanguage:"xml"}},X={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[q.BACKSLASH_ESCAPE,H],subLanguage:"css"}},M={className:"string",begin:"`",end:"`",contains:[q.BACKSLASH_ESCAPE,H]},P={className:"comment",variants:[q.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:"[A-Za-z$_][0-9A-Za-z$_]*(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),q.C_BLOCK_COMMENT_MODE,q.C_LINE_COMMENT_MODE]},W=[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,J,X,M,j,q.REGEXP_MODE];H.contains=W.concat({begin:/\{/,end:/\}/,keywords:A,contains:["self"].concat(W)});let Z=[].concat(P,H.contains),f=Z.concat([{begin:/\(/,end:/\)/,keywords:A,contains:["self"].concat(Z)}]),G={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:A,contains:f};return{name:"Javascript",aliases:["js","jsx","mjs","cjs"],keywords:A,exports:{PARAMS_CONTAINS:f},illegal:/#(?![$_A-z])/,contains:[q.SHEBANG({label:"shebang",binary:"node",relevance:5}),{label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,J,X,M,P,j,{begin:MI1(/[{,\n]\s*/,DPq(MI1(/(((\/\/.*$)|(\/\*(\*[^/]|[^*])*\*\/))\s*)*/,"[A-Za-z$_][0-9A-Za-z$_]*\\s*:"))),relevance:0,contains:[{className:"attr",begin:"[A-Za-z$_][0-9A-Za-z$_]*"+DPq("\\s*:"),relevance:0}]},{begin:"("+q.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[P,q.REGEXP_MODE,{className:"function",begin:"(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+q.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:q.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:A,contains:f}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:Y.begin,end:Y.end},{begin:z.begin,"on:begin":z.isTrulyOpeningTag,end:z.end}],subLanguage:"xml",contains:[{begin:z.begin,end:z.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:A,contains:["self",q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),G],illegal:/%/},{beginKeywords:"while if switch catch for"},{className:"function",begin:q.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,contains:[G,q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"})]},{variants:[{begin:"\\.[A-Za-z$_][0-9A-Za-z$_]*"},{begin:"\\$[A-Za-z$_][0-9A-Za-z$_]*"}],relevance:0},{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{beginKeywords:"extends"},q.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/,end:/[{;]/,excludeEnd:!0,contains:[q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),"self",G]},{begin:"(get|set)\\s+(?=[A-Za-z$_][0-9A-Za-z$_]*\\()",end:/\{/,keywords:"get set",contains:[q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),{begin:/\(\)/},G]},{begin:/\$[(.]/}]}}PPq.exports=_a_});var GPq=u((maA,ZPq)=>{function Ya_(q){let _={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0},Y={className:"function",begin:/:[\w\-.]+/,relevance:0},z={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},A={className:"params",begin:/--[\w\-=\/]+/};return{name:"JBoss CLI",aliases:["wildfly-cli"],keywords:{$pattern:"[a-z-]+",keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[q.HASH_COMMENT_MODE,q.QUOTE_STRING_MODE,A,Y,z,_]}}ZPq.exports=Ya_});var TPq=u((BaA,fPq)=>{function za_(q){let K={literal:"true false null"},_=[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE],Y=[q.QUOTE_STRING_MODE,q.C_NUMBER_MODE],z={end:",",endsWithParent:!0,excludeEnd:!0,contains:Y,keywords:K},A={begin:/\{/,end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,contains:[q.BACKSLASH_ESCAPE],illegal:"\\n"},q.inherit(z,{begin:/:/})].concat(_),illegal:"\\S"},O={begin:"\\[",end:"\\]",contains:[q.inherit(z)],illegal:"\\S"};return Y.push(A,O),_.forEach(function($){Y.push($)}),{name:"JSON",contains:Y,keywords:K,illegal:"\\S"}}fPq.exports=za_});var VPq=u((paA,vPq)=>{function Aa_(q){var K="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",_=["baremodule","begin","break","catch","ccall","const","continue","do","else","elseif","end","export","false","finally","for","function","global","if","import","in","isa","let","local","macro","module","quote","return","true","try","using","where","while"],Y=["ARGS","C_NULL","DEPOT_PATH","ENDIAN_BOM","ENV","Inf","Inf16","Inf32","Inf64","InsertionSort","LOAD_PATH","MergeSort","NaN","NaN16","NaN32","NaN64","PROGRAM_FILE","QuickSort","RoundDown","RoundFromZero","RoundNearest","RoundNearestTiesAway","RoundNearestTiesUp","RoundToZero","RoundUp","VERSION|0","devnull","false","im","missing","nothing","pi","stderr","stdin","stdout","true","undef","π","ℯ"],z=["AbstractArray","AbstractChannel","AbstractChar","AbstractDict","AbstractDisplay","AbstractFloat","AbstractIrrational","AbstractMatrix","AbstractRange","AbstractSet","AbstractString","AbstractUnitRange","AbstractVecOrMat","AbstractVector","Any","ArgumentError","Array","AssertionError","BigFloat","BigInt","BitArray","BitMatrix","BitSet","BitVector","Bool","BoundsError","CapturedException","CartesianIndex","CartesianIndices","Cchar","Cdouble","Cfloat","Channel","Char","Cint","Cintmax_t","Clong","Clonglong","Cmd","Colon","Complex","ComplexF16","ComplexF32","ComplexF64","CompositeException","Condition","Cptrdiff_t","Cshort","Csize_t","Cssize_t","Cstring","Cuchar","Cuint","Cuintmax_t","Culong","Culonglong","Cushort","Cvoid","Cwchar_t","Cwstring","DataType","DenseArray","DenseMatrix","DenseVecOrMat","DenseVector","Dict","DimensionMismatch","Dims","DivideError","DomainError","EOFError","Enum","ErrorException","Exception","ExponentialBackOff","Expr","Float16","Float32","Float64","Function","GlobalRef","HTML","IO","IOBuffer","IOContext","IOStream","IdDict","IndexCartesian","IndexLinear","IndexStyle","InexactError","InitError","Int","Int128","Int16","Int32","Int64","Int8","Integer","InterruptException","InvalidStateException","Irrational","KeyError","LinRange","LineNumberNode","LinearIndices","LoadError","MIME","Matrix","Method","MethodError","Missing","MissingException","Module","NTuple","NamedTuple","Nothing","Number","OrdinalRange","OutOfMemoryError","OverflowError","Pair","PartialQuickSort","PermutedDimsArray","Pipe","ProcessFailedException","Ptr","QuoteNode","Rational","RawFD","ReadOnlyMemoryError","Real","ReentrantLock","Ref","Regex","RegexMatch","RoundingMode","SegmentationFault","Set","Signed","Some","StackOverflowError","StepRange","StepRangeLen","StridedArray","StridedMatrix","StridedVecOrMat","StridedVector","String","StringIndexError","SubArray","SubString","SubstitutionString","Symbol","SystemError","Task","TaskFailedException","Text","TextDisplay","Timer","Tuple","Type","TypeError","TypeVar","UInt","UInt128","UInt16","UInt32","UInt64","UInt8","UndefInitializer","UndefKeywordError","UndefRefError","UndefVarError","Union","UnionAll","UnitRange","Unsigned","Val","Vararg","VecElement","VecOrMat","Vector","VersionNumber","WeakKeyDict","WeakRef"],A={$pattern:K,keyword:_,literal:Y,built_in:z},O={keywords:A,illegal:/<\//},$={className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},w={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},j={className:"subst",begin:/\$\(/,end:/\)/,keywords:A},H={className:"variable",begin:"\\$"+K},J={className:"string",contains:[q.BACKSLASH_ESCAPE,j,H],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},X={className:"string",contains:[q.BACKSLASH_ESCAPE,j,H],begin:"`",end:"`"},M={className:"meta",begin:"@"+K},D={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return O.name="Julia",O.contains=[$,w,J,X,M,D,q.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],j.contains=O.contains,O}vPq.exports=Aa_});var kPq=u((FaA,NPq)=>{function Oa_(q){return{name:"Julia REPL",contains:[{className:"meta",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"},aliases:["jldoctest"]}]}}NPq.exports=Oa_});var EPq=u((gaA,yPq)=>{var ov6="[0-9](_*[0-9])*",rv8=`\\.(${ov6})`,ov8="[0-9a-fA-F](_*[0-9a-fA-F])*",$a_={className:"number",variants:[{begin:`(\\b(${ov6})((${rv8})|\\.)?|(${rv8}))[eE][+-]?(${ov6})[fFdD]?\\b`},{begin:`\\b(${ov6})((${rv8})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${rv8})[fFdD]?\\b`},{begin:`\\b(${ov6})[fFdD]\\b`},{begin:`\\b0[xX]((${ov8})\\.?|(${ov8})?\\.(${ov8}))[pP][+-]?(${ov6})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${ov8})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function wa_(q){let K={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},_={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},Y={className:"symbol",begin:q.UNDERSCORE_IDENT_RE+"@"},z={className:"subst",begin:/\$\{/,end:/\}/,contains:[q.C_NUMBER_MODE]},A={className:"variable",begin:"\\$"+q.UNDERSCORE_IDENT_RE},O={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[A,z]},{begin:"'",end:"'",illegal:/\n/,contains:[q.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[q.BACKSLASH_ESCAPE,A,z]}]};z.contains.push(O);let $={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+q.UNDERSCORE_IDENT_RE+")?"},w={className:"meta",begin:"@"+q.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[q.inherit(O,{className:"meta-string"})]}]},j=$a_,H=q.COMMENT("/\\*","\\*/",{contains:[q.C_BLOCK_COMMENT_MODE]}),J={variants:[{className:"type",begin:q.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},X=J;return X.variants[1].contains=[J],J.variants[1].contains=[X],{name:"Kotlin",aliases:["kt","kts"],keywords:K,contains:[q.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),q.C_LINE_COMMENT_MODE,H,_,Y,$,w,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:K,relevance:5,contains:[{begin:q.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[q.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:K,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[J,q.C_LINE_COMMENT_MODE,H],relevance:0},q.C_LINE_COMMENT_MODE,H,$,w,O,q.C_NUMBER_MODE]},H]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},q.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},$,w]},O,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` + 1563 `},j]}}yPq.exports=wa_});var RPq=u((UaA,LPq)=>{function ja_(q){let z={$pattern:"[a-zA-Z_][\\w.]*|&[lg]t;",literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},A=q.COMMENT("",{relevance:0}),O={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[A]}},$={className:"meta",begin:"\\[/noprocess|<\\?(lasso(script)?|=)"},w={className:"symbol",begin:"'[a-zA-Z_][\\w.]*'"},j=[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.inherit(q.C_NUMBER_MODE,{begin:q.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),q.inherit(q.APOS_STRING_MODE,{illegal:null}),q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$][a-zA-Z_][\\w.]*"},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:"[a-zA-Z_][\\w.]*",illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)[a-zA-Z_][\\w.]*",relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[w]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z_][\\w.]*(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:z,contains:[{className:"meta",begin:"\\]|\\?>",relevance:0,starts:{end:"\\[|<\\?(lasso(script)?|=)",returnEnd:!0,relevance:0,contains:[A]}},O,$,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:z,contains:[{className:"meta",begin:"\\]|\\?>",relevance:0,starts:{end:"\\[noprocess\\]|<\\?(lasso(script)?|=)",returnEnd:!0,contains:[A]}},O,$].concat(j)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(j)}}LPq.exports=ja_});var SPq=u((QaA,hPq)=>{function Ha_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function Ja_(...q){return"("+q.map((_)=>Ha_(_)).join("|")+")"}function Xa_(q){let K=Ja_(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map((h)=>h+"(?![a-zA-Z@:_])")),_=new RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map((h)=>h+"(?![a-zA-Z:_])").join("|")),Y=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],z=[{begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],A={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:K},{endsParent:!0,begin:_},{endsParent:!0,variants:z},{endsParent:!0,relevance:0,variants:Y}]},O={className:"params",relevance:0,begin:/#+\d?/},$={variants:z},w={className:"built_in",relevance:0,begin:/[$&^_]/},j={className:"meta",begin:"% !TeX",end:"$",relevance:10},H=q.COMMENT("%","$",{relevance:0}),J=[A,O,$,w,j,H],X={begin:/\{/,end:/\}/,relevance:0,contains:["self",...J]},M=q.inherit(X,{relevance:0,endsParent:!0,contains:[X,...J]}),D={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[X,...J]},P={begin:/\s+/,relevance:0},W=[M],Z=[D],f=function(h,x){return{contains:[P],starts:{relevance:0,contains:h,starts:x}}},G=function(h,x){return{begin:"\\\\"+h+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+h},relevance:0,contains:[P],starts:x}},T=function(h,x){return q.inherit({begin:"\\\\begin(?=[ \t]*(\\r?\\n[ \t]*)?\\{"+h+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},f(W,x))},V=(h="string")=>{return q.END_SAME_AS_BEGIN({className:h,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0})},N=function(h){return{className:"string",end:"(?=\\\\end\\{"+h+"\\})"}},L=(h="string")=>{return{relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:h,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}},S=[...["verb","lstinline"].map((h)=>G(h,{contains:[V()]})),G("mint",f(W,{contains:[V()]})),G("mintinline",f(W,{contains:[L(),V()]})),G("url",{contains:[L("link"),L("link")]}),G("hyperref",{contains:[L("link")]}),G("href",f(Z,{contains:[L("link")]})),...[].concat(...["","\\*"].map((h)=>[T("verbatim"+h,N("verbatim"+h)),T("filecontents"+h,f(W,N("filecontents"+h))),...["","B","L"].map((x)=>T(x+"Verbatim"+h,f(Z,N(x+"Verbatim"+h))))])),T("minted",f(Z,f(W,N("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...S,...J]}}hPq.exports=Xa_});var bPq=u((daA,CPq)=>{function Ma_(q){return{name:"LDIF",contains:[{className:"attribute",begin:"^dn",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0},relevance:10},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0}},{className:"literal",begin:"^-",end:"$"},q.HASH_COMMENT_MODE]}}CPq.exports=Ma_});var xPq=u((caA,IPq)=>{function Da_(q){return{name:"Leaf",contains:[{className:"function",begin:"#+[A-Za-z_0-9]*\\(",end:/ \{/,returnBegin:!0,excludeEnd:!0,contains:[{className:"keyword",begin:"#+"},{className:"title",begin:"[A-Za-z_][A-Za-z_0-9]*"},{className:"params",begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"string",begin:'"',end:'"'},{className:"variable",begin:"[A-Za-z_][A-Za-z_0-9]*"}]}]}]}}IPq.exports=Da_});var pPq=u((laA,BPq)=>{var Pa_=(q)=>{return{IMPORTANT:{className:"meta",begin:"!important"},HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]}}},Wa_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],Za_=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],uPq=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],mPq=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],Ga_=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse(),fa_=uPq.concat(mPq);function Ta_(q){let K=Pa_(q),_=fa_,Y="and or not only",z="[\\w-]+",A="([\\w-]+|@\\{[\\w-]+\\})",O=[],$=[],w=function(G){return{className:"string",begin:"~?"+G+".*?"+G}},j=function(G,T,V){return{className:G,begin:T,relevance:V}},H={$pattern:/[a-z-]+/,keyword:"and or not only",attribute:Za_.join(" ")},J={begin:"\\(",end:"\\)",contains:$,keywords:H,relevance:0};$.push(q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,w("'"),w('"'),q.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},K.HEXCOLOR,J,j("variable","@@?[\\w-]+",10),j("variable","@\\{[\\w-]+\\}"),j("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},K.IMPORTANT);let X=$.concat({begin:/\{/,end:/\}/,contains:O}),M={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat($)},D={begin:A+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},{className:"attribute",begin:"\\b("+Ga_.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:$}}]},P={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:H,returnEnd:!0,contains:$,relevance:0}},W={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:X}},Z={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:A,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,M,j("keyword","all\\b"),j("variable","@\\{[\\w-]+\\}"),{begin:"\\b("+Wa_.join("|")+")\\b",className:"selector-tag"},j("selector-tag",A+"%?",0),j("selector-id","#"+A),j("selector-class","\\."+A,0),j("selector-tag","&",0),K.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+uPq.join("|")+")"},{className:"selector-pseudo",begin:"::("+mPq.join("|")+")"},{begin:"\\(",end:"\\)",contains:X},{begin:"!important"}]},f={begin:`[\\w-]+:(:)?(${_.join("|")})`,returnBegin:!0,contains:[Z]};return O.push(q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,P,W,f,D,Z),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:O}}BPq.exports=Ta_});var gPq=u((iaA,FPq)=>{function va_(q){var K="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",_="\\|[^]*?\\|",Y="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",z={className:"literal",begin:"\\b(t{1}|nil)\\b"},A={className:"number",variants:[{begin:Y,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+Y+" +"+Y,end:"\\)"}]},O=q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),$=q.COMMENT(";","$",{relevance:0}),w={begin:"\\*",end:"\\*"},j={className:"symbol",begin:"[:&]"+K},H={begin:K,relevance:0},J={begin:_},X={begin:"\\(",end:"\\)",contains:["self",z,O,A,H]},M={contains:[A,O,w,j,X,H],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+_}]},D={variants:[{begin:"'"+K},{begin:"#'"+K+"(::"+K+")*"}]},P={begin:"\\(\\s*",end:"\\)"},W={endsWithParent:!0,relevance:0};return P.contains=[{className:"name",variants:[{begin:K,relevance:0},{begin:_}]},W],W.contains=[M,D,P,z,A,O,$,w,j,J,H],{name:"Lisp",illegal:/\S/,contains:[A,q.SHEBANG(),z,O,$,M,D,P,H]}}FPq.exports=va_});var QPq=u((naA,UPq)=>{function Va_(q){let K={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},_=[q.C_BLOCK_COMMENT_MODE,q.HASH_COMMENT_MODE,q.COMMENT("--","$"),q.COMMENT("[^:]//","$")],Y=q.inherit(q.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),z=q.inherit(q.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{name:"LiveCode",case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress difference directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge messageAuthenticationCode messageDigest millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetDriver libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load extension loadedExtensions multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract symmetric union unload vectorDotProduct wait write"},contains:[K,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[K,z,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.BINARY_NUMBER_MODE,q.C_NUMBER_MODE,Y]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[z,Y],relevance:0},{beginKeywords:"command on",end:"$",contains:[K,z,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.BINARY_NUMBER_MODE,q.C_NUMBER_MODE,Y]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.BINARY_NUMBER_MODE,q.C_NUMBER_MODE,Y].concat(_),illegal:";$|^\\[|^=|&|\\{"}}UPq.exports=Va_});var cPq=u((raA,dPq)=>{var Na_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],ka_=["true","false","null","undefined","NaN","Infinity"],ya_=["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],Ea_=["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],La_=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Ra_=["arguments","this","super","console","window","document","localStorage","module","global"],ha_=[].concat(La_,Ra_,ya_,Ea_);function Sa_(q){let K=["npm","print"],_=["yes","no","on","off","it","that","void"],Y=["then","unless","until","loop","of","by","when","and","or","is","isnt","not","it","that","otherwise","from","to","til","fallthrough","case","enum","native","list","map","__hasProp","__extends","__slice","__bind","__indexOf"],z={keyword:Na_.concat(Y),literal:ka_.concat(_),built_in:ha_.concat(K)},A="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",O=q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*"}),$={className:"subst",begin:/#\{/,end:/\}/,keywords:z},w={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:z},j=[q.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[q.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[q.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[q.BACKSLASH_ESCAPE,$,w]},{begin:/"/,end:/"/,contains:[q.BACKSLASH_ESCAPE,$,w]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[$,q.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*"},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];$.contains=j;let H={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:z,contains:["self"].concat(j)}]},J={begin:"(#=>|=>|\\|>>|-?->|!->)"};return{name:"LiveScript",aliases:["ls"],keywords:z,illegal:/\/\*/,contains:j.concat([q.COMMENT("\\/\\*","\\*\\/"),q.HASH_COMMENT_MODE,J,{className:"function",contains:[O,H],returnBegin:!0,variants:[{begin:"([A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"([A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"([A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[O]},O]},{begin:"[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*:",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}dPq.exports=Sa_});var iPq=u((oaA,lPq)=>{function Ca_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function av8(...q){return q.map((_)=>Ca_(_)).join("")}function ba_(q){let K=/([-a-zA-Z$._][\w$.-]*)/,_={className:"type",begin:/\bi\d+(?=\s|\b)/},Y={className:"operator",relevance:0,begin:/=/},z={className:"punctuation",relevance:0,begin:/,/},A={className:"number",variants:[{begin:/0[xX][a-fA-F0-9]+/},{begin:/-?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0},O={className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},$={className:"variable",variants:[{begin:av8(/%/,K)},{begin:/%\d+/},{begin:/#\d+/}]},w={className:"title",variants:[{begin:av8(/@/,K)},{begin:/@\d+/},{begin:av8(/!/,K)},{begin:av8(/!\d+/,K)},{begin:/!\d+/}]};return{name:"LLVM IR",keywords:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly double",contains:[_,q.COMMENT(/;\s*$/,null,{relevance:0}),q.COMMENT(/;/,/$/),q.QUOTE_STRING_MODE,{className:"string",variants:[{begin:/"/,end:/[^\\]"/}]},w,z,Y,$,O,A]}}lPq.exports=ba_});var rPq=u((aaA,nPq)=>{function Ia_(q){var K={className:"subst",begin:/\\[tn"\\]/},_={className:"string",begin:'"',end:'"',contains:[K]},Y={className:"number",relevance:0,begin:q.C_NUMBER_RE},z={className:"literal",variants:[{begin:"\\b(PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(XP_ERROR_(EXPERIENCES_DISABLED|EXPERIENCE_(DISABLED|SUSPENDED)|INVALID_(EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(FOUND|PERMITTED(_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(_OBJECT)?|(DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(_(BY_(LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(PARCEL(_OWNER)?|REGION)))?|CAMERA_(PITCH|DISTANCE|BEHINDNESS_(ANGLE|LAG)|(FOCUS|POSITION)(_(THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(ROOT|SET|ALL_(OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(IVE|_(ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(FWD|BACK|(ROT_)?(LEFT|RIGHT)|UP|DOWN|(ML_)?LBUTTON)|PERMISSION_(RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(_START)?|TELEPORT|MEDIA)|OBJECT_(CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_(ATTACHED|ON_REZ)|NAME|DESC|POS|PRIM_(COUNT|EQUIVALENCE)|RETURN_(PARCEL(_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP(_TAG)?|CREATOR|ATTACHED_(POINT|SLOTS_AVAILABLE)|RENDER_WEIGHT|(BODY_SHAPE|PATHFINDING)_TYPE|(RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(MEMORY|TIME))|TYPE_(INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(DEBUG|PUBLIC)_CHANNEL|ATTACH_(AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](SHOULDER|HAND|FOOT|EAR|EYE|[UL](ARM|LEG)|HIP)|(LEFT|RIGHT)_PEC|HUD_(CENTER_[12]|TOP_(RIGHT|CENTER|LEFT)|BOTTOM(_(RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(BASE|TIP)|[LR]WING|FACE_(JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(ONLINE|NAME|BORN|SIM_(POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(ON_FILE|USED)|REMOTE_DATA_(CHANNEL|REQUEST|REPLY)|PSYS_(PART_(BF_(ZERO|ONE(_MINUS_(DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(START|END)_(COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(RIBBON|WIND|INTERP_(COLOR|SCALE)|BOUNCE|FOLLOW_(SRC|VELOCITY)|TARGET_(POS|LINEAR)|EMISSIVE)_MASK)|SRC_(MAX_AGE|PATTERN|ANGLE_(BEGIN|END)|BURST_(RATE|PART_COUNT|RADIUS|SPEED_(MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(DROP|EXPLODE|ANGLE(_CONE(_EMPTY)?)?)))|VEHICLE_(REFERENCE_FRAME|TYPE_(NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(LINEAR|ANGULAR)_(FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(LINEAR|ANGULAR)_(DEFLECTION_(EFFICIENCY|TIMESCALE)|MOTOR_(DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(EFFICIENCY|TIMESCALE)|BANKING_(EFFICIENCY|MIX|TIMESCALE)|FLAG_(NO_DEFLECTION_UP|LIMIT_(ROLL_ONLY|MOTOR_UP)|HOVER_((WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(ALLOW_UNSIT|ALPHA_MODE(_(BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(_(BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(_(STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(NONE|LOW|MEDIUM|HIGH)|BUMP_(NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(DEFAULT|PLANAR)|SCRIPTED_SIT_ONLY|SCULPT_(TYPE_(SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(MIRROR|INVERT))|PHYSICS(_(SHAPE_(CONVEX|NONE|PRIM|TYPE)))?|(POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIT_TARGET|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(ALT_IMAGE_ENABLE|CONTROLS|(CURRENT|HOME)_URL|AUTO_(LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(WIDTH|HEIGHT)_PIXELS|WHITELIST(_ENABLE)?|PERMS_(INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(STANDARD|MINI)|PERM_(NONE|OWNER|GROUP|ANYONE)|MAX_(URL_LENGTH|WHITELIST_(SIZE|COUNT)|(WIDTH|HEIGHT)_PIXELS)))|MASK_(BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(MEDIA_COMMAND_(STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(ALLOW_(FLY|(GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(GROUP_)?OBJECTS)|USE_(ACCESS_(GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(GROUP|ALL)_OBJECT_ENTRY)|COUNT_(TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(HIDE|DEFAULT)|REGION_FLAG_(ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(METHOD|MIMETYPE|BODY_(MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|SIT_(INVALID_(AGENT|LINK_OBJECT)|NO(T_EXPERIENCE|_(ACCESS|EXPERIENCE_PERMISSION|SIT_TARGET)))|STRING_(TRIM(_(HEAD|TAIL))?)|CLICK_ACTION_(NONE|TOUCH|SIT|BUY|PAY|OPEN(_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(NONE|SCRIPT_MEMORY)|RC_(DATA_FLAGS|DETECT_PHANTOM|GET_(LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(TYPES|AGENTS|(NON)?PHYSICAL|LAND))|RCERR_(CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(ALLOWED_(AGENT|GROUP)_(ADD|REMOVE)|BANNED_AGENT_(ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(COMMAND|CMD_(PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(CMD_((SMOOTH_)?STOP|JUMP)|DESIRED_(TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(_([ABCD]|NONE))?|MAX_(DECEL|TURN_RADIUS|(ACCEL|SPEED)))|PURSUIT_(OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(EVADE_(HIDDEN|SPOTTED)|FAILURE_(DYNAMIC_PATHFINDING_DISABLED|INVALID_(GOAL|START)|NO_(NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(PARCEL_)?UNREACHABLE)|(GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(_(FAST|NONE|SLOW))?|CONTENT_TYPE_(ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(RADIUS|STATIC)|(PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(FALSE|TRUE)\\b"},{begin:"\\b(ZERO_ROTATION)\\b"},{begin:"\\b(EOF|JSON_(ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(GRANTED|DENIED))\\b"},{begin:"\\b(ZERO_VECTOR|TOUCH_INVALID_(TEXCOORD|VECTOR))\\b"}]},A={className:"built_in",begin:"\\b(ll(AgentInExperience|(Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(Details|ErrorMessage)|ReturnObjectsBy(ID|Owner)|Json(2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(Mag|Norm|Dist)|Rot(Between|2(Euler|Fwd|Left|Up))|(Euler|Axes)2Rot|Whisper|(Region|Owner)?Say|Shout|Listen(Control|Remove)?|Sensor(Repeat|Remove)?|Detected(Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|([GS]et)(AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(Scale|Offset|Rotate)Texture|(Rot)?Target(Remove)?|(Stop)?MoveToTarget|Apply(Rotational)?Impulse|Set(KeyframedMotion|ContentType|RegionPos|(Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(Queueing|Radius)|Vehicle(Type|(Float|Vector|Rotation)Param)|(Touch|Sit)?Text|Camera(Eye|At)Offset|PrimitiveParams|ClickAction|Link(Alpha|Color|PrimitiveParams(Fast)?|Texture(Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get((Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(PrimitiveParams|Number(OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(Details|PermMask|PrimCount)|Parcel(MaxPrims|Details|Prim(Count|Owners))|Attached(List)?|(SPMax|Free|Used)Memory|Region(Name|TimeDilation|FPS|Corner|AgentCount)|Root(Position|Rotation)|UnixTime|(Parcel|Region)Flags|(Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(Prims|NotecardLines|Sides)|Animation(List)?|(Camera|Local)(Pos|Rot)|Vel|Accel|Omega|Time(stamp|OfDay)|(Object|CenterOf)?Mass|MassMKS|Energy|Owner|(Owner)?Key|SunDirection|Texture(Offset|Scale|Rot)|Inventory(Number|Name|Key|Type|Creator|PermMask)|Permissions(Key)?|StartParameter|List(Length|EntryType)|Date|Agent(Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(Name|State))|(Get|Reset|GetAndReset)Time|PlaySound(Slave)?|LoopSound(Master|Slave)?|(Trigger|Stop|Preload)Sound|((Get|Delete)Sub|Insert)String|To(Upper|Lower)|Give(InventoryList|Money)|RezObject|(Stop)?LookAt|Sleep|CollisionFilter|(Take|Release)Controls|DetachFromAvatar|AttachToAvatar(Temp)?|InstantMessage|(GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(Length|Trim)|(Start|Stop)Animation|TargetOmega|Request(Experience)?Permissions|(Create|Break)Link|BreakAllLinks|(Give|Remove)Inventory|Water|PassTouches|Request(Agent|Inventory)Data|TeleportAgent(Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(Axis|Angle)|A(cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(CSV|Integer|Json|Float|String|Key|Vector|Rot|List(Strided)?)|DeleteSubList|List(Statistics|Sort|Randomize|(Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(Slope|Normal|Contour)|GroundRepel|(Set|Remove)VehicleFlags|SitOnLink|(AvatarOn)?(Link)?SitTarget|Script(Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(Integer|String)ToBase64|XorBase64|Log(10)?|Base64To(String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(Load|Release|(E|Une)scape)URL|ParcelMedia(CommandList|Query)|ModPow|MapDestination|(RemoveFrom|AddTo|Reset)Land(Pass|Ban)List|(Set|Clear)CameraParams|HTTP(Request|Response)|TextBox|DetectedTouch(UV|Face|Pos|(N|Bin)ormal|ST)|(MD5|SHA1|DumpList2)String|Request(Secure)?URL|Clear(Prim|Link)Media|(Link)?ParticleSystem|(Get|Request)(Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"};return{name:"LSL (Linden Scripting Language)",illegal:":",contains:[_,{className:"comment",variants:[q.COMMENT("//","$"),q.COMMENT("/\\*","\\*/")],relevance:0},Y,{className:"section",variants:[{begin:"\\b(state|default)\\b"},{begin:"\\b(state_(entry|exit)|touch(_(start|end))?|(land_)?collision(_(start|end))?|timer|listen|(no_)?sensor|control|(not_)?at_(rot_)?target|money|email|experience_permissions(_denied)?|run_time_permissions|changed|attach|dataserver|moving_(start|end)|link_message|(on|object)_rez|remote_data|http_re(sponse|quest)|path_update|transaction_result)\\b"}]},A,z,{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}nPq.exports=Ia_});var aPq=u((saA,oPq)=>{function xa_(q){let Y={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},z=[q.COMMENT("--(?!\\[=*\\[)","$"),q.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[Y],relevance:10})];return{name:"Lua",keywords:{$pattern:q.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:z.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[q.inherit(q.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:z}].concat(z)},q.C_NUMBER_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[Y],relevance:5}])}}oPq.exports=xa_});var tPq=u((taA,sPq)=>{function ua_(q){let K={className:"variable",variants:[{begin:"\\$\\("+q.UNDERSCORE_IDENT_RE+"\\)",contains:[q.BACKSLASH_ESCAPE]},{begin:/\$[@%{var ma_=["AASTriangle","AbelianGroup","Abort","AbortKernels","AbortProtect","AbortScheduledTask","Above","Abs","AbsArg","AbsArgPlot","Absolute","AbsoluteCorrelation","AbsoluteCorrelationFunction","AbsoluteCurrentValue","AbsoluteDashing","AbsoluteFileName","AbsoluteOptions","AbsolutePointSize","AbsoluteThickness","AbsoluteTime","AbsoluteTiming","AcceptanceThreshold","AccountingForm","Accumulate","Accuracy","AccuracyGoal","ActionDelay","ActionMenu","ActionMenuBox","ActionMenuBoxOptions","Activate","Active","ActiveClassification","ActiveClassificationObject","ActiveItem","ActivePrediction","ActivePredictionObject","ActiveStyle","AcyclicGraphQ","AddOnHelpPath","AddSides","AddTo","AddToSearchIndex","AddUsers","AdjacencyGraph","AdjacencyList","AdjacencyMatrix","AdjacentMeshCells","AdjustmentBox","AdjustmentBoxOptions","AdjustTimeSeriesForecast","AdministrativeDivisionData","AffineHalfSpace","AffineSpace","AffineStateSpaceModel","AffineTransform","After","AggregatedEntityClass","AggregationLayer","AircraftData","AirportData","AirPressureData","AirTemperatureData","AiryAi","AiryAiPrime","AiryAiZero","AiryBi","AiryBiPrime","AiryBiZero","AlgebraicIntegerQ","AlgebraicNumber","AlgebraicNumberDenominator","AlgebraicNumberNorm","AlgebraicNumberPolynomial","AlgebraicNumberTrace","AlgebraicRules","AlgebraicRulesData","Algebraics","AlgebraicUnitQ","Alignment","AlignmentMarker","AlignmentPoint","All","AllowAdultContent","AllowedCloudExtraParameters","AllowedCloudParameterExtensions","AllowedDimensions","AllowedFrequencyRange","AllowedHeads","AllowGroupClose","AllowIncomplete","AllowInlineCells","AllowKernelInitialization","AllowLooseGrammar","AllowReverseGroupClose","AllowScriptLevelChange","AllowVersionUpdate","AllTrue","Alphabet","AlphabeticOrder","AlphabeticSort","AlphaChannel","AlternateImage","AlternatingFactorial","AlternatingGroup","AlternativeHypothesis","Alternatives","AltitudeMethod","AmbientLight","AmbiguityFunction","AmbiguityList","Analytic","AnatomyData","AnatomyForm","AnatomyPlot3D","AnatomySkinStyle","AnatomyStyling","AnchoredSearch","And","AndersonDarlingTest","AngerJ","AngleBisector","AngleBracket","AnglePath","AnglePath3D","AngleVector","AngularGauge","Animate","AnimationCycleOffset","AnimationCycleRepetitions","AnimationDirection","AnimationDisplayTime","AnimationRate","AnimationRepetitions","AnimationRunning","AnimationRunTime","AnimationTimeIndex","Animator","AnimatorBox","AnimatorBoxOptions","AnimatorElements","Annotate","Annotation","AnnotationDelete","AnnotationKeys","AnnotationRules","AnnotationValue","Annuity","AnnuityDue","Annulus","AnomalyDetection","AnomalyDetector","AnomalyDetectorFunction","Anonymous","Antialiasing","AntihermitianMatrixQ","Antisymmetric","AntisymmetricMatrixQ","Antonyms","AnyOrder","AnySubset","AnyTrue","Apart","ApartSquareFree","APIFunction","Appearance","AppearanceElements","AppearanceRules","AppellF1","Append","AppendCheck","AppendLayer","AppendTo","Apply","ApplySides","ArcCos","ArcCosh","ArcCot","ArcCoth","ArcCsc","ArcCsch","ArcCurvature","ARCHProcess","ArcLength","ArcSec","ArcSech","ArcSin","ArcSinDistribution","ArcSinh","ArcTan","ArcTanh","Area","Arg","ArgMax","ArgMin","ArgumentCountQ","ARIMAProcess","ArithmeticGeometricMean","ARMAProcess","Around","AroundReplace","ARProcess","Array","ArrayComponents","ArrayDepth","ArrayFilter","ArrayFlatten","ArrayMesh","ArrayPad","ArrayPlot","ArrayQ","ArrayResample","ArrayReshape","ArrayRules","Arrays","Arrow","Arrow3DBox","ArrowBox","Arrowheads","ASATriangle","Ask","AskAppend","AskConfirm","AskDisplay","AskedQ","AskedValue","AskFunction","AskState","AskTemplateDisplay","AspectRatio","AspectRatioFixed","Assert","AssociateTo","Association","AssociationFormat","AssociationMap","AssociationQ","AssociationThread","AssumeDeterministic","Assuming","Assumptions","AstronomicalData","Asymptotic","AsymptoticDSolveValue","AsymptoticEqual","AsymptoticEquivalent","AsymptoticGreater","AsymptoticGreaterEqual","AsymptoticIntegrate","AsymptoticLess","AsymptoticLessEqual","AsymptoticOutputTracker","AsymptoticProduct","AsymptoticRSolveValue","AsymptoticSolve","AsymptoticSum","Asynchronous","AsynchronousTaskObject","AsynchronousTasks","Atom","AtomCoordinates","AtomCount","AtomDiagramCoordinates","AtomList","AtomQ","AttentionLayer","Attributes","Audio","AudioAmplify","AudioAnnotate","AudioAnnotationLookup","AudioBlockMap","AudioCapture","AudioChannelAssignment","AudioChannelCombine","AudioChannelMix","AudioChannels","AudioChannelSeparate","AudioData","AudioDelay","AudioDelete","AudioDevice","AudioDistance","AudioEncoding","AudioFade","AudioFrequencyShift","AudioGenerator","AudioIdentify","AudioInputDevice","AudioInsert","AudioInstanceQ","AudioIntervals","AudioJoin","AudioLabel","AudioLength","AudioLocalMeasurements","AudioLooping","AudioLoudness","AudioMeasurements","AudioNormalize","AudioOutputDevice","AudioOverlay","AudioPad","AudioPan","AudioPartition","AudioPause","AudioPitchShift","AudioPlay","AudioPlot","AudioQ","AudioRecord","AudioReplace","AudioResample","AudioReverb","AudioReverse","AudioSampleRate","AudioSpectralMap","AudioSpectralTransformation","AudioSplit","AudioStop","AudioStream","AudioStreams","AudioTimeStretch","AudioTracks","AudioTrim","AudioType","AugmentedPolyhedron","AugmentedSymmetricPolynomial","Authenticate","Authentication","AuthenticationDialog","AutoAction","Autocomplete","AutocompletionFunction","AutoCopy","AutocorrelationTest","AutoDelete","AutoEvaluateEvents","AutoGeneratedPackage","AutoIndent","AutoIndentSpacings","AutoItalicWords","AutoloadPath","AutoMatch","Automatic","AutomaticImageSize","AutoMultiplicationSymbol","AutoNumberFormatting","AutoOpenNotebooks","AutoOpenPalettes","AutoQuoteCharacters","AutoRefreshed","AutoRemove","AutorunSequencing","AutoScaling","AutoScroll","AutoSpacing","AutoStyleOptions","AutoStyleWords","AutoSubmitting","Axes","AxesEdge","AxesLabel","AxesOrigin","AxesStyle","AxiomaticTheory","Axis","BabyMonsterGroupB","Back","Background","BackgroundAppearance","BackgroundTasksSettings","Backslash","Backsubstitution","Backward","Ball","Band","BandpassFilter","BandstopFilter","BarabasiAlbertGraphDistribution","BarChart","BarChart3D","BarcodeImage","BarcodeRecognize","BaringhausHenzeTest","BarLegend","BarlowProschanImportance","BarnesG","BarOrigin","BarSpacing","BartlettHannWindow","BartlettWindow","BaseDecode","BaseEncode","BaseForm","Baseline","BaselinePosition","BaseStyle","BasicRecurrentLayer","BatchNormalizationLayer","BatchSize","BatesDistribution","BattleLemarieWavelet","BayesianMaximization","BayesianMaximizationObject","BayesianMinimization","BayesianMinimizationObject","Because","BeckmannDistribution","Beep","Before","Begin","BeginDialogPacket","BeginFrontEndInteractionPacket","BeginPackage","BellB","BellY","Below","BenfordDistribution","BeniniDistribution","BenktanderGibratDistribution","BenktanderWeibullDistribution","BernoulliB","BernoulliDistribution","BernoulliGraphDistribution","BernoulliProcess","BernsteinBasis","BesselFilterModel","BesselI","BesselJ","BesselJZero","BesselK","BesselY","BesselYZero","Beta","BetaBinomialDistribution","BetaDistribution","BetaNegativeBinomialDistribution","BetaPrimeDistribution","BetaRegularized","Between","BetweennessCentrality","BeveledPolyhedron","BezierCurve","BezierCurve3DBox","BezierCurve3DBoxOptions","BezierCurveBox","BezierCurveBoxOptions","BezierFunction","BilateralFilter","Binarize","BinaryDeserialize","BinaryDistance","BinaryFormat","BinaryImageQ","BinaryRead","BinaryReadList","BinarySerialize","BinaryWrite","BinCounts","BinLists","Binomial","BinomialDistribution","BinomialProcess","BinormalDistribution","BiorthogonalSplineWavelet","BipartiteGraphQ","BiquadraticFilterModel","BirnbaumImportance","BirnbaumSaundersDistribution","BitAnd","BitClear","BitGet","BitLength","BitNot","BitOr","BitSet","BitShiftLeft","BitShiftRight","BitXor","BiweightLocation","BiweightMidvariance","Black","BlackmanHarrisWindow","BlackmanNuttallWindow","BlackmanWindow","Blank","BlankForm","BlankNullSequence","BlankSequence","Blend","Block","BlockchainAddressData","BlockchainBase","BlockchainBlockData","BlockchainContractValue","BlockchainData","BlockchainGet","BlockchainKeyEncode","BlockchainPut","BlockchainTokenData","BlockchainTransaction","BlockchainTransactionData","BlockchainTransactionSign","BlockchainTransactionSubmit","BlockMap","BlockRandom","BlomqvistBeta","BlomqvistBetaTest","Blue","Blur","BodePlot","BohmanWindow","Bold","Bond","BondCount","BondList","BondQ","Bookmarks","Boole","BooleanConsecutiveFunction","BooleanConvert","BooleanCountingFunction","BooleanFunction","BooleanGraph","BooleanMaxterms","BooleanMinimize","BooleanMinterms","BooleanQ","BooleanRegion","Booleans","BooleanStrings","BooleanTable","BooleanVariables","BorderDimensions","BorelTannerDistribution","Bottom","BottomHatTransform","BoundaryDiscretizeGraphics","BoundaryDiscretizeRegion","BoundaryMesh","BoundaryMeshRegion","BoundaryMeshRegionQ","BoundaryStyle","BoundedRegionQ","BoundingRegion","Bounds","Box","BoxBaselineShift","BoxData","BoxDimensions","Boxed","Boxes","BoxForm","BoxFormFormatTypes","BoxFrame","BoxID","BoxMargins","BoxMatrix","BoxObject","BoxRatios","BoxRotation","BoxRotationPoint","BoxStyle","BoxWhiskerChart","Bra","BracketingBar","BraKet","BrayCurtisDistance","BreadthFirstScan","Break","BridgeData","BrightnessEqualize","BroadcastStationData","Brown","BrownForsytheTest","BrownianBridgeProcess","BrowserCategory","BSplineBasis","BSplineCurve","BSplineCurve3DBox","BSplineCurve3DBoxOptions","BSplineCurveBox","BSplineCurveBoxOptions","BSplineFunction","BSplineSurface","BSplineSurface3DBox","BSplineSurface3DBoxOptions","BubbleChart","BubbleChart3D","BubbleScale","BubbleSizes","BuildingData","BulletGauge","BusinessDayQ","ButterflyGraph","ButterworthFilterModel","Button","ButtonBar","ButtonBox","ButtonBoxOptions","ButtonCell","ButtonContents","ButtonData","ButtonEvaluator","ButtonExpandable","ButtonFrame","ButtonFunction","ButtonMargins","ButtonMinHeight","ButtonNote","ButtonNotebook","ButtonSource","ButtonStyle","ButtonStyleMenuListing","Byte","ByteArray","ByteArrayFormat","ByteArrayQ","ByteArrayToString","ByteCount","ByteOrdering","C","CachedValue","CacheGraphics","CachePersistence","CalendarConvert","CalendarData","CalendarType","Callout","CalloutMarker","CalloutStyle","CallPacket","CanberraDistance","Cancel","CancelButton","CandlestickChart","CanonicalGraph","CanonicalizePolygon","CanonicalizePolyhedron","CanonicalName","CanonicalWarpingCorrespondence","CanonicalWarpingDistance","CantorMesh","CantorStaircase","Cap","CapForm","CapitalDifferentialD","Capitalize","CapsuleShape","CaptureRunning","CardinalBSplineBasis","CarlemanLinearize","CarmichaelLambda","CaseOrdering","Cases","CaseSensitive","Cashflow","Casoratian","Catalan","CatalanNumber","Catch","CategoricalDistribution","Catenate","CatenateLayer","CauchyDistribution","CauchyWindow","CayleyGraph","CDF","CDFDeploy","CDFInformation","CDFWavelet","Ceiling","CelestialSystem","Cell","CellAutoOverwrite","CellBaseline","CellBoundingBox","CellBracketOptions","CellChangeTimes","CellContents","CellContext","CellDingbat","CellDynamicExpression","CellEditDuplicate","CellElementsBoundingBox","CellElementSpacings","CellEpilog","CellEvaluationDuplicate","CellEvaluationFunction","CellEvaluationLanguage","CellEventActions","CellFrame","CellFrameColor","CellFrameLabelMargins","CellFrameLabels","CellFrameMargins","CellGroup","CellGroupData","CellGrouping","CellGroupingRules","CellHorizontalScrolling","CellID","CellLabel","CellLabelAutoDelete","CellLabelMargins","CellLabelPositioning","CellLabelStyle","CellLabelTemplate","CellMargins","CellObject","CellOpen","CellPrint","CellProlog","Cells","CellSize","CellStyle","CellTags","CellularAutomaton","CensoredDistribution","Censoring","Center","CenterArray","CenterDot","CentralFeature","CentralMoment","CentralMomentGeneratingFunction","Cepstrogram","CepstrogramArray","CepstrumArray","CForm","ChampernowneNumber","ChangeOptions","ChannelBase","ChannelBrokerAction","ChannelDatabin","ChannelHistoryLength","ChannelListen","ChannelListener","ChannelListeners","ChannelListenerWait","ChannelObject","ChannelPreSendFunction","ChannelReceiverFunction","ChannelSend","ChannelSubscribers","ChanVeseBinarize","Character","CharacterCounts","CharacterEncoding","CharacterEncodingsPath","CharacteristicFunction","CharacteristicPolynomial","CharacterName","CharacterNormalize","CharacterRange","Characters","ChartBaseStyle","ChartElementData","ChartElementDataFunction","ChartElementFunction","ChartElements","ChartLabels","ChartLayout","ChartLegends","ChartStyle","Chebyshev1FilterModel","Chebyshev2FilterModel","ChebyshevDistance","ChebyshevT","ChebyshevU","Check","CheckAbort","CheckAll","Checkbox","CheckboxBar","CheckboxBox","CheckboxBoxOptions","ChemicalData","ChessboardDistance","ChiDistribution","ChineseRemainder","ChiSquareDistribution","ChoiceButtons","ChoiceDialog","CholeskyDecomposition","Chop","ChromaticityPlot","ChromaticityPlot3D","ChromaticPolynomial","Circle","CircleBox","CircleDot","CircleMinus","CirclePlus","CirclePoints","CircleThrough","CircleTimes","CirculantGraph","CircularOrthogonalMatrixDistribution","CircularQuaternionMatrixDistribution","CircularRealMatrixDistribution","CircularSymplecticMatrixDistribution","CircularUnitaryMatrixDistribution","Circumsphere","CityData","ClassifierFunction","ClassifierInformation","ClassifierMeasurements","ClassifierMeasurementsObject","Classify","ClassPriors","Clear","ClearAll","ClearAttributes","ClearCookies","ClearPermissions","ClearSystemCache","ClebschGordan","ClickPane","Clip","ClipboardNotebook","ClipFill","ClippingStyle","ClipPlanes","ClipPlanesStyle","ClipRange","Clock","ClockGauge","ClockwiseContourIntegral","Close","Closed","CloseKernels","ClosenessCentrality","Closing","ClosingAutoSave","ClosingEvent","ClosingSaveDialog","CloudAccountData","CloudBase","CloudConnect","CloudConnections","CloudDeploy","CloudDirectory","CloudDisconnect","CloudEvaluate","CloudExport","CloudExpression","CloudExpressions","CloudFunction","CloudGet","CloudImport","CloudLoggingData","CloudObject","CloudObjectInformation","CloudObjectInformationData","CloudObjectNameFormat","CloudObjects","CloudObjectURLType","CloudPublish","CloudPut","CloudRenderingMethod","CloudSave","CloudShare","CloudSubmit","CloudSymbol","CloudUnshare","CloudUserID","ClusterClassify","ClusterDissimilarityFunction","ClusteringComponents","ClusteringTree","CMYKColor","Coarse","CodeAssistOptions","Coefficient","CoefficientArrays","CoefficientDomain","CoefficientList","CoefficientRules","CoifletWavelet","Collect","Colon","ColonForm","ColorBalance","ColorCombine","ColorConvert","ColorCoverage","ColorData","ColorDataFunction","ColorDetect","ColorDistance","ColorFunction","ColorFunctionScaling","Colorize","ColorNegate","ColorOutput","ColorProfileData","ColorQ","ColorQuantize","ColorReplace","ColorRules","ColorSelectorSettings","ColorSeparate","ColorSetter","ColorSetterBox","ColorSetterBoxOptions","ColorSlider","ColorsNear","ColorSpace","ColorToneMapping","Column","ColumnAlignments","ColumnBackgrounds","ColumnForm","ColumnLines","ColumnsEqual","ColumnSpacings","ColumnWidths","CombinedEntityClass","CombinerFunction","CometData","CommonDefaultFormatTypes","Commonest","CommonestFilter","CommonName","CommonUnits","CommunityBoundaryStyle","CommunityGraphPlot","CommunityLabels","CommunityRegionStyle","CompanyData","CompatibleUnitQ","CompilationOptions","CompilationTarget","Compile","Compiled","CompiledCodeFunction","CompiledFunction","CompilerOptions","Complement","ComplementedEntityClass","CompleteGraph","CompleteGraphQ","CompleteKaryTree","CompletionsListPacket","Complex","ComplexContourPlot","Complexes","ComplexExpand","ComplexInfinity","ComplexityFunction","ComplexListPlot","ComplexPlot","ComplexPlot3D","ComplexRegionPlot","ComplexStreamPlot","ComplexVectorPlot","ComponentMeasurements","ComponentwiseContextMenu","Compose","ComposeList","ComposeSeries","CompositeQ","Composition","CompoundElement","CompoundExpression","CompoundPoissonDistribution","CompoundPoissonProcess","CompoundRenewalProcess","Compress","CompressedData","CompressionLevel","ComputeUncertainty","Condition","ConditionalExpression","Conditioned","Cone","ConeBox","ConfidenceLevel","ConfidenceRange","ConfidenceTransform","ConfigurationPath","ConformAudio","ConformImages","Congruent","ConicHullRegion","ConicHullRegion3DBox","ConicHullRegionBox","ConicOptimization","Conjugate","ConjugateTranspose","Conjunction","Connect","ConnectedComponents","ConnectedGraphComponents","ConnectedGraphQ","ConnectedMeshComponents","ConnectedMoleculeComponents","ConnectedMoleculeQ","ConnectionSettings","ConnectLibraryCallbackFunction","ConnectSystemModelComponents","ConnesWindow","ConoverTest","ConsoleMessage","ConsoleMessagePacket","Constant","ConstantArray","ConstantArrayLayer","ConstantImage","ConstantPlusLayer","ConstantRegionQ","Constants","ConstantTimesLayer","ConstellationData","ConstrainedMax","ConstrainedMin","Construct","Containing","ContainsAll","ContainsAny","ContainsExactly","ContainsNone","ContainsOnly","ContentFieldOptions","ContentLocationFunction","ContentObject","ContentPadding","ContentsBoundingBox","ContentSelectable","ContentSize","Context","ContextMenu","Contexts","ContextToFileName","Continuation","Continue","ContinuedFraction","ContinuedFractionK","ContinuousAction","ContinuousMarkovProcess","ContinuousTask","ContinuousTimeModelQ","ContinuousWaveletData","ContinuousWaveletTransform","ContourDetect","ContourGraphics","ContourIntegral","ContourLabels","ContourLines","ContourPlot","ContourPlot3D","Contours","ContourShading","ContourSmoothing","ContourStyle","ContraharmonicMean","ContrastiveLossLayer","Control","ControlActive","ControlAlignment","ControlGroupContentsBox","ControllabilityGramian","ControllabilityMatrix","ControllableDecomposition","ControllableModelQ","ControllerDuration","ControllerInformation","ControllerInformationData","ControllerLinking","ControllerManipulate","ControllerMethod","ControllerPath","ControllerState","ControlPlacement","ControlsRendering","ControlType","Convergents","ConversionOptions","ConversionRules","ConvertToBitmapPacket","ConvertToPostScript","ConvertToPostScriptPacket","ConvexHullMesh","ConvexPolygonQ","ConvexPolyhedronQ","ConvolutionLayer","Convolve","ConwayGroupCo1","ConwayGroupCo2","ConwayGroupCo3","CookieFunction","Cookies","CoordinateBoundingBox","CoordinateBoundingBoxArray","CoordinateBounds","CoordinateBoundsArray","CoordinateChartData","CoordinatesToolOptions","CoordinateTransform","CoordinateTransformData","CoprimeQ","Coproduct","CopulaDistribution","Copyable","CopyDatabin","CopyDirectory","CopyFile","CopyTag","CopyToClipboard","CornerFilter","CornerNeighbors","Correlation","CorrelationDistance","CorrelationFunction","CorrelationTest","Cos","Cosh","CoshIntegral","CosineDistance","CosineWindow","CosIntegral","Cot","Coth","Count","CountDistinct","CountDistinctBy","CounterAssignments","CounterBox","CounterBoxOptions","CounterClockwiseContourIntegral","CounterEvaluator","CounterFunction","CounterIncrements","CounterStyle","CounterStyleMenuListing","CountRoots","CountryData","Counts","CountsBy","Covariance","CovarianceEstimatorFunction","CovarianceFunction","CoxianDistribution","CoxIngersollRossProcess","CoxModel","CoxModelFit","CramerVonMisesTest","CreateArchive","CreateCellID","CreateChannel","CreateCloudExpression","CreateDatabin","CreateDataStructure","CreateDataSystemModel","CreateDialog","CreateDirectory","CreateDocument","CreateFile","CreateIntermediateDirectories","CreateManagedLibraryExpression","CreateNotebook","CreatePacletArchive","CreatePalette","CreatePalettePacket","CreatePermissionsGroup","CreateScheduledTask","CreateSearchIndex","CreateSystemModel","CreateTemporary","CreateUUID","CreateWindow","CriterionFunction","CriticalityFailureImportance","CriticalitySuccessImportance","CriticalSection","Cross","CrossEntropyLossLayer","CrossingCount","CrossingDetect","CrossingPolygon","CrossMatrix","Csc","Csch","CTCLossLayer","Cube","CubeRoot","Cubics","Cuboid","CuboidBox","Cumulant","CumulantGeneratingFunction","Cup","CupCap","Curl","CurlyDoubleQuote","CurlyQuote","CurrencyConvert","CurrentDate","CurrentImage","CurrentlySpeakingPacket","CurrentNotebookImage","CurrentScreenImage","CurrentValue","Curry","CurryApplied","CurvatureFlowFilter","CurveClosed","Cyan","CycleGraph","CycleIndexPolynomial","Cycles","CyclicGroup","Cyclotomic","Cylinder","CylinderBox","CylindricalDecomposition","D","DagumDistribution","DamData","DamerauLevenshteinDistance","DampingFactor","Darker","Dashed","Dashing","DatabaseConnect","DatabaseDisconnect","DatabaseReference","Databin","DatabinAdd","DatabinRemove","Databins","DatabinUpload","DataCompression","DataDistribution","DataRange","DataReversed","Dataset","DatasetDisplayPanel","DataStructure","DataStructureQ","Date","DateBounds","Dated","DateDelimiters","DateDifference","DatedUnit","DateFormat","DateFunction","DateHistogram","DateInterval","DateList","DateListLogPlot","DateListPlot","DateListStepPlot","DateObject","DateObjectQ","DateOverlapsQ","DatePattern","DatePlus","DateRange","DateReduction","DateString","DateTicksFormat","DateValue","DateWithinQ","DaubechiesWavelet","DavisDistribution","DawsonF","DayCount","DayCountConvention","DayHemisphere","DaylightQ","DayMatchQ","DayName","DayNightTerminator","DayPlus","DayRange","DayRound","DeBruijnGraph","DeBruijnSequence","Debug","DebugTag","Decapitalize","Decimal","DecimalForm","DeclareKnownSymbols","DeclarePackage","Decompose","DeconvolutionLayer","Decrement","Decrypt","DecryptFile","DedekindEta","DeepSpaceProbeData","Default","DefaultAxesStyle","DefaultBaseStyle","DefaultBoxStyle","DefaultButton","DefaultColor","DefaultControlPlacement","DefaultDuplicateCellStyle","DefaultDuration","DefaultElement","DefaultFaceGridsStyle","DefaultFieldHintStyle","DefaultFont","DefaultFontProperties","DefaultFormatType","DefaultFormatTypeForStyle","DefaultFrameStyle","DefaultFrameTicksStyle","DefaultGridLinesStyle","DefaultInlineFormatType","DefaultInputFormatType","DefaultLabelStyle","DefaultMenuStyle","DefaultNaturalLanguage","DefaultNewCellStyle","DefaultNewInlineCellStyle","DefaultNotebook","DefaultOptions","DefaultOutputFormatType","DefaultPrintPrecision","DefaultStyle","DefaultStyleDefinitions","DefaultTextFormatType","DefaultTextInlineFormatType","DefaultTicksStyle","DefaultTooltipStyle","DefaultValue","DefaultValues","Defer","DefineExternal","DefineInputStreamMethod","DefineOutputStreamMethod","DefineResourceFunction","Definition","Degree","DegreeCentrality","DegreeGraphDistribution","DegreeLexicographic","DegreeReverseLexicographic","DEigensystem","DEigenvalues","Deinitialization","Del","DelaunayMesh","Delayed","Deletable","Delete","DeleteAnomalies","DeleteBorderComponents","DeleteCases","DeleteChannel","DeleteCloudExpression","DeleteContents","DeleteDirectory","DeleteDuplicates","DeleteDuplicatesBy","DeleteFile","DeleteMissing","DeleteObject","DeletePermissionsKey","DeleteSearchIndex","DeleteSmallComponents","DeleteStopwords","DeleteWithContents","DeletionWarning","DelimitedArray","DelimitedSequence","Delimiter","DelimiterFlashTime","DelimiterMatching","Delimiters","DeliveryFunction","Dendrogram","Denominator","DensityGraphics","DensityHistogram","DensityPlot","DensityPlot3D","DependentVariables","Deploy","Deployed","Depth","DepthFirstScan","Derivative","DerivativeFilter","DerivedKey","DescriptorStateSpace","DesignMatrix","DestroyAfterEvaluation","Det","DeviceClose","DeviceConfigure","DeviceExecute","DeviceExecuteAsynchronous","DeviceObject","DeviceOpen","DeviceOpenQ","DeviceRead","DeviceReadBuffer","DeviceReadLatest","DeviceReadList","DeviceReadTimeSeries","Devices","DeviceStreams","DeviceWrite","DeviceWriteBuffer","DGaussianWavelet","DiacriticalPositioning","Diagonal","DiagonalizableMatrixQ","DiagonalMatrix","DiagonalMatrixQ","Dialog","DialogIndent","DialogInput","DialogLevel","DialogNotebook","DialogProlog","DialogReturn","DialogSymbols","Diamond","DiamondMatrix","DiceDissimilarity","DictionaryLookup","DictionaryWordQ","DifferenceDelta","DifferenceOrder","DifferenceQuotient","DifferenceRoot","DifferenceRootReduce","Differences","DifferentialD","DifferentialRoot","DifferentialRootReduce","DifferentiatorFilter","DigitalSignature","DigitBlock","DigitBlockMinimum","DigitCharacter","DigitCount","DigitQ","DihedralAngle","DihedralGroup","Dilation","DimensionalCombinations","DimensionalMeshComponents","DimensionReduce","DimensionReducerFunction","DimensionReduction","Dimensions","DiracComb","DiracDelta","DirectedEdge","DirectedEdges","DirectedGraph","DirectedGraphQ","DirectedInfinity","Direction","Directive","Directory","DirectoryName","DirectoryQ","DirectoryStack","DirichletBeta","DirichletCharacter","DirichletCondition","DirichletConvolve","DirichletDistribution","DirichletEta","DirichletL","DirichletLambda","DirichletTransform","DirichletWindow","DisableConsolePrintPacket","DisableFormatting","DiscreteAsymptotic","DiscreteChirpZTransform","DiscreteConvolve","DiscreteDelta","DiscreteHadamardTransform","DiscreteIndicator","DiscreteLimit","DiscreteLQEstimatorGains","DiscreteLQRegulatorGains","DiscreteLyapunovSolve","DiscreteMarkovProcess","DiscreteMaxLimit","DiscreteMinLimit","DiscretePlot","DiscretePlot3D","DiscreteRatio","DiscreteRiccatiSolve","DiscreteShift","DiscreteTimeModelQ","DiscreteUniformDistribution","DiscreteVariables","DiscreteWaveletData","DiscreteWaveletPacketTransform","DiscreteWaveletTransform","DiscretizeGraphics","DiscretizeRegion","Discriminant","DisjointQ","Disjunction","Disk","DiskBox","DiskMatrix","DiskSegment","Dispatch","DispatchQ","DispersionEstimatorFunction","Display","DisplayAllSteps","DisplayEndPacket","DisplayFlushImagePacket","DisplayForm","DisplayFunction","DisplayPacket","DisplayRules","DisplaySetSizePacket","DisplayString","DisplayTemporary","DisplayWith","DisplayWithRef","DisplayWithVariable","DistanceFunction","DistanceMatrix","DistanceTransform","Distribute","Distributed","DistributedContexts","DistributeDefinitions","DistributionChart","DistributionDomain","DistributionFitTest","DistributionParameterAssumptions","DistributionParameterQ","Dithering","Div","Divergence","Divide","DivideBy","Dividers","DivideSides","Divisible","Divisors","DivisorSigma","DivisorSum","DMSList","DMSString","Do","DockedCells","DocumentGenerator","DocumentGeneratorInformation","DocumentGeneratorInformationData","DocumentGenerators","DocumentNotebook","DocumentWeightingRules","Dodecahedron","DomainRegistrationInformation","DominantColors","DOSTextFormat","Dot","DotDashed","DotEqual","DotLayer","DotPlusLayer","Dotted","DoubleBracketingBar","DoubleContourIntegral","DoubleDownArrow","DoubleLeftArrow","DoubleLeftRightArrow","DoubleLeftTee","DoubleLongLeftArrow","DoubleLongLeftRightArrow","DoubleLongRightArrow","DoubleRightArrow","DoubleRightTee","DoubleUpArrow","DoubleUpDownArrow","DoubleVerticalBar","DoublyInfinite","Down","DownArrow","DownArrowBar","DownArrowUpArrow","DownLeftRightVector","DownLeftTeeVector","DownLeftVector","DownLeftVectorBar","DownRightTeeVector","DownRightVector","DownRightVectorBar","Downsample","DownTee","DownTeeArrow","DownValues","DragAndDrop","DrawEdges","DrawFrontFaces","DrawHighlighted","Drop","DropoutLayer","DSolve","DSolveValue","Dt","DualLinearProgramming","DualPolyhedron","DualSystemsModel","DumpGet","DumpSave","DuplicateFreeQ","Duration","Dynamic","DynamicBox","DynamicBoxOptions","DynamicEvaluationTimeout","DynamicGeoGraphics","DynamicImage","DynamicLocation","DynamicModule","DynamicModuleBox","DynamicModuleBoxOptions","DynamicModuleParent","DynamicModuleValues","DynamicName","DynamicNamespace","DynamicReference","DynamicSetting","DynamicUpdating","DynamicWrapper","DynamicWrapperBox","DynamicWrapperBoxOptions","E","EarthImpactData","EarthquakeData","EccentricityCentrality","Echo","EchoFunction","EclipseType","EdgeAdd","EdgeBetweennessCentrality","EdgeCapacity","EdgeCapForm","EdgeColor","EdgeConnectivity","EdgeContract","EdgeCost","EdgeCount","EdgeCoverQ","EdgeCycleMatrix","EdgeDashing","EdgeDelete","EdgeDetect","EdgeForm","EdgeIndex","EdgeJoinForm","EdgeLabeling","EdgeLabels","EdgeLabelStyle","EdgeList","EdgeOpacity","EdgeQ","EdgeRenderingFunction","EdgeRules","EdgeShapeFunction","EdgeStyle","EdgeTaggedGraph","EdgeTaggedGraphQ","EdgeTags","EdgeThickness","EdgeWeight","EdgeWeightedGraphQ","Editable","EditButtonSettings","EditCellTagsSettings","EditDistance","EffectiveInterest","Eigensystem","Eigenvalues","EigenvectorCentrality","Eigenvectors","Element","ElementData","ElementwiseLayer","ElidedForms","Eliminate","EliminationOrder","Ellipsoid","EllipticE","EllipticExp","EllipticExpPrime","EllipticF","EllipticFilterModel","EllipticK","EllipticLog","EllipticNomeQ","EllipticPi","EllipticReducedHalfPeriods","EllipticTheta","EllipticThetaPrime","EmbedCode","EmbeddedHTML","EmbeddedService","EmbeddingLayer","EmbeddingObject","EmitSound","EmphasizeSyntaxErrors","EmpiricalDistribution","Empty","EmptyGraphQ","EmptyRegion","EnableConsolePrintPacket","Enabled","Encode","Encrypt","EncryptedObject","EncryptFile","End","EndAdd","EndDialogPacket","EndFrontEndInteractionPacket","EndOfBuffer","EndOfFile","EndOfLine","EndOfString","EndPackage","EngineEnvironment","EngineeringForm","Enter","EnterExpressionPacket","EnterTextPacket","Entity","EntityClass","EntityClassList","EntityCopies","EntityFunction","EntityGroup","EntityInstance","EntityList","EntityPrefetch","EntityProperties","EntityProperty","EntityPropertyClass","EntityRegister","EntityStore","EntityStores","EntityTypeName","EntityUnregister","EntityValue","Entropy","EntropyFilter","Environment","Epilog","EpilogFunction","Equal","EqualColumns","EqualRows","EqualTilde","EqualTo","EquatedTo","Equilibrium","EquirippleFilterKernel","Equivalent","Erf","Erfc","Erfi","ErlangB","ErlangC","ErlangDistribution","Erosion","ErrorBox","ErrorBoxOptions","ErrorNorm","ErrorPacket","ErrorsDialogSettings","EscapeRadius","EstimatedBackground","EstimatedDistribution","EstimatedProcess","EstimatorGains","EstimatorRegulator","EuclideanDistance","EulerAngles","EulerCharacteristic","EulerE","EulerGamma","EulerianGraphQ","EulerMatrix","EulerPhi","Evaluatable","Evaluate","Evaluated","EvaluatePacket","EvaluateScheduledTask","EvaluationBox","EvaluationCell","EvaluationCompletionAction","EvaluationData","EvaluationElements","EvaluationEnvironment","EvaluationMode","EvaluationMonitor","EvaluationNotebook","EvaluationObject","EvaluationOrder","Evaluator","EvaluatorNames","EvenQ","EventData","EventEvaluator","EventHandler","EventHandlerTag","EventLabels","EventSeries","ExactBlackmanWindow","ExactNumberQ","ExactRootIsolation","ExampleData","Except","ExcludedForms","ExcludedLines","ExcludedPhysicalQuantities","ExcludePods","Exclusions","ExclusionsStyle","Exists","Exit","ExitDialog","ExoplanetData","Exp","Expand","ExpandAll","ExpandDenominator","ExpandFileName","ExpandNumerator","Expectation","ExpectationE","ExpectedValue","ExpGammaDistribution","ExpIntegralE","ExpIntegralEi","ExpirationDate","Exponent","ExponentFunction","ExponentialDistribution","ExponentialFamily","ExponentialGeneratingFunction","ExponentialMovingAverage","ExponentialPowerDistribution","ExponentPosition","ExponentStep","Export","ExportAutoReplacements","ExportByteArray","ExportForm","ExportPacket","ExportString","Expression","ExpressionCell","ExpressionGraph","ExpressionPacket","ExpressionUUID","ExpToTrig","ExtendedEntityClass","ExtendedGCD","Extension","ExtentElementFunction","ExtentMarkers","ExtentSize","ExternalBundle","ExternalCall","ExternalDataCharacterEncoding","ExternalEvaluate","ExternalFunction","ExternalFunctionName","ExternalIdentifier","ExternalObject","ExternalOptions","ExternalSessionObject","ExternalSessions","ExternalStorageBase","ExternalStorageDownload","ExternalStorageGet","ExternalStorageObject","ExternalStoragePut","ExternalStorageUpload","ExternalTypeSignature","ExternalValue","Extract","ExtractArchive","ExtractLayer","ExtractPacletArchive","ExtremeValueDistribution","FaceAlign","FaceForm","FaceGrids","FaceGridsStyle","FacialFeatures","Factor","FactorComplete","Factorial","Factorial2","FactorialMoment","FactorialMomentGeneratingFunction","FactorialPower","FactorInteger","FactorList","FactorSquareFree","FactorSquareFreeList","FactorTerms","FactorTermsList","Fail","Failure","FailureAction","FailureDistribution","FailureQ","False","FareySequence","FARIMAProcess","FeatureDistance","FeatureExtract","FeatureExtraction","FeatureExtractor","FeatureExtractorFunction","FeatureNames","FeatureNearest","FeatureSpacePlot","FeatureSpacePlot3D","FeatureTypes","FEDisableConsolePrintPacket","FeedbackLinearize","FeedbackSector","FeedbackSectorStyle","FeedbackType","FEEnableConsolePrintPacket","FetalGrowthData","Fibonacci","Fibonorial","FieldCompletionFunction","FieldHint","FieldHintStyle","FieldMasked","FieldSize","File","FileBaseName","FileByteCount","FileConvert","FileDate","FileExistsQ","FileExtension","FileFormat","FileHandler","FileHash","FileInformation","FileName","FileNameDepth","FileNameDialogSettings","FileNameDrop","FileNameForms","FileNameJoin","FileNames","FileNameSetter","FileNameSplit","FileNameTake","FilePrint","FileSize","FileSystemMap","FileSystemScan","FileTemplate","FileTemplateApply","FileType","FilledCurve","FilledCurveBox","FilledCurveBoxOptions","Filling","FillingStyle","FillingTransform","FilteredEntityClass","FilterRules","FinancialBond","FinancialData","FinancialDerivative","FinancialIndicator","Find","FindAnomalies","FindArgMax","FindArgMin","FindChannels","FindClique","FindClusters","FindCookies","FindCurvePath","FindCycle","FindDevices","FindDistribution","FindDistributionParameters","FindDivisions","FindEdgeCover","FindEdgeCut","FindEdgeIndependentPaths","FindEquationalProof","FindEulerianCycle","FindExternalEvaluators","FindFaces","FindFile","FindFit","FindFormula","FindFundamentalCycles","FindGeneratingFunction","FindGeoLocation","FindGeometricConjectures","FindGeometricTransform","FindGraphCommunities","FindGraphIsomorphism","FindGraphPartition","FindHamiltonianCycle","FindHamiltonianPath","FindHiddenMarkovStates","FindImageText","FindIndependentEdgeSet","FindIndependentVertexSet","FindInstance","FindIntegerNullVector","FindKClan","FindKClique","FindKClub","FindKPlex","FindLibrary","FindLinearRecurrence","FindList","FindMatchingColor","FindMaximum","FindMaximumCut","FindMaximumFlow","FindMaxValue","FindMeshDefects","FindMinimum","FindMinimumCostFlow","FindMinimumCut","FindMinValue","FindMoleculeSubstructure","FindPath","FindPeaks","FindPermutation","FindPostmanTour","FindProcessParameters","FindRepeat","FindRoot","FindSequenceFunction","FindSettings","FindShortestPath","FindShortestTour","FindSpanningTree","FindSystemModelEquilibrium","FindTextualAnswer","FindThreshold","FindTransientRepeat","FindVertexCover","FindVertexCut","FindVertexIndependentPaths","Fine","FinishDynamic","FiniteAbelianGroupCount","FiniteGroupCount","FiniteGroupData","First","FirstCase","FirstPassageTimeDistribution","FirstPosition","FischerGroupFi22","FischerGroupFi23","FischerGroupFi24Prime","FisherHypergeometricDistribution","FisherRatioTest","FisherZDistribution","Fit","FitAll","FitRegularization","FittedModel","FixedOrder","FixedPoint","FixedPointList","FlashSelection","Flat","Flatten","FlattenAt","FlattenLayer","FlatTopWindow","FlipView","Floor","FlowPolynomial","FlushPrintOutputPacket","Fold","FoldList","FoldPair","FoldPairList","FollowRedirects","Font","FontColor","FontFamily","FontForm","FontName","FontOpacity","FontPostScriptName","FontProperties","FontReencoding","FontSize","FontSlant","FontSubstitutions","FontTracking","FontVariations","FontWeight","For","ForAll","ForceVersionInstall","Format","FormatRules","FormatType","FormatTypeAutoConvert","FormatValues","FormBox","FormBoxOptions","FormControl","FormFunction","FormLayoutFunction","FormObject","FormPage","FormTheme","FormulaData","FormulaLookup","FortranForm","Forward","ForwardBackward","Fourier","FourierCoefficient","FourierCosCoefficient","FourierCosSeries","FourierCosTransform","FourierDCT","FourierDCTFilter","FourierDCTMatrix","FourierDST","FourierDSTMatrix","FourierMatrix","FourierParameters","FourierSequenceTransform","FourierSeries","FourierSinCoefficient","FourierSinSeries","FourierSinTransform","FourierTransform","FourierTrigSeries","FractionalBrownianMotionProcess","FractionalGaussianNoiseProcess","FractionalPart","FractionBox","FractionBoxOptions","FractionLine","Frame","FrameBox","FrameBoxOptions","Framed","FrameInset","FrameLabel","Frameless","FrameMargins","FrameRate","FrameStyle","FrameTicks","FrameTicksStyle","FRatioDistribution","FrechetDistribution","FreeQ","FrenetSerretSystem","FrequencySamplingFilterKernel","FresnelC","FresnelF","FresnelG","FresnelS","Friday","FrobeniusNumber","FrobeniusSolve","FromAbsoluteTime","FromCharacterCode","FromCoefficientRules","FromContinuedFraction","FromDate","FromDigits","FromDMS","FromEntity","FromJulianDate","FromLetterNumber","FromPolarCoordinates","FromRomanNumeral","FromSphericalCoordinates","FromUnixTime","Front","FrontEndDynamicExpression","FrontEndEventActions","FrontEndExecute","FrontEndObject","FrontEndResource","FrontEndResourceString","FrontEndStackSize","FrontEndToken","FrontEndTokenExecute","FrontEndValueCache","FrontEndVersion","FrontFaceColor","FrontFaceOpacity","Full","FullAxes","FullDefinition","FullForm","FullGraphics","FullInformationOutputRegulator","FullOptions","FullRegion","FullSimplify","Function","FunctionCompile","FunctionCompileExport","FunctionCompileExportByteArray","FunctionCompileExportLibrary","FunctionCompileExportString","FunctionDomain","FunctionExpand","FunctionInterpolation","FunctionPeriod","FunctionRange","FunctionSpace","FussellVeselyImportance","GaborFilter","GaborMatrix","GaborWavelet","GainMargins","GainPhaseMargins","GalaxyData","GalleryView","Gamma","GammaDistribution","GammaRegularized","GapPenalty","GARCHProcess","GatedRecurrentLayer","Gather","GatherBy","GaugeFaceElementFunction","GaugeFaceStyle","GaugeFrameElementFunction","GaugeFrameSize","GaugeFrameStyle","GaugeLabels","GaugeMarkers","GaugeStyle","GaussianFilter","GaussianIntegers","GaussianMatrix","GaussianOrthogonalMatrixDistribution","GaussianSymplecticMatrixDistribution","GaussianUnitaryMatrixDistribution","GaussianWindow","GCD","GegenbauerC","General","GeneralizedLinearModelFit","GenerateAsymmetricKeyPair","GenerateConditions","GeneratedCell","GeneratedDocumentBinding","GenerateDerivedKey","GenerateDigitalSignature","GenerateDocument","GeneratedParameters","GeneratedQuantityMagnitudes","GenerateFileSignature","GenerateHTTPResponse","GenerateSecuredAuthenticationKey","GenerateSymmetricKey","GeneratingFunction","GeneratorDescription","GeneratorHistoryLength","GeneratorOutputType","Generic","GenericCylindricalDecomposition","GenomeData","GenomeLookup","GeoAntipode","GeoArea","GeoArraySize","GeoBackground","GeoBoundingBox","GeoBounds","GeoBoundsRegion","GeoBubbleChart","GeoCenter","GeoCircle","GeoContourPlot","GeoDensityPlot","GeodesicClosing","GeodesicDilation","GeodesicErosion","GeodesicOpening","GeoDestination","GeodesyData","GeoDirection","GeoDisk","GeoDisplacement","GeoDistance","GeoDistanceList","GeoElevationData","GeoEntities","GeoGraphics","GeogravityModelData","GeoGridDirectionDifference","GeoGridLines","GeoGridLinesStyle","GeoGridPosition","GeoGridRange","GeoGridRangePadding","GeoGridUnitArea","GeoGridUnitDistance","GeoGridVector","GeoGroup","GeoHemisphere","GeoHemisphereBoundary","GeoHistogram","GeoIdentify","GeoImage","GeoLabels","GeoLength","GeoListPlot","GeoLocation","GeologicalPeriodData","GeomagneticModelData","GeoMarker","GeometricAssertion","GeometricBrownianMotionProcess","GeometricDistribution","GeometricMean","GeometricMeanFilter","GeometricOptimization","GeometricScene","GeometricTransformation","GeometricTransformation3DBox","GeometricTransformation3DBoxOptions","GeometricTransformationBox","GeometricTransformationBoxOptions","GeoModel","GeoNearest","GeoPath","GeoPosition","GeoPositionENU","GeoPositionXYZ","GeoProjection","GeoProjectionData","GeoRange","GeoRangePadding","GeoRegionValuePlot","GeoResolution","GeoScaleBar","GeoServer","GeoSmoothHistogram","GeoStreamPlot","GeoStyling","GeoStylingImageFunction","GeoVariant","GeoVector","GeoVectorENU","GeoVectorPlot","GeoVectorXYZ","GeoVisibleRegion","GeoVisibleRegionBoundary","GeoWithinQ","GeoZoomLevel","GestureHandler","GestureHandlerTag","Get","GetBoundingBoxSizePacket","GetContext","GetEnvironment","GetFileName","GetFrontEndOptionsDataPacket","GetLinebreakInformationPacket","GetMenusPacket","GetPageBreakInformationPacket","Glaisher","GlobalClusteringCoefficient","GlobalPreferences","GlobalSession","Glow","GoldenAngle","GoldenRatio","GompertzMakehamDistribution","GoochShading","GoodmanKruskalGamma","GoodmanKruskalGammaTest","Goto","Grad","Gradient","GradientFilter","GradientOrientationFilter","GrammarApply","GrammarRules","GrammarToken","Graph","Graph3D","GraphAssortativity","GraphAutomorphismGroup","GraphCenter","GraphComplement","GraphData","GraphDensity","GraphDiameter","GraphDifference","GraphDisjointUnion","GraphDistance","GraphDistanceMatrix","GraphElementData","GraphEmbedding","GraphHighlight","GraphHighlightStyle","GraphHub","Graphics","Graphics3D","Graphics3DBox","Graphics3DBoxOptions","GraphicsArray","GraphicsBaseline","GraphicsBox","GraphicsBoxOptions","GraphicsColor","GraphicsColumn","GraphicsComplex","GraphicsComplex3DBox","GraphicsComplex3DBoxOptions","GraphicsComplexBox","GraphicsComplexBoxOptions","GraphicsContents","GraphicsData","GraphicsGrid","GraphicsGridBox","GraphicsGroup","GraphicsGroup3DBox","GraphicsGroup3DBoxOptions","GraphicsGroupBox","GraphicsGroupBoxOptions","GraphicsGrouping","GraphicsHighlightColor","GraphicsRow","GraphicsSpacing","GraphicsStyle","GraphIntersection","GraphLayout","GraphLinkEfficiency","GraphPeriphery","GraphPlot","GraphPlot3D","GraphPower","GraphPropertyDistribution","GraphQ","GraphRadius","GraphReciprocity","GraphRoot","GraphStyle","GraphUnion","Gray","GrayLevel","Greater","GreaterEqual","GreaterEqualLess","GreaterEqualThan","GreaterFullEqual","GreaterGreater","GreaterLess","GreaterSlantEqual","GreaterThan","GreaterTilde","Green","GreenFunction","Grid","GridBaseline","GridBox","GridBoxAlignment","GridBoxBackground","GridBoxDividers","GridBoxFrame","GridBoxItemSize","GridBoxItemStyle","GridBoxOptions","GridBoxSpacings","GridCreationSettings","GridDefaultElement","GridElementStyleOptions","GridFrame","GridFrameMargins","GridGraph","GridLines","GridLinesStyle","GroebnerBasis","GroupActionBase","GroupBy","GroupCentralizer","GroupElementFromWord","GroupElementPosition","GroupElementQ","GroupElements","GroupElementToWord","GroupGenerators","Groupings","GroupMultiplicationTable","GroupOrbits","GroupOrder","GroupPageBreakWithin","GroupSetwiseStabilizer","GroupStabilizer","GroupStabilizerChain","GroupTogetherGrouping","GroupTogetherNestedGrouping","GrowCutComponents","Gudermannian","GuidedFilter","GumbelDistribution","HaarWavelet","HadamardMatrix","HalfLine","HalfNormalDistribution","HalfPlane","HalfSpace","HalftoneShading","HamiltonianGraphQ","HammingDistance","HammingWindow","HandlerFunctions","HandlerFunctionsKeys","HankelH1","HankelH2","HankelMatrix","HankelTransform","HannPoissonWindow","HannWindow","HaradaNortonGroupHN","HararyGraph","HarmonicMean","HarmonicMeanFilter","HarmonicNumber","Hash","HatchFilling","HatchShading","Haversine","HazardFunction","Head","HeadCompose","HeaderAlignment","HeaderBackground","HeaderDisplayFunction","HeaderLines","HeaderSize","HeaderStyle","Heads","HeavisideLambda","HeavisidePi","HeavisideTheta","HeldGroupHe","HeldPart","HelpBrowserLookup","HelpBrowserNotebook","HelpBrowserSettings","Here","HermiteDecomposition","HermiteH","HermitianMatrixQ","HessenbergDecomposition","Hessian","HeunB","HeunBPrime","HeunC","HeunCPrime","HeunD","HeunDPrime","HeunG","HeunGPrime","HeunT","HeunTPrime","HexadecimalCharacter","Hexahedron","HexahedronBox","HexahedronBoxOptions","HiddenItems","HiddenMarkovProcess","HiddenSurface","Highlighted","HighlightGraph","HighlightImage","HighlightMesh","HighpassFilter","HigmanSimsGroupHS","HilbertCurve","HilbertFilter","HilbertMatrix","Histogram","Histogram3D","HistogramDistribution","HistogramList","HistogramTransform","HistogramTransformInterpolation","HistoricalPeriodData","HitMissTransform","HITSCentrality","HjorthDistribution","HodgeDual","HoeffdingD","HoeffdingDTest","Hold","HoldAll","HoldAllComplete","HoldComplete","HoldFirst","HoldForm","HoldPattern","HoldRest","HolidayCalendar","HomeDirectory","HomePage","Horizontal","HorizontalForm","HorizontalGauge","HorizontalScrollPosition","HornerForm","HostLookup","HotellingTSquareDistribution","HoytDistribution","HTMLSave","HTTPErrorResponse","HTTPRedirect","HTTPRequest","HTTPRequestData","HTTPResponse","Hue","HumanGrowthData","HumpDownHump","HumpEqual","HurwitzLerchPhi","HurwitzZeta","HyperbolicDistribution","HypercubeGraph","HyperexponentialDistribution","Hyperfactorial","Hypergeometric0F1","Hypergeometric0F1Regularized","Hypergeometric1F1","Hypergeometric1F1Regularized","Hypergeometric2F1","Hypergeometric2F1Regularized","HypergeometricDistribution","HypergeometricPFQ","HypergeometricPFQRegularized","HypergeometricU","Hyperlink","HyperlinkAction","HyperlinkCreationSettings","Hyperplane","Hyphenation","HyphenationOptions","HypoexponentialDistribution","HypothesisTestData","I","IconData","Iconize","IconizedObject","IconRules","Icosahedron","Identity","IdentityMatrix","If","IgnoreCase","IgnoreDiacritics","IgnorePunctuation","IgnoreSpellCheck","IgnoringInactive","Im","Image","Image3D","Image3DProjection","Image3DSlices","ImageAccumulate","ImageAdd","ImageAdjust","ImageAlign","ImageApply","ImageApplyIndexed","ImageAspectRatio","ImageAssemble","ImageAugmentationLayer","ImageBoundingBoxes","ImageCache","ImageCacheValid","ImageCapture","ImageCaptureFunction","ImageCases","ImageChannels","ImageClip","ImageCollage","ImageColorSpace","ImageCompose","ImageContainsQ","ImageContents","ImageConvolve","ImageCooccurrence","ImageCorners","ImageCorrelate","ImageCorrespondingPoints","ImageCrop","ImageData","ImageDeconvolve","ImageDemosaic","ImageDifference","ImageDimensions","ImageDisplacements","ImageDistance","ImageEffect","ImageExposureCombine","ImageFeatureTrack","ImageFileApply","ImageFileFilter","ImageFileScan","ImageFilter","ImageFocusCombine","ImageForestingComponents","ImageFormattingWidth","ImageForwardTransformation","ImageGraphics","ImageHistogram","ImageIdentify","ImageInstanceQ","ImageKeypoints","ImageLabels","ImageLegends","ImageLevels","ImageLines","ImageMargins","ImageMarker","ImageMarkers","ImageMeasurements","ImageMesh","ImageMultiply","ImageOffset","ImagePad","ImagePadding","ImagePartition","ImagePeriodogram","ImagePerspectiveTransformation","ImagePosition","ImagePreviewFunction","ImagePyramid","ImagePyramidApply","ImageQ","ImageRangeCache","ImageRecolor","ImageReflect","ImageRegion","ImageResize","ImageResolution","ImageRestyle","ImageRotate","ImageRotated","ImageSaliencyFilter","ImageScaled","ImageScan","ImageSize","ImageSizeAction","ImageSizeCache","ImageSizeMultipliers","ImageSizeRaw","ImageSubtract","ImageTake","ImageTransformation","ImageTrim","ImageType","ImageValue","ImageValuePositions","ImagingDevice","ImplicitRegion","Implies","Import","ImportAutoReplacements","ImportByteArray","ImportOptions","ImportString","ImprovementImportance","In","Inactivate","Inactive","IncidenceGraph","IncidenceList","IncidenceMatrix","IncludeAromaticBonds","IncludeConstantBasis","IncludeDefinitions","IncludeDirectories","IncludeFileExtension","IncludeGeneratorTasks","IncludeHydrogens","IncludeInflections","IncludeMetaInformation","IncludePods","IncludeQuantities","IncludeRelatedTables","IncludeSingularTerm","IncludeWindowTimes","Increment","IndefiniteMatrixQ","Indent","IndentingNewlineSpacings","IndentMaxFraction","IndependenceTest","IndependentEdgeSetQ","IndependentPhysicalQuantity","IndependentUnit","IndependentUnitDimension","IndependentVertexSetQ","Indeterminate","IndeterminateThreshold","IndexCreationOptions","Indexed","IndexEdgeTaggedGraph","IndexGraph","IndexTag","Inequality","InexactNumberQ","InexactNumbers","InfiniteFuture","InfiniteLine","InfinitePast","InfinitePlane","Infinity","Infix","InflationAdjust","InflationMethod","Information","InformationData","InformationDataGrid","Inherited","InheritScope","InhomogeneousPoissonProcess","InitialEvaluationHistory","Initialization","InitializationCell","InitializationCellEvaluation","InitializationCellWarning","InitializationObjects","InitializationValue","Initialize","InitialSeeding","InlineCounterAssignments","InlineCounterIncrements","InlineRules","Inner","InnerPolygon","InnerPolyhedron","Inpaint","Input","InputAliases","InputAssumptions","InputAutoReplacements","InputField","InputFieldBox","InputFieldBoxOptions","InputForm","InputGrouping","InputNamePacket","InputNotebook","InputPacket","InputSettings","InputStream","InputString","InputStringPacket","InputToBoxFormPacket","Insert","InsertionFunction","InsertionPointObject","InsertLinebreaks","InsertResults","Inset","Inset3DBox","Inset3DBoxOptions","InsetBox","InsetBoxOptions","Insphere","Install","InstallService","InstanceNormalizationLayer","InString","Integer","IntegerDigits","IntegerExponent","IntegerLength","IntegerName","IntegerPart","IntegerPartitions","IntegerQ","IntegerReverse","Integers","IntegerString","Integral","Integrate","Interactive","InteractiveTradingChart","Interlaced","Interleaving","InternallyBalancedDecomposition","InterpolatingFunction","InterpolatingPolynomial","Interpolation","InterpolationOrder","InterpolationPoints","InterpolationPrecision","Interpretation","InterpretationBox","InterpretationBoxOptions","InterpretationFunction","Interpreter","InterpretTemplate","InterquartileRange","Interrupt","InterruptSettings","IntersectedEntityClass","IntersectingQ","Intersection","Interval","IntervalIntersection","IntervalMarkers","IntervalMarkersStyle","IntervalMemberQ","IntervalSlider","IntervalUnion","Into","Inverse","InverseBetaRegularized","InverseCDF","InverseChiSquareDistribution","InverseContinuousWaveletTransform","InverseDistanceTransform","InverseEllipticNomeQ","InverseErf","InverseErfc","InverseFourier","InverseFourierCosTransform","InverseFourierSequenceTransform","InverseFourierSinTransform","InverseFourierTransform","InverseFunction","InverseFunctions","InverseGammaDistribution","InverseGammaRegularized","InverseGaussianDistribution","InverseGudermannian","InverseHankelTransform","InverseHaversine","InverseImagePyramid","InverseJacobiCD","InverseJacobiCN","InverseJacobiCS","InverseJacobiDC","InverseJacobiDN","InverseJacobiDS","InverseJacobiNC","InverseJacobiND","InverseJacobiNS","InverseJacobiSC","InverseJacobiSD","InverseJacobiSN","InverseLaplaceTransform","InverseMellinTransform","InversePermutation","InverseRadon","InverseRadonTransform","InverseSeries","InverseShortTimeFourier","InverseSpectrogram","InverseSurvivalFunction","InverseTransformedRegion","InverseWaveletTransform","InverseWeierstrassP","InverseWishartMatrixDistribution","InverseZTransform","Invisible","InvisibleApplication","InvisibleTimes","IPAddress","IrreduciblePolynomialQ","IslandData","IsolatingInterval","IsomorphicGraphQ","IsotopeData","Italic","Item","ItemAspectRatio","ItemBox","ItemBoxOptions","ItemDisplayFunction","ItemSize","ItemStyle","ItoProcess","JaccardDissimilarity","JacobiAmplitude","Jacobian","JacobiCD","JacobiCN","JacobiCS","JacobiDC","JacobiDN","JacobiDS","JacobiNC","JacobiND","JacobiNS","JacobiP","JacobiSC","JacobiSD","JacobiSN","JacobiSymbol","JacobiZeta","JankoGroupJ1","JankoGroupJ2","JankoGroupJ3","JankoGroupJ4","JarqueBeraALMTest","JohnsonDistribution","Join","JoinAcross","Joined","JoinedCurve","JoinedCurveBox","JoinedCurveBoxOptions","JoinForm","JordanDecomposition","JordanModelDecomposition","JulianDate","JuliaSetBoettcher","JuliaSetIterationCount","JuliaSetPlot","JuliaSetPoints","K","KagiChart","KaiserBesselWindow","KaiserWindow","KalmanEstimator","KalmanFilter","KarhunenLoeveDecomposition","KaryTree","KatzCentrality","KCoreComponents","KDistribution","KEdgeConnectedComponents","KEdgeConnectedGraphQ","KeepExistingVersion","KelvinBei","KelvinBer","KelvinKei","KelvinKer","KendallTau","KendallTauTest","KernelExecute","KernelFunction","KernelMixtureDistribution","KernelObject","Kernels","Ket","Key","KeyCollisionFunction","KeyComplement","KeyDrop","KeyDropFrom","KeyExistsQ","KeyFreeQ","KeyIntersection","KeyMap","KeyMemberQ","KeypointStrength","Keys","KeySelect","KeySort","KeySortBy","KeyTake","KeyUnion","KeyValueMap","KeyValuePattern","Khinchin","KillProcess","KirchhoffGraph","KirchhoffMatrix","KleinInvariantJ","KnapsackSolve","KnightTourGraph","KnotData","KnownUnitQ","KochCurve","KolmogorovSmirnovTest","KroneckerDelta","KroneckerModelDecomposition","KroneckerProduct","KroneckerSymbol","KuiperTest","KumaraswamyDistribution","Kurtosis","KuwaharaFilter","KVertexConnectedComponents","KVertexConnectedGraphQ","LABColor","Label","Labeled","LabeledSlider","LabelingFunction","LabelingSize","LabelStyle","LabelVisibility","LaguerreL","LakeData","LambdaComponents","LambertW","LaminaData","LanczosWindow","LandauDistribution","Language","LanguageCategory","LanguageData","LanguageIdentify","LanguageOptions","LaplaceDistribution","LaplaceTransform","Laplacian","LaplacianFilter","LaplacianGaussianFilter","Large","Larger","Last","Latitude","LatitudeLongitude","LatticeData","LatticeReduce","Launch","LaunchKernels","LayeredGraphPlot","LayerSizeFunction","LayoutInformation","LCHColor","LCM","LeaderSize","LeafCount","LeapYearQ","LearnDistribution","LearnedDistribution","LearningRate","LearningRateMultipliers","LeastSquares","LeastSquaresFilterKernel","Left","LeftArrow","LeftArrowBar","LeftArrowRightArrow","LeftDownTeeVector","LeftDownVector","LeftDownVectorBar","LeftRightArrow","LeftRightVector","LeftTee","LeftTeeArrow","LeftTeeVector","LeftTriangle","LeftTriangleBar","LeftTriangleEqual","LeftUpDownVector","LeftUpTeeVector","LeftUpVector","LeftUpVectorBar","LeftVector","LeftVectorBar","LegendAppearance","Legended","LegendFunction","LegendLabel","LegendLayout","LegendMargins","LegendMarkers","LegendMarkerSize","LegendreP","LegendreQ","LegendreType","Length","LengthWhile","LerchPhi","Less","LessEqual","LessEqualGreater","LessEqualThan","LessFullEqual","LessGreater","LessLess","LessSlantEqual","LessThan","LessTilde","LetterCharacter","LetterCounts","LetterNumber","LetterQ","Level","LeveneTest","LeviCivitaTensor","LevyDistribution","Lexicographic","LibraryDataType","LibraryFunction","LibraryFunctionError","LibraryFunctionInformation","LibraryFunctionLoad","LibraryFunctionUnload","LibraryLoad","LibraryUnload","LicenseID","LiftingFilterData","LiftingWaveletTransform","LightBlue","LightBrown","LightCyan","Lighter","LightGray","LightGreen","Lighting","LightingAngle","LightMagenta","LightOrange","LightPink","LightPurple","LightRed","LightSources","LightYellow","Likelihood","Limit","LimitsPositioning","LimitsPositioningTokens","LindleyDistribution","Line","Line3DBox","Line3DBoxOptions","LinearFilter","LinearFractionalOptimization","LinearFractionalTransform","LinearGradientImage","LinearizingTransformationData","LinearLayer","LinearModelFit","LinearOffsetFunction","LinearOptimization","LinearProgramming","LinearRecurrence","LinearSolve","LinearSolveFunction","LineBox","LineBoxOptions","LineBreak","LinebreakAdjustments","LineBreakChart","LinebreakSemicolonWeighting","LineBreakWithin","LineColor","LineGraph","LineIndent","LineIndentMaxFraction","LineIntegralConvolutionPlot","LineIntegralConvolutionScale","LineLegend","LineOpacity","LineSpacing","LineWrapParts","LinkActivate","LinkClose","LinkConnect","LinkConnectedQ","LinkCreate","LinkError","LinkFlush","LinkFunction","LinkHost","LinkInterrupt","LinkLaunch","LinkMode","LinkObject","LinkOpen","LinkOptions","LinkPatterns","LinkProtocol","LinkRankCentrality","LinkRead","LinkReadHeld","LinkReadyQ","Links","LinkService","LinkWrite","LinkWriteHeld","LiouvilleLambda","List","Listable","ListAnimate","ListContourPlot","ListContourPlot3D","ListConvolve","ListCorrelate","ListCurvePathPlot","ListDeconvolve","ListDensityPlot","ListDensityPlot3D","Listen","ListFormat","ListFourierSequenceTransform","ListInterpolation","ListLineIntegralConvolutionPlot","ListLinePlot","ListLogLinearPlot","ListLogLogPlot","ListLogPlot","ListPicker","ListPickerBox","ListPickerBoxBackground","ListPickerBoxOptions","ListPlay","ListPlot","ListPlot3D","ListPointPlot3D","ListPolarPlot","ListQ","ListSliceContourPlot3D","ListSliceDensityPlot3D","ListSliceVectorPlot3D","ListStepPlot","ListStreamDensityPlot","ListStreamPlot","ListSurfacePlot3D","ListVectorDensityPlot","ListVectorPlot","ListVectorPlot3D","ListZTransform","Literal","LiteralSearch","LocalAdaptiveBinarize","LocalCache","LocalClusteringCoefficient","LocalizeDefinitions","LocalizeVariables","LocalObject","LocalObjects","LocalResponseNormalizationLayer","LocalSubmit","LocalSymbol","LocalTime","LocalTimeZone","LocationEquivalenceTest","LocationTest","Locator","LocatorAutoCreate","LocatorBox","LocatorBoxOptions","LocatorCentering","LocatorPane","LocatorPaneBox","LocatorPaneBoxOptions","LocatorRegion","Locked","Log","Log10","Log2","LogBarnesG","LogGamma","LogGammaDistribution","LogicalExpand","LogIntegral","LogisticDistribution","LogisticSigmoid","LogitModelFit","LogLikelihood","LogLinearPlot","LogLogisticDistribution","LogLogPlot","LogMultinormalDistribution","LogNormalDistribution","LogPlot","LogRankTest","LogSeriesDistribution","LongEqual","Longest","LongestCommonSequence","LongestCommonSequencePositions","LongestCommonSubsequence","LongestCommonSubsequencePositions","LongestMatch","LongestOrderedSequence","LongForm","Longitude","LongLeftArrow","LongLeftRightArrow","LongRightArrow","LongShortTermMemoryLayer","Lookup","Loopback","LoopFreeGraphQ","Looping","LossFunction","LowerCaseQ","LowerLeftArrow","LowerRightArrow","LowerTriangularize","LowerTriangularMatrixQ","LowpassFilter","LQEstimatorGains","LQGRegulator","LQOutputRegulatorGains","LQRegulatorGains","LUBackSubstitution","LucasL","LuccioSamiComponents","LUDecomposition","LunarEclipse","LUVColor","LyapunovSolve","LyonsGroupLy","MachineID","MachineName","MachineNumberQ","MachinePrecision","MacintoshSystemPageSetup","Magenta","Magnification","Magnify","MailAddressValidation","MailExecute","MailFolder","MailItem","MailReceiverFunction","MailResponseFunction","MailSearch","MailServerConnect","MailServerConnection","MailSettings","MainSolve","MaintainDynamicCaches","Majority","MakeBoxes","MakeExpression","MakeRules","ManagedLibraryExpressionID","ManagedLibraryExpressionQ","MandelbrotSetBoettcher","MandelbrotSetDistance","MandelbrotSetIterationCount","MandelbrotSetMemberQ","MandelbrotSetPlot","MangoldtLambda","ManhattanDistance","Manipulate","Manipulator","MannedSpaceMissionData","MannWhitneyTest","MantissaExponent","Manual","Map","MapAll","MapAt","MapIndexed","MAProcess","MapThread","MarchenkoPasturDistribution","MarcumQ","MardiaCombinedTest","MardiaKurtosisTest","MardiaSkewnessTest","MarginalDistribution","MarkovProcessProperties","Masking","MatchingDissimilarity","MatchLocalNameQ","MatchLocalNames","MatchQ","Material","MathematicalFunctionData","MathematicaNotation","MathieuC","MathieuCharacteristicA","MathieuCharacteristicB","MathieuCharacteristicExponent","MathieuCPrime","MathieuGroupM11","MathieuGroupM12","MathieuGroupM22","MathieuGroupM23","MathieuGroupM24","MathieuS","MathieuSPrime","MathMLForm","MathMLText","Matrices","MatrixExp","MatrixForm","MatrixFunction","MatrixLog","MatrixNormalDistribution","MatrixPlot","MatrixPower","MatrixPropertyDistribution","MatrixQ","MatrixRank","MatrixTDistribution","Max","MaxBend","MaxCellMeasure","MaxColorDistance","MaxDate","MaxDetect","MaxDuration","MaxExtraBandwidths","MaxExtraConditions","MaxFeatureDisplacement","MaxFeatures","MaxFilter","MaximalBy","Maximize","MaxItems","MaxIterations","MaxLimit","MaxMemoryUsed","MaxMixtureKernels","MaxOverlapFraction","MaxPlotPoints","MaxPoints","MaxRecursion","MaxStableDistribution","MaxStepFraction","MaxSteps","MaxStepSize","MaxTrainingRounds","MaxValue","MaxwellDistribution","MaxWordGap","McLaughlinGroupMcL","Mean","MeanAbsoluteLossLayer","MeanAround","MeanClusteringCoefficient","MeanDegreeConnectivity","MeanDeviation","MeanFilter","MeanGraphDistance","MeanNeighborDegree","MeanShift","MeanShiftFilter","MeanSquaredLossLayer","Median","MedianDeviation","MedianFilter","MedicalTestData","Medium","MeijerG","MeijerGReduce","MeixnerDistribution","MellinConvolve","MellinTransform","MemberQ","MemoryAvailable","MemoryConstrained","MemoryConstraint","MemoryInUse","MengerMesh","Menu","MenuAppearance","MenuCommandKey","MenuEvaluator","MenuItem","MenuList","MenuPacket","MenuSortingValue","MenuStyle","MenuView","Merge","MergeDifferences","MergingFunction","MersennePrimeExponent","MersennePrimeExponentQ","Mesh","MeshCellCentroid","MeshCellCount","MeshCellHighlight","MeshCellIndex","MeshCellLabel","MeshCellMarker","MeshCellMeasure","MeshCellQuality","MeshCells","MeshCellShapeFunction","MeshCellStyle","MeshConnectivityGraph","MeshCoordinates","MeshFunctions","MeshPrimitives","MeshQualityGoal","MeshRange","MeshRefinementFunction","MeshRegion","MeshRegionQ","MeshShading","MeshStyle","Message","MessageDialog","MessageList","MessageName","MessageObject","MessageOptions","MessagePacket","Messages","MessagesNotebook","MetaCharacters","MetaInformation","MeteorShowerData","Method","MethodOptions","MexicanHatWavelet","MeyerWavelet","Midpoint","Min","MinColorDistance","MinDate","MinDetect","MineralData","MinFilter","MinimalBy","MinimalPolynomial","MinimalStateSpaceModel","Minimize","MinimumTimeIncrement","MinIntervalSize","MinkowskiQuestionMark","MinLimit","MinMax","MinorPlanetData","Minors","MinRecursion","MinSize","MinStableDistribution","Minus","MinusPlus","MinValue","Missing","MissingBehavior","MissingDataMethod","MissingDataRules","MissingQ","MissingString","MissingStyle","MissingValuePattern","MittagLefflerE","MixedFractionParts","MixedGraphQ","MixedMagnitude","MixedRadix","MixedRadixQuantity","MixedUnit","MixtureDistribution","Mod","Modal","Mode","Modular","ModularInverse","ModularLambda","Module","Modulus","MoebiusMu","Molecule","MoleculeContainsQ","MoleculeEquivalentQ","MoleculeGraph","MoleculeModify","MoleculePattern","MoleculePlot","MoleculePlot3D","MoleculeProperty","MoleculeQ","MoleculeRecognize","MoleculeValue","Moment","Momentary","MomentConvert","MomentEvaluate","MomentGeneratingFunction","MomentOfInertia","Monday","Monitor","MonomialList","MonomialOrder","MonsterGroupM","MoonPhase","MoonPosition","MorletWavelet","MorphologicalBinarize","MorphologicalBranchPoints","MorphologicalComponents","MorphologicalEulerNumber","MorphologicalGraph","MorphologicalPerimeter","MorphologicalTransform","MortalityData","Most","MountainData","MouseAnnotation","MouseAppearance","MouseAppearanceTag","MouseButtons","Mouseover","MousePointerNote","MousePosition","MovieData","MovingAverage","MovingMap","MovingMedian","MoyalDistribution","Multicolumn","MultiedgeStyle","MultigraphQ","MultilaunchWarning","MultiLetterItalics","MultiLetterStyle","MultilineFunction","Multinomial","MultinomialDistribution","MultinormalDistribution","MultiplicativeOrder","Multiplicity","MultiplySides","Multiselection","MultivariateHypergeometricDistribution","MultivariatePoissonDistribution","MultivariateTDistribution","N","NakagamiDistribution","NameQ","Names","NamespaceBox","NamespaceBoxOptions","Nand","NArgMax","NArgMin","NBernoulliB","NBodySimulation","NBodySimulationData","NCache","NDEigensystem","NDEigenvalues","NDSolve","NDSolveValue","Nearest","NearestFunction","NearestMeshCells","NearestNeighborGraph","NearestTo","NebulaData","NeedCurrentFrontEndPackagePacket","NeedCurrentFrontEndSymbolsPacket","NeedlemanWunschSimilarity","Needs","Negative","NegativeBinomialDistribution","NegativeDefiniteMatrixQ","NegativeIntegers","NegativeMultinomialDistribution","NegativeRationals","NegativeReals","NegativeSemidefiniteMatrixQ","NeighborhoodData","NeighborhoodGraph","Nest","NestedGreaterGreater","NestedLessLess","NestedScriptRules","NestGraph","NestList","NestWhile","NestWhileList","NetAppend","NetBidirectionalOperator","NetChain","NetDecoder","NetDelete","NetDrop","NetEncoder","NetEvaluationMode","NetExtract","NetFlatten","NetFoldOperator","NetGANOperator","NetGraph","NetInformation","NetInitialize","NetInsert","NetInsertSharedArrays","NetJoin","NetMapOperator","NetMapThreadOperator","NetMeasurements","NetModel","NetNestOperator","NetPairEmbeddingOperator","NetPort","NetPortGradient","NetPrepend","NetRename","NetReplace","NetReplacePart","NetSharedArray","NetStateObject","NetTake","NetTrain","NetTrainResultsObject","NetworkPacketCapture","NetworkPacketRecording","NetworkPacketRecordingDuring","NetworkPacketTrace","NeumannValue","NevilleThetaC","NevilleThetaD","NevilleThetaN","NevilleThetaS","NewPrimitiveStyle","NExpectation","Next","NextCell","NextDate","NextPrime","NextScheduledTaskTime","NHoldAll","NHoldFirst","NHoldRest","NicholsGridLines","NicholsPlot","NightHemisphere","NIntegrate","NMaximize","NMaxValue","NMinimize","NMinValue","NominalVariables","NonAssociative","NoncentralBetaDistribution","NoncentralChiSquareDistribution","NoncentralFRatioDistribution","NoncentralStudentTDistribution","NonCommutativeMultiply","NonConstants","NondimensionalizationTransform","None","NoneTrue","NonlinearModelFit","NonlinearStateSpaceModel","NonlocalMeansFilter","NonNegative","NonNegativeIntegers","NonNegativeRationals","NonNegativeReals","NonPositive","NonPositiveIntegers","NonPositiveRationals","NonPositiveReals","Nor","NorlundB","Norm","Normal","NormalDistribution","NormalGrouping","NormalizationLayer","Normalize","Normalized","NormalizedSquaredEuclideanDistance","NormalMatrixQ","NormalsFunction","NormFunction","Not","NotCongruent","NotCupCap","NotDoubleVerticalBar","Notebook","NotebookApply","NotebookAutoSave","NotebookClose","NotebookConvertSettings","NotebookCreate","NotebookCreateReturnObject","NotebookDefault","NotebookDelete","NotebookDirectory","NotebookDynamicExpression","NotebookEvaluate","NotebookEventActions","NotebookFileName","NotebookFind","NotebookFindReturnObject","NotebookGet","NotebookGetLayoutInformationPacket","NotebookGetMisspellingsPacket","NotebookImport","NotebookInformation","NotebookInterfaceObject","NotebookLocate","NotebookObject","NotebookOpen","NotebookOpenReturnObject","NotebookPath","NotebookPrint","NotebookPut","NotebookPutReturnObject","NotebookRead","NotebookResetGeneratedCells","Notebooks","NotebookSave","NotebookSaveAs","NotebookSelection","NotebookSetupLayoutInformationPacket","NotebooksMenu","NotebookTemplate","NotebookWrite","NotElement","NotEqualTilde","NotExists","NotGreater","NotGreaterEqual","NotGreaterFullEqual","NotGreaterGreater","NotGreaterLess","NotGreaterSlantEqual","NotGreaterTilde","Nothing","NotHumpDownHump","NotHumpEqual","NotificationFunction","NotLeftTriangle","NotLeftTriangleBar","NotLeftTriangleEqual","NotLess","NotLessEqual","NotLessFullEqual","NotLessGreater","NotLessLess","NotLessSlantEqual","NotLessTilde","NotNestedGreaterGreater","NotNestedLessLess","NotPrecedes","NotPrecedesEqual","NotPrecedesSlantEqual","NotPrecedesTilde","NotReverseElement","NotRightTriangle","NotRightTriangleBar","NotRightTriangleEqual","NotSquareSubset","NotSquareSubsetEqual","NotSquareSuperset","NotSquareSupersetEqual","NotSubset","NotSubsetEqual","NotSucceeds","NotSucceedsEqual","NotSucceedsSlantEqual","NotSucceedsTilde","NotSuperset","NotSupersetEqual","NotTilde","NotTildeEqual","NotTildeFullEqual","NotTildeTilde","NotVerticalBar","Now","NoWhitespace","NProbability","NProduct","NProductFactors","NRoots","NSolve","NSum","NSumTerms","NuclearExplosionData","NuclearReactorData","Null","NullRecords","NullSpace","NullWords","Number","NumberCompose","NumberDecompose","NumberExpand","NumberFieldClassNumber","NumberFieldDiscriminant","NumberFieldFundamentalUnits","NumberFieldIntegralBasis","NumberFieldNormRepresentatives","NumberFieldRegulator","NumberFieldRootsOfUnity","NumberFieldSignature","NumberForm","NumberFormat","NumberLinePlot","NumberMarks","NumberMultiplier","NumberPadding","NumberPoint","NumberQ","NumberSeparator","NumberSigns","NumberString","Numerator","NumeratorDenominator","NumericalOrder","NumericalSort","NumericArray","NumericArrayQ","NumericArrayType","NumericFunction","NumericQ","NuttallWindow","NValues","NyquistGridLines","NyquistPlot","O","ObservabilityGramian","ObservabilityMatrix","ObservableDecomposition","ObservableModelQ","OceanData","Octahedron","OddQ","Off","Offset","OLEData","On","ONanGroupON","Once","OneIdentity","Opacity","OpacityFunction","OpacityFunctionScaling","Open","OpenAppend","Opener","OpenerBox","OpenerBoxOptions","OpenerView","OpenFunctionInspectorPacket","Opening","OpenRead","OpenSpecialOptions","OpenTemporary","OpenWrite","Operate","OperatingSystem","OperatorApplied","OptimumFlowData","Optional","OptionalElement","OptionInspectorSettings","OptionQ","Options","OptionsPacket","OptionsPattern","OptionValue","OptionValueBox","OptionValueBoxOptions","Or","Orange","Order","OrderDistribution","OrderedQ","Ordering","OrderingBy","OrderingLayer","Orderless","OrderlessPatternSequence","OrnsteinUhlenbeckProcess","Orthogonalize","OrthogonalMatrixQ","Out","Outer","OuterPolygon","OuterPolyhedron","OutputAutoOverwrite","OutputControllabilityMatrix","OutputControllableModelQ","OutputForm","OutputFormData","OutputGrouping","OutputMathEditExpression","OutputNamePacket","OutputResponse","OutputSizeLimit","OutputStream","Over","OverBar","OverDot","Overflow","OverHat","Overlaps","Overlay","OverlayBox","OverlayBoxOptions","Overscript","OverscriptBox","OverscriptBoxOptions","OverTilde","OverVector","OverwriteTarget","OwenT","OwnValues","Package","PackingMethod","PackPaclet","PacletDataRebuild","PacletDirectoryAdd","PacletDirectoryLoad","PacletDirectoryRemove","PacletDirectoryUnload","PacletDisable","PacletEnable","PacletFind","PacletFindRemote","PacletInformation","PacletInstall","PacletInstallSubmit","PacletNewerQ","PacletObject","PacletObjectQ","PacletSite","PacletSiteObject","PacletSiteRegister","PacletSites","PacletSiteUnregister","PacletSiteUpdate","PacletUninstall","PacletUpdate","PaddedForm","Padding","PaddingLayer","PaddingSize","PadeApproximant","PadLeft","PadRight","PageBreakAbove","PageBreakBelow","PageBreakWithin","PageFooterLines","PageFooters","PageHeaderLines","PageHeaders","PageHeight","PageRankCentrality","PageTheme","PageWidth","Pagination","PairedBarChart","PairedHistogram","PairedSmoothHistogram","PairedTTest","PairedZTest","PaletteNotebook","PalettePath","PalindromeQ","Pane","PaneBox","PaneBoxOptions","Panel","PanelBox","PanelBoxOptions","Paneled","PaneSelector","PaneSelectorBox","PaneSelectorBoxOptions","PaperWidth","ParabolicCylinderD","ParagraphIndent","ParagraphSpacing","ParallelArray","ParallelCombine","ParallelDo","Parallelepiped","ParallelEvaluate","Parallelization","Parallelize","ParallelMap","ParallelNeeds","Parallelogram","ParallelProduct","ParallelSubmit","ParallelSum","ParallelTable","ParallelTry","Parameter","ParameterEstimator","ParameterMixtureDistribution","ParameterVariables","ParametricFunction","ParametricNDSolve","ParametricNDSolveValue","ParametricPlot","ParametricPlot3D","ParametricRampLayer","ParametricRegion","ParentBox","ParentCell","ParentConnect","ParentDirectory","ParentForm","Parenthesize","ParentList","ParentNotebook","ParetoDistribution","ParetoPickandsDistribution","ParkData","Part","PartBehavior","PartialCorrelationFunction","PartialD","ParticleAcceleratorData","ParticleData","Partition","PartitionGranularity","PartitionsP","PartitionsQ","PartLayer","PartOfSpeech","PartProtection","ParzenWindow","PascalDistribution","PassEventsDown","PassEventsUp","Paste","PasteAutoQuoteCharacters","PasteBoxFormInlineCells","PasteButton","Path","PathGraph","PathGraphQ","Pattern","PatternFilling","PatternSequence","PatternTest","PauliMatrix","PaulWavelet","Pause","PausedTime","PDF","PeakDetect","PeanoCurve","PearsonChiSquareTest","PearsonCorrelationTest","PearsonDistribution","PercentForm","PerfectNumber","PerfectNumberQ","PerformanceGoal","Perimeter","PeriodicBoundaryCondition","PeriodicInterpolation","Periodogram","PeriodogramArray","Permanent","Permissions","PermissionsGroup","PermissionsGroupMemberQ","PermissionsGroups","PermissionsKey","PermissionsKeys","PermutationCycles","PermutationCyclesQ","PermutationGroup","PermutationLength","PermutationList","PermutationListQ","PermutationMax","PermutationMin","PermutationOrder","PermutationPower","PermutationProduct","PermutationReplace","Permutations","PermutationSupport","Permute","PeronaMalikFilter","Perpendicular","PerpendicularBisector","PersistenceLocation","PersistenceTime","PersistentObject","PersistentObjects","PersistentValue","PersonData","PERTDistribution","PetersenGraph","PhaseMargins","PhaseRange","PhysicalSystemData","Pi","Pick","PIDData","PIDDerivativeFilter","PIDFeedforward","PIDTune","Piecewise","PiecewiseExpand","PieChart","PieChart3D","PillaiTrace","PillaiTraceTest","PingTime","Pink","PitchRecognize","Pivoting","PixelConstrained","PixelValue","PixelValuePositions","Placed","Placeholder","PlaceholderReplace","Plain","PlanarAngle","PlanarGraph","PlanarGraphQ","PlanckRadiationLaw","PlaneCurveData","PlanetaryMoonData","PlanetData","PlantData","Play","PlayRange","Plot","Plot3D","Plot3Matrix","PlotDivision","PlotJoined","PlotLabel","PlotLabels","PlotLayout","PlotLegends","PlotMarkers","PlotPoints","PlotRange","PlotRangeClipping","PlotRangeClipPlanesStyle","PlotRangePadding","PlotRegion","PlotStyle","PlotTheme","Pluralize","Plus","PlusMinus","Pochhammer","PodStates","PodWidth","Point","Point3DBox","Point3DBoxOptions","PointBox","PointBoxOptions","PointFigureChart","PointLegend","PointSize","PoissonConsulDistribution","PoissonDistribution","PoissonProcess","PoissonWindow","PolarAxes","PolarAxesOrigin","PolarGridLines","PolarPlot","PolarTicks","PoleZeroMarkers","PolyaAeppliDistribution","PolyGamma","Polygon","Polygon3DBox","Polygon3DBoxOptions","PolygonalNumber","PolygonAngle","PolygonBox","PolygonBoxOptions","PolygonCoordinates","PolygonDecomposition","PolygonHoleScale","PolygonIntersections","PolygonScale","Polyhedron","PolyhedronAngle","PolyhedronCoordinates","PolyhedronData","PolyhedronDecomposition","PolyhedronGenus","PolyLog","PolynomialExtendedGCD","PolynomialForm","PolynomialGCD","PolynomialLCM","PolynomialMod","PolynomialQ","PolynomialQuotient","PolynomialQuotientRemainder","PolynomialReduce","PolynomialRemainder","Polynomials","PoolingLayer","PopupMenu","PopupMenuBox","PopupMenuBoxOptions","PopupView","PopupWindow","Position","PositionIndex","Positive","PositiveDefiniteMatrixQ","PositiveIntegers","PositiveRationals","PositiveReals","PositiveSemidefiniteMatrixQ","PossibleZeroQ","Postfix","PostScript","Power","PowerDistribution","PowerExpand","PowerMod","PowerModList","PowerRange","PowerSpectralDensity","PowersRepresentations","PowerSymmetricPolynomial","Precedence","PrecedenceForm","Precedes","PrecedesEqual","PrecedesSlantEqual","PrecedesTilde","Precision","PrecisionGoal","PreDecrement","Predict","PredictionRoot","PredictorFunction","PredictorInformation","PredictorMeasurements","PredictorMeasurementsObject","PreemptProtect","PreferencesPath","Prefix","PreIncrement","Prepend","PrependLayer","PrependTo","PreprocessingRules","PreserveColor","PreserveImageOptions","Previous","PreviousCell","PreviousDate","PriceGraphDistribution","PrimaryPlaceholder","Prime","PrimeNu","PrimeOmega","PrimePi","PrimePowerQ","PrimeQ","Primes","PrimeZetaP","PrimitivePolynomialQ","PrimitiveRoot","PrimitiveRootList","PrincipalComponents","PrincipalValue","Print","PrintableASCIIQ","PrintAction","PrintForm","PrintingCopies","PrintingOptions","PrintingPageRange","PrintingStartingPageNumber","PrintingStyleEnvironment","Printout3D","Printout3DPreviewer","PrintPrecision","PrintTemporary","Prism","PrismBox","PrismBoxOptions","PrivateCellOptions","PrivateEvaluationOptions","PrivateFontOptions","PrivateFrontEndOptions","PrivateKey","PrivateNotebookOptions","PrivatePaths","Probability","ProbabilityDistribution","ProbabilityPlot","ProbabilityPr","ProbabilityScalePlot","ProbitModelFit","ProcessConnection","ProcessDirectory","ProcessEnvironment","Processes","ProcessEstimator","ProcessInformation","ProcessObject","ProcessParameterAssumptions","ProcessParameterQ","ProcessStateDomain","ProcessStatus","ProcessTimeDomain","Product","ProductDistribution","ProductLog","ProgressIndicator","ProgressIndicatorBox","ProgressIndicatorBoxOptions","Projection","Prolog","PromptForm","ProofObject","Properties","Property","PropertyList","PropertyValue","Proportion","Proportional","Protect","Protected","ProteinData","Pruning","PseudoInverse","PsychrometricPropertyData","PublicKey","PublisherID","PulsarData","PunctuationCharacter","Purple","Put","PutAppend","Pyramid","PyramidBox","PyramidBoxOptions","QBinomial","QFactorial","QGamma","QHypergeometricPFQ","QnDispersion","QPochhammer","QPolyGamma","QRDecomposition","QuadraticIrrationalQ","QuadraticOptimization","Quantile","QuantilePlot","Quantity","QuantityArray","QuantityDistribution","QuantityForm","QuantityMagnitude","QuantityQ","QuantityUnit","QuantityVariable","QuantityVariableCanonicalUnit","QuantityVariableDimensions","QuantityVariableIdentifier","QuantityVariablePhysicalQuantity","Quartics","QuartileDeviation","Quartiles","QuartileSkewness","Query","QueueingNetworkProcess","QueueingProcess","QueueProperties","Quiet","Quit","Quotient","QuotientRemainder","RadialGradientImage","RadialityCentrality","RadicalBox","RadicalBoxOptions","RadioButton","RadioButtonBar","RadioButtonBox","RadioButtonBoxOptions","Radon","RadonTransform","RamanujanTau","RamanujanTauL","RamanujanTauTheta","RamanujanTauZ","Ramp","Random","RandomChoice","RandomColor","RandomComplex","RandomEntity","RandomFunction","RandomGeoPosition","RandomGraph","RandomImage","RandomInstance","RandomInteger","RandomPermutation","RandomPoint","RandomPolygon","RandomPolyhedron","RandomPrime","RandomReal","RandomSample","RandomSeed","RandomSeeding","RandomVariate","RandomWalkProcess","RandomWord","Range","RangeFilter","RangeSpecification","RankedMax","RankedMin","RarerProbability","Raster","Raster3D","Raster3DBox","Raster3DBoxOptions","RasterArray","RasterBox","RasterBoxOptions","Rasterize","RasterSize","Rational","RationalFunctions","Rationalize","Rationals","Ratios","RawArray","RawBoxes","RawData","RawMedium","RayleighDistribution","Re","Read","ReadByteArray","ReadLine","ReadList","ReadProtected","ReadString","Real","RealAbs","RealBlockDiagonalForm","RealDigits","RealExponent","Reals","RealSign","Reap","RebuildPacletData","RecognitionPrior","RecognitionThreshold","Record","RecordLists","RecordSeparators","Rectangle","RectangleBox","RectangleBoxOptions","RectangleChart","RectangleChart3D","RectangularRepeatingElement","RecurrenceFilter","RecurrenceTable","RecurringDigitsForm","Red","Reduce","RefBox","ReferenceLineStyle","ReferenceMarkers","ReferenceMarkerStyle","Refine","ReflectionMatrix","ReflectionTransform","Refresh","RefreshRate","Region","RegionBinarize","RegionBoundary","RegionBoundaryStyle","RegionBounds","RegionCentroid","RegionDifference","RegionDimension","RegionDisjoint","RegionDistance","RegionDistanceFunction","RegionEmbeddingDimension","RegionEqual","RegionFillingStyle","RegionFunction","RegionImage","RegionIntersection","RegionMeasure","RegionMember","RegionMemberFunction","RegionMoment","RegionNearest","RegionNearestFunction","RegionPlot","RegionPlot3D","RegionProduct","RegionQ","RegionResize","RegionSize","RegionSymmetricDifference","RegionUnion","RegionWithin","RegisterExternalEvaluator","RegularExpression","Regularization","RegularlySampledQ","RegularPolygon","ReIm","ReImLabels","ReImPlot","ReImStyle","Reinstall","RelationalDatabase","RelationGraph","Release","ReleaseHold","ReliabilityDistribution","ReliefImage","ReliefPlot","RemoteAuthorizationCaching","RemoteConnect","RemoteConnectionObject","RemoteFile","RemoteRun","RemoteRunProcess","Remove","RemoveAlphaChannel","RemoveAsynchronousTask","RemoveAudioStream","RemoveBackground","RemoveChannelListener","RemoveChannelSubscribers","Removed","RemoveDiacritics","RemoveInputStreamMethod","RemoveOutputStreamMethod","RemoveProperty","RemoveScheduledTask","RemoveUsers","RemoveVideoStream","RenameDirectory","RenameFile","RenderAll","RenderingOptions","RenewalProcess","RenkoChart","RepairMesh","Repeated","RepeatedNull","RepeatedString","RepeatedTiming","RepeatingElement","Replace","ReplaceAll","ReplaceHeldPart","ReplaceImageValue","ReplaceList","ReplacePart","ReplacePixelValue","ReplaceRepeated","ReplicateLayer","RequiredPhysicalQuantities","Resampling","ResamplingAlgorithmData","ResamplingMethod","Rescale","RescalingTransform","ResetDirectory","ResetMenusPacket","ResetScheduledTask","ReshapeLayer","Residue","ResizeLayer","Resolve","ResourceAcquire","ResourceData","ResourceFunction","ResourceObject","ResourceRegister","ResourceRemove","ResourceSearch","ResourceSubmissionObject","ResourceSubmit","ResourceSystemBase","ResourceSystemPath","ResourceUpdate","ResourceVersion","ResponseForm","Rest","RestartInterval","Restricted","Resultant","ResumePacket","Return","ReturnEntersInput","ReturnExpressionPacket","ReturnInputFormPacket","ReturnPacket","ReturnReceiptFunction","ReturnTextPacket","Reverse","ReverseApplied","ReverseBiorthogonalSplineWavelet","ReverseElement","ReverseEquilibrium","ReverseGraph","ReverseSort","ReverseSortBy","ReverseUpEquilibrium","RevolutionAxis","RevolutionPlot3D","RGBColor","RiccatiSolve","RiceDistribution","RidgeFilter","RiemannR","RiemannSiegelTheta","RiemannSiegelZ","RiemannXi","Riffle","Right","RightArrow","RightArrowBar","RightArrowLeftArrow","RightComposition","RightCosetRepresentative","RightDownTeeVector","RightDownVector","RightDownVectorBar","RightTee","RightTeeArrow","RightTeeVector","RightTriangle","RightTriangleBar","RightTriangleEqual","RightUpDownVector","RightUpTeeVector","RightUpVector","RightUpVectorBar","RightVector","RightVectorBar","RiskAchievementImportance","RiskReductionImportance","RogersTanimotoDissimilarity","RollPitchYawAngles","RollPitchYawMatrix","RomanNumeral","Root","RootApproximant","RootIntervals","RootLocusPlot","RootMeanSquare","RootOfUnityQ","RootReduce","Roots","RootSum","Rotate","RotateLabel","RotateLeft","RotateRight","RotationAction","RotationBox","RotationBoxOptions","RotationMatrix","RotationTransform","Round","RoundImplies","RoundingRadius","Row","RowAlignments","RowBackgrounds","RowBox","RowHeights","RowLines","RowMinHeight","RowReduce","RowsEqual","RowSpacings","RSolve","RSolveValue","RudinShapiro","RudvalisGroupRu","Rule","RuleCondition","RuleDelayed","RuleForm","RulePlot","RulerUnits","Run","RunProcess","RunScheduledTask","RunThrough","RuntimeAttributes","RuntimeOptions","RussellRaoDissimilarity","SameQ","SameTest","SameTestProperties","SampledEntityClass","SampleDepth","SampledSoundFunction","SampledSoundList","SampleRate","SamplingPeriod","SARIMAProcess","SARMAProcess","SASTriangle","SatelliteData","SatisfiabilityCount","SatisfiabilityInstances","SatisfiableQ","Saturday","Save","Saveable","SaveAutoDelete","SaveConnection","SaveDefinitions","SavitzkyGolayMatrix","SawtoothWave","Scale","Scaled","ScaleDivisions","ScaledMousePosition","ScaleOrigin","ScalePadding","ScaleRanges","ScaleRangeStyle","ScalingFunctions","ScalingMatrix","ScalingTransform","Scan","ScheduledTask","ScheduledTaskActiveQ","ScheduledTaskInformation","ScheduledTaskInformationData","ScheduledTaskObject","ScheduledTasks","SchurDecomposition","ScientificForm","ScientificNotationThreshold","ScorerGi","ScorerGiPrime","ScorerHi","ScorerHiPrime","ScreenRectangle","ScreenStyleEnvironment","ScriptBaselineShifts","ScriptForm","ScriptLevel","ScriptMinSize","ScriptRules","ScriptSizeMultipliers","Scrollbars","ScrollingOptions","ScrollPosition","SearchAdjustment","SearchIndexObject","SearchIndices","SearchQueryString","SearchResultObject","Sec","Sech","SechDistribution","SecondOrderConeOptimization","SectionGrouping","SectorChart","SectorChart3D","SectorOrigin","SectorSpacing","SecuredAuthenticationKey","SecuredAuthenticationKeys","SeedRandom","Select","Selectable","SelectComponents","SelectedCells","SelectedNotebook","SelectFirst","Selection","SelectionAnimate","SelectionCell","SelectionCellCreateCell","SelectionCellDefaultStyle","SelectionCellParentStyle","SelectionCreateCell","SelectionDebuggerTag","SelectionDuplicateCell","SelectionEvaluate","SelectionEvaluateCreateCell","SelectionMove","SelectionPlaceholder","SelectionSetStyle","SelectWithContents","SelfLoops","SelfLoopStyle","SemanticImport","SemanticImportString","SemanticInterpretation","SemialgebraicComponentInstances","SemidefiniteOptimization","SendMail","SendMessage","Sequence","SequenceAlignment","SequenceAttentionLayer","SequenceCases","SequenceCount","SequenceFold","SequenceFoldList","SequenceForm","SequenceHold","SequenceLastLayer","SequenceMostLayer","SequencePosition","SequencePredict","SequencePredictorFunction","SequenceReplace","SequenceRestLayer","SequenceReverseLayer","SequenceSplit","Series","SeriesCoefficient","SeriesData","SeriesTermGoal","ServiceConnect","ServiceDisconnect","ServiceExecute","ServiceObject","ServiceRequest","ServiceResponse","ServiceSubmit","SessionSubmit","SessionTime","Set","SetAccuracy","SetAlphaChannel","SetAttributes","Setbacks","SetBoxFormNamesPacket","SetCloudDirectory","SetCookies","SetDelayed","SetDirectory","SetEnvironment","SetEvaluationNotebook","SetFileDate","SetFileLoadingContext","SetNotebookStatusLine","SetOptions","SetOptionsPacket","SetPermissions","SetPrecision","SetProperty","SetSecuredAuthenticationKey","SetSelectedNotebook","SetSharedFunction","SetSharedVariable","SetSpeechParametersPacket","SetStreamPosition","SetSystemModel","SetSystemOptions","Setter","SetterBar","SetterBox","SetterBoxOptions","Setting","SetUsers","SetValue","Shading","Shallow","ShannonWavelet","ShapiroWilkTest","Share","SharingList","Sharpen","ShearingMatrix","ShearingTransform","ShellRegion","ShenCastanMatrix","ShiftedGompertzDistribution","ShiftRegisterSequence","Short","ShortDownArrow","Shortest","ShortestMatch","ShortestPathFunction","ShortLeftArrow","ShortRightArrow","ShortTimeFourier","ShortTimeFourierData","ShortUpArrow","Show","ShowAutoConvert","ShowAutoSpellCheck","ShowAutoStyles","ShowCellBracket","ShowCellLabel","ShowCellTags","ShowClosedCellArea","ShowCodeAssist","ShowContents","ShowControls","ShowCursorTracker","ShowGroupOpenCloseIcon","ShowGroupOpener","ShowInvisibleCharacters","ShowPageBreaks","ShowPredictiveInterface","ShowSelection","ShowShortBoxForm","ShowSpecialCharacters","ShowStringCharacters","ShowSyntaxStyles","ShrinkingDelay","ShrinkWrapBoundingBox","SiderealTime","SiegelTheta","SiegelTukeyTest","SierpinskiCurve","SierpinskiMesh","Sign","Signature","SignedRankTest","SignedRegionDistance","SignificanceLevel","SignPadding","SignTest","SimilarityRules","SimpleGraph","SimpleGraphQ","SimplePolygonQ","SimplePolyhedronQ","Simplex","Simplify","Sin","Sinc","SinghMaddalaDistribution","SingleEvaluation","SingleLetterItalics","SingleLetterStyle","SingularValueDecomposition","SingularValueList","SingularValuePlot","SingularValues","Sinh","SinhIntegral","SinIntegral","SixJSymbol","Skeleton","SkeletonTransform","SkellamDistribution","Skewness","SkewNormalDistribution","SkinStyle","Skip","SliceContourPlot3D","SliceDensityPlot3D","SliceDistribution","SliceVectorPlot3D","Slider","Slider2D","Slider2DBox","Slider2DBoxOptions","SliderBox","SliderBoxOptions","SlideView","Slot","SlotSequence","Small","SmallCircle","Smaller","SmithDecomposition","SmithDelayCompensator","SmithWatermanSimilarity","SmoothDensityHistogram","SmoothHistogram","SmoothHistogram3D","SmoothKernelDistribution","SnDispersion","Snippet","SnubPolyhedron","SocialMediaData","Socket","SocketConnect","SocketListen","SocketListener","SocketObject","SocketOpen","SocketReadMessage","SocketReadyQ","Sockets","SocketWaitAll","SocketWaitNext","SoftmaxLayer","SokalSneathDissimilarity","SolarEclipse","SolarSystemFeatureData","SolidAngle","SolidData","SolidRegionQ","Solve","SolveAlways","SolveDelayed","Sort","SortBy","SortedBy","SortedEntityClass","Sound","SoundAndGraphics","SoundNote","SoundVolume","SourceLink","Sow","Space","SpaceCurveData","SpaceForm","Spacer","Spacings","Span","SpanAdjustments","SpanCharacterRounding","SpanFromAbove","SpanFromBoth","SpanFromLeft","SpanLineThickness","SpanMaxSize","SpanMinSize","SpanningCharacters","SpanSymmetric","SparseArray","SpatialGraphDistribution","SpatialMedian","SpatialTransformationLayer","Speak","SpeakerMatchQ","SpeakTextPacket","SpearmanRankTest","SpearmanRho","SpeciesData","SpecificityGoal","SpectralLineData","Spectrogram","SpectrogramArray","Specularity","SpeechCases","SpeechInterpreter","SpeechRecognize","SpeechSynthesize","SpellingCorrection","SpellingCorrectionList","SpellingDictionaries","SpellingDictionariesPath","SpellingOptions","SpellingSuggestionsPacket","Sphere","SphereBox","SpherePoints","SphericalBesselJ","SphericalBesselY","SphericalHankelH1","SphericalHankelH2","SphericalHarmonicY","SphericalPlot3D","SphericalRegion","SphericalShell","SpheroidalEigenvalue","SpheroidalJoiningFactor","SpheroidalPS","SpheroidalPSPrime","SpheroidalQS","SpheroidalQSPrime","SpheroidalRadialFactor","SpheroidalS1","SpheroidalS1Prime","SpheroidalS2","SpheroidalS2Prime","Splice","SplicedDistribution","SplineClosed","SplineDegree","SplineKnots","SplineWeights","Split","SplitBy","SpokenString","Sqrt","SqrtBox","SqrtBoxOptions","Square","SquaredEuclideanDistance","SquareFreeQ","SquareIntersection","SquareMatrixQ","SquareRepeatingElement","SquaresR","SquareSubset","SquareSubsetEqual","SquareSuperset","SquareSupersetEqual","SquareUnion","SquareWave","SSSTriangle","StabilityMargins","StabilityMarginsStyle","StableDistribution","Stack","StackBegin","StackComplete","StackedDateListPlot","StackedListPlot","StackInhibit","StadiumShape","StandardAtmosphereData","StandardDeviation","StandardDeviationFilter","StandardForm","Standardize","Standardized","StandardOceanData","StandbyDistribution","Star","StarClusterData","StarData","StarGraph","StartAsynchronousTask","StartExternalSession","StartingStepSize","StartOfLine","StartOfString","StartProcess","StartScheduledTask","StartupSound","StartWebSession","StateDimensions","StateFeedbackGains","StateOutputEstimator","StateResponse","StateSpaceModel","StateSpaceRealization","StateSpaceTransform","StateTransformationLinearize","StationaryDistribution","StationaryWaveletPacketTransform","StationaryWaveletTransform","StatusArea","StatusCentrality","StepMonitor","StereochemistryElements","StieltjesGamma","StippleShading","StirlingS1","StirlingS2","StopAsynchronousTask","StoppingPowerData","StopScheduledTask","StrataVariables","StratonovichProcess","StreamColorFunction","StreamColorFunctionScaling","StreamDensityPlot","StreamMarkers","StreamPlot","StreamPoints","StreamPosition","Streams","StreamScale","StreamStyle","String","StringBreak","StringByteCount","StringCases","StringContainsQ","StringCount","StringDelete","StringDrop","StringEndsQ","StringExpression","StringExtract","StringForm","StringFormat","StringFreeQ","StringInsert","StringJoin","StringLength","StringMatchQ","StringPadLeft","StringPadRight","StringPart","StringPartition","StringPosition","StringQ","StringRepeat","StringReplace","StringReplaceList","StringReplacePart","StringReverse","StringRiffle","StringRotateLeft","StringRotateRight","StringSkeleton","StringSplit","StringStartsQ","StringTake","StringTemplate","StringToByteArray","StringToStream","StringTrim","StripBoxes","StripOnInput","StripWrapperBoxes","StrokeForm","StructuralImportance","StructuredArray","StructuredArrayHeadQ","StructuredSelection","StruveH","StruveL","Stub","StudentTDistribution","Style","StyleBox","StyleBoxAutoDelete","StyleData","StyleDefinitions","StyleForm","StyleHints","StyleKeyMapping","StyleMenuListing","StyleNameDialogSettings","StyleNames","StylePrint","StyleSheetPath","Subdivide","Subfactorial","Subgraph","SubMinus","SubPlus","SubresultantPolynomialRemainders","SubresultantPolynomials","Subresultants","Subscript","SubscriptBox","SubscriptBoxOptions","Subscripted","Subsequences","Subset","SubsetCases","SubsetCount","SubsetEqual","SubsetMap","SubsetPosition","SubsetQ","SubsetReplace","Subsets","SubStar","SubstitutionSystem","Subsuperscript","SubsuperscriptBox","SubsuperscriptBoxOptions","SubtitleEncoding","SubtitleTracks","Subtract","SubtractFrom","SubtractSides","SubValues","Succeeds","SucceedsEqual","SucceedsSlantEqual","SucceedsTilde","Success","SuchThat","Sum","SumConvergence","SummationLayer","Sunday","SunPosition","Sunrise","Sunset","SuperDagger","SuperMinus","SupernovaData","SuperPlus","Superscript","SuperscriptBox","SuperscriptBoxOptions","Superset","SupersetEqual","SuperStar","Surd","SurdForm","SurfaceAppearance","SurfaceArea","SurfaceColor","SurfaceData","SurfaceGraphics","SurvivalDistribution","SurvivalFunction","SurvivalModel","SurvivalModelFit","SuspendPacket","SuzukiDistribution","SuzukiGroupSuz","SwatchLegend","Switch","Symbol","SymbolName","SymletWavelet","Symmetric","SymmetricGroup","SymmetricKey","SymmetricMatrixQ","SymmetricPolynomial","SymmetricReduction","Symmetrize","SymmetrizedArray","SymmetrizedArrayRules","SymmetrizedDependentComponents","SymmetrizedIndependentComponents","SymmetrizedReplacePart","SynchronousInitialization","SynchronousUpdating","Synonyms","Syntax","SyntaxForm","SyntaxInformation","SyntaxLength","SyntaxPacket","SyntaxQ","SynthesizeMissingValues","SystemCredential","SystemCredentialData","SystemCredentialKey","SystemCredentialKeys","SystemCredentialStoreObject","SystemDialogInput","SystemException","SystemGet","SystemHelpPath","SystemInformation","SystemInformationData","SystemInstall","SystemModel","SystemModeler","SystemModelExamples","SystemModelLinearize","SystemModelParametricSimulate","SystemModelPlot","SystemModelProgressReporting","SystemModelReliability","SystemModels","SystemModelSimulate","SystemModelSimulateSensitivity","SystemModelSimulationData","SystemOpen","SystemOptions","SystemProcessData","SystemProcesses","SystemsConnectionsModel","SystemsModelDelay","SystemsModelDelayApproximate","SystemsModelDelete","SystemsModelDimensions","SystemsModelExtract","SystemsModelFeedbackConnect","SystemsModelLabels","SystemsModelLinearity","SystemsModelMerge","SystemsModelOrder","SystemsModelParallelConnect","SystemsModelSeriesConnect","SystemsModelStateFeedbackConnect","SystemsModelVectorRelativeOrders","SystemStub","SystemTest","Tab","TabFilling","Table","TableAlignments","TableDepth","TableDirections","TableForm","TableHeadings","TableSpacing","TableView","TableViewBox","TableViewBoxBackground","TableViewBoxItemSize","TableViewBoxOptions","TabSpacings","TabView","TabViewBox","TabViewBoxOptions","TagBox","TagBoxNote","TagBoxOptions","TaggingRules","TagSet","TagSetDelayed","TagStyle","TagUnset","Take","TakeDrop","TakeLargest","TakeLargestBy","TakeList","TakeSmallest","TakeSmallestBy","TakeWhile","Tally","Tan","Tanh","TargetDevice","TargetFunctions","TargetSystem","TargetUnits","TaskAbort","TaskExecute","TaskObject","TaskRemove","TaskResume","Tasks","TaskSuspend","TaskWait","TautologyQ","TelegraphProcess","TemplateApply","TemplateArgBox","TemplateBox","TemplateBoxOptions","TemplateEvaluate","TemplateExpression","TemplateIf","TemplateObject","TemplateSequence","TemplateSlot","TemplateSlotSequence","TemplateUnevaluated","TemplateVerbatim","TemplateWith","TemporalData","TemporalRegularity","Temporary","TemporaryVariable","TensorContract","TensorDimensions","TensorExpand","TensorProduct","TensorQ","TensorRank","TensorReduce","TensorSymmetry","TensorTranspose","TensorWedge","TestID","TestReport","TestReportObject","TestResultObject","Tetrahedron","TetrahedronBox","TetrahedronBoxOptions","TeXForm","TeXSave","Text","Text3DBox","Text3DBoxOptions","TextAlignment","TextBand","TextBoundingBox","TextBox","TextCases","TextCell","TextClipboardType","TextContents","TextData","TextElement","TextForm","TextGrid","TextJustification","TextLine","TextPacket","TextParagraph","TextPosition","TextRecognize","TextSearch","TextSearchReport","TextSentences","TextString","TextStructure","TextStyle","TextTranslation","Texture","TextureCoordinateFunction","TextureCoordinateScaling","TextWords","Therefore","ThermodynamicData","ThermometerGauge","Thick","Thickness","Thin","Thinning","ThisLink","ThompsonGroupTh","Thread","ThreadingLayer","ThreeJSymbol","Threshold","Through","Throw","ThueMorse","Thumbnail","Thursday","Ticks","TicksStyle","TideData","Tilde","TildeEqual","TildeFullEqual","TildeTilde","TimeConstrained","TimeConstraint","TimeDirection","TimeFormat","TimeGoal","TimelinePlot","TimeObject","TimeObjectQ","TimeRemaining","Times","TimesBy","TimeSeries","TimeSeriesAggregate","TimeSeriesForecast","TimeSeriesInsert","TimeSeriesInvertibility","TimeSeriesMap","TimeSeriesMapThread","TimeSeriesModel","TimeSeriesModelFit","TimeSeriesResample","TimeSeriesRescale","TimeSeriesShift","TimeSeriesThread","TimeSeriesWindow","TimeUsed","TimeValue","TimeWarpingCorrespondence","TimeWarpingDistance","TimeZone","TimeZoneConvert","TimeZoneOffset","Timing","Tiny","TitleGrouping","TitsGroupT","ToBoxes","ToCharacterCode","ToColor","ToContinuousTimeModel","ToDate","Today","ToDiscreteTimeModel","ToEntity","ToeplitzMatrix","ToExpression","ToFileName","Together","Toggle","ToggleFalse","Toggler","TogglerBar","TogglerBox","TogglerBoxOptions","ToHeldExpression","ToInvertibleTimeSeries","TokenWords","Tolerance","ToLowerCase","Tomorrow","ToNumberField","TooBig","Tooltip","TooltipBox","TooltipBoxOptions","TooltipDelay","TooltipStyle","ToonShading","Top","TopHatTransform","ToPolarCoordinates","TopologicalSort","ToRadicals","ToRules","ToSphericalCoordinates","ToString","Total","TotalHeight","TotalLayer","TotalVariationFilter","TotalWidth","TouchPosition","TouchscreenAutoZoom","TouchscreenControlPlacement","ToUpperCase","Tr","Trace","TraceAbove","TraceAction","TraceBackward","TraceDepth","TraceDialog","TraceForward","TraceInternal","TraceLevel","TraceOff","TraceOn","TraceOriginal","TracePrint","TraceScan","TrackedSymbols","TrackingFunction","TracyWidomDistribution","TradingChart","TraditionalForm","TraditionalFunctionNotation","TraditionalNotation","TraditionalOrder","TrainingProgressCheckpointing","TrainingProgressFunction","TrainingProgressMeasurements","TrainingProgressReporting","TrainingStoppingCriterion","TrainingUpdateSchedule","TransferFunctionCancel","TransferFunctionExpand","TransferFunctionFactor","TransferFunctionModel","TransferFunctionPoles","TransferFunctionTransform","TransferFunctionZeros","TransformationClass","TransformationFunction","TransformationFunctions","TransformationMatrix","TransformedDistribution","TransformedField","TransformedProcess","TransformedRegion","TransitionDirection","TransitionDuration","TransitionEffect","TransitiveClosureGraph","TransitiveReductionGraph","Translate","TranslationOptions","TranslationTransform","Transliterate","Transparent","TransparentColor","Transpose","TransposeLayer","TrapSelection","TravelDirections","TravelDirectionsData","TravelDistance","TravelDistanceList","TravelMethod","TravelTime","TreeForm","TreeGraph","TreeGraphQ","TreePlot","TrendStyle","Triangle","TriangleCenter","TriangleConstruct","TriangleMeasurement","TriangleWave","TriangularDistribution","TriangulateMesh","Trig","TrigExpand","TrigFactor","TrigFactorList","Trigger","TrigReduce","TrigToExp","TrimmedMean","TrimmedVariance","TropicalStormData","True","TrueQ","TruncatedDistribution","TruncatedPolyhedron","TsallisQExponentialDistribution","TsallisQGaussianDistribution","TTest","Tube","TubeBezierCurveBox","TubeBezierCurveBoxOptions","TubeBox","TubeBoxOptions","TubeBSplineCurveBox","TubeBSplineCurveBoxOptions","Tuesday","TukeyLambdaDistribution","TukeyWindow","TunnelData","Tuples","TuranGraph","TuringMachine","TuttePolynomial","TwoWayRule","Typed","TypeSpecifier","UnateQ","Uncompress","UnconstrainedParameters","Undefined","UnderBar","Underflow","Underlined","Underoverscript","UnderoverscriptBox","UnderoverscriptBoxOptions","Underscript","UnderscriptBox","UnderscriptBoxOptions","UnderseaFeatureData","UndirectedEdge","UndirectedGraph","UndirectedGraphQ","UndoOptions","UndoTrackedVariables","Unequal","UnequalTo","Unevaluated","UniformDistribution","UniformGraphDistribution","UniformPolyhedron","UniformSumDistribution","Uninstall","Union","UnionedEntityClass","UnionPlus","Unique","UnitaryMatrixQ","UnitBox","UnitConvert","UnitDimensions","Unitize","UnitRootTest","UnitSimplify","UnitStep","UnitSystem","UnitTriangle","UnitVector","UnitVectorLayer","UnityDimensions","UniverseModelData","UniversityData","UnixTime","Unprotect","UnregisterExternalEvaluator","UnsameQ","UnsavedVariables","Unset","UnsetShared","UntrackedVariables","Up","UpArrow","UpArrowBar","UpArrowDownArrow","Update","UpdateDynamicObjects","UpdateDynamicObjectsSynchronous","UpdateInterval","UpdatePacletSites","UpdateSearchIndex","UpDownArrow","UpEquilibrium","UpperCaseQ","UpperLeftArrow","UpperRightArrow","UpperTriangularize","UpperTriangularMatrixQ","Upsample","UpSet","UpSetDelayed","UpTee","UpTeeArrow","UpTo","UpValues","URL","URLBuild","URLDecode","URLDispatcher","URLDownload","URLDownloadSubmit","URLEncode","URLExecute","URLExpand","URLFetch","URLFetchAsynchronous","URLParse","URLQueryDecode","URLQueryEncode","URLRead","URLResponseTime","URLSave","URLSaveAsynchronous","URLShorten","URLSubmit","UseGraphicsRange","UserDefinedWavelet","Using","UsingFrontEnd","UtilityFunction","V2Get","ValenceErrorHandling","ValidationLength","ValidationSet","Value","ValueBox","ValueBoxOptions","ValueDimensions","ValueForm","ValuePreprocessingFunction","ValueQ","Values","ValuesData","Variables","Variance","VarianceEquivalenceTest","VarianceEstimatorFunction","VarianceGammaDistribution","VarianceTest","VectorAngle","VectorAround","VectorAspectRatio","VectorColorFunction","VectorColorFunctionScaling","VectorDensityPlot","VectorGlyphData","VectorGreater","VectorGreaterEqual","VectorLess","VectorLessEqual","VectorMarkers","VectorPlot","VectorPlot3D","VectorPoints","VectorQ","VectorRange","Vectors","VectorScale","VectorScaling","VectorSizes","VectorStyle","Vee","Verbatim","Verbose","VerboseConvertToPostScriptPacket","VerificationTest","VerifyConvergence","VerifyDerivedKey","VerifyDigitalSignature","VerifyFileSignature","VerifyInterpretation","VerifySecurityCertificates","VerifySolutions","VerifyTestAssumptions","Version","VersionedPreferences","VersionNumber","VertexAdd","VertexCapacity","VertexColors","VertexComponent","VertexConnectivity","VertexContract","VertexCoordinateRules","VertexCoordinates","VertexCorrelationSimilarity","VertexCosineSimilarity","VertexCount","VertexCoverQ","VertexDataCoordinates","VertexDegree","VertexDelete","VertexDiceSimilarity","VertexEccentricity","VertexInComponent","VertexInDegree","VertexIndex","VertexJaccardSimilarity","VertexLabeling","VertexLabels","VertexLabelStyle","VertexList","VertexNormals","VertexOutComponent","VertexOutDegree","VertexQ","VertexRenderingFunction","VertexReplace","VertexShape","VertexShapeFunction","VertexSize","VertexStyle","VertexTextureCoordinates","VertexWeight","VertexWeightedGraphQ","Vertical","VerticalBar","VerticalForm","VerticalGauge","VerticalSeparator","VerticalSlider","VerticalTilde","Video","VideoEncoding","VideoExtractFrames","VideoFrameList","VideoFrameMap","VideoPause","VideoPlay","VideoQ","VideoStop","VideoStream","VideoStreams","VideoTimeSeries","VideoTracks","VideoTrim","ViewAngle","ViewCenter","ViewMatrix","ViewPoint","ViewPointSelectorSettings","ViewPort","ViewProjection","ViewRange","ViewVector","ViewVertical","VirtualGroupData","Visible","VisibleCell","VoiceStyleData","VoigtDistribution","VolcanoData","Volume","VonMisesDistribution","VoronoiMesh","WaitAll","WaitAsynchronousTask","WaitNext","WaitUntil","WakebyDistribution","WalleniusHypergeometricDistribution","WaringYuleDistribution","WarpingCorrespondence","WarpingDistance","WatershedComponents","WatsonUSquareTest","WattsStrogatzGraphDistribution","WaveletBestBasis","WaveletFilterCoefficients","WaveletImagePlot","WaveletListPlot","WaveletMapIndexed","WaveletMatrixPlot","WaveletPhi","WaveletPsi","WaveletScale","WaveletScalogram","WaveletThreshold","WeaklyConnectedComponents","WeaklyConnectedGraphComponents","WeaklyConnectedGraphQ","WeakStationarity","WeatherData","WeatherForecastData","WebAudioSearch","WebElementObject","WeberE","WebExecute","WebImage","WebImageSearch","WebSearch","WebSessionObject","WebSessions","WebWindowObject","Wedge","Wednesday","WeibullDistribution","WeierstrassE1","WeierstrassE2","WeierstrassE3","WeierstrassEta1","WeierstrassEta2","WeierstrassEta3","WeierstrassHalfPeriods","WeierstrassHalfPeriodW1","WeierstrassHalfPeriodW2","WeierstrassHalfPeriodW3","WeierstrassInvariantG2","WeierstrassInvariantG3","WeierstrassInvariants","WeierstrassP","WeierstrassPPrime","WeierstrassSigma","WeierstrassZeta","WeightedAdjacencyGraph","WeightedAdjacencyMatrix","WeightedData","WeightedGraphQ","Weights","WelchWindow","WheelGraph","WhenEvent","Which","While","White","WhiteNoiseProcess","WhitePoint","Whitespace","WhitespaceCharacter","WhittakerM","WhittakerW","WienerFilter","WienerProcess","WignerD","WignerSemicircleDistribution","WikidataData","WikidataSearch","WikipediaData","WikipediaSearch","WilksW","WilksWTest","WindDirectionData","WindingCount","WindingPolygon","WindowClickSelect","WindowElements","WindowFloating","WindowFrame","WindowFrameElements","WindowMargins","WindowMovable","WindowOpacity","WindowPersistentStyles","WindowSelected","WindowSize","WindowStatusArea","WindowTitle","WindowToolbars","WindowWidth","WindSpeedData","WindVectorData","WinsorizedMean","WinsorizedVariance","WishartMatrixDistribution","With","WolframAlpha","WolframAlphaDate","WolframAlphaQuantity","WolframAlphaResult","WolframLanguageData","Word","WordBoundary","WordCharacter","WordCloud","WordCount","WordCounts","WordData","WordDefinition","WordFrequency","WordFrequencyData","WordList","WordOrientation","WordSearch","WordSelectionFunction","WordSeparators","WordSpacings","WordStem","WordTranslation","WorkingPrecision","WrapAround","Write","WriteLine","WriteString","Wronskian","XMLElement","XMLObject","XMLTemplate","Xnor","Xor","XYZColor","Yellow","Yesterday","YuleDissimilarity","ZernikeR","ZeroSymmetric","ZeroTest","ZeroWidthTimes","Zeta","ZetaZero","ZIPCodeData","ZipfDistribution","ZoomCenter","ZoomFactor","ZTest","ZTransform","$Aborted","$ActivationGroupID","$ActivationKey","$ActivationUserRegistered","$AddOnsDirectory","$AllowDataUpdates","$AllowExternalChannelFunctions","$AllowInternet","$AssertFunction","$Assumptions","$AsynchronousTask","$AudioDecoders","$AudioEncoders","$AudioInputDevices","$AudioOutputDevices","$BaseDirectory","$BasePacletsDirectory","$BatchInput","$BatchOutput","$BlockchainBase","$BoxForms","$ByteOrdering","$CacheBaseDirectory","$Canceled","$ChannelBase","$CharacterEncoding","$CharacterEncodings","$CloudAccountName","$CloudBase","$CloudConnected","$CloudConnection","$CloudCreditsAvailable","$CloudEvaluation","$CloudExpressionBase","$CloudObjectNameFormat","$CloudObjectURLType","$CloudRootDirectory","$CloudSymbolBase","$CloudUserID","$CloudUserUUID","$CloudVersion","$CloudVersionNumber","$CloudWolframEngineVersionNumber","$CommandLine","$CompilationTarget","$ConditionHold","$ConfiguredKernels","$Context","$ContextPath","$ControlActiveSetting","$Cookies","$CookieStore","$CreationDate","$CurrentLink","$CurrentTask","$CurrentWebSession","$DataStructures","$DateStringFormat","$DefaultAudioInputDevice","$DefaultAudioOutputDevice","$DefaultFont","$DefaultFrontEnd","$DefaultImagingDevice","$DefaultLocalBase","$DefaultMailbox","$DefaultNetworkInterface","$DefaultPath","$DefaultProxyRules","$DefaultSystemCredentialStore","$Display","$DisplayFunction","$DistributedContexts","$DynamicEvaluation","$Echo","$EmbedCodeEnvironments","$EmbeddableServices","$EntityStores","$Epilog","$EvaluationCloudBase","$EvaluationCloudObject","$EvaluationEnvironment","$ExportFormats","$ExternalIdentifierTypes","$ExternalStorageBase","$Failed","$FinancialDataSource","$FontFamilies","$FormatType","$FrontEnd","$FrontEndSession","$GeoEntityTypes","$GeoLocation","$GeoLocationCity","$GeoLocationCountry","$GeoLocationPrecision","$GeoLocationSource","$HistoryLength","$HomeDirectory","$HTMLExportRules","$HTTPCookies","$HTTPRequest","$IgnoreEOF","$ImageFormattingWidth","$ImageResolution","$ImagingDevice","$ImagingDevices","$ImportFormats","$IncomingMailSettings","$InitialDirectory","$Initialization","$InitializationContexts","$Input","$InputFileName","$InputStreamMethods","$Inspector","$InstallationDate","$InstallationDirectory","$InterfaceEnvironment","$InterpreterTypes","$IterationLimit","$KernelCount","$KernelID","$Language","$LaunchDirectory","$LibraryPath","$LicenseExpirationDate","$LicenseID","$LicenseProcesses","$LicenseServer","$LicenseSubprocesses","$LicenseType","$Line","$Linked","$LinkSupported","$LoadedFiles","$LocalBase","$LocalSymbolBase","$MachineAddresses","$MachineDomain","$MachineDomains","$MachineEpsilon","$MachineID","$MachineName","$MachinePrecision","$MachineType","$MaxExtraPrecision","$MaxLicenseProcesses","$MaxLicenseSubprocesses","$MaxMachineNumber","$MaxNumber","$MaxPiecewiseCases","$MaxPrecision","$MaxRootDegree","$MessageGroups","$MessageList","$MessagePrePrint","$Messages","$MinMachineNumber","$MinNumber","$MinorReleaseNumber","$MinPrecision","$MobilePhone","$ModuleNumber","$NetworkConnected","$NetworkInterfaces","$NetworkLicense","$NewMessage","$NewSymbol","$NotebookInlineStorageLimit","$Notebooks","$NoValue","$NumberMarks","$Off","$OperatingSystem","$Output","$OutputForms","$OutputSizeLimit","$OutputStreamMethods","$Packages","$ParentLink","$ParentProcessID","$PasswordFile","$PatchLevelID","$Path","$PathnameSeparator","$PerformanceGoal","$Permissions","$PermissionsGroupBase","$PersistenceBase","$PersistencePath","$PipeSupported","$PlotTheme","$Post","$Pre","$PreferencesDirectory","$PreInitialization","$PrePrint","$PreRead","$PrintForms","$PrintLiteral","$Printout3DPreviewer","$ProcessID","$ProcessorCount","$ProcessorType","$ProductInformation","$ProgramName","$PublisherID","$RandomState","$RecursionLimit","$RegisteredDeviceClasses","$RegisteredUserName","$ReleaseNumber","$RequesterAddress","$RequesterWolframID","$RequesterWolframUUID","$RootDirectory","$ScheduledTask","$ScriptCommandLine","$ScriptInputString","$SecuredAuthenticationKeyTokens","$ServiceCreditsAvailable","$Services","$SessionID","$SetParentLink","$SharedFunctions","$SharedVariables","$SoundDisplay","$SoundDisplayFunction","$SourceLink","$SSHAuthentication","$SubtitleDecoders","$SubtitleEncoders","$SummaryBoxDataSizeLimit","$SuppressInputFormHeads","$SynchronousEvaluation","$SyntaxHandler","$System","$SystemCharacterEncoding","$SystemCredentialStore","$SystemID","$SystemMemory","$SystemShell","$SystemTimeZone","$SystemWordLength","$TemplatePath","$TemporaryDirectory","$TemporaryPrefix","$TestFileName","$TextStyle","$TimedOut","$TimeUnit","$TimeZone","$TimeZoneEntity","$TopDirectory","$TraceOff","$TraceOn","$TracePattern","$TracePostAction","$TracePreAction","$UnitSystem","$Urgent","$UserAddOnsDirectory","$UserAgentLanguages","$UserAgentMachine","$UserAgentName","$UserAgentOperatingSystem","$UserAgentString","$UserAgentVersion","$UserBaseDirectory","$UserBasePacletsDirectory","$UserDocumentsDirectory","$Username","$UserName","$UserURLBase","$Version","$VersionNumber","$VideoDecoders","$VideoEncoders","$VoiceStyles","$WolframDocumentsDirectory","$WolframID","$WolframUUID"];function KWq(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function ePq(q){return sv8("(",q,")?")}function sv8(...q){return q.map((_)=>KWq(_)).join("")}function qWq(...q){return"("+q.map((_)=>KWq(_)).join("|")+")"}function Ba_(q){let K=/([2-9]|[1-2]\d|[3][0-5])\^\^/,_=/(\w*\.\w+|\w+\.\w*|\w+)/,Y=/(\d*\.\d+|\d+\.\d*|\d+)/,z=qWq(sv8(K,_),Y),$=qWq(/``[+-]?(\d*\.\d+|\d+\.\d*|\d+)/,/`([+-]?(\d*\.\d+|\d+\.\d*|\d+))?/),w=/\*\^[+-]?\d+/,H={className:"number",relevance:0,begin:sv8(z,ePq($),ePq(w))},J=/[a-zA-Z$][a-zA-Z0-9$]*/,X=new Set(ma_),M={variants:[{className:"builtin-symbol",begin:J,"on:begin":(T,V)=>{if(!X.has(T[0]))V.ignoreMatch()}},{className:"symbol",relevance:0,begin:J}]},D={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},P={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},W={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},Z={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},f={className:"brace",relevance:0,begin:/[[\](){}]/},G={className:"message-name",relevance:0,begin:sv8("::",J)};return{name:"Mathematica",aliases:["mma","wl"],classNameAliases:{brace:"punctuation",pattern:"type",slot:"type",symbol:"variable","named-character":"variable","builtin-symbol":"built_in","message-name":"string"},contains:[q.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),W,Z,G,M,D,q.QUOTE_STRING_MODE,H,P,f]}}_Wq.exports=Ba_});var AWq=u((qsA,zWq)=>{function pa_(q){var K="('|\\.')+",_={relevance:0,contains:[{begin:K}]};return{name:"Matlab",keywords:{keyword:"arguments break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[q.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:_},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+K,relevance:0},{className:"number",begin:q.C_NUMBER_RE,relevance:0,starts:_},{className:"string",begin:"'",end:"'",contains:[q.BACKSLASH_ESCAPE,{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:_},{className:"string",begin:'"',end:'"',contains:[q.BACKSLASH_ESCAPE,{begin:'""'}],starts:_},q.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),q.COMMENT("%","$")]}}zWq.exports=pa_});var $Wq=u((KsA,OWq)=>{function Fa_(q){let Y=" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",z="_ __ %|0 %%|0";return{name:"Maxima",keywords:{$pattern:"[A-Za-z_%][0-9A-Za-z_%]*",keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:Y,symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},q.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}OWq.exports=Fa_});var jWq=u((_sA,wWq)=>{function ga_(q){return{name:"MEL",keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:"{function Ua_(q){let K={keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},_=q.COMMENT("%","$"),Y={className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},z=q.inherit(q.APOS_STRING_MODE,{relevance:0}),A=q.inherit(q.QUOTE_STRING_MODE,{relevance:0}),O={className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0};return A.contains=A.contains.slice(),A.contains.push(O),{name:"Mercury",aliases:["m","moo"],keywords:K,contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]},_,q.C_BLOCK_COMMENT_MODE,Y,q.NUMBER_MODE,z,A,{begin:/:-/},{begin:/\.$/}]}}HWq.exports=Ua_});var MWq=u((zsA,XWq)=>{function Qa_(q){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+q.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},q.COMMENT("[;#](?!\\s*$)","$"),q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:/\//}}XWq.exports=Qa_});var PWq=u((AsA,DWq)=>{function da_(q){return{name:"Mizar",keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[q.COMMENT("::","$")]}}DWq.exports=da_});var fWq=u((OsA,GWq)=>{function ZWq(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function av6(...q){return q.map((_)=>ZWq(_)).join("")}function WWq(...q){return"("+q.map((_)=>ZWq(_)).join("|")+")"}function ca_(q){let K=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],_=/[dualxmsipngr]{0,12}/,Y={$pattern:/[\w.]+/,keyword:K.join(" ")},z={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:Y},A={begin:/->\{/,end:/\}/},O={variants:[{begin:/\$\d/},{begin:av6(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@][^\s\w{]/,relevance:0}]},$=[q.BACKSLASH_ESCAPE,z,O],w=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],j=(X,M,D="\\1")=>{let P=D==="\\1"?D:av6(D,M);return av6(av6("(?:",X,")"),M,/(?:\\.|[^\\\/])*?/,P,/(?:\\.|[^\\\/])*?/,D,_)},H=(X,M,D)=>{return av6(av6("(?:",X,")"),M,/(?:\\.|[^\\\/])*?/,D,_)},J=[O,q.HASH_COMMENT_MODE,q.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),A,{className:"string",contains:$,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[q.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[q.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+q.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[q.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:j("s|tr|y",WWq(...w))},{begin:j("s|tr|y","\\(","\\)")},{begin:j("s|tr|y","\\[","\\]")},{begin:j("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:H("(?:m|qr)?",/\//,/\//)},{begin:H("m|qr",WWq(...w),/\1/)},{begin:H("m|qr",/\(/,/\)/)},{begin:H("m|qr",/\[/,/\]/)},{begin:H("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[q.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return z.contains=J,A.contains=J,{name:"Perl",aliases:["pl","pm"],keywords:Y,contains:J}}GWq.exports=ca_});var vWq=u(($sA,TWq)=>{function la_(q){return{name:"Mojolicious",subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}TWq.exports=la_});var NWq=u((wsA,VWq)=>{function ia_(q){let K={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},q.NUMBER_MODE]};return{name:"Monkey",case_insensitive:!0,keywords:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},illegal:/\/\*/,contains:[q.COMMENT("#rem","#end"),q.COMMENT("'","$",{relevance:0}),{className:"function",beginKeywords:"function method",end:"[(=:]|$",illegal:/\n/,contains:[q.UNDERSCORE_TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"$",contains:[{beginKeywords:"extends implements"},q.UNDERSCORE_TITLE_MODE]},{className:"built_in",begin:"\\b(self|super)\\b"},{className:"meta",begin:"\\s*#",end:"$",keywords:{"meta-keyword":"if else elseif endif end then"}},{className:"meta",begin:"^\\s*strict\\b"},{beginKeywords:"alias",end:"=",contains:[q.UNDERSCORE_TITLE_MODE]},q.QUOTE_STRING_MODE,K]}}VWq.exports=ia_});var yWq=u((jsA,kWq)=>{function na_(q){let K={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},_="[A-Za-z$_][0-9A-Za-z$_]*",Y={className:"subst",begin:/#\{/,end:/\}/,keywords:K},z=[q.inherit(q.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[q.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[q.BACKSLASH_ESCAPE,Y]}]},{className:"built_in",begin:"@__"+q.IDENT_RE},{begin:"@"+q.IDENT_RE},{begin:q.IDENT_RE+"\\\\"+q.IDENT_RE}];Y.contains=z;let A=q.inherit(q.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),O="(\\(.*\\)\\s*)?\\B[-=]>",$={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:K,contains:["self"].concat(z)}]};return{name:"MoonScript",aliases:["moon"],keywords:K,illegal:/\/\*/,contains:z.concat([q.COMMENT("--","$"),{className:"function",begin:"^\\s*[A-Za-z$_][0-9A-Za-z$_]*\\s*=\\s*"+O,end:"[-=]>",returnBegin:!0,contains:[A,$]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:O,end:"[-=]>",returnBegin:!0,contains:[$]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[A]},A]},{className:"name",begin:"[A-Za-z$_][0-9A-Za-z$_]*:",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}kWq.exports=na_});var LWq=u((HsA,EWq)=>{function ra_(q){return{name:"N1QL",case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,endsWithParent:!0,keywords:{keyword:"all alter analyze and any array as asc begin between binary boolean break bucket build by call case cast cluster collate collection commit connect continue correlate cover create database dataset datastore declare decrement delete derived desc describe distinct do drop each element else end every except exclude execute exists explain fetch first flatten for force from function grant group gsi having if ignore ilike in include increment index infer inline inner insert intersect into is join key keys keyspace known last left let letting like limit lsm map mapping matched materialized merge minus namespace nest not number object offset on option or order outer over parse partition password path pool prepare primary private privilege procedure public raw realm reduce rename return returning revoke right role rollback satisfies schema select self semi set show some start statistics string system then to transaction trigger truncate under union unique unknown unnest unset update upsert use user using validate value valued values via view when where while with within work xor",literal:"true false null missing|5",built_in:"array_agg array_append array_concat array_contains array_count array_distinct array_ifnull array_length array_max array_min array_position array_prepend array_put array_range array_remove array_repeat array_replace array_reverse array_sort array_sum avg count max min sum greatest least ifmissing ifmissingornull ifnull missingif nullif ifinf ifnan ifnanorinf naninf neginfif posinfif clock_millis clock_str date_add_millis date_add_str date_diff_millis date_diff_str date_part_millis date_part_str date_trunc_millis date_trunc_str duration_to_str millis str_to_millis millis_to_str millis_to_utc millis_to_zone_name now_millis now_str str_to_duration str_to_utc str_to_zone_name decode_json encode_json encoded_size poly_length base64 base64_encode base64_decode meta uuid abs acos asin atan atan2 ceil cos degrees e exp ln log floor pi power radians random round sign sin sqrt tan trunc object_length object_names object_pairs object_inner_pairs object_values object_inner_values object_add object_put object_remove object_unwrap regexp_contains regexp_like regexp_position regexp_replace contains initcap length lower ltrim position repeat replace rtrim split substr title trim upper isarray isatom isboolean isnumber isobject isstring type toarray toatom toboolean tonumber toobject tostring"},contains:[{className:"string",begin:"'",end:"'",contains:[q.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[q.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[q.BACKSLASH_ESCAPE],relevance:2},q.C_NUMBER_MODE,q.C_BLOCK_COMMENT_MODE]},q.C_BLOCK_COMMENT_MODE]}}EWq.exports=ra_});var hWq=u((JsA,RWq)=>{function oa_(q){let K={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/\}/},{begin:/[$@]/+q.UNDERSCORE_IDENT_RE}]},_={endsWithParent:!0,keywords:{$pattern:"[a-z/_]+",literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[q.HASH_COMMENT_MODE,{className:"string",contains:[q.BACKSLASH_ESCAPE,K],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[K]},{className:"regexp",contains:[q.BACKSLASH_ESCAPE,K],variants:[{begin:"\\s\\^",end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},K]};return{name:"Nginx config",aliases:["nginxconf"],contains:[q.HASH_COMMENT_MODE,{begin:q.UNDERSCORE_IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\{/,contains:[{className:"section",begin:q.UNDERSCORE_IDENT_RE}],relevance:0},{begin:q.UNDERSCORE_IDENT_RE+"\\s",end:";|\\{",returnBegin:!0,contains:[{className:"attribute",begin:q.UNDERSCORE_IDENT_RE,starts:_}],relevance:0}],illegal:"[^\\s\\}]"}}RWq.exports=oa_});var CWq=u((XsA,SWq)=>{function aa_(q){return{name:"Nim",keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from func generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/\{\./,end:/\.\}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},q.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},q.HASH_COMMENT_MODE]}}SWq.exports=aa_});var IWq=u((MsA,bWq)=>{function sa_(q){let K={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},_={className:"subst",begin:/\$\{/,end:/\}/,keywords:K},Y={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]},z={className:"string",contains:[_],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},A=[q.NUMBER_MODE,q.HASH_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,z,Y];return _.contains=A,{name:"Nix",aliases:["nixos"],keywords:K,contains:A}}bWq.exports=sa_});var uWq=u((DsA,xWq)=>{function ta_(q){return{name:"Node REPL",contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}xWq.exports=ta_});var BWq=u((PsA,mWq)=>{function ea_(q){let K={className:"variable",begin:/\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)/},_={className:"variable",begin:/\$+\{[\w.:-]+\}/},Y={className:"variable",begin:/\$+\w+/,illegal:/\(\)\{\}/},z={className:"variable",begin:/\$+\([\w^.:-]+\)/},A={className:"params",begin:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},O={className:"keyword",begin:/!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|searchparse|searchreplace|system|tempfile|undef|verbose|warning)/},$={className:"meta",begin:/\$(\\[nrt]|\$)/},w={className:"class",begin:/\w+::\w+/},j={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[$,K,_,Y,z]};return{name:"NSIS",case_insensitive:!1,keywords:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecShellWait ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileWriteUTF16LE FileSeek FileWrite FileWriteByte FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetKnownFolderPath GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfRtlLanguage IfShellVarContextAll IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText Int64Cmp Int64CmpU Int64Fmt IntCmp IntCmpU IntFmt IntOp IntPtrCmp IntPtrCmpU IntPtrOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadAndSetImage LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestLongPathAware ManifestMaxVersionTested ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PEAddResource PEDllCharacteristics PERemoveResource PESubsysVer Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegMultiStr WriteRegNone WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both bottom bzip2 colored components current custom directory false force hide highest ifdiff ifnewer instfiles lastused leave left license listonly lzma nevershow none normal notset off on open print right show silent silentlog smooth textonly top true try un.components un.custom un.directory un.instfiles un.license uninstConfirm user Win10 Win7 Win8 WinVista zlib"},contains:[q.HASH_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.COMMENT(";","$",{relevance:0}),{className:"function",beginKeywords:"Function PageEx Section SectionGroup",end:"$"},j,O,_,Y,z,A,w,q.NUMBER_MODE]}}mWq.exports=ea_});var FWq=u((WsA,pWq)=>{function qs_(q){let K={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},_=/[a-zA-Z@][a-zA-Z0-9_]*/,Y={$pattern:_,keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},z={$pattern:_,keyword:"@interface @class @protocol @implementation"};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:Y,illegal:"/,end:/$/,illegal:"\\n"},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+z.keyword.split(" ").join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:z,contains:[q.UNDERSCORE_TITLE_MODE]},{begin:"\\."+q.UNDERSCORE_IDENT_RE,relevance:0}]}}pWq.exports=qs_});var UWq=u((ZsA,gWq)=>{function Ks_(q){return{name:"OCaml",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},q.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},q.inherit(q.APOS_STRING_MODE,{className:"string",relevance:0}),q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/->/}]}}gWq.exports=Ks_});var dWq=u((GsA,QWq)=>{function _s_(q){let K={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},_={className:"literal",begin:"false|true|PI|undef"},Y={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},z=q.inherit(q.QUOTE_STRING_MODE,{illegal:null}),A={className:"meta",keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},O={className:"params",begin:"\\(",end:"\\)",contains:["self",Y,z,K,_]},$={begin:"[*!#%]",relevance:0},w={className:"function",beginKeywords:"module function",end:/=|\{/,contains:[O,q.UNDERSCORE_TITLE_MODE]};return{name:"OpenSCAD",aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,Y,A,z,K,$,w]}}QWq.exports=_s_});var lWq=u((fsA,cWq)=>{function Ys_(q){let K={$pattern:/\.?\w+/,keyword:"abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained"},_=q.COMMENT(/\{/,/\}/,{relevance:0}),Y=q.COMMENT("\\(\\*","\\*\\)",{relevance:10}),z={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},A={className:"string",begin:"(#\\d+)+"},O={className:"function",beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[q.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",keywords:K,contains:[z,A]},_,Y]};return{name:"Oxygene",case_insensitive:!0,keywords:K,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[_,Y,q.C_LINE_COMMENT_MODE,z,A,q.NUMBER_MODE,O,{className:"class",begin:"=\\bclass\\b",end:"end;",keywords:K,contains:[z,A,_,Y,q.C_LINE_COMMENT_MODE,O]}]}}cWq.exports=Ys_});var nWq=u((TsA,iWq)=>{function zs_(q){let K=q.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[q.COMMENT("^#","$"),q.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[K]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:/\$\{?[\w\-.:]+\}?/},{className:"keyword",begin:/\^[\w\-.:]+/},{className:"number",begin:"\\^#[0-9a-fA-F]+"},q.C_NUMBER_MODE]}}iWq.exports=zs_});var oWq=u((vsA,rWq)=>{function As_(q){let K={className:"variable",begin:/\$[\w\d#@][\w\d_]*/},_={className:"variable",begin:/<(?!\/)/,end:/>/};return{name:"Packet Filter config",aliases:["pf.conf"],keywords:{$pattern:/[a-z0-9_<>-]+/,built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to route allow-opts divert-packet divert-reply divert-to flags group icmp-type icmp6-type label once probability recieved-on rtable prio queue tos tag tagged user keep fragment for os drop af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin source-hash static-port dup-to reply-to route-to parent bandwidth default min max qlimit block-policy debug fingerprints hostid limit loginterface optimization reassemble ruleset-optimization basic none profile skip state-defaults state-policy timeout const counters persist no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy source-track global rule max-src-nodes max-src-states max-src-conn max-src-conn-rate overload flush scrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[q.HASH_COMMENT_MODE,q.NUMBER_MODE,q.QUOTE_STRING_MODE,K,_]}}rWq.exports=As_});var sWq=u((VsA,aWq)=>{function Os_(q){let K=q.COMMENT("--","$"),_="[a-zA-Z_][a-zA-Z_0-9$]*",Y="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",z="<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",A="ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ",O="SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",$="ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN ",w="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",j=w.trim().split(" ").map(function(P){return P.split("|")[0]}).join("|"),H="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",J="FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 ",X="SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED ",D="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map(function(P){return P.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],case_insensitive:!0,keywords:{keyword:A+$+O,built_in:H+J+X},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:q.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+D+")\\s*\\("},{begin:"\\.("+j+")\\b"},{begin:"\\b("+j+")\\s+PATH\\b",keywords:{keyword:"PATH",type:w.replace("PATH ","")}},{className:"type",begin:"\\b("+j+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},q.END_SAME_AS_BEGIN({begin:"\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",end:"\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},q.C_NUMBER_MODE,q.C_BLOCK_COMMENT_MODE,K,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:z,relevance:10}]}}aWq.exports=Os_});var eWq=u((NsA,tWq)=>{function $s_(q){let K={className:"variable",begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"+"(?![A-Za-z0-9])(?![$])"},_={className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{begin:/\?>/}]},Y={className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},z=q.inherit(q.APOS_STRING_MODE,{illegal:null}),A=q.inherit(q.QUOTE_STRING_MODE,{illegal:null,contains:q.QUOTE_STRING_MODE.contains.concat(Y)}),O=q.END_SAME_AS_BEGIN({begin:/<<<[ \t]*(\w+)\n/,end:/[ \t]*(\w+)\b/,contains:q.QUOTE_STRING_MODE.contains.concat(Y)}),$={className:"string",contains:[q.BACKSLASH_ESCAPE,_],variants:[q.inherit(z,{begin:"b'",end:"'"}),q.inherit(A,{begin:'b"',end:'"'}),A,z,O]},w={className:"number",variants:[{begin:"\\b0b[01]+(?:_[01]+)*\\b"},{begin:"\\b0o[0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0x[\\da-f]+(?:_[\\da-f]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:e[+-]?\\d+)?"}],relevance:0},j={keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile enum eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list match|0 mixed new object or private protected public real return string switch throw trait try unset use var void while xor yield",literal:"false null true",built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException UnhandledMatchError ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Stringable Throwable Traversable WeakReference WeakMap Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"};return{aliases:["php3","php4","php5","php6","php7","php8"],case_insensitive:!0,keywords:j,contains:[q.HASH_COMMENT_MODE,q.COMMENT("//","$",{contains:[_]}),q.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),q.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler"}),_,{className:"keyword",begin:/\$this\b/},K,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},q.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:j,contains:["self",K,q.C_BLOCK_COMMENT_MODE,$,w]}]},{className:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},q.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[q.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",relevance:0,end:";",contains:[q.UNDERSCORE_TITLE_MODE]},$,w]}}tWq.exports=$s_});var K0q=u((ksA,q0q)=>{function ws_(q){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},q.inherit(q.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),q.inherit(q.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}q0q.exports=ws_});var Y0q=u((ysA,_0q)=>{function js_(q){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}_0q.exports=js_});var A0q=u((EsA,z0q)=>{function Hs_(q){let K={keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},_={className:"string",begin:'"""',end:'"""',relevance:10},Y={className:"string",begin:'"',end:'"',contains:[q.BACKSLASH_ESCAPE]},z={className:"string",begin:"'",end:"'",contains:[q.BACKSLASH_ESCAPE],relevance:0},A={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},O={begin:q.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:K,contains:[A,_,Y,z,O,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]}}z0q.exports=Hs_});var $0q=u((LsA,O0q)=>{function Js_(q){let K=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],_="Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",Y="-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",z={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},A=/\w[\w\d]*((-)[\w\d]+)*/,O={begin:"`[\\s\\S]",relevance:0},$={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},w={className:"literal",begin:/\$(null|true|false)\b/},j={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[O,$,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},H={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},J={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},X=q.inherit(q.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[J]}),M={className:"built_in",variants:[{begin:"(".concat(_,")+(-)[\\w\\d]+")}]},D={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[q.TITLE_MODE]},P={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:A,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[$]}]},W={begin:/using\s/,end:/$/,returnBegin:!0,contains:[j,H,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Z={variants:[{className:"operator",begin:"(".concat(Y,")\\b")},{className:"literal",begin:/(-)[\w\d]+/,relevance:0}]},f={className:"selector-tag",begin:/@\B/,relevance:0},G={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(z.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},q.inherit(q.TITLE_MODE,{endsParent:!0})]},T=[G,X,O,q.NUMBER_MODE,j,H,M,$,w,f],V={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",T,{begin:"("+K.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return G.contains.unshift(V),{name:"PowerShell",aliases:["ps","ps1"],case_insensitive:!0,keywords:z,contains:T.concat(D,P,W,Z,V)}}O0q.exports=Js_});var j0q=u((RsA,w0q)=>{function Xs_(q){return{name:"Processing",keywords:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE]}}w0q.exports=Xs_});var J0q=u((hsA,H0q)=>{function Ms_(q){return{name:"Python profiler",contains:[q.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[q.C_NUMBER_MODE],relevance:10},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}H0q.exports=Ms_});var M0q=u((SsA,X0q)=>{function Ds_(q){let K={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},_={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},Y={begin:/\(/,end:/\)/,relevance:0},z={begin:/\[/,end:/\]/},A={className:"comment",begin:/%/,end:/$/,contains:[q.PHRASAL_WORDS_MODE]},O={className:"string",begin:/`/,end:/`/,contains:[q.BACKSLASH_ESCAPE]},$={className:"string",begin:/0'(\\'|.)/},w={className:"string",begin:/0'\\s/},H=[K,_,Y,{begin:/:-/},z,A,q.C_BLOCK_COMMENT_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,O,$,w,q.C_NUMBER_MODE];return Y.contains=H,z.contains=H,{name:"Prolog",contains:H.concat([{begin:/\.$/}])}}X0q.exports=Ds_});var P0q=u((CsA,D0q)=>{function Ps_(q){var K="[ \\t\\f]*",_="[ \\t\\f]+",Y=K+"[:=]"+K,z=_,A="("+Y+"|"+z+")",O="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",$="([^\\\\:= \\t\\f\\n]|\\\\.)+",w={end:A,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,contains:[q.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:O+Y,relevance:1},{begin:O+z,relevance:0}],contains:[{className:"attr",begin:O,endsParent:!0,relevance:0}],starts:w},{begin:$+A,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:$,endsParent:!0,relevance:0}],starts:w},{className:"attr",relevance:0,begin:$+K+"$"}]}}D0q.exports=Ps_});var Z0q=u((bsA,W0q)=>{function Ws_(q){return{name:"Protocol Buffers",keywords:{keyword:"package import option optional required repeated group oneof",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},contains:[q.QUOTE_STRING_MODE,q.NUMBER_MODE,q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"message enum service",end:/\{/,illegal:/\n/,contains:[q.inherit(q.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}W0q.exports=Ws_});var f0q=u((IsA,G0q)=>{function Zs_(q){let K={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},_=q.COMMENT("#","$"),Y="([A-Za-z_]|::)(\\w|::)*",z=q.inherit(q.TITLE_MODE,{begin:"([A-Za-z_]|::)(\\w|::)*"}),A={className:"variable",begin:"\\$([A-Za-z_]|::)(\\w|::)*"},O={className:"string",contains:[q.BACKSLASH_ESCAPE,A],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[_,A,O,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[z,_]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:q.IDENT_RE,endsParent:!0}]},{begin:q.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:q.IDENT_RE},{begin:/\{/,end:/\}/,keywords:K,relevance:0,contains:[O,_,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:q.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},A]}],relevance:0}]}}G0q.exports=Zs_});var v0q=u((xsA,T0q)=>{function Gs_(q){let K={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},_={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{name:"PureBASIC",aliases:["pb","pbi"],keywords:"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until UnuseModule UseModule Wend While With XIncludeFile XOr",contains:[q.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},q.UNDERSCORE_TITLE_MODE]},K,_]}}T0q.exports=Gs_});var N0q=u((usA,V0q)=>{function fs_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function Ts_(q){return vs_("(?=",q,")")}function vs_(...q){return q.map((_)=>fs_(_)).join("")}function Vs_(q){let A={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:["and","as","assert","async","await","break","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},O={className:"meta",begin:/^(>>>|\.\.\.) /},$={className:"subst",begin:/\{/,end:/\}/,keywords:A,illegal:/#/},w={begin:/\{\{/,relevance:0},j={className:"string",contains:[q.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[q.BACKSLASH_ESCAPE,O],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[q.BACKSLASH_ESCAPE,O],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[q.BACKSLASH_ESCAPE,O,w,$]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[q.BACKSLASH_ESCAPE,O,w,$]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[q.BACKSLASH_ESCAPE,w,$]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[q.BACKSLASH_ESCAPE,w,$]},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]},H="[0-9](_?[0-9])*",J="(\\b([0-9](_?[0-9])*))?\\.([0-9](_?[0-9])*)|\\b([0-9](_?[0-9])*)\\.",X={className:"number",relevance:0,variants:[{begin:"(\\b([0-9](_?[0-9])*)|((\\b([0-9](_?[0-9])*))?\\.([0-9](_?[0-9])*)|\\b([0-9](_?[0-9])*)\\.))[eE][+-]?([0-9](_?[0-9])*)[jJ]?\\b"},{begin:"((\\b([0-9](_?[0-9])*))?\\.([0-9](_?[0-9])*)|\\b([0-9](_?[0-9])*)\\.)[jJ]?"},{begin:"\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?\\b"},{begin:"\\b0[bB](_?[01])+[lL]?\\b"},{begin:"\\b0[oO](_?[0-7])+[lL]?\\b"},{begin:"\\b0[xX](_?[0-9a-fA-F])+[lL]?\\b"},{begin:"\\b([0-9](_?[0-9])*)[jJ]\\b"}]},M={className:"comment",begin:Ts_(/# type:/),end:/$/,keywords:A,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},D={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:A,contains:["self",O,X,j,q.HASH_COMMENT_MODE]}]};return $.contains=[j,X,O],{name:"Python",aliases:["py","gyp","ipython"],keywords:A,illegal:/(<\/|->|\?)|=>/,contains:[O,X,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},j,M,q.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[q.UNDERSCORE_TITLE_MODE,D,{begin:/->/,endsWithParent:!0,keywords:A}]},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[X,D,j]}]}}V0q.exports=Vs_});var y0q=u((msA,k0q)=>{function Ns_(q){return{aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}k0q.exports=Ns_});var L0q=u((BsA,E0q)=>{function ks_(q){return{name:"Q",aliases:["k","kdb"],keywords:{$pattern:/(`?)[A-Za-z0-9_]+\b/,keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},contains:[q.C_LINE_COMMENT_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE]}}E0q.exports=ks_});var h0q=u((psA,R0q)=>{function ys_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function Es_(...q){return q.map((_)=>ys_(_)).join("")}function Ls_(q){let K={keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4d Promise"},_="[a-zA-Z_][a-zA-Z0-9\\._]*",Y={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},z={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},A={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:"[a-zA-Z_][a-zA-Z0-9\\._]*",returnEnd:!1}},O={begin:"[a-zA-Z_][a-zA-Z0-9\\._]*\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:"[a-zA-Z_][a-zA-Z0-9\\._]*",end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},$={begin:Es_("[a-zA-Z_][a-zA-Z0-9\\._]*",/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[q.inherit(q.TITLE_MODE,{begin:"[a-zA-Z_][a-zA-Z0-9\\._]*"})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:K,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[q.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:q.C_NUMBER_RE}],relevance:0},{begin:"("+q.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},z,Y,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[q.inherit(q.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+q.IDENT_RE,relevance:0},A,O,$],illegal:/#/}}R0q.exports=Ls_});var C0q=u((FsA,S0q)=>{function Rs_(q){if(!q)return null;if(typeof q==="string")return q;return q.source}function hs_(q){return DI1("(?=",q,")")}function DI1(...q){return q.map((_)=>Rs_(_)).join("")}function Ss_(q){let K=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,_=/[a-zA-Z][a-zA-Z_0-9]*/;return{name:"R",illegal:/->/,keywords:{$pattern:K,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},compilerExtensions:[(Y,z)=>{if(!Y.beforeMatch)return;if(Y.starts)throw Error("beforeMatch cannot be used with starts");let A=Object.assign({},Y);Object.keys(Y).forEach((O)=>{delete Y[O]}),Y.begin=DI1(A.beforeMatch,hs_(A.begin)),Y.starts={relevance:0,contains:[Object.assign(A,{endsParent:!0})]},Y.relevance=0,delete A.beforeMatch}],contains:[q.COMMENT(/#'/,/$/,{contains:[{className:"doctag",begin:"@examples",starts:{contains:[{begin:/\n/},{begin:/#'\s*(?=@[a-zA-Z]+)/,endsParent:!0},{begin:/#'/,end:/$/,excludeBegin:!0}]}},{className:"doctag",begin:"@param",end:/$/,contains:[{className:"variable",variants:[{begin:K},{begin:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{className:"doctag",begin:/@[a-zA-Z]+/},{className:"meta-keyword",begin:/\\[a-zA-Z]+/}]}),q.HASH_COMMENT_MODE,{className:"string",contains:[q.BACKSLASH_ESCAPE],variants:[q.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),q.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),q.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),q.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),q.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),q.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{className:"number",relevance:0,beforeMatch:/([^a-zA-Z0-9._])/,variants:[{match:/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/},{match:/0[xX][0-9a-fA-F]+([pP][+-]?\d+)?[Li]?/},{match:/(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?[Li]?/}]},{begin:"%",end:"%"},{begin:DI1(_,"\\s+<-\\s+")},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}S0q.exports=Ss_});var I0q=u((gsA,b0q)=>{function Cs_(q){function K(V){return V.map(function(N){return N.split("").map(function(L){return"\\"+L}).join("")}).join("|")}let _="~?[a-z$_][0-9a-zA-Z$_]*",Y="`?[A-Z$_][0-9a-zA-Z$_]*",z="'?[a-z$_][0-9a-z$_]*",A="\\s*:\\s*[a-z$_][0-9a-z$_]*(\\(\\s*("+z+"\\s*(,"+z+"\\s*)*)?\\))?",O=_+"("+A+"){0,2}",$="("+K(["||","++","**","+.","*","/","*.","/.","..."])+"|\\|>|&&|==|===)",w="\\s+"+$+"\\s+",j={keyword:"and as asr assert begin class constraint do done downto else end exception external for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new nonrec object of open or private rec sig struct then to try type val virtual when while with",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ",literal:"true false"},H="\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",J={className:"number",relevance:0,variants:[{begin:H},{begin:"\\(-"+H+"\\)"}]},X={className:"operator",relevance:0,begin:$},M=[{className:"identifier",relevance:0,begin:_},X,J],D=[q.QUOTE_STRING_MODE,X,{className:"module",begin:"\\b"+Y,returnBegin:!0,end:".",contains:[{className:"identifier",begin:Y,relevance:0}]}],P=[{className:"module",begin:"\\b"+Y,returnBegin:!0,end:".",relevance:0,contains:[{className:"identifier",begin:Y,relevance:0}]}],W={begin:_,end:"(,|\\n|\\))",relevance:0,contains:[X,{className:"typing",begin:":",end:"(,|\\n)",returnBegin:!0,relevance:0,contains:P}]},Z={className:"function",relevance:0,keywords:j,variants:[{begin:"\\s(\\(\\.?.*?\\)|"+_+")\\s*=>",end:"\\s*=>",returnBegin:!0,relevance:0,contains:[{className:"params",variants:[{begin:_},{begin:O},{begin:/\(\s*\)/}]}]},{begin:"\\s\\(\\.?[^;\\|]*\\)\\s*=>",end:"\\s=>",returnBegin:!0,relevance:0,contains:[{className:"params",relevance:0,variants:[W]}]},{begin:"\\(\\.\\s"+_+"\\)\\s*=>"}]};D.push(Z);let f={className:"constructor",begin:Y+"\\(",end:"\\)",illegal:"\\n",keywords:j,contains:[q.QUOTE_STRING_MODE,X,{className:"params",begin:"\\b"+_}]},G={className:"pattern-match",begin:"\\|",returnBegin:!0,keywords:j,end:"=>",relevance:0,contains:[f,X,{relevance:0,className:"constructor",begin:Y}]},T={className:"module-access",keywords:j,returnBegin:!0,variants:[{begin:"\\b("+Y+"\\.)+"+_},{begin:"\\b("+Y+"\\.)+\\(",end:"\\)",returnBegin:!0,contains:[Z,{begin:"\\(",end:"\\)",skip:!0}].concat(D)},{begin:"\\b("+Y+"\\.)+\\{",end:/\}/}],contains:D};return P.push(T),{name:"ReasonML",aliases:["re"],keywords:j,illegal:"(:-|:=|\\$\\{|\\+=)",contains:[q.COMMENT("/\\*","\\*/",{illegal:"^(#,\\/\\/)"}),{className:"character",begin:"'(\\\\[^']+|[^'])'",illegal:"\\n",relevance:0},q.QUOTE_STRING_MODE,{className:"literal",begin:"\\(\\)",relevance:0},{className:"literal",begin:"\\[\\|",end:"\\|\\]",relevance:0,contains:M},{className:"literal",begin:"\\[",end:"\\]",relevance:0,contains:M},f,{className:"operator",begin:w,illegal:"-->",relevance:0},J,q.C_LINE_COMMENT_MODE,G,Z,{className:"module-def",begin:"\\bmodule\\s+"+_+"\\s+"+Y+"\\s+=\\s+\\{",end:/\}/,returnBegin:!0,keywords:j,relevance:0,contains:[{className:"module",relevance:0,begin:Y},{begin:/\{/,end:/\}/,skip:!0}].concat(D)},T]}}b0q.exports=Cs_});var u0q=u((UsA,x0q)=>{function bs_(q){return{name:"RenderMan RIB",keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"{function Is_(q){let _={className:"attribute",begin:/[a-zA-Z-_]+/,end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword",begin:/\(optional\)/}]}};return{name:"Roboconf",aliases:["graph","instances"],case_insensitive:!0,keywords:"import",contains:[{begin:"^facet [a-zA-Z-_][^\\n{]+\\{",end:/\}/,keywords:"facet",contains:[_,q.HASH_COMMENT_MODE]},{begin:"^\\s*instance of [a-zA-Z-_][^\\n{]+\\{",end:/\}/,keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",_,q.HASH_COMMENT_MODE]},{begin:"^[a-zA-Z-_][^\\n{]+\\{",end:/\}/,contains:[_,q.HASH_COMMENT_MODE]},q.HASH_COMMENT_MODE]}}m0q.exports=Is_});var F0q=u((dsA,p0q)=>{function xs_(q){let O={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},$={className:"string",begin:/"/,end:/"/,contains:[q.BACKSLASH_ESCAPE,O,{className:"variable",begin:/\$\(/,end:/\)/,contains:[q.BACKSLASH_ESCAPE]}]},w={className:"string",begin:/'/,end:/'/};return{name:"Microtik RouterOS script",aliases:["mikrotik"],case_insensitive:!0,keywords:{$pattern:/:?[\w-]+/,literal:"true false yes no nothing nil null",keyword:"foreach do while for if from to step else on-error and or not in :"+"foreach do while for if from to step else on-error and or not in".split(" ").join(" :")+" :"+"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime".split(" ").join(" :")},contains:[{variants:[{begin:/\/\*/,end:/\*\//},{begin:/\/\//,end:/$/},{begin:/<\//,end:/>/}],illegal:/./},q.COMMENT("^#","$"),$,w,O,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[$,w,O,{className:"literal",begin:"\\b("+"true false yes no nothing nil null".split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+"add remove enable disable set get print export edit find run debug error info warning".split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"builtin-name",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+"traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw".split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}p0q.exports=xs_});var U0q=u((csA,g0q)=>{function us_(q){return{name:"RenderMan RSL",keywords:{keyword:"float color point normal vector matrix while for if do return else break extern continue",built_in:"abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp faceforward filterstep floor format fresnel incident length lightsource log match max min mod noise normalize ntransform opposite option phong pnoise pow printf ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan texture textureinfo trace transform vtransform xcomp ycomp zcomp"},illegal:"{function ms_(q){return{name:"Oracle Rules Language",keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,q.APOS_STRING_MODE,q.QUOTE_STRING_MODE,q.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+",relevance:0},{begin:"#[a-zA-Z .]+"}]}]}}Q0q.exports=ms_});var l0q=u((isA,c0q)=>{function Bs_(q){let _="abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",Y="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{name:"Rust",aliases:["rs"],keywords:{$pattern:q.IDENT_RE+"!?",keyword:_,literal:"true false Some None Ok Err",built_in:Y},illegal:""}]}}c0q.exports=Bs_});var n0q=u((nsA,i0q)=>{function ps_(q){let K="do if then else end until while abort array attrib by call cards cards4 catname continue datalines datalines4 delete delim delimiter display dm drop endsas error file filename footnote format goto in infile informat input keep label leave length libname link list lostcard merge missing modify options output out page put redirect remove rename replace retain return select set skip startsas stop title update waitsas where window x systask add and alter as cascade check create delete describe distinct drop foreign from group having index insert into in key like message modify msgtype not null on or order primary references reset restrict select set table unique update validate view where",_="abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|cexist|cinv|close|cnonct|collate|compbl|compound|compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|filename|fileref|finfo|finv|fipname|fipnamel|fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|hms|hosthelp|hour|ibessel|index|indexc|indexw|input|inputc|inputn|int|intck|intnx|intrr|irr|jbessel|juldate|kurtosis|lag|lbound|left|length|lgamma|libname|libref|log|log10|log2|logpdf|logpmf|logsdf|lowcase|max|mdy|mean|min|minute|mod|month|mopen|mort|n|netpv|nmiss|normal|note|npv|open|ordinal|pathname|pdf|peek|peekc|pmf|point|poisson|poke|probbeta|probbnml|probchi|probf|probgam|probhypr|probit|probnegb|probnorm|probt|put|putc|putn|qtr|quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|rewind|right|round|saving|scan|sdf|second|sign|sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|stfips|stname|stnamel|substr|sum|symget|sysget|sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|tinv|tnonct|today|translate|tranwrd|trigamma|trim|trimn|trunc|uniform|upcase|uss|var|varfmt|varinfmt|varlabel|varlen|varname|varnum|varray|varrayx|vartype|verify|vformat|vformatd|vformatdx|vformatn|vformatnx|vformatw|vformatwx|vformatx|vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|vinformatn|vinformatnx|vinformatw|vinformatwx|vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|zipnamel|zipstate";return{name:"SAS",case_insensitive:!0,keywords:{literal:"null missing _all_ _automatic_ _character_ _infile_ _n_ _name_ _null_ _numeric_ _user_ _webout_",meta:K},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s;]/},{className:"variable",begin:/&[a-zA-Z_&][a-zA-Z0-9_]*\.?/},{className:"emphasis",begin:/^\s*datalines|cards.*;/,end:/^\s*;\s*$/},{className:"built_in",begin:"%("+"bquote|nrbquote|cmpres|qcmpres|compstor|datatyp|display|do|else|end|eval|global|goto|if|index|input|keydef|label|left|length|let|local|lowcase|macro|mend|nrbquote|nrquote|nrstr|put|qcmpres|qleft|qlowcase|qscan|qsubstr|qsysfunc|qtrim|quote|qupcase|scan|str|substr|superq|syscall|sysevalf|sysexec|sysfunc|sysget|syslput|sysprod|sysrc|sysrput|then|to|trim|unquote|until|upcase|verify|while|window"+")"},{className:"name",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:"[^%]("+_+")[(]"},{className:"string",variants:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]},q.COMMENT("\\*",";"),q.C_BLOCK_COMMENT_MODE]}}i0q.exports=ps_});var o0q=u((rsA,r0q)=>{function Fs_(q){let K={className:"meta",begin:"@[A-Za-z]+"},_={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},Y={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[q.BACKSLASH_ESCAPE,_]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[_],relevance:10}]},z={className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},A={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},O={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},$={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[A]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[A]},O]},w={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[O]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,Y,z,A,w,$,q.C_NUMBER_MODE,K]}}r0q.exports=Fs_});var s0q=u((osA,a0q)=>{function gs_(q){let Y="(-|\\+)?\\d+([./]\\d+)?[+\\-](-|\\+)?\\d+([./]\\d+)?i",z={$pattern:"[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+","builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},A={className:"literal",begin:"(#t|#f|#\\\\[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+|#\\\\.)"},O={className:"number",variants:[{begin:"(-|\\+)?\\d+([./]\\d+)?",relevance:0},{begin:Y,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},$=q.QUOTE_STRING_MODE,w=[q.COMMENT(";","$",{relevance:0}),q.COMMENT("#\\|","\\|#")],j={begin:"[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",relevance:0},H={className:"symbol",begin:"'[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+"},J={endsWithParent:!0,relevance:0},X={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",A,$,O,j,H]}]},M={className:"name",relevance:0,begin:"[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",keywords:z},P={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[M,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[j]}]},M,J]};return J.contains=[A,O,$,j,H,X,P].concat(w),{name:"Scheme",illegal:/\S/,contains:[q.SHEBANG(),O,$,H,X,P].concat(w)}}a0q.exports=gs_});var e0q=u((asA,t0q)=>{function Us_(q){let K=[q.C_NUMBER_MODE,{className:"string",begin:`'|"`,end:`'|"`,contains:[q.BACKSLASH_ESCAPE,{begin:"''"}]}];return{name:"Scilab",aliases:["sci"],keywords:{$pattern:/%?\w+/,keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[q.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:K},q.COMMENT("//","$")].concat(K)}}t0q.exports=Us_});var KZq=u((ssA,qZq)=>{var Qs_=(q)=>{return{IMPORTANT:{className:"meta",begin:"!important"},HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[q.APOS_STRING_MODE,q.QUOTE_STRING_MODE]}}},ds_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],cs_=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],ls_=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],is_=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],ns_=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse();function rs_(q){let K=Qs_(q),_=is_,Y=ls_,z="@[a-z-]+",A="and or not only",O="[a-zA-Z-][a-zA-Z0-9_-]*",$={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[q.C_LINE_COMMENT_MODE,q.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},K.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+ds_.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+Y.join("|")+")"},{className:"selector-pseudo",begin:"::("+_.join("|")+")"},$,{begin:/\(/,end:/\)/,contains:[q.CSS_NUMBER_MODE]},{className:"attribute",begin:"\\b("+ns_.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[$,K.HEXCOLOR,q.CSS_NUMBER_MODE,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,K.IMPORTANT]},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:cs_.join(" ")},contains:[{begin:"@[a-z-]+",className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},$,q.QUOTE_STRING_MODE,q.APOS_STRING_MODE,K.HEXCOLOR,q.CSS_NUMBER_MODE]}]}}qZq.exports=rs_});var YZq=u((tsA,_Zq)=>{function os_(q){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#]/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}_Zq.exports=os_});var AZq=u((esA,zZq)=>{function as_(q){let K=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],_=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],Y=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},q.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+Y.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+K.join("|")+")\\s"},{begin:"\\s("+K.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+_.join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:`L[^(;: \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/f8727621f2551b46.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/f8727621f2551b46.txt new file mode 100644 index 0000000000000000000000000000000000000000..e22b0c0146040df1f23722e661198d2ea69b8832 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/f8727621f2551b46.txt @@ -0,0 +1,2 @@ + 6049 `)}function wMz(q){if(!q||typeof q!=="object")return typeof q==="string"?q:"";let K=q;if(typeof K.stdout==="string"){let Y=typeof K.stderr==="string"?K.stderr:"";return K.stdout+(Y?` + 6050 `+Y:"")}if(K.file&&typeof K.file==="object"&&typeof K.file.content==="string")return K.file.content;let _=[];for(let Y of["content","output","result","text","message"]){let z=K[Y];if(typeof z==="string")_.push(z)}for(let Y of["filenames","lines","results"]){let z=K[Y];if(Array.isArray(z)&&z.every((A)=>typeof A==="string"))_.push(z.join(` \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/fa08d64525498f52.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/fa08d64525498f52.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d92471b190b66493c619f0de5caa02351acb54f --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/fa08d64525498f52.txt @@ -0,0 +1,8 @@ + 1088 - Identify similar features as reference + 1089 - Trace through relevant code paths + 1090 - Use ${v4} ONLY for read-only operations (ls, git status, git log, git diff, find${qH()?", grep":""}, cat, head, tail) + 1091 - NEVER use ${v4} for: mkdir, touch, rm, cp, mv, git add, git commit, npm install, pip install, or any file creation/modification + 1092 + 1093 3. **Design Solution**: + 1094 - Create implementation approach based on your assigned perspective + 1095 - Consider trade-offs and architectural decisions \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/faf624bbd6a27bc1.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/faf624bbd6a27bc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0a62a75c8b042df71820869ef9c80b2d70e9f71 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/faf624bbd6a27bc1.txt @@ -0,0 +1,12 @@ + 524 tool_def( + 525 "spf_rag_fetch_url", + 526 "Fetch a single URL with bandwidth limiting.", + 527 json!({ + 528 "url": {"type": "string", "description": "URL to fetch"}, + 529 "auto_index": {"type": "boolean", "description": "Auto-index after fetch", "default": true} + 530 }), + 531 vec!["url"], + 532 ), + 533 tool_def( + 534 "spf_rag_collect_rss", + 535 "Collect from RSS/Atom feeds.", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/fb60e2fb610ec17e.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/fb60e2fb610ec17e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dc690934d2da73a07c5f4f9ad3ab44a6f4a05a4 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/fb60e2fb610ec17e.txt @@ -0,0 +1,6 @@ + 410 "SPF Gate — complexity scoring, path validation, sandbox enforcement", + 411 "FLINT Transformer — on-device 256d/8h/6L model, gate-as-teacher training", + 412 "Brain — vector memory (chromadb), 6 collections, semantic search + recall", + 413 "RAG Collector — web/file/folder/RSS ingestion with SearchSeeker gap detection", + 414 "Mesh Network — QUIC encrypted, Ed25519 identity, peer discovery", + 415 "API Session Pipeline — full duplex agent-to-agent encrypted sessions", \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/fcbc308718eecbfa.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/fcbc308718eecbfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..924ae195e65c655a91e25ca77709c11fff83cda8 --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/fcbc308718eecbfa.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Edit,Grep,Edit] | ts=2026-03-17T16:58:24.546563740+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/fda8c70a18eecbfa.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/fda8c70a18eecbfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..403fb0df4882012b3b2a613099462c4de61f4f6c --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/fda8c70a18eecbfa.txt @@ -0,0 +1 @@ +GATE SIGNAL | tool=Grep source=stdio allowed=true label=1.0 weight=1.0 evil=0.00 relevance=0.80 fp=false override=false | context=[Grep,Glob,Grep] | ts=2026-03-17T21:16:31.402413401+00:00 \ No newline at end of file diff --git a/SPFsmartGATE/LIVE/BRAIN/DOCS/fe162b08686215f7.txt b/SPFsmartGATE/LIVE/BRAIN/DOCS/fe162b08686215f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d989ba59815141735ec53e12457f1599ae4acaa --- /dev/null +++ b/SPFsmartGATE/LIVE/BRAIN/DOCS/fe162b08686215f7.txt @@ -0,0 +1,14 @@ + 1097 let (mut send, mut recv) = connection.open_bi().await + 1098 .map_err(|e| format!("Stream failed: {}", e))?; + 1099 + 1100 // Send JSON-RPC request + 1101 let request = json!({ + 1102 "jsonrpc": "2.0", + 1103 "id": 1, + 1104 "method": "tools/call", + 1105 "params": { + 1106 "name": tool, + 1107 "arguments": args, + 1108 } + 1109 }); + 1110 send.write_all(serde_json::to_string(&request).unwrap().as_bytes()).await \ No newline at end of file