Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 25 of 386) sorted by path

12345678910>>...16

/plugin/aceeditor/
H A Dbuild.js1tokens:f,state:n.length?n:i}}}).call(i.prototype),t.Tokenizer=i}),define("ace/mode/text_highlight_…
/plugin/adhoctags/
H A Dhelper.php139 $tokens = $this->tokenizeAttr($data);
141 foreach ($tokens as $token) {
197 * Split the input data into suitable tokens
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md21 $tokens = $encoder->encode($prompt); // [32, 72, 318, 3608]
23 // Get tokens count:
24 echo count($tokens); // 4
/plugin/anewssystem/
H A Dsyntax.php886 $tokens = preg_split('/\s+/', $tmp,-1, PREG_SPLIT_NO_EMPTY);
888 foreach ($tokens as $token) {
/plugin/authg2fa/
H A DTokenHelper.php78 $tokens = $this->getTokens();
79 if(isset($tokens[$user]))
80 return $tokens[$user];
/plugin/authgooglesheets/
H A Dcomposer.lock103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidPublisher.php1235 …idpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:acknowledg…
1255 … => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}',
1285 …r/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledg…
1305 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel',
1325 …isher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer',
1345 …idpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}',
1365 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:refund',
1385 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:revoke',
H A DDirectory.php148 public $tokens; variable in Google\\Service\\Directory
1787 'tokens',
1791 'path' => 'admin/directory/v1/users/{userKey}/tokens/{clientId}',
1806 'path' => 'admin/directory/v1/users/{userKey}/tokens/{clientId}',
1821 'path' => 'admin/directory/v1/users/{userKey}/tokens',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnalyzeSyntaxResponse.php63 public function setTokens($tokens) argument
65 $this->tokens = $tokens;
72 return $this->tokens;
H A DAnnotateTextResponse.php111 public function setTokens($tokens) argument
113 $this->tokens = $tokens;
120 return $this->tokens;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php227 public function setTokens($tokens) argument
229 $this->tokens = $tokens;
236 return $this->tokens;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php227 public function setTokens($tokens) argument
229 $this->tokens = $tokens;
236 return $this->tokens;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php227 public function setTokens($tokens) argument
229 $this->tokens = $tokens;
236 return $this->tokens;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
275 tokens with a different key than the Google Identity service:
286 [google-id-tokens]: https://developers.google.com/identity/sign-in/web/backend-auth
287 [iap-id-tokens]: https://cloud.google.com/iap/docs/signed-headers-howto
/plugin/authlinotp/
H A DREADME.md19 Now you can login with the tokens enrolled in privacyIDEA for the users.
/plugin/bible/bible_douayRheims/
H A DDeuteronomy.txt592 …22:15. Her father and mother shall take her, and shall bring with them the tokens of her virginity…
594 …o as to say: I found not thy daughter a virgin: and behold these are the tokens of my daughter's v…
H A DIsaias.txt904 …44:25. That make void the tokens of diviners, and make the soothsayers mad. That turn the wise bac…
H A DWisdom.txt25 …2:9. Let none of us go without his part in luxury: let us every where leave tokens of joy: for thi…
/plugin/box/
H A Dsyntax.php170 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
171 foreach ($tokens as $token) {
/plugin/box2/
H A Dsyntax.php196 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
197 foreach ($tokens as $token) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js57266 var text = createHtmlText(tokens);
57279 function createHtmlText(tokens) { argument
57282 tokens.forEach(function(t) {
57404 function hasMatched(tokens) { argument
57414 var tokens = [],
57418 return tokens;
57428 tokens.push({
57433 tokens.push({
57438 tokens.push({
57443 tokens.push({
[all …]
/plugin/canvas/
H A Dcanvas.php241 $tokens = preg_split('/\s+/', $args);
242 foreach ($tokens as $token) {
/plugin/code3/src/
H A Dtz.js507 tokens.push(
522 tokens.push(
530 return tokens;
1009 var tok = tokens[ci];
1129 tok = tokens[ci];
1131 tokens.push(tok);
1252 return tokens;
1267 tokensOut.push(tokens[i]);
1280 tokens.push(tokens[lastPlain]);
1304 var tok = tokens[ci];
[all …]
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1tokens","escapeNextChar","translateRegex","specials","unescape","out","specialComesNext","charUnes…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1tokens","ss","concat","indenter","textAfter","t","unit","indentUnit","wordAfter","wordafter","curr…

12345678910>>...16