Home
last modified time | relevance | path

Searched refs:mytoken (Results 1 – 25 of 124) sorted by relevance

12345

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dpdfvrlexico.pas53 mytoken: Token;
55 mytoken.tipo := 0;
62 ((mytoken.tipo = 1) or (mytoken.tipo = 0))) then
64 mytoken.token_string := mytoken.token_string + char(t);
65 mytoken.tipo:=1;
69 and ((mytoken.tipo = 2) or (mytoken.tipo = 0))) then
71 mytoken.token_string := mytoken.token_string + char(t);
89 Result := mytoken;
95 mytoken: Token;
97 mytoken.tipo := 0;
[all …]
H A Dpdfvectorialreader.pas56 mytoken: Token;
81 mytoken := myAnLexicoPage.getToken();
82 myAnSintaticoPage.automata(mytoken);
105 mytoken := myAnLexicoContents.getToken();
106 myAnSintaticoContents.automata(mytoken, AInput2);
121 mytoken := myAnLexicoContents.getPageToken();
122 WriteStringToStream(AOutput, mytoken.token_string);
182 mytoken: Token;
201 mytoken := myAnLexico.getToken();
202 c:=myAnSintaticoCommand.automata(mytoken);
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dpdfvrlexico.pas53 mytoken: Token;
55 mytoken.tipo := 0;
62 ((mytoken.tipo = 1) or (mytoken.tipo = 0))) then
64 mytoken.token_string := mytoken.token_string + char(t);
65 mytoken.tipo:=1;
69 and ((mytoken.tipo = 2) or (mytoken.tipo = 0))) then
71 mytoken.token_string := mytoken.token_string + char(t);
89 Result := mytoken;
95 mytoken: Token;
97 mytoken.tipo := 0;
[all …]
H A Dpdfvectorialreader.pas56 mytoken: Token;
81 mytoken := myAnLexicoPage.getToken();
82 myAnSintaticoPage.automata(mytoken);
105 mytoken := myAnLexicoContents.getToken();
106 myAnSintaticoContents.automata(mytoken, AInput2);
121 mytoken := myAnLexicoContents.getPageToken();
122 WriteStringToStream(AOutput, mytoken.token_string);
182 mytoken: Token;
201 mytoken := myAnLexico.getToken();
202 c:=myAnSintaticoCommand.automata(mytoken);
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dpdfvrlexico.pas53 mytoken: Token;
55 mytoken.tipo := 0;
62 ((mytoken.tipo = 1) or (mytoken.tipo = 0))) then
64 mytoken.token_string := mytoken.token_string + char(t);
65 mytoken.tipo:=1;
69 and ((mytoken.tipo = 2) or (mytoken.tipo = 0))) then
71 mytoken.token_string := mytoken.token_string + char(t);
89 Result := mytoken;
95 mytoken: Token;
97 mytoken.tipo := 0;
[all …]
H A Dpdfvectorialreader.pas56 mytoken: Token;
81 mytoken := myAnLexicoPage.getToken();
82 myAnSintaticoPage.automata(mytoken);
105 mytoken := myAnLexicoContents.getToken();
106 myAnSintaticoContents.automata(mytoken, AInput2);
121 mytoken := myAnLexicoContents.getPageToken();
122 WriteStringToStream(AOutput, mytoken.token_string);
182 mytoken: Token;
201 mytoken := myAnLexico.getToken();
202 c:=myAnSintaticoCommand.automata(mytoken);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dpdfvrlexico.pas53 mytoken: Token;
55 mytoken.tipo := 0;
62 ((mytoken.tipo = 1) or (mytoken.tipo = 0))) then
64 mytoken.token_string := mytoken.token_string + char(t);
65 mytoken.tipo:=1;
69 and ((mytoken.tipo = 2) or (mytoken.tipo = 0))) then
71 mytoken.token_string := mytoken.token_string + char(t);
89 Result := mytoken;
95 mytoken: Token;
97 mytoken.tipo := 0;
[all …]
H A Dpdfvectorialreader.pas56 mytoken: Token;
81 mytoken := myAnLexicoPage.getToken();
82 myAnSintaticoPage.automata(mytoken);
105 mytoken := myAnLexicoContents.getToken();
106 myAnSintaticoContents.automata(mytoken, AInput2);
121 mytoken := myAnLexicoContents.getPageToken();
122 WriteStringToStream(AOutput, mytoken.token_string);
182 mytoken: Token;
201 mytoken := myAnLexico.getToken();
202 c:=myAnSintaticoCommand.automata(mytoken);
/dports/www/R-cran-httr/httr/demo/
H A Doauth2-azure.r41 mytoken <- oauth2.0_token(azure_endpoint, myapp, globalVar
45 if (("error" %in% names(mytoken$credentials)) && (nchar(mytoken$credentials$error) > 0)) {
47 paste("Error message:", mytoken$credentials$error),
48 paste("Error description:", mytoken$credentials$error_description),
49 paste("Error code:", mytoken$credentials$error_codes),
/dports/science/jstrack/jstrack/extlib/tcllib1.19/pt/
H A Dpt_rdengine_tcl.tcl121 set mytoken {} ; # TC (string)
191 5 { return $mytoken }
218 append mytoken $data
755 set max [string length $mytoken]
766 set mycurrent [string index $mytoken $last]
805 set mycurrent [string index $mytoken $myloc]
837 set mycurrent [string index $mytoken $myloc]
2122 upvar 1 mychan mychan mytoken mytoken
2132 append mytoken $ch
2137 upvar 1 mychan mychan mytoken mytoken
[all …]
H A Dpt_rdengine_oo.tcl133 set mytoken {} ; # TC (string)
203 4 { return $mytoken }
230 append mytoken $string
767 set max [string length $mytoken]
778 set mycurrent [string index $mytoken $last]
817 set mycurrent [string index $mytoken $myloc]
849 set mycurrent [string index $mytoken $myloc]
877 set mycurrent [string index $mytoken $myloc]
2118 append mytoken $ch
2129 append mytoken $str
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/
H A Dpt_rdengine_tcl.tcl121 set mytoken {} ; # TC (string)
191 5 { return $mytoken }
218 append mytoken $data
755 set max [string length $mytoken]
766 set mycurrent [string index $mytoken $last]
805 set mycurrent [string index $mytoken $myloc]
837 set mycurrent [string index $mytoken $myloc]
2122 upvar 1 mychan mychan mytoken mytoken
2132 append mytoken $ch
2137 upvar 1 mychan mychan mytoken mytoken
[all …]
H A Dpt_rdengine_oo.tcl133 set mytoken {} ; # TC (string)
203 4 { return $mytoken }
230 append mytoken $string
767 set max [string length $mytoken]
778 set mycurrent [string index $mytoken $last]
817 set mycurrent [string index $mytoken $myloc]
849 set mycurrent [string index $mytoken $myloc]
877 set mycurrent [string index $mytoken $myloc]
2118 append mytoken $ch
2129 append mytoken $str
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/
H A Dpt_rdengine_tcl.tcl121 set mytoken {} ; # TC (string)
191 5 { return $mytoken }
218 append mytoken $data
755 set max [string length $mytoken]
766 set mycurrent [string index $mytoken $last]
805 set mycurrent [string index $mytoken $myloc]
837 set mycurrent [string index $mytoken $myloc]
2122 upvar 1 mychan mychan mytoken mytoken
2132 append mytoken $ch
2137 upvar 1 mychan mychan mytoken mytoken
[all …]
H A Dpt_rdengine_oo.tcl133 set mytoken {} ; # TC (string)
203 4 { return $mytoken }
230 append mytoken $string
767 set max [string length $mytoken]
778 set mycurrent [string index $mytoken $last]
817 set mycurrent [string index $mytoken $myloc]
849 set mycurrent [string index $mytoken $myloc]
877 set mycurrent [string index $mytoken $myloc]
2118 append mytoken $ch
2129 append mytoken $str
[all …]
/dports/lang/bf2c/bf2c-1.3.1/
H A Dtree.cc31 mytoken = token; in Tree()
39 delete mytoken; // also deletes Token object itself ! in ~Tree()
40 mytoken = NULL; in ~Tree()
64 return mytoken; in getToken()
68 mytoken = token; in setToken()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/map/
H A Dmap_slippy_fetcher.tcl85 set mytoken($token) [list $url $tile]
98 foreach {url tile} $mytoken($token) break
101 unset mytoken($token)
175 variable mytoken -array {} ; # http token -> list (tile url, tile id)
/dports/devel/tcllib/tcllib-1.20/modules/map/
H A Dmap_slippy_fetcher.tcl85 set mytoken($token) [list $url $tile]
98 foreach {url tile} $mytoken($token) break
101 unset mytoken($token)
175 variable mytoken -array {} ; # http token -> list (tile url, tile id)
/dports/devel/tcllibc/tcllib-1.20/modules/map/
H A Dmap_slippy_fetcher.tcl85 set mytoken($token) [list $url $tile]
98 foreach {url tile} $mytoken($token) break
101 unset mytoken($token)
175 variable mytoken -array {} ; # http token -> list (tile url, tile id)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/bwmarrin/discordgo/examples/mytoken/
H A DREADME.md22 From within the mytoken example folder, run the below command to compile the
34 ./mytoken --help
35 Usage of ./mytoken:
46 ./mytoken -e youremail@here.com -p MySecretPassword
/dports/www/libjwt/libjwt-1.13.1/tests/
H A Djwt_encode.c345 jwt_t *mytoken, *ymtoken; in START_TEST() local
349 jwt_new(&mytoken); in START_TEST()
350 jwt_add_grant(mytoken, "sub", "user0"); in START_TEST()
351 jwt_add_grant_int(mytoken, "iat", 1619130517); in START_TEST()
352 jwt_add_grant_int(mytoken, "exp", 1619216917); in START_TEST()
353 jwt_set_alg(mytoken, JWT_ALG_HS256, (unsigned char *)key, strlen(key)); in START_TEST()
355 encoded = jwt_encode_str(mytoken); in START_TEST()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dconfigtokens.h26 struct mytoken { struct
31 extern struct mytoken tokenlist[]; argument
H A Dconfigtokens.cc27 struct mytoken tokenlist[]={
478 return strcasecmp( ((struct mytoken*)p1)->str, in tokenlist_sortfunction()
479 ((struct mytoken*)p2)->str ); in tokenlist_sortfunction()
493 struct mytoken *t1; in findToken()
510 t1 = (struct mytoken*)tokenlist_sorted->getElementAt( middle ); in findToken()
/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dweird_gram.t1 grammar myGramProd: ('mytoken' ()): object;
3 grammar myGramProd: 'mytoken': object
/dports/net/traefik/traefik-2.6.1/docs/content/observability/tracing/
H A Delastic.md50 secretToken: "mytoken"
56 secretToken = "mytoken"
60 --tracing.elastic.secrettoken="mytoken"

12345