Home
last modified time | relevance | path

Searched refs:tokens (Results 301 – 325 of 386) sorted by relevance

1...<<111213141516

/plugin/wrap/
H A Dhelper.php46 $tokens = preg_split('/\s+/', $data, 9);
66 foreach ($tokens as $token) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md225 Those argument tokens are simple PHP classes, that implement
228 shortcut class `Prophecy\Argument`, which you can use to create tokens like that:
237 That's why Prophecy comes bundled with a bunch of other tokens:
252 So, let's refactor our initial `{set,get}Name()` logic with argument tokens:
H A DCHANGES.md102 * Fixed bug in closure-based argument tokens (#181)
/plugin/evesso/phpoauthlib/
H A DREADME.md39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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/jmol2/jmol/
H A DJmolApplet0_ReadersXml.jar ... Bond[] bondArray private int tokenCount String[] tokens private int nModules private int moduleNestingLevel private boolean haveMolecule private ...
H A DJmolAppletSigned0_ReadersXml.jar ... Bond[] bondArray private int tokenCount String[] tokens private int nModules private int moduleNestingLevel private boolean haveMolecule private ...
H A DJmolAppletSigned0_ReadersMore.jar ... adapter.smarter.AtomSetCollectionReader { private String[] tokens private float a private float b private float c private ...
H A DJmolApplet0_ReadersMore.jar ... adapter.smarter.AtomSetCollectionReader { private String[] tokens private float a private float b private float c private ...
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19tokens[p]){a.tokens[p](o,k,f)}else{if(k.childNodes.length===0){var g=a.MML[p];if(g&&g.isa&&g.isa(a… class in a
/plugin/katex/_assets/
H A Dkatex.min.js1tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,a,n)};ot(…
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js7304 var tokens = tags.split(' ');
7311 temp[tokens[j]] = true;
7312 validTags.push(tokens[j]);
7332 var tokens = [];
7348 tokens.push(t[j]);
7354 return tokens;
7423 var tokens = tags.split(' ');
7432 tokens.splice(idx, 1);
7632 var tokens = vb.split(' ');
7634 if (tokens.length > 3)
[all …]
H A DGraphViewer.js1277 var tokens = this.toolbarItems;
1331 for (var i = 0; i < tokens.length; i++)
1333 var token = tokens[i];
2120 var tokens = cls.split(' ');
2122 if (mxUtils.indexOf(tokens, classname) >= 0)
/plugin/strata/helper/
H A Dtriples.php29 * Expands tokens in the DSN.
32 * @return a string with replaced tokens
36 $tokens = array('@METADIR@');
38 return str_replace($tokens,$replacers,$str);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js68 tokens = [],
233 var i = tokens.length,
242 t = tokens[i];
405 tokens.push({
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1466 $tokens = $ifCondition['tokens'];
1469 foreach ($tokens as $token) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1390 $tokens = $ifCondition['tokens'];
1393 foreach ($tokens as $token) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js.map1 …\n // As an example, we emit a debugging log message on these tokens.\n // N…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1480 $tokens = $this->listeners[$listenerClass]->register();
1481 if (is_array($tokens) === false) {
1501 foreach ($tokens as $token) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js692 var tokens = {};
705 tokens[token[i]] = func;
717 if (input != null && hasOwnProp(tokens, token)) {
718 tokens[token](input, config._a, config, token);
2401 i, parsedInput, tokens, token, skipped,
2405 tokens = expandFormat(config._f, config._locale).match(formattingTokens) || [];
2407 for (i = 0; i < tokens.length; i++) {
2408 token = tokens[i];
/plugin/structsection/
H A Dyarn.lock139 js-tokens "^4.0.0"
506 js-tokens "^3.0.2"
1859 "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1861 …resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4…
1864 js-tokens@^3.0.2:
1866 …resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bce…
2006 js-tokens "^3.0.0 || ^4.0.0"
/plugin/anewssystem/
H A Dsyntax.php886 $tokens = preg_split('/\s+/', $tmp,-1, PREG_SPLIT_NO_EMPTY);
888 foreach ($tokens as $token) {
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md29 * Llk: Correctly order and merge skip tokens. (Ivan Enderlin, 2016-08-14T17:24:52+02:00)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc100 tokens for a third-party plugin or proxy. All query parameters are allow listed

1...<<111213141516