text stringlengths 7 2.39k | embedding listlengths 768 768 |
|---|---|
Vec3Sub returns the difference of 3 dimensional vectors a and b. | [
1.370509147644043,
0.2979636788368225,
0.5544872283935547,
0.5229901075363159,
0.028559237718582153,
1.479637622833252,
-0.4755757451057434,
-0.19140447676181793,
0.21581140160560608,
-0.07086028158664703,
-0.16558820009231567,
0.4334515929222107,
0.48125186562538147,
-1.97115957736969,
... |
Vec3Lerp linearly interpolates from a to b based on parameter t in [0,1]. | [
1.9945406913757324,
-0.4565814733505249,
0.4969501495361328,
-0.8104450702667236,
1.270540714263916,
1.1929055452346802,
-1.1740036010742188,
-0.35312777757644653,
0.3247464597225189,
1.2639793157577515,
0.027385983616113663,
-0.7736667990684509,
0.2872176170349121,
-1.6282964944839478,
... |
Vec3Scale returns the 3vector a scaled by s. | [
0.9747188687324524,
-0.6665679216384888,
0.20306403934955597,
-0.8986822962760925,
-0.09235204756259918,
0.3099709153175354,
-0.46610307693481445,
-0.22603198885917664,
0.7120299339294434,
1.3028150796890259,
-0.05047149956226349,
0.04128853604197502,
0.8036556839942932,
-1.141859650611877... |
Vec3Cross returns the 3D crossproduct of a and b. | [
1.4367845058441162,
0.019196221604943275,
0.10422712564468384,
0.9246983528137207,
0.0451708659529686,
0.38712000846862793,
-0.8607233762741089,
-0.4457609951496124,
1.0663859844207764,
1.2489488124847412,
0.00881793349981308,
0.5088714361190796,
-0.16339415311813354,
-1.8957018852233887,
... |
Vec3Dot returns the 3D dot product of a and b. | [
0.9958693385124207,
0.20833870768547058,
0.29184383153915405,
-0.36925140023231506,
0.8376979231834412,
0.7994991540908813,
-0.45180344581604004,
-1.0679771900177002,
0.5570393800735474,
0.4905741512775421,
0.5218929052352905,
0.7795774340629578,
0.6446951627731323,
-1.6063834428787231,
... |
Vec3DotClamp returns the 3D dot product of a and b clamped to [0,+inf]. | [
0.7090806365013123,
-0.4016615152359009,
0.40124595165252686,
0.18899795413017273,
-0.06949209421873093,
0.9214084148406982,
-0.588492214679718,
-1.0788143873214722,
0.9014256000518799,
0.727807879447937,
0.16273513436317444,
0.612790584564209,
-0.17911869287490845,
-1.1250790357589722,
... |
Vec3DotAbs returns the absolute value of the 3D dot product of a and b. | [
0.2633795142173767,
-0.47005584836006165,
0.6016004681587219,
-0.49076953530311584,
0.2693999409675598,
0.8218632340431213,
-0.8968693614006042,
-1.0737969875335693,
0.5137450695037842,
0.5727455615997314,
0.2886735796928406,
1.0867066383361816,
0.9842177033424377,
-1.3020577430725098,
-... |
Vec3Normalize returns the unit vector in the same direction as a. | [
0.8700956106185913,
0.14762578904628754,
0.4699385464191437,
-0.2671462297439575,
0.35385453701019287,
0.2835787534713745,
0.3328218460083008,
0.5396896004676819,
1.3730124235153198,
-0.12534251809120178,
-0.34503644704818726,
0.30894598364830017,
-0.2973272204399109,
-0.731608510017395,
... |
Vec3Length2 returns the squared length of vector a. | [
1.4361639022827148,
-1.4870941638946533,
0.2141747772693634,
-0.6372315287590027,
0.22662970423698425,
0.071781687438488,
-0.12320782989263535,
-0.44048261642456055,
1.2108885049819946,
0.27363356947898865,
-0.843888521194458,
0.3742213249206543,
1.0900342464447021,
0.2277534455060959,
-... |
Vec3Length returns the length of vector a. | [
1.3279224634170532,
-0.17371225357055664,
-0.016768928617239,
-0.8741227388381958,
0.9358522295951843,
1.0942851305007935,
0.6643965244293213,
0.7164040803909302,
1.775161623954773,
0.613771378993988,
-0.5540992617607117,
-0.1282467395067215,
0.8813450932502747,
-0.36311525106430054,
-0.... |
Vec3Neg returns the negative of vector a. | [
-0.2767595946788788,
0.3901059627532959,
0.28697532415390015,
-0.09175458550453186,
0.4382043778896332,
0.6920467615127563,
-0.2692032754421234,
-0.31295084953308105,
0.08016803860664368,
0.4309910237789154,
-0.1604239046573639,
-0.3128342628479004,
0.7511011958122253,
0.05568645894527435,... |
Vec3BasisProject returns the vector S projected onto the basis U,V,W. | [
0.699547529220581,
-0.0013358253054320812,
0.2787143290042877,
0.33270150423049927,
0.3573026657104492,
1.0517356395721436,
-0.31827980279922485,
-0.26269155740737915,
0.6531642079353333,
0.2140280157327652,
0.184544175863266,
0.37217435240745544,
-0.46762967109680176,
-1.7401740550994873,... |
Vec3BasisExpand calculates the vector S in the basis defined by U,V,W. O := US_x + VS_y + WS_z | [
0.7947232127189636,
0.5461694002151489,
0.45460638403892517,
0.2857249677181244,
-0.0688919648528099,
0.6968892216682434,
0.09134408086538315,
0.07751524448394775,
1.3741583824157715,
0.14490579068660736,
-0.2429117113351822,
0.923329770565033,
0.082302987575531,
-1.1919347047805786,
-0.... |
Vec3Abs returns the componentwise absolute of V. | [
0.014767021872103214,
-1.2211239337921143,
0.5233309864997864,
-0.7518707513809204,
0.04796438291668892,
0.7801923155784607,
-0.7320189476013184,
-0.6122352480888367,
0.9929168224334717,
1.0366590023040771,
0.17081144452095032,
0.647857666015625,
0.8191867470741272,
-1.0563416481018066,
... |
MaxDim returns the axis in which the vector is maximal. | [
0.5764250755310059,
-0.13137465715408325,
0.7132959365844727,
1.9085925817489624,
-0.2713322043418884,
0.6951336860656738,
0.485232949256897,
-0.17266099154949188,
0.14674243330955505,
-0.6750759482383728,
-0.011957285925745964,
0.9256448149681091,
0.12723390758037567,
-0.42228198051452637... |
LoadFileConfig loads the configuration from the file | [
0.5995084643363953,
-0.04537024348974228,
0.11017497628927231,
0.25538381934165955,
-0.44139575958251953,
0.10838951170444489,
-0.16543364524841309,
1.4725620746612549,
-1.7472867965698242,
0.5392758846282959,
-0.8395854830741882,
-1.1980983018875122,
-0.16757053136825562,
0.38828182220458... |
SetPath set new path to dir | [
-0.2899150550365448,
-0.8865717053413391,
0.2402576208114624,
0.24645380675792694,
-0.2021416872739792,
0.926178514957428,
1.6030328273773193,
-0.5324227213859558,
-0.09815672785043716,
-0.5492504835128784,
-0.06420180946588516,
0.33058422803878784,
0.5448544025421143,
0.9045897126197815,
... |
pathBack return to the previous level in the file system hierarchy | [
0.7556818723678589,
-0.11553891003131866,
0.8521018028259277,
0.4165278375148773,
0.43654224276542664,
0.1488475799560547,
2.032762050628662,
-0.4081840515136719,
-0.40301191806793213,
-0.42496785521507263,
0.12430845946073532,
-0.3482666015625,
-1.4491913318634033,
-0.572506844997406,
-... |
GetStat return amount Files and Dirs | [
-0.17601025104522705,
-0.14666728675365448,
0.2689611315727234,
-0.33232277631759644,
0.3547757863998413,
-0.6113632917404175,
1.076727271080017,
-0.15185974538326263,
0.8896781206130981,
-0.864271879196167,
-0.7147253751754761,
-0.7144787907600403,
1.593445062637329,
0.9799788594245911,
... |
inVisited return is there a file in the history | [
0.05648164451122284,
0.14612895250320435,
0.7594521641731262,
0.03711894527077675,
0.2704334855079651,
-0.43256187438964844,
1.0998730659484863,
0.33541643619537354,
-0.5187494158744812,
-0.20310047268867493,
0.1289811134338379,
0.023662595078349113,
0.16024887561798096,
0.5198960900306702... |
Next simple generator for crawling directories | [
-1.150796890258789,
0.6473098993301392,
0.4037822484970093,
0.2047676146030426,
-1.121945858001709,
-0.19396540522575378,
0.8100563287734985,
0.23928673565387726,
0.44578638672828674,
-1.7218343019485474,
-0.40356746315956116,
-0.6732414960861206,
0.3323255777359009,
-0.2936457097530365,
... |
Validate validates this google compute instance configuration | [
-0.6952708959579468,
0.2908611595630646,
0.171854168176651,
-0.23816438019275665,
-0.18064160645008087,
1.384814977645874,
0.5293688774108887,
0.5028373599052429,
-1.7482675313949585,
0.8478301763534546,
0.13297095894813538,
0.0952211245894432,
-0.9203963875770569,
0.6882315874099731,
1.... |
checkPrereqs returns true, if descheduler serviceaccount, cluster rolebinding and configmap exist. | [
-0.4323376417160034,
-0.056084245443344116,
0.43544912338256836,
1.1420021057128906,
-0.04911161586642265,
0.47004660964012146,
0.40829163789749146,
0.530994713306427,
0.20290639996528625,
-0.05891751870512962,
0.26344388723373413,
-0.16840532422065735,
0.1616109311580658,
1.06027555465698... |
checkServiceAccount checks if descheduler sa is available, if not creates one. | [
0.48050573468208313,
0.1931624412536621,
0.4182037115097046,
0.8960434198379517,
-0.6489844918251038,
-0.46681132912635803,
0.44137078523635864,
0.7754762768745422,
0.49789029359817505,
-0.18843182921409607,
0.445391446352005,
0.29403337836265564,
0.8042728304862976,
0.7258344292640686,
... |
checkClusterRoleBinding checks if cluster role binding is available, if not creates one. | [
-0.10163209587335587,
0.3872363269329071,
0.551230251789093,
0.9827368855476379,
0.3332623243331909,
0.5023742318153381,
0.2927324175834656,
-0.25255534052848816,
0.022064220160245895,
0.6630836129188538,
0.19181948900222778,
0.17022553086280823,
-0.43642234802246094,
0.29842862486839294,
... |
We need to populate this configmap from properties. | [
-1.3924895524978638,
-0.31549227237701416,
0.21005168557167053,
0.27476105093955994,
1.0589481592178345,
0.20356689393520355,
-0.6944496631622314,
0.47619396448135376,
-0.18981319665908813,
0.19753533601760864,
-0.4444715976715088,
-0.5320900678634644,
0.4710012674331665,
0.547742187976837... |
getPodList returns a v1.PodList object | [
-1.0240671634674072,
-0.03649403899908066,
0.5687678456306458,
0.9103913903236389,
0.39985695481300354,
-0.3747756779193878,
-0.9569247364997864,
-0.7388057708740234,
1.0031380653381348,
0.7048748135566711,
-0.6707322001457214,
0.20220349729061127,
0.160492941737175,
-0.8917014598846436,
... |
NewFlow is a factory method used to create an instance of the Flow struct. It starts the polling of the requests. | [
-0.08587100356817245,
-0.4138719141483307,
0.33452484011650085,
0.9465343952178955,
0.10159777104854584,
0.3745097815990448,
-0.6237900853157043,
-0.5717733502388,
0.5858890414237976,
-1.4894776344299316,
0.14694471657276154,
-0.3706285059452057,
-0.2395959496498108,
0.18453705310821533,
... |
PollRequests polls the requests of the Flow. | [
-1.1655882596969604,
-0.03682743385434151,
0.2259058803319931,
0.8141463994979858,
0.6320548057556152,
0.43867582082748413,
-0.6587538123130798,
-0.5273001194000244,
0.3302101194858551,
-0.4260878264904022,
0.5565784573554993,
-0.3909994065761566,
-0.18087290227413177,
0.43940848112106323,... |
Go starts a goroutine that listens for requests in the queue. It's always ready to add new ones to its list. | [
0.3206254243850708,
-0.47707852721214294,
0.4186164140701294,
-0.36535727977752686,
0.7507483959197998,
-0.020475026220083237,
-1.1441044807434082,
0.20882505178451538,
-0.47224390506744385,
-0.6929666996002197,
-0.8069983124732971,
0.5838502645492554,
0.2820194363594055,
0.375691562891006... |
AddRequest adds a request to the list of the Flow's requests. | [
-1.266027808189392,
0.2830469012260437,
0.3000498116016388,
0.637022852897644,
0.8651549816131592,
0.3702952563762665,
-1.2560365200042725,
-0.23226994276046753,
0.9429953098297119,
-1.0821647644042969,
0.6490997672080994,
0.20138782262802124,
-0.41074252128601074,
0.643645167350769,
-0.... |
Add provides a mock function with given fields: user, timeStamp, expireTime | [
-0.6684265732765198,
0.6878033876419067,
0.6239845752716064,
0.41874679923057556,
0.6437389850616455,
0.5136350989341736,
-0.26086536049842834,
0.2505852282047272,
0.4539467990398407,
0.2428186684846878,
-0.6684876680374146,
-0.04960950091481209,
-0.07753892987966537,
-0.6307166218757629,
... |
GetLastRequestTimeInWindow provides a mock function with given fields: user, timeStamp | [
-0.5223765969276428,
0.3505449593067169,
0.7760209441184998,
0.3370461165904999,
-0.4600408673286438,
0.07357513904571533,
0.5204421877861023,
-0.6507566571235657,
0.0940488651394844,
-0.4006291329860687,
-0.05591229721903801,
-0.08959981799125671,
-0.6702016592025757,
-0.10165729373693466... |
GetRequestCountInWindow provides a mock function with given fields: user, timeStamp | [
-0.3457401394844055,
0.358011931180954,
0.5837914943695068,
0.49848049879074097,
-0.6196067333221436,
0.01973392255604267,
0.7443551421165466,
-0.18199443817138672,
-0.3341524004936218,
-0.9902894496917725,
-0.16338548064231873,
0.1135639026761055,
0.21381135284900665,
0.12193934619426727,... |
FuncOf returns a function to be used by JavaScript. The Go function fn is called with the value of JavaScript's "this" keyword and the arguments of the invocation. The return value of the invocation is the result of the Go function mapped back to JavaScript according to ValueOf. Invoking the wrapped Go function from Ja... | [
0.24555322527885437,
-0.03784308210015297,
0.5284392237663269,
-0.2870361804962158,
0.1746480017900467,
-0.4093570411205292,
0.5782558917999268,
-0.3967738151550293,
-0.03620300069451332,
1.0046193599700928,
-0.013241271488368511,
0.2880035936832428,
0.24008840322494507,
-0.233638375997543... |
Release frees up resources allocated for the function. The function must not be invoked after calling Release. It is allowed to call Release while the function is still running. | [
-0.0002372517774347216,
0.03715192899107933,
0.44714581966400146,
0.8571159839630127,
-0.5557628870010376,
-0.04975556209683418,
0.6538293957710266,
-0.9347773790359497,
-0.24317704141139984,
-0.26777204871177673,
0.2766445577144623,
0.44352713227272034,
-0.7317220568656921,
0.410806328058... |
setEventHandler is defined in the runtime package. | [
0.7094323635101318,
-0.10093430429697037,
0.3967995345592499,
0.5212996602058411,
0.7704254388809204,
0.2597626745700836,
0.3772549629211426,
0.509078323841095,
-0.0619373545050621,
-0.858647882938385,
-1.1031887531280518,
-0.045657720416784286,
0.3060242235660553,
0.40945538878440857,
-... |
ConvertSeconds converts a string to a base10, 32bit int. | [
0.7015946507453918,
0.2849300503730774,
0.3417355716228485,
-0.25474101305007935,
0.25923916697502136,
-0.1944771260023117,
0.5464030504226685,
-1.1271095275878906,
0.002147771418094635,
0.15464328229427338,
-0.694620668888092,
0.2023535966873169,
-0.5045545697212219,
-0.6682109832763672,
... |
GetUptime parses output from OS X's `sysctl n kern.boottime` and returns the number of seconds since the machine booted. | [
0.3581266701221466,
0.616701066493988,
0.4209919273853302,
1.5078623294830322,
-0.7895057201385498,
-0.6715993285179138,
-0.11785277724266052,
-0.03609791770577431,
-0.7335044741630554,
0.10215175896883011,
-0.9718033075332642,
-0.7528926134109497,
0.07706914097070694,
0.9204931855201721,
... |
CacheControl is a middleware setting cache expiration. Using url+version for etag | [
0.07037331163883209,
0.05123324692249298,
0.2323492467403412,
0.16406689584255219,
-0.09479355812072754,
0.8318609595298767,
-1.163669466972351,
0.6278892755508423,
0.6453397274017334,
0.792777955532074,
-0.2655709981918335,
-0.6607495546340942,
1.3986440896987915,
-0.002006621565669775,
... |
CacheControlDynamic is a middleware setting cache expiration. Using url+ func(r) for etag | [
-0.06349001824855804,
0.4615940451622009,
0.19304019212722778,
0.23173017799854279,
-0.025015253573656082,
-0.3172687292098999,
-0.6463531255722046,
-0.012553974986076355,
-0.08878174424171448,
0.20329080522060394,
-0.06735365092754364,
-0.2623654007911682,
1.8228133916854858,
0.0611472092... |
parseFileContent parses the config file given its content. | [
0.5477586388587952,
-0.35685843229293823,
0.027348682284355164,
-0.02692612074315548,
-0.22659410536289215,
0.028775257989764214,
0.07812558114528656,
0.3585509657859802,
-2.1674301624298096,
0.915898323059082,
0.08429139107465744,
-1.921629548072815,
-0.16210637986660004,
-0.2809386551380... |
parseFile parses the config file for all config options by delegating the call to the method specific to the config file encoding specified. | [
-0.1311912089586258,
0.5182062387466431,
0.2608911395072937,
1.1425305604934692,
0.5308787822723389,
-0.3208940923213959,
0.461934894323349,
-0.11635281890630722,
-1.5744225978851318,
0.06511399149894714,
-0.3278549909591675,
-0.48847296833992004,
0.300407350063324,
1.1803138256072998,
0... |
generates a 6 char unique id that is handy for linking errors to lines of code go install newid > will make newid.exe which spits out a 6 digit random string Handy for use in errs package. | [
0.8703187704086304,
-1.4760706424713135,
0.6198304295539856,
-0.14886648952960968,
0.05635643005371094,
0.9826657176017761,
0.20651860535144806,
0.43056195974349976,
0.679171621799469,
-0.21313504874706268,
-0.4024256467819214,
0.3520597219467163,
0.044104788452386856,
0.16073647141456604,... |
registerScionPorts basically register the following UDP ports in gopacket such as SCION is the next layer. In other words, map the following ports to expect SCION as the payload. | [
-0.26316818594932556,
1.326086401939392,
0.5217612981796265,
0.042601775377988815,
1.3260865211486816,
0.2659653425216675,
-0.08612712472677231,
-0.39716097712516785,
0.5301027894020081,
-0.286594033241272,
-1.2269307374954224,
0.453370600938797,
-0.3870221972465515,
-0.7441884875297546,
... |
doTest runs a test, which involves generating the packet, sending it in the specified interface, then comparing any packets coming from the border router against the expected packets from the test. It returns true if the test was successful, ie. all expected packets and no others were received, otherwise it returns fal... | [
-0.2643144428730011,
1.1293187141418457,
0.7706120014190674,
0.3066386580467224,
0.7828637957572937,
0.4180178940296173,
0.3015175759792328,
-0.6610325574874878,
0.15525434911251068,
-0.457315057516098,
-0.9691498875617981,
-0.006030328571796417,
-1.014286994934082,
0.16532965004444122,
... |
checkRecvPkts compares packets received in any interface against the expected packets from the test, checking that they have been received on the expected interface. The logic here is to always wait for the timeout to finish receiving packets, thus we can check that only the expected packets were received. | [
0.16774213314056396,
0.17550227046012878,
0.7059640884399414,
0.07828280329704285,
-0.028370287269353867,
0.32601580023765564,
-0.20807798206806183,
0.44417375326156616,
0.26371657848358154,
0.30234840512275696,
0.4970913827419281,
-0.007242250721901655,
-0.3281323313713074,
0.568007886409... |
checkPkt compare a given packet against all the possible expected packets, It returns the index of the expected packet matched or an error with a prettyprint packet dump of the unmatched packet. | [
-1.2488362789154053,
-0.1324205994606018,
0.6688616871833801,
-0.08630255609750748,
-0.6529601216316223,
-0.12149447947740555,
0.24123942852020264,
1.1382083892822266,
0.20047324895858765,
-0.8333962559700012,
0.45437315106391907,
-0.29695722460746765,
-0.03035457618534565,
-0.110534071922... |
ReadResponse reads a server response into the received o. | [
0.2536485195159912,
-0.5319309234619141,
0.4260271191596985,
0.250649094581604,
-0.42248207330703735,
-1.1332019567489624,
-0.1542394906282425,
-0.6475809812545776,
0.9560379981994629,
-0.19656099379062653,
-0.4577060341835022,
-0.03830955550074577,
-0.24323610961437225,
-1.241577029228210... |
NewGetOrganizationOK creates a GetOrganizationOK with default headers values | [
0.05888219550251961,
-0.15202708542346954,
0.3560382127761841,
1.995301604270935,
0.37936463952064514,
-0.529260516166687,
0.9091835021972656,
-0.2195117175579071,
-0.41660076379776,
-0.28026044368743896,
-0.4488808810710907,
-0.7963345646858215,
0.3190208673477173,
0.01621037907898426,
... |
NewGetOrganizationBadRequest creates a GetOrganizationBadRequest with default headers values | [
-0.5001052021980286,
-0.326942503452301,
0.7685211300849915,
1.49776291847229,
0.593180775642395,
-0.7248306274414062,
-0.4560260474681854,
-0.04765748977661133,
-0.45157352089881897,
-1.0854525566101074,
0.3550325036048889,
0.8915727138519287,
-0.2207975834608078,
0.4345402717590332,
-0... |
NewGetOrganizationNotFound creates a GetOrganizationNotFound with default headers values | [
-0.2938234806060791,
-0.9015359282493591,
0.22922199964523315,
1.0488818883895874,
0.6502990126609802,
0.14820298552513123,
0.6242438554763794,
-0.4957248270511627,
0.04116835445165634,
-1.1083790063858032,
-0.22466881573200226,
0.23692630231380463,
-0.014286031015217304,
-0.15687292814254... |
anagrams checks if two strings are anagrams of each other n log n complexity due to two `sort.Sort`s which use quick sort. | [
0.25665971636772156,
0.8527050018310547,
0.44946929812431335,
1.278376817703247,
-1.3899815082550049,
-1.1487077474594116,
-0.360690712928772,
-1.1176351308822632,
0.8577675819396973,
1.1385743618011475,
-0.7740250825881958,
0.8069263696670532,
-0.029906444251537323,
0.20106884837150574,
... |
New returns a new provider. Some providers have their endpoints as part of the Oauth2 package. | [
-0.47710129618644714,
-0.7847402691841125,
0.15175803005695343,
1.2305792570114136,
-1.39340341091156,
-0.657023549079895,
-0.9437580108642578,
-0.2145019918680191,
0.8308818340301514,
0.14748772978782654,
0.19023440778255463,
0.775068998336792,
0.4152722954750061,
-0.48957809805870056,
... |
BuildAuthURL builds the authenticartion endpoint that we redirect our users to. State needs to be an unguessable string (probability of guessing < 2^128). It might be possible here to write some helper that generates a cryptographically secure state string, and uses that an a nonce. Since the provider instance is "aliv... | [
-1.0255430936813354,
-0.3906511962413788,
0.5381077527999878,
1.0677520036697388,
0.13406459987163544,
0.2509012520313263,
0.2770195007324219,
0.6863888502120972,
1.4815102815628052,
0.2806340754032135,
0.7733192443847656,
0.049425192177295685,
0.06941623240709305,
-0.5419188141822815,
-... |
GetCodeURL gets the shortlived access code from the callback URL that we can exchange for an access token. | [
1.3707445859909058,
-0.4512644410133362,
0.5774134397506714,
0.3982848823070526,
-0.213612899184227,
-0.8316340446472168,
-0.10913092643022537,
0.8057401180267334,
0.5055626034736633,
-0.3918344974517822,
0.2508668601512909,
0.8932028412818909,
0.19340085983276367,
0.23822110891342163,
0... |
GetToken gets the access and refresh tokens from the provider. Should probably be called `GetTokens`. | [
-0.14947795867919922,
0.39058008790016174,
0.1649036705493927,
0.6320973038673401,
0.8725513815879822,
-0.5582422614097595,
0.08653829246759415,
0.30409330129623413,
1.0132421255111694,
-0.9093952178955078,
-0.35104262828826904,
1.6605144739151,
1.3528629541397095,
-0.06139398366212845,
... |
GetIdentity gets the client's identity from the provider. | [
-0.417965292930603,
-0.09920018166303635,
0.3802243173122406,
1.216892123222351,
1.4292935132980347,
-0.08631432801485062,
0.5594269633293152,
-0.4573846459388733,
1.0790863037109375,
0.5439122915267944,
-1.135785460472107,
0.5572685599327087,
-0.8283464312553406,
-0.9112255573272705,
0.... |
Next get next item | [
-0.7771903276443481,
0.07388069480657578,
0.03562062233686447,
0.945732831954956,
-0.9280298352241516,
0.04752439260482788,
-0.9846417307853699,
-0.5214388370513916,
0.1151052787899971,
-0.6766650676727295,
-0.6449536681175232,
-0.011300507932901382,
-0.8427672386169434,
-0.444953680038452... |
NextRaw get next raw item | [
-1.1676357984542847,
0.3247705399990082,
0.3272224962711334,
-0.08413758873939514,
-1.9328914880752563,
0.10868190228939056,
-0.9094087481498718,
-0.08779150992631912,
0.13246886432170868,
-1.4475796222686768,
-0.6509692668914795,
0.04978618770837784,
0.6824795007705688,
-0.728653132915496... |
Count returns count of entries | [
0.8911587595939636,
-0.006801295559853315,
0.4999077022075653,
-0.10638447105884552,
0.7395302653312683,
0.1900113821029663,
-0.04205591231584549,
0.37825965881347656,
-0.9849668741226196,
-0.24823597073554993,
-0.8758606314659119,
-0.7116259932518005,
0.3676794469356537,
0.862145245075225... |
Close closes row iterator | [
-0.8976855278015137,
-1.09772527217865,
0.5376445651054382,
0.1549558788537979,
-2.15968656539917,
0.32560598850250244,
0.278016060590744,
-0.2548407018184662,
-0.5440922975540161,
-0.19785599410533905,
1.478255271911621,
-0.992948055267334,
0.07248910516500473,
0.5384368896484375,
-0.85... |
New creates a new frame on b with bounds r. The image b is used as the frame's internal bitmap cache. | [
-0.24360056221485138,
-0.580535352230072,
0.31387659907341003,
1.303557276725769,
-0.3422059118747711,
-0.6559181213378906,
0.11373119801282883,
-0.7706423401832581,
0.13929443061351776,
-0.3232259452342987,
-0.6012400984764099,
0.5575129389762878,
-0.14721889793872833,
0.47657647728919983... |
Dirty returns true if the contents of the frame have changes since the last redraw | [
-0.8853252530097961,
-0.0732407197356224,
0.8552538156509399,
-1.060127854347229,
-0.18930228054523468,
0.05857536569237709,
-0.9807296395301819,
-1.14030921459198,
-0.043682023882865906,
-0.7950342893600464,
-0.40328121185302734,
0.7522531747817993,
-0.04725590720772743,
0.836353957653045... |
SetDirty alters the frame's internal state | [
-1.0538338422775269,
-0.7878168821334839,
0.5141500234603882,
-0.042928546667099,
0.8395147323608398,
0.3046116828918457,
0.2185860574245453,
-0.3103068172931671,
-0.2180139720439911,
-0.4729933738708496,
-0.0567672997713089,
2.016413688659668,
0.3930513858795166,
1.6290953159332275,
0.0... |
Close closes the frame | [
0.4820156693458557,
0.31497833132743835,
0.6181595921516418,
0.1123214140534401,
-0.3115384876728058,
0.5613837242126465,
0.024929791688919067,
-0.24848362803459167,
-0.5227854251861572,
-1.14130437374115,
0.6413729786872864,
0.3505767583847046,
-0.44294190406799316,
0.5490678548812866,
... |
Reset resets the frame to display on image b with bounds r and font ft. | [
0.29052653908729553,
-0.19995319843292236,
0.07560490071773529,
0.4730856716632843,
-0.15998618304729462,
-0.4707857668399811,
0.6946390867233276,
-0.7070512175559998,
-0.15611399710178375,
-0.11447065323591232,
-0.05152052268385887,
1.3858569860458374,
-0.29307180643081665,
-0.04893342033... |
Bounds returns the frame's clipping rectangle | [
-1.0808185338974,
-0.4878096580505371,
0.6760687828063965,
0.5102581977844238,
-1.1104700565338135,
0.23488736152648926,
-0.20754285156726837,
-0.3836660087108612,
1.0635164976119995,
-0.2153884470462799,
0.44263550639152527,
0.727270781993866,
0.7021074295043945,
0.32345715165138245,
0.... |
Full returns true if the last line in the frame is full | [
0.40060335397720337,
-0.6550002098083496,
0.9968533515930176,
0.03368181735277176,
-0.13131241500377655,
-0.29611122608184814,
-1.0304300785064697,
-0.13504785299301147,
-0.4877886176109314,
0.488258421421051,
-0.10180972516536713,
-0.3376729488372803,
-0.2666749656200409,
0.56037294864654... |
Maxline returns the max number of wrapped lines fitting on the frame | [
0.40884509682655334,
-0.24960526823997498,
0.45565155148506165,
0.9300870299339294,
-0.23849061131477356,
0.4507428705692291,
-0.9866063594818115,
0.2712560296058655,
1.0188286304473877,
-1.367267370223999,
-0.2963883876800537,
0.40867915749549866,
0.27533045411109924,
0.2679401934146881,
... |
Line returns the number of wrapped lines currently in the frame | [
-0.6901545524597168,
-0.27296552062034607,
0.40510889887809753,
0.26170408725738525,
0.30132466554641724,
0.11039891093969345,
-0.004452456254512072,
0.057360727339982986,
0.4156881868839264,
-1.2041369676589966,
-0.4736073315143585,
0.2967844009399414,
-0.12774428725242615,
0.178770095109... |
Len returns the number of bytes currently in the frame | [
0.2529256343841553,
0.006884345319122076,
0.32850685715675354,
-0.3002539277076721,
0.45703384280204773,
-0.5075377225875854,
1.1245206594467163,
0.5523569583892822,
0.3675610423088074,
-0.9546287655830383,
-1.5513992309570312,
0.20448260009288788,
-0.35524246096611023,
0.19357286393642426... |
Dot returns the range of the selected text | [
-1.0859055519104004,
-1.6385458707809448,
0.11537644267082214,
-0.6848663091659546,
-0.2926778197288513,
-0.25333958864212036,
0.8202494382858276,
-0.03502069041132927,
0.8145557641983032,
-0.06944940984249115,
-0.32312190532684326,
0.7423766851425171,
0.04916021227836609,
-0.7591935396194... |
GetVersion gets the version at execution time so that ybainstaller installs the correct version of Yugabyte Anywhere. | [
0.5867266654968262,
-1.241615891456604,
0.4551853835582733,
0.8055726289749146,
1.3727587461471558,
-0.05009010434150696,
1.122485876083374,
0.8312016129493713,
0.003220649901777506,
0.19748109579086304,
-0.9558303952217102,
0.8166406154632568,
-0.2848201096057892,
1.0321602821350098,
0.... |
Status prints out the header information for the main status command. | [
0.02926056832075119,
-1.8799861669540405,
0.37404555082321167,
0.30160659551620483,
-0.031979676336050034,
0.19524841010570526,
-0.013086691498756409,
0.2812153398990631,
-0.5881113409996033,
0.012101730331778526,
0.4096643924713135,
0.4950271546840668,
0.2877737879753113,
0.32550454139709... |
SetUpPrereqs performs the setup operations common to all services. | [
-0.8601292371749878,
0.37250030040740967,
0.6186859607696533,
0.4100232422351837,
0.3046194612979889,
-0.28505048155784607,
1.2856167554855347,
-0.19687071442604065,
0.17259499430656433,
0.16376642882823944,
0.2955019176006317,
-0.9482965469360352,
0.027924662455916405,
0.7910811901092529,... |
Install performs the installation procedures common to all services. | [
-0.15719954669475555,
0.35026296973228455,
0.380863219499588,
0.7000325322151184,
0.4353518486022949,
0.10987570136785507,
0.7598975300788879,
-0.35312700271606445,
-0.5960854887962341,
0.7332420945167542,
-0.20241475105285645,
-1.0913455486297607,
-0.3778402805328369,
1.3240916728973389,
... |
Uninstall performs the uninstallation procedures common to all services when executing a clean. | [
-0.21181635558605194,
0.3230123519897461,
0.38676926493644714,
-0.09576145559549332,
-0.1743025779724121,
-0.06371802091598511,
1.0779441595077515,
0.29702028632164,
-0.0033170224633067846,
0.9672414660453796,
0.05364331230521202,
-0.18619929254055023,
-0.2609573304653168,
0.23621316254138... |
RemoveAllExceptDataVolumes removes the install directory from the host's operating system, except for data volumes specified in the input config file. | [
0.5510926246643066,
-0.20237377285957336,
0.4144897162914276,
0.47263258695602417,
-0.7138829827308655,
1.0234631299972534,
0.4544070065021515,
0.6355993151664734,
-0.18656742572784424,
0.035406459122896194,
-0.21266278624534607,
0.001264807186089456,
-0.2985658347606659,
0.226901680231094... |
Upgrade performs the upgrade procedures common to all services. | [
-1.2045800685882568,
0.01800471358001232,
0.2861465811729431,
0.7965883612632751,
0.18244357407093048,
-0.5035949945449829,
0.3567584156990051,
-0.5830880403518677,
-0.06430723518133163,
0.1945440024137497,
-0.056605614721775055,
-0.7354225516319275,
-0.27399158477783203,
0.474761933088302... |
When we start Yugaware, we point to the location of our bundled JDK via the JAVA_HOME environment variable, so that it knows to use the version we provide. Needed for nonroot installs as we cannot set the environment variables in the systemd service file any longer. | [
0.3115914463996887,
-0.7715739607810974,
0.49342837929725647,
0.09501712024211884,
0.22339779138565063,
0.19817546010017395,
1.2483370304107666,
0.6678572297096252,
-0.5682317614555359,
0.48656541109085083,
-0.34999069571495056,
1.12286376953125,
-0.2075272798538208,
1.1859225034713745,
... |
IpAddressGen for generate IP Address form subnet example : (192.168.1.1/24) | [
-1.102996587753296,
-0.06243263930082321,
0.6972452998161316,
0.5610131621360779,
-0.4679299294948578,
0.630138635635376,
-0.3944193720817566,
0.15667413175106049,
-0.6097606420516968,
-0.5771812200546265,
0.4135530889034271,
-0.9580969214439392,
0.16008320450782776,
-1.1740970611572266,
... |
mock server pings back the Request ID header | [
-0.6649285554885864,
-0.24876771867275238,
0.35553231835365295,
1.017904281616211,
0.5160157084465027,
0.693519651889801,
-0.3827153444290161,
-0.7085803151130676,
0.4014805257320404,
0.4181460440158844,
-0.4477667808532715,
-0.30443865060806274,
-1.138428807258606,
-0.9390791654586792,
... |
isReleasedTarget checks if a role name is "released": either targets/releases or targets TUF roles | [
-1.0050100088119507,
-0.2513059973716736,
0.17291736602783203,
-0.1734786480665207,
-0.3202912211418152,
-1.1179208755493164,
-0.43550723791122437,
0.2340167760848999,
1.0012667179107666,
0.4529954791069031,
1.1891064643859863,
0.0500996969640255,
0.5814805030822754,
-0.19393973052501678,
... |
notaryRoleToSigner converts TUF role name to a humanunderstandable signer name | [
-1.1413437128067017,
-0.3112604022026062,
0.3837747275829315,
-1.5936428308486938,
-0.20658397674560547,
-0.04810011386871338,
-0.6628142595291138,
0.5283851027488708,
-0.8360415101051331,
0.3623785078525543,
-0.19645008444786072,
-1.2285412549972534,
0.36852192878723145,
0.093909882009029... |
clearChangelist clears the notary staging changelist. | [
-0.7066034078598022,
0.3928769528865814,
-0.17355069518089294,
0.014863533899188042,
-0.4370482563972473,
0.4103953540325165,
-0.4931926429271698,
0.09560096263885498,
0.4151586890220642,
0.7810224294662476,
-1.1258047819137573,
0.5709823369979858,
0.4784508943557739,
0.9425848722457886,
... |
getOrGenerateRootKeyAndInitRepo initializes the notary repository with a remotely managed snapshot key. The initialization will use an existing root key if one is found, else a new one will be generated. | [
-0.3682514429092407,
0.16998149454593658,
0.553415060043335,
0.19784732162952423,
-0.5093892812728882,
-0.8017598390579224,
-0.5966428518295288,
0.05883852392435074,
-0.08387691527605057,
-0.421733021736145,
-0.6949816942214966,
-0.3052571713924408,
0.1381681114435196,
0.9019662737846375,
... |
AddDeck insert a new Deck into database and returns last inserted Id on success. | [
-0.07856488227844238,
1.1027355194091797,
0.7068051099777222,
1.0486087799072266,
-0.11184003949165344,
0.10285679996013641,
-0.012890428304672241,
0.545128583908081,
0.14553529024124146,
-1.3724147081375122,
0.2365456372499466,
-1.508519172668457,
-1.427245855331421,
1.0672293901443481,
... |
GetDeckById retrieves Deck by Id. Returns error if Id doesn't exist | [
0.4833662807941437,
0.3989469110965729,
0.5822699666023254,
0.6866886615753174,
0.546891987323761,
-0.18910296261310577,
-0.5406728386878967,
0.20521394908428192,
0.045986611396074295,
-0.505127489566803,
0.7709859013557434,
0.8137001991271973,
0.2707325518131256,
1.111573338508606,
0.52... |
GetAllDeck retrieves all Deck matches certain condition. Returns empty list if no records exist | [
0.46685463190078735,
0.8672232627868652,
0.5631716847419739,
1.3705013990402222,
-0.3299499750137329,
0.14602021872997284,
-1.4596463441848755,
1.2066668272018433,
0.04888339340686798,
-0.7989133596420288,
0.4176163673400879,
0.22516067326068878,
-0.21388132870197296,
1.6425796747207642,
... |
UpdateKlgDir updates Deck by Id and returns error if the record to be updated doesn't exist | [
0.1746913492679596,
-0.12705740332603455,
0.5944308638572693,
0.13163204491138458,
-0.7202273011207581,
0.22039344906806946,
-0.2281092405319214,
0.6181261539459229,
0.2861024737358093,
0.3922061026096344,
0.6029413342475891,
-0.11867625266313553,
-0.32745394110679626,
1.4154199361801147,
... |
DeleteDeck deletes Deck by Id and returns error if the record to be deleted doesn't exist | [
1.0661078691482544,
0.6989566087722778,
0.6846370697021484,
0.9980740547180176,
0.3680829703807831,
0.06618189066648483,
-0.17539215087890625,
1.207302451133728,
0.23013877868652344,
-0.9404166340827942,
0.9310330152511597,
0.09623204916715622,
0.13471265137195587,
1.3032581806182861,
0.... |
getEntityLoadPageSize returns the maximum number of loadEntities to return based on the EntityLoadCriteria specified. A page size of 0 will default to the maximum load size. | [
-0.11198196560144424,
0.19820187985897064,
0.560846745967865,
-0.8034891486167908,
0.5038313865661621,
0.6197004318237305,
-1.134099006652832,
-0.1476069539785385,
0.42621833086013794,
-0.5173997282981873,
0.8975574374198914,
0.04608253762125969,
-0.3414892554283142,
0.7875006794929504,
... |
updateEntitiesWithAssocs updates entsByTK inplace with the passed assocs. | [
-0.4168100357055664,
-1.396774172782898,
0.27758142352104187,
-1.136863350868225,
-0.14056961238384247,
0.4968932569026947,
0.7630006670951843,
0.1655310094356537,
0.0037635124754160643,
-0.11043861508369446,
0.9193183183670044,
-0.7271406054496765,
1.083415150642395,
0.1492462009191513,
... |
Logger used for middleware | [
0.0028463006019592285,
-0.506342351436615,
0.4384230971336365,
0.29050856828689575,
-0.9198955297470093,
-0.5587862730026245,
-0.2587120532989502,
0.5171584486961365,
0.4615578055381775,
-0.5163835287094116,
0.3455035388469696,
0.08211954683065414,
0.35817188024520874,
1.8044904470443726,
... |
FromContextID returns the public key ID from the context | [
1.259556770324707,
-0.46525371074676514,
0.1429295837879181,
-0.46233436465263367,
-0.9807006120681763,
0.4024563729763031,
-0.5077065825462341,
-0.07614579796791077,
1.0572141408920288,
0.6386610269546509,
-0.2214452028274536,
0.6056349277496338,
-0.7837823629379272,
0.04712371155619621,
... |
NewContext returns a new context with the id set | [
0.09372419118881226,
-1.0911153554916382,
0.26482120156288147,
0.36182430386543274,
-0.3191380202770233,
-0.21173445880413055,
-0.9932670593261719,
-0.7320660948753357,
1.3928502798080444,
-0.0990348532795906,
-0.7928798198699951,
-0.4525754451751709,
-0.40097537636756897,
-0.5243167877197... |
NewQueryRolesParams creates a new QueryRolesParams object, with the default timeout for this client. Default values are not hydrated, since defaults are normally applied by the API server side. To enforce default values in parameter, use SetDefaults or WithDefaults. | [
-0.11646199226379395,
0.10425631701946259,
0.18601223826408386,
-0.5134360790252686,
0.1214950904250145,
0.11675523221492767,
-0.5741890668869019,
-0.3027963936328888,
-0.1152673065662384,
-0.061902545392513275,
-0.3536548316478729,
-0.005694468040019274,
-0.964455246925354,
0.460608094930... |
NewQueryRolesParamsWithTimeout creates a new QueryRolesParams object with the ability to set a timeout on a request. | [
0.42896607518196106,
-0.6143478155136108,
0.1747111678123474,
-0.5444951057434082,
-0.39326393604278564,
1.087180733680725,
-1.0289448499679565,
-0.6654162406921387,
-0.3592586815357208,
0.39749690890312195,
0.26250824332237244,
0.016974294558167458,
-0.5841044783592224,
0.2025733143091201... |
NewQueryRolesParamsWithContext creates a new QueryRolesParams object with the ability to set a context for a request. | [
0.17026618123054504,
-0.3909250795841217,
0.15197812020778656,
-0.7007100582122803,
-0.35644859075546265,
0.9139149188995361,
-1.0343263149261475,
-1.054934024810791,
0.3381306529045105,
-0.1357669234275818,
0.25318700075149536,
0.5610224604606628,
-0.5070592761039734,
0.001641114591620862... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.