Home
last modified time | relevance | path

Searched refs:notation (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/diagramsnet/lib/math/extensions/TeX/
Denclose.js19notation:k.replace(/,/g," ")};if(e){e=e.replace(/ /g,"").split(/,/);for(var h=0,d=e.length;h<d;h++… property
Dcancel.js19notation:g},d);this.Push(a.menclose(f).With(h))},CancelTo:function(e,g){var i=this.ParseArg(e),d=t… property
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc12 "dot-notation": [2, { "allowKeywords": true }],
54 "dot-notation": [2, { "allowPattern": "throws" }],
/plugin/chordsheets/js/
H A Djtab.js889 jtab.characterize = function (notation) { argument
892 if (notation == undefined) {
893 notation = '';
896 var gotCustomChord = (notation.match(/[\%]([0-4|T|X])?/) != undefined);
897 var gotNormalChord = (notation.match(/[^\$][A-G]|^[A-G]/) != undefined);
898 var gotTab = ((notation.match(/\$/) != null) || (notation.match(/[^\%][0-9|Xx|\.]{6,}/) != null));
962 var notation = notation_text || jQuery(element).text() || '';
964 var tabtype = jtab.characterize(notation);
977 var tokens = notation.split(/\s/);
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md91 * Add an element to an array using "dot" notation if it doesn't exist.
218 * Remove one or many array items from a given array using "dot" notation.
232 * Get an item from an array using "dot" notation.
247 * Check if an item exists in an array using "dot" notation.
305 * Set an array item to a given value using "dot" notation.
623 * Get an item from an array or object using "dot" notation.
651 * Get an item from an object using "dot" notation.
705 * Set an item on an array or object using dot notation.
/plugin/abc/
DREADME2 for ABC notation (http://abcnotation.com/)
/plugin/freechat/
DCHANGELOG3 via {{chat>}} notation
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dformat.rst5 (placeholders follows the `sprintf`_ notation):
Dslice.rst27 As syntactic sugar, you can also use the ``[]`` notation:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Dattribute.rst26 notation, except that the item can be any valid expression.
/plugin/gil/
DREADME3 * Introduces a notation for currency conversions
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Darray.test2 Twig supports array notation
/plugin/mizarverifiabledocs/src/
H A Dmizar.grammar63 "notation" |
/plugin/advrack/
Djquery.qtip.js485 function convertNotation(options, notation) { argument
489 levels = notation.split('.');
499 PROTOTYPE.get = function(notation) { argument
502 var o = convertNotation(this.options, notation.toLowerCase()),
508 function setCallback(notation, args) { argument
513 if(match = (new RegExp(rule, 'i')).exec(notation)) {
545 $.each(option, function(notation, value) { argument
546 if(rendered && rrender.test(notation)) {
547 delete option[notation]; return;
551 var obj = convertNotation(options, notation.toLowerCase()), previous;
[all …]
/plugin/webdav/vendor/sabre/xml/lib/
DReader.php295 * by it's clark-notation name.
/plugin/icalevents/vendor/sabre/xml/lib/
DReader.php295 * by it's clark-notation name.
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md25 without clark notation was given.
33 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md19 without clark notation was given.
27 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/commonmark/
H A Dcomposer.lock70 "description": "Given a deep data structure, access data by dot notation.",
76 "notation"
240 …escription": "Define configuration arrays with strict schemas and access values with dot notation",
/plugin/jsontable/demo/
Djsontable_demo.txt84 … set to green for second car. Please note, that here we access array elements with object notation.
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs134 'dot-notation': true,
549 if (splitKey.length > 1 && configuration['dot-notation']) {
657 …f value === 'object' && value !== null && !Array.isArray(value) && configuration['dot-notation']) {
739 if (!configuration['dot-notation'])
752 if (!configuration['dot-notation'])
/plugin/diagramsnet/lib/math/jax/input/MathML/
Djax.js19 …(0,4)==="MJX-"){if(h[g]==="MJX-arrow"){if(!f.notation.match("/"+a.NOTATION.UPDIAGONALARROW+"/")){f…
/plugin/pgn4web/pgn4web/
DREADME.txt400 pgn4web mostly supports the PGN standard for chess games notation (see
411 (pgn4web can however display chess moves text using figurine notation, so
428 pgn4web also supports null moves in the "--" notation (used by a number of
432 moves) in the "(*" notation, such as in 1. e4 (* 1... d5 2. exd5) e5
448 the X-FEN and the Shredder-FEN extensions to the FEN notation.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dphp_json_objects.asciidoc13 problems for PHP. Unlike other languages, PHP does not have a "short" notation
/plugin/asciidocjs/node_modules/yargs-parser/
DREADME.md208 ### dot-notation
211 * key: `dot-notation`

1234