|
| 1 | +!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ |
| 2 | +!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ |
| 3 | +!_TAG_PROGRAM_AUTHOR Darren Hiebert / [email protected]/ |
| 4 | +!_TAG_PROGRAM_NAME Exuberant Ctags // |
| 5 | +!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ |
| 6 | +!_TAG_PROGRAM_VERSION 5.8 // |
| 7 | +PACKAGES Makefile /^PACKAGES = tari_crypto tari_core tari_utilities tari_comms$/;" m |
| 8 | +PLAYPEN_URL RFC/src/theme/book.js /^ const PLAYPEN_URL="https:\/\/rustpen.tari.com";$/;" V |
| 9 | +activeSection RFC/src/theme/book.js /^ var activeSection = sidebar.querySelector(".active");$/;" V |
| 10 | +autoHideMenu RFC/src/theme/book.js /^(function autoHideMenu() {$/;" F |
| 11 | +body RFC/src/theme/book.js /^ body: JSON.stringify(params)$/;" P |
| 12 | +build_package scripts/publish_crates.sh /^function build_package {$/;" f |
| 13 | +buttons RFC/src/theme/book.js /^ buttons = document.createElement('div');$/;" P |
| 14 | +buttons RFC/src/theme/book.js /^ buttons = document.createElement('div');$/;" P |
| 15 | +buttons RFC/src/theme/book.js /^ var buttons = pre_block.querySelector(".buttons");$/;" V |
| 16 | +buttons RFC/src/theme/book.js /^ var buttons = document.createElement('div');$/;" V |
| 17 | +buttons RFC/src/theme/book.js /^ var buttons = pre_block.querySelector(".buttons");$/;" V |
| 18 | +chapterNavigation RFC/src/theme/book.js /^(function chapterNavigation() {$/;" F |
| 19 | +clipButton RFC/src/theme/book.js /^ var clipButton = document.createElement('button');$/;" V |
| 20 | +clipButtons RFC/src/theme/book.js /^ var clipButtons = document.querySelectorAll('.clip-button');$/;" V |
| 21 | +clipboard RFC/src/theme/book.js /^(function clipboard() {$/;" F |
| 22 | +code RFC/src/theme/book.js /^ code: text$/;" P |
| 23 | +codeSnippets RFC/src/theme/book.js /^(function codeSnippets() {$/;" F |
| 24 | +code_block RFC/src/theme/book.js /^ let code_block = playpen_block.querySelector("code");$/;" V |
| 25 | +code_block RFC/src/theme/book.js /^ let code_block = pre_block.querySelector("code");$/;" V |
| 26 | +code_block RFC/src/theme/book.js /^ var code_block = block;$/;" V |
| 27 | +code_block RFC/src/theme/book.js /^ let code_block = playpen.querySelector("code");$/;" V |
| 28 | +contacts base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^CREATE TABLE contacts ($/;" t |
| 29 | +contacts.address base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ address TEXT NOT NULL$/;" F |
| 30 | +contacts.pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ pub_key TEXT PRIMARY KEY NOT NULL UNIQUE,$/;" F |
| 31 | +contacts.screen_name base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ screen_name TEXT NOT NULL,$/;" F |
| 32 | +copyCodeClipboardButton RFC/src/theme/book.js /^ var copyCodeClipboardButton = document.createElement('button');$/;" V |
| 33 | +editor RFC/src/theme/book.js /^ let editor = window.ace.edit(code_block);$/;" V |
| 34 | +editor RFC/src/theme/book.js /^ let editor = window.ace.edit(code_block);$/;" V |
| 35 | +fetch_with_timeout RFC/src/theme/book.js /^ function fetch_with_timeout(url, options, timeout = 6000) {$/;" F |
| 36 | +firstContact RFC/src/theme/book.js /^ firstContact = null;$/;" P |
| 37 | +firstContact RFC/src/theme/book.js /^ var firstContact = null;$/;" V |
| 38 | +first_non_hidden_line RFC/src/theme/book.js /^ first_non_hidden_line = true;$/;" P |
| 39 | +first_non_hidden_line RFC/src/theme/book.js /^ var first_non_hidden_line = false;$/;" V |
| 40 | +handle_crate_list_update RFC/src/theme/book.js /^ function handle_crate_list_update(playpen_block, playground_crates) {$/;" F |
| 41 | +hideSidebar RFC/src/theme/book.js /^ function hideSidebar() {$/;" F |
| 42 | +hideTooltip RFC/src/theme/book.js /^ function hideTooltip(elem) {$/;" F |
| 43 | +hiding_character RFC/src/theme/book.js /^ var hiding_character = "#";$/;" V |
| 44 | +html RFC/src/theme/book.js /^ var html = document.querySelector("html");$/;" V |
| 45 | +languages RFC/src/theme/book.js /^ languages: [], \/\/ Languages used for auto-detection$/;" P |
| 46 | +lines RFC/src/theme/book.js /^ var lines = pre_block.querySelectorAll('span.hidden');$/;" V |
| 47 | +lines RFC/src/theme/book.js /^ var lines = pre_block.querySelectorAll('span.unhidden');$/;" V |
| 48 | +lines_hidden RFC/src/theme/book.js /^ lines_hidden = true;$/;" P |
| 49 | +lines_hidden RFC/src/theme/book.js /^ var lines_hidden = false;$/;" V |
| 50 | +menu RFC/src/theme/book.js /^ var menu = document.getElementById('menu-bar');$/;" V |
| 51 | +menuTitle RFC/src/theme/book.js /^ var menuTitle = document.querySelector('.menu-title');$/;" V |
| 52 | +method RFC/src/theme/book.js /^ method: 'POST',$/;" P |
| 53 | +mode RFC/src/theme/book.js /^ mode: 'cors',$/;" P |
| 54 | +nextButton RFC/src/theme/book.js /^ var nextButton = document.querySelector('.nav-chapters.next');$/;" V |
| 55 | +optimize RFC/src/theme/book.js /^ optimize: "0",$/;" P |
| 56 | +params RFC/src/theme/book.js /^ var params = {$/;" O |
| 57 | +play_button RFC/src/theme/book.js /^ var play_button = pre_block.querySelector(".play-button");$/;" V |
| 58 | +playpen RFC/src/theme/book.js /^ let playpen = trigger.closest("pre");$/;" V |
| 59 | +playpen_text RFC/src/theme/book.js /^function playpen_text(playpen) {$/;" F |
| 60 | +playpens RFC/src/theme/book.js /^ var playpens = Array.from(document.querySelectorAll(".playpen"));$/;" V |
| 61 | +pre_block RFC/src/theme/book.js /^ var pre_block = block.parentNode;$/;" V |
| 62 | +previousButton RFC/src/theme/book.js /^ var previousButton = document.querySelector('.nav-chapters.previous');$/;" V |
| 63 | +previousScrollTop RFC/src/theme/book.js /^ previousScrollTop = document.scrollingElement.scrollTop;$/;" P |
| 64 | +previousScrollTop RFC/src/theme/book.js /^ var previousScrollTop = document.scrollingElement.scrollTop;$/;" V |
| 65 | +received_messages base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^CREATE TABLE received_messages ($/;" t |
| 66 | +received_messages.dest_pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ dest_pub_key TEXT NOT NULL,$/;" F |
| 67 | +received_messages.id base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ id BLOB PRIMARY KEY NOT NULL,$/;" F |
| 68 | +received_messages.message base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ message TEXT NOT NULL,$/;" F |
| 69 | +received_messages.source_pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ source_pub_key TEXT NOT NULL,$/;" F |
| 70 | +received_messages.timestamp base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ timestamp DATETIME NOT NULL$/;" F |
| 71 | +result_block RFC/src/theme/book.js /^ result_block = document.createElement('code');$/;" P |
| 72 | +result_block RFC/src/theme/book.js /^ var result_block = code_block.querySelector(".result");$/;" V |
| 73 | +runCodeButton RFC/src/theme/book.js /^ var runCodeButton = document.createElement('button');$/;" V |
| 74 | +run_rust_code RFC/src/theme/book.js /^ function run_rust_code(code_block) {$/;" F |
| 75 | +scrollToTop RFC/src/theme/book.js /^(function scrollToTop () {$/;" F |
| 76 | +sent_messages base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^CREATE TABLE sent_messages ($/;" t |
| 77 | +sent_messages.acknowledged base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ acknowledged INTEGER NOT NULL DEFAULT 0,$/;" F |
| 78 | +sent_messages.dest_pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ dest_pub_key TEXT NOT NULL,$/;" F |
| 79 | +sent_messages.id base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ id TEXT PRIMARY KEY NOT NULL,$/;" F |
| 80 | +sent_messages.is_read base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ is_read INTEGER NOT NULL DEFAULT 0,$/;" F |
| 81 | +sent_messages.message base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ message TEXT NOT NULL,$/;" F |
| 82 | +sent_messages.source_pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ source_pub_key TEXT NOT NULL,$/;" F |
| 83 | +sent_messages.timestamp base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ timestamp DATETIME NOT NULL,$/;" F |
| 84 | +settings base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^CREATE TABLE settings ($/;" t |
| 85 | +settings.pub_key base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ pub_key TEXT PRIMARY KEY NOT NULL,$/;" F |
| 86 | +settings.screen_name base_layer/wallet/migrations/2019-06-26-130555_initial/up.sql /^ screen_name TEXT NOT NULL$/;" F |
| 87 | +showSidebar RFC/src/theme/book.js /^ function showSidebar() {$/;" F |
| 88 | +showTooltip RFC/src/theme/book.js /^ function showTooltip(elem, msg) {$/;" F |
| 89 | +sidebar RFC/src/theme/book.js /^ var sidebar = document.getElementById("sidebar");$/;" V |
| 90 | +sidebar RFC/src/theme/book.js /^(function sidebar() {$/;" F |
| 91 | +sidebarLinks RFC/src/theme/book.js /^ var sidebarLinks = document.querySelectorAll('#sidebar a');$/;" V |
| 92 | +sidebarToggleButton RFC/src/theme/book.js /^ var sidebarToggleButton = document.getElementById("sidebar-toggle");$/;" V |
| 93 | +snippet_crates RFC/src/theme/book.js /^ var snippet_crates = [];$/;" A |
| 94 | +tDiff RFC/src/theme/book.js /^ tDiff = Date.now() - firstContact.time;$/;" P |
| 95 | +tabReplace RFC/src/theme/book.js /^ tabReplace: ' ', \/\/ 4 spaces$/;" P |
| 96 | +text RFC/src/theme/book.js /^ let text = playpen_text(code_block);$/;" V |
| 97 | +text RFC/src/theme/book.js /^ text: function (trigger) {$/;" M |
| 98 | +time RFC/src/theme/book.js /^ time: Date.now()$/;" P |
| 99 | +trimmed_line RFC/src/theme/book.js /^ trimmed_line = lines[n].trim();$/;" P |
| 100 | +trimmed_line RFC/src/theme/book.js /^ var trimmed_line = "";$/;" V |
| 101 | +txt RFC/src/theme/book.js /^ var txt = playpen_text(pre_block);$/;" V |
| 102 | +undoChangesButton RFC/src/theme/book.js /^ var undoChangesButton = document.createElement('button');$/;" V |
| 103 | +update_play_button RFC/src/theme/book.js /^ function update_play_button(pre_block, playground_crates) {$/;" F |
| 104 | +update_version scripts/update_crate_metadata.sh /^function update_version {$/;" f |
| 105 | +update_versions scripts/update_crate_metadata.sh /^function update_versions {$/;" f |
| 106 | +version RFC/src/theme/book.js /^ version: "stable",$/;" P |
| 107 | +x RFC/src/theme/book.js /^ x: e.touches[0].clientX,$/;" P |
0 commit comments