You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"art","path":"art","contentType":"directory"},{"name":"autoconf","path":"autoconf","contentType":"directory"},{"name":"contrib","path":"contrib","contentType":"directory"},{"name":"doc","path":"doc","contentType":"directory"},{"name":"ext","path":"ext","contentType":"directory"},{"name":"mptest","path":"mptest","contentType":"directory"},{"name":"sqlcipher.xcodeproj","path":"sqlcipher.xcodeproj","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":"tool","path":"tool","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"Makefile.arm-wince-mingw32ce-gcc","path":"Makefile.arm-wince-mingw32ce-gcc","contentType":"file"},{"name":"Makefile.in","path":"Makefile.in","contentType":"file"},{"name":"Makefile.linux-gcc","path":"Makefile.linux-gcc","contentType":"file"},{"name":"Makefile.msc","path":"Makefile.msc","contentType":"file"},{"name":"Makefile.vxworks","path":"Makefile.vxworks","contentType":"file"},{"name":"README","path":"README","contentType":"file"},{"name":"VERSION","path":"VERSION","contentType":"file"},{"name":"aclocal.m4","path":"aclocal.m4","contentType":"file"},{"name":"addopcodes.awk","path":"addopcodes.awk","contentType":"file"},{"name":"config.guess","path":"config.guess","contentType":"file"},{"name":"config.h.in","path":"config.h.in","contentType":"file"},{"name":"config.sub","path":"config.sub","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"configure.ac","path":"configure.ac","contentType":"file"},{"name":"install-sh","path":"install-sh","contentType":"file"},{"name":"ltmain.sh","path":"ltmain.sh","contentType":"file"},{"name":"magic.txt","path":"magic.txt","contentType":"file"},{"name":"main.mk","path":"main.mk","contentType":"file"},{"name":"manifest","path":"manifest","contentType":"file"},{"name":"manifest.uuid","path":"manifest.uuid","contentType":"file"},{"name":"mkdll.sh","path":"mkdll.sh","contentType":"file"},{"name":"mkextu.sh","path":"mkextu.sh","contentType":"file"},{"name":"mkextw.sh","path":"mkextw.sh","contentType":"file"},{"name":"mkopcodec.awk","path":"mkopcodec.awk","contentType":"file"},{"name":"mkopcodeh.awk","path":"mkopcodeh.awk","contentType":"file"},{"name":"mkso.sh","path":"mkso.sh","contentType":"file"},{"name":"spec.template","path":"spec.template","contentType":"file"},{"name":"sqlcipher-1.1.8-testkey.db","path":"sqlcipher-1.1.8-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-be-testkey.db","path":"sqlcipher-2.0-be-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-beta-testkey.db","path":"sqlcipher-2.0-beta-testkey.db","contentType":"file"},{"name":"sqlcipher-2.0-le-testkey.db","path":"sqlcipher-2.0-le-testkey.db","contentType":"file"},{"name":"sqlcipher-2.3-testkey.db","path":"sqlcipher-2.3-testkey.db","contentType":"file"},{"name":"sqlcipher.1","path":"sqlcipher.1","contentType":"file"},{"name":"sqlcipher.pc.in","path":"sqlcipher.pc.in","contentType":"file"},{"name":"sqlite.pc.in","path":"sqlite.pc.in","contentType":"file"}],"totalCount":47}},"fileTreeProcessingTime":2.959766,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":41074413,"defaultBranch":"master","name":"sqlcipher","ownerLogin":"emodeqidao","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-08-20T03:55:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4684867?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"Xcode5","listCacheKey":"v0:1620907139.291072","canEdit":false,"refType":"branch","currentOid":"314f5735d9797ad7743fc665711c3f34b935c57a"},"path":"addopcodes.awk","currentUser":null,"blob":{"rawLines":["#!/usr/bin/awk","#","# This script appends additional token codes to the end of the","# parse.h file that lemon generates. These extra token codes are","# not used by the parser. But they are used by the tokenizer and/or","# the code generator.","#","#","BEGIN {"," max = 0","}","/^#define TK_/ {"," print $0"," if( max\u003c$3 ) max = $3","}","END {"," printf \"#define TK_%-29s %4d\\n\", \"TO_TEXT\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"TO_BLOB\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"TO_NUMERIC\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"TO_INT\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"TO_REAL\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"ISNOT\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"END_OF_FILE\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"ILLEGAL\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"SPACE\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"UNCLOSED_STRING\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"FUNCTION\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"COLUMN\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"AGG_FUNCTION\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"AGG_COLUMN\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"CONST_FUNC\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"UMINUS\", ++max"," printf \"#define TK_%-29s %4d\\n\", \"UPLUS\", ++max","}"],"stylingDirectives":[[[0,14,"pl-c"]],[[0,1,"pl-c"]],[[0,62,"pl-c"]],[[0,65,"pl-c"]],[[0,68,"pl-c"]],[[0,21,"pl-c"]],[[0,1,"pl-c"]],[[0,1,"pl-c"]],[[0,5,"pl-c1"]],[[6,7,"pl-k"],[8,9,"pl-c1"]],[],[[1,13,"pl-sr"],[1,2,"pl-k"]],[[2,7,"pl-k"],[8,10,"pl-c1"]],[[2,4,"pl-k"],[9,10,"pl-k"],[10,12,"pl-c1"],[19,20,"pl-k"],[21,23,"pl-c1"]],[],[[0,3,"pl-c1"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,44,"pl-s"],[35,36,"pl-pds"],[43,44,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,44,"pl-s"],[35,36,"pl-pds"],[43,44,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,47,"pl-s"],[35,36,"pl-pds"],[46,47,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,43,"pl-s"],[35,36,"pl-pds"],[42,43,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,44,"pl-s"],[35,36,"pl-pds"],[43,44,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,42,"pl-s"],[35,36,"pl-pds"],[41,42,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,48,"pl-s"],[35,36,"pl-pds"],[47,48,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,44,"pl-s"],[35,36,"pl-pds"],[43,44,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,42,"pl-s"],[35,36,"pl-pds"],[41,42,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,52,"pl-s"],[35,36,"pl-pds"],[51,52,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,45,"pl-s"],[35,36,"pl-pds"],[44,45,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,43,"pl-s"],[35,36,"pl-pds"],[42,43,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,49,"pl-s"],[35,36,"pl-pds"],[48,49,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,47,"pl-s"],[35,36,"pl-pds"],[46,47,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,47,"pl-s"],[35,36,"pl-pds"],[46,47,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,43,"pl-s"],[35,36,"pl-pds"],[42,43,"pl-pds"],[54,56,"pl-k"]],[[2,8,"pl-k"],[9,33,"pl-s"],[9,10,"pl-pds"],[30,32,"pl-cce"],[32,33,"pl-pds"],[35,42,"pl-s"],[35,36,"pl-pds"],[41,42,"pl-pds"],[54,56,"pl-k"]],[]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/emodeqidao/sqlcipher/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"addopcodes.awk","displayUrl":"https://github.com/emodeqidao/sqlcipher/blob/Xcode5/addopcodes.awk?raw=true","headerInfo":{"blobSize":"1.31 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"c90e1dd","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Femodeqidao%2Fsqlcipher%2Fblob%2FXcode5%2Faddopcodes.awk","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"34","truncatedSloc":"34"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Awk","languageID":28,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/emodeqidao/sqlcipher/blob/Xcode5/addopcodes.awk","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/emodeqidao/sqlcipher/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/emodeqidao/sqlcipher/raw/refs/heads/Xcode5/addopcodes.awk","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/emodeqidao/sqlcipher/branches":{"post":"myTnfqUDkYXvd2TkQaDKU9-34ECZVv8338-W2NyvKgWMgQ3MLb5T2VIEanWhnFPJ_MvDJ8t8ll22P4pJ1M8BwA"},"/repos/preferences":{"post":"_K5SxF-QwRgHP7Nfvg99taD-b6hO1tiFWysPsnie3TYOVCNa7sZSX-890oqchQgAXy0Tj8fy34HKB84xj5ax_Q"}}},"title":"sqlcipher/addopcodes.awk at Xcode5 · emodeqidao/sqlcipher","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}