MCPcopy Create free account

hub / github.com/Deleplace/programming-idioms / types & classes

Types & classes122 in github.com/Deleplace/programming-idioms

↓ 3 callersTypeAliasneedRedirectError
web/appengine/idiomDetail.go:315
↓ 1 callersTypeAliascheatSheetLineDocs
web/appengine/dataAccessorGaeSearch.go:96
↓ 1 callersFuncTyperetriever
retriever returns a list of Idiom Key strings
web/appengine/dataAccessorGaeSearch.go:310
Class
web/appengine/static/default/js/programming-idioms.min.js:13
Class
web/appengine/static/default/js/programming-idioms.min.js:19
Class
web/appengine/static/default/js/programming-idioms.min.js:28
Class
web/appengine/static/default/js/programming-idioms.min.js:39
Class
web/appengine/static/default/js/programming-idioms.min.js:136
Class
web/appengine/static/default/js/programming-idioms.min.js:172
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:27
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:33
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:42
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:53
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:150
Class
web/appengine/static/default/js/programming-idioms.nocdn.min.js:186
Class
web/appengine/static/default/js/hljs/highlight.min.js:12
Class
web/appengine/static/default/js/hljs/highlight.min.js:18
Class
web/appengine/static/default/js/hljs/highlight.min.js:27
Class
web/appengine/static/default/js/hljs/highlight.min.js:38
Class
web/appengine/static/default/js/hljs/highlight.min.js:135
Class
web/appengine/static/default/js/hljs/highlight.min.js:171
Class
web/appengine/static/default/js/hljs/highlight.js:44
Class
web/appengine/static/default/js/hljs/highlight.js:138
Class
web/appengine/static/default/js/hljs/highlight.js:216
Class
web/appengine/static/default/js/hljs/highlight.js:323
Class
web/appengine/static/default/js/hljs/highlight.js:1194
Class
web/appengine/static/default/js/hljs/highlight.js:1272
Class
web/appengine/static/default/js/hljs/highlight.js:1571
StructAboutBacklogsFacade
web/appengine/about.go:174
StructAboutCheatsheetsFacade
web/appengine/about.go:161
StructAboutFacade
AboutFacade is the Facade for the About page.
web/appengine/about.go:14
StructAdminFacade
AdminFacade is the Facade for the Admin page.
web/appengine/admin.go:23
StructAdminFlaggedFacade
AdminFlaggedFacade is the Facade for the Admin Flagged Contents page.
web/appengine/flag.go:73
StructAppConfigProperty
AppConfigProperty is a (global) application property
web/appengine/dataAccessorGae.go:619
StructApplicationConfig
ApplicationConfig is a global configuration container.
web/appengine/toggles.go:14
StructBacklogLanguageFacade
SearchResultsFacade is the facade for the Search Results page.
web/appengine/backlog.go:71
StructCheatSheetFacade
LEGACY This code is currently not used. See cheatsheetmulti.go, even for 1 single language. A Cheat Sheet is a single page containing the implementat
web/appengine/cheatsheet.go:21
StructCheatSheetMultipleFacade
CheatSheetMultipleFacade is the Facade for the Cheat Sheets with multiple languages.
web/appengine/cheatsheetmulti.go:13
StructCoverageFacade
CoverageFacade is the facade for the Language Cover block of the About page.
web/appengine/about.go:23
StructDemoSite
web/appengine/backlog.go:92
StructEnv
Env encapsulates a Programming-Idioms webapp environment.
web/appengine/env.go:6
StructErrorFacade
ErrorFacade is the Facade for the Error page (BSOD).
web/appengine/error.go:29
StructFlaggedContent
Let visitors "flag" an inappropriate content, i.e. notify admins. FlaggedContent is a user report of an inappropriate content. It contains an Idiom ID
web/appengine/flag.go:16
StructFlaggedContentFacade
FlaggedContentFacade is the Facade for 1 line of the Flagged Contents table.
web/appengine/flag.go:80
StructGUID
GUID wraps a URI that is probably not a Permalink.
web/appengine/rss.go:26
StructGaeDatastoreAccessor
GaeDatastoreAccessor is a dataAccessor that works on the Google App Engine Datastore
web/appengine/dataAccessorGae.go:19
StructGaeVotesAccessor
GaeVotesAccessor is a votesAccessor designed for the Google App Engine Datastore.
web/appengine/votesAccessorGae.go:12
ClassHTMLInjectionError
web/appengine/static/default/js/hljs/highlight.js:1571
ClassHTMLRenderer
@type {Renderer}
web/appengine/static/default/js/hljs/highlight.js:138
StructHomeFacade
HomeFacade is the Facade for the homepage.
web/appengine/home.go:12
StructIdiom
Note : with the GAE datastore it is *not* possible to have a slice of slices inside a struct. Idiom is the main entity of programming-idioms.org . An
idioms/pistruct.go:17
StructIdiomAddPictureFacade
2016-09 strategy: no file upload. Admin only. Admin types URL, preferably to dedicated GCS bucket programming-idioms-pictures. IdiomAddPictureFacade
web/appengine/idiomPicture.go:19
StructIdiomCreateFacade
IdiomCreateFacade if the Facade for the New Idiom page.
web/appengine/idiomCreate.go:10
StructIdiomDetailFacade
IdiomDetailFacade is the Facade for the Idiom Detail page.
web/appengine/idiomDetail.go:18
StructIdiomEditFacade
IdiomEditFacade is the Facade for the Add Idiom Picture page.
web/appengine/idiomEdit.go:13
StructIdiomHistory
IdiomHistory stores all the history: old versions of Idioms.
idioms/pistruct.go:235
StructIdiomHistoryFacade
IdiomHistoryFacade is the Facade for the Idiom History page.
web/appengine/history.go:12
StructIdiomRenderingDecoration
IdiomRenderingDecoration is the "current user" vote on this Idiom, if any. This struct does not contain the Idiom ID, so it must be part of a larger s
idioms/pistruct.go:191
StructIdiomVoteLog
IdiomVoteLog is a history trace of an Idiom vote, from a specific user. This struct does not contain the nickname of the voter. However it does contai
idioms/pistruct.go:211
StructImpl
Impl is a specific implementation of one Idiom in one programming language. It is in theory independent from any framework, but has been used only in
idioms/pistruct.go:122
StructImplCreateFacade
ImplCreateFacade is the Facade for the New Implementation page.
web/appengine/implCreate.go:13
StructImplEditFacade
ImplEditFacade is the Facade for the Implementation Edit page
web/appengine/implEdit.go:13
StructImplHistoryFacade
ImplHistoryFacade is the Facade for the Impl History page.
web/appengine/history.go:69
StructImplRenderingDecoration
ImplRenderingDecoration is the "current user" vote on this Impl, if any. This struct does not contain Impl ID nor Idiom ID, so it must be part of a la
idioms/pistruct.go:198
StructImplVoteLog
ImplVoteLog is a history trace of an Impl vote, from a specific user. This structure does not contain the nickname of the voter. However it does conta
idioms/pistruct.go:224
ClassJ
web/appengine/static/default/js/programming-idioms.min.js:172
ClassJ
web/appengine/static/default/js/programming-idioms.nocdn.min.js:186
ClassJ
web/appengine/static/default/js/hljs/highlight.min.js:171
StructKeyAndEntity
KeyAndEntity is a specific pair wrapper.
web/appengine/dataAccessorMemcached.go:182
StructLanguageSingleSelector
LanguageSingleSelector is used to specify the prefilled value of a programming language selection widget.
idioms/facades.go:68
StructMemcacheDatastoreAccessor
This source file has a lot of duplicated code : "if cached then return else datastore and cache". TODO: find a smarter design for this "proxy" type wh
web/appengine/dataAccessorMemcached.go:26
StructMessageForUser
idioms/pistruct.go:252
StructMissingFieldsFacade
SearchResultsFacade is the facade for the Search Results page.
web/appengine/missing.go:69
ClassMultiRegex
Stores multiple regular expressions and allows you to quickly search for them all in a string simultaneously - returning the first match. It
web/appengine/static/default/js/hljs/highlight.js:1194
StructOtherImplFacade
web/appengine/implCreate.go:106
StructPageMeta
Those facades are intended to feed HTML templates with renderable data. Slices of slices are allowed, but they must be programmaticaly constructed out
idioms/facades.go:12
StructPiError
PiError is a custom error type, which embeds a HTTP error code.
web/appengine/error.go:11
StructPipelineDecorator
PipelineDecorator is an artificial structure because pipeline is always only 1 object :(
web/appengine/artifacts.go:8
StructPrettyAdaptor
PrettyAdaptor contains a CSS class and a syntax coloring JS script, for some language. OBSOLETE (using hljs now)
web/appengine/syntaxColoring.go:11
ClassResponse
@implements CallbackResponse
web/appengine/static/default/js/hljs/highlight.js:44
TypeAliasResponse
Response is a generic container suitable to be directly converted into a JSON HTTP response. See http://nesv.blogspot.fr/2012/09/super-easy-json-http-
web/appengine/ajax.go:16
ClassResumableMultiRegex
web/appengine/static/default/js/hljs/highlight.js:1272
StructRssFacade
RssFacade is the Facade for the RSS news feeds.
web/appengine/rss.go:52
StructRssItem
RssItem is a news.
web/appengine/rss.go:16
StructSearchResultsFacade
This file is about full text search of idioms and implementations. SearchResultsFacade is the facade for the Search Results page.
web/appengine/search.go:21
TypeAliasToggles
Toggles should always be named after the positive feature they represent, and default value should be true.
idioms/toggles.go:7
ClassTokenTree
web/appengine/static/default/js/hljs/highlight.js:216
ClassTokenTreeEmitter
* @implements {Emitter}
web/appengine/static/default/js/hljs/highlight.js:323
StructUserProfile
UserProfile is a soft (non-secure) user profile
idioms/facades.go:33
StructVersionDiffFacade
VersionDiffFacade is the Facade for the Diff page.
web/appengine/versionDiff.go:14
StructWallFacade
WallFacade is the Facade for the Wall page.
web/appengine/wall.go:11
StructbacklogMissingDocDemo
web/appengine/dataAccessorGaeSearch.go:679
StructbacklogMissingImpl
web/appengine/dataAccessorGaeSearch.go:808
FuncTypebetterHandler
func(w http.ResponseWriter, r *http.Request) error
web/appengine/index.go:224
Classc
web/appengine/static/default/js/programming-idioms.min.js:28
Classc
web/appengine/static/default/js/programming-idioms.nocdn.min.js:42
Classc
web/appengine/static/default/js/hljs/highlight.min.js:27
Interfacecallable
2021-12: delay funcs are no longer executed in local dev env with dev_appserver.py Workaround: IF local dev env THEN execute immediately (not in a de
web/appengine/delay.go:18
StructcheatSheetLineDoc
cheatSheetLineDoc contains some impl data, but only the field Lang is intended to be searched.
web/appengine/dataAccessorGaeSearch.go:69
StructcheatSheetLineMulti
web/appengine/cheatsheetmulti.go:20
next →1–100 of 122, ranked by callers