entities listlengths 1 2.22k | max_stars_repo_path stringlengths 6 98 | max_stars_repo_name stringlengths 9 55 | max_stars_count int64 0 8.27k | content stringlengths 93 965k | id stringlengths 2 5 | new_content stringlengths 85 964k | modified bool 1
class | references stringlengths 98 970k | language stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|
[
{
"context": " Expect.equal True (isPublicKey \"EOS5uxjV3FYZvwqyAM2StkFEvUvf43F7gSrZcBpunuuTxiYkKqb6d\")\n , test \"start with EOS False\" <|\n ",
"end": 1110,
"score": 0.9997432232,
"start": 1057,
"tag": "KEY",
"value": "EOS5uxjV3FYZvwqyAM2StkFEvUvf43F7gSrZcBpun... | test/frontend/elm/Test/Util/Validation.elm | EOSYS-io/eoshub.io | 11 | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | 20459 | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | true | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | elm |
[
{
"context": "stName : String\n}\nuser: User\nuser = {firstName = \"Kacper\", lastName = \"Moskala\"}\n\nfullname: User -> String",
"end": 604,
"score": 0.9998267293,
"start": 598,
"tag": "NAME",
"value": "Kacper"
},
{
"context": "r: User\nuser = {firstName = \"Kacper\", lastName = \... | todo.elm | k-gan/elm-todo | 0 | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | 41738 | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | true | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | elm |
[
{
"context": " [ div [] [ viewInput model Email \"Email\" \"text\" \"johndoe@example.com\" ]\r\n , div [] [ viewInput model Pa",
"end": 2064,
"score": 0.9999292493,
"start": 2045,
"tag": "EMAIL",
"value": "johndoe@example.com"
},
{
"context": "[ viewInput model Passwor... | frontend/src/Page/Login.elm | Pancakem/food-recommender | 0 | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | 29799 | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | true | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | elm |
[
{
"context": "me/6/22103l.jpg)\n\nI finished Cross Game yesterday. Sam had suggested it to me. I'm surprised how heavily",
"end": 496,
"score": 0.5829942226,
"start": 493,
"tag": "NAME",
"value": "Sam"
},
{
"context": "g a close friend in real life I can talk to anime. David and Sama... | src/pages/Writing/CrossGame.elm | branjwong/personal-site | 0 | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | 1830 | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | true | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | elm |
[
{
"context": " , tr []\n [ td [] [text \"Sébastien\"]\n , td [] [text \"GOUTTEBEL\"]\n ",
"end": 3666,
"score": 0.999838233,
"start": 3657,
"tag": "NAME",
"value": "Sébastien"
},
{
"context": "xt \"Sébastien\"]\n , td [] [t... | src/CCAS.elm | eniac314/mairieMurol | 0 | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | 34418 | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | true | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | elm |
[
{
"context": "he version of the OpenAPI document: v1\n Contact: support@coinapi.io\n\n NOTE: This file is auto generated by the open",
"end": 343,
"score": 0.9999236465,
"start": 325,
"tag": "EMAIL",
"value": "support@coinapi.io"
},
{
"context": "d by the openapi-generator.\n h... | oeml-sdk/elm/src/Data/Fills.elm | byblakeorriver/coinapi-sdk | 0 | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | 1051 | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | true | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | elm |
[
{
"context": " Username\n [ Textfield.ID \"login_username\"\n , Textfield.Hint \"Username\"\n ",
"end": 2105,
"score": 0.9417398572,
"start": 2091,
"tag": "USERNAME",
"value": "login_username"
},
{
"context": "ath = \"/api/manage/login\"\n ... | src/login/Login.elm | yizha/article-cms-ui | 2 | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | 8494 | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | true | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | elm |
[{"context":" ]\n \nkey : ColumnDesc -> String\nkey =\n .name\n \n\ntablesView : Mode(...TRUNCATED) | mdl_example/Main.elm | ali--/elm-polymer-cookiecutter | 0 | "module Main exposing (..)\nimport Html exposing (..)\nimport Http exposing (..)\nimport Html.Attrib(...TRUNCATED) | 8854 | "module Main exposing (..)\nimport Html exposing (..)\nimport Http exposing (..)\nimport Html.Attrib(...TRUNCATED) | true | "module Main exposing (..)\nimport Html exposing (..)\nimport Http exposing (..)\nimport Html.Attrib(...TRUNCATED) | elm |
[{"context":"Page -> Model\ndefaultModel key page =\n { name = \"Brian\"\n , page = page\n , key (...TRUNCATED) | runner/elm-spec-harness/test/browserTests/harness/src/Navigation/App.elm | elm-review-bot/elm-spec | 0 | "port module Navigation.App exposing (..)\n\nimport Html exposing (Html)\nimport Html.Attributes as (...TRUNCATED) | 15975 | "port module Navigation.App exposing (..)\n\nimport Html exposing (Html)\nimport Html.Attributes as (...TRUNCATED) | true | "port module Navigation.App exposing (..)\n\nimport Html exposing (Html)\nimport Html.Attributes as (...TRUNCATED) | elm |
[{"context":", ( \" 345 m \", Ok 345 )\n\n -- 2020-03-12 from TheRealManiac (https://forum.bot(...TRUNCATED) | implement/alternate-ui/source/tests/ParseMemoryReadingTest.elm | Threepwood-eve/Sanderling | 0 | "module ParseMemoryReadingTest exposing (allTests)\n\nimport Common.EffectOnWindow\nimport EveOnline(...TRUNCATED) | 25941 | "module ParseMemoryReadingTest exposing (allTests)\n\nimport Common.EffectOnWindow\nimport EveOnline(...TRUNCATED) | true | "module ParseMemoryReadingTest exposing (allTests)\n\nimport Common.EffectOnWindow\nimport EveOnline(...TRUNCATED) | elm |
End of preview. Expand in Data Studio
- Downloads last month
- 33