Home
last modified time | relevance | path

Searched refs:curly (Results 1 – 25 of 70) sorted by relevance

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
D57.57.js.map1curly' },\n { open: '[', close: ']', token: 'delimiter.bracket' },\n { open: '(', cl…
D52.52.js1 …en:"string.escape.curly",switchTo:"@interpolated_compound"}],["","","@pop"]],interpolated_compound…
D56.56.js.map1 …miter.parenthesis' },\n { open: '{', close: '}', token: 'delimiter.curly' },\n { ope…
D11.11.js.map1 …rue,\n brackets: [\n { open: '{', close: '}', token: 'delimiter.curly' },\n { ope…
D38.38.js.map1 …rue,\n brackets: [\n { open: '{', close: '}', token: 'delimiter.curly' },\n { ope…
D60.60.js.map1 …\n tokenPostfix: '.aes',\n brackets: [\n { token: 'delimiter.curly', open: '{', close…
D52.52.js.map1curly' },\n { open: '[', close: ']', token: 'delimiter.square' }\n ],\n // we include…
D29.29.js.map1 …)*',\n brackets: [\n { open: '{', close: '}', token: 'delimiter.curly' },\n { ope…
D47.47.js.map1 …\'],\n brackets: [\n { open: '{', close: '}', token: 'delimiter.curly' },\n { ope…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dutility.js81 var stoogeRanks = _.propertyOf({curly: 2, moe: 1, larry: 3}); property
87 MoreStooges.prototype = {curly: 2, moe: 1, larry: 3}; property in MoreStooges
213 result = fancyTemplate({people: {moe: 'Moe', larry: 'Larry', curly: 'Curly'}});
270 result = custom({people: {moe: 'Moe', larry: 'Larry', curly: 'Curly'}});
285 result = customWithSpecialChars({people: {moe: 'Moe', larry: 'Larry', curly: 'Curly'}});
Dfunctions.js93 var curly = {name: 'curly'}; variable
99 curly.getName = moe.getName;
101 curly.sayHi = moe.sayHi;
102 assert.equal(curly.getName(), 'name: curly', 'unbound function is bound to current object');
103 assert.equal(curly.sayHi(), 'hi: moe', 'bound function is still bound to original object');
105 curly = {name: 'curly'}; variable
118 curly.sayHi = moe.sayHi;
119 assert.equal(curly.sayHi(), 'hi: moe');
Dobjects.js912 var curly = {name: 'Curly Howard', hair: false}; variable
915 assert.equal(_.isMatch(curly, {hair: true}), false, 'Returns a boolean');
952 var curly = {name: 'Curly Howard', hair: false}; variable
953 var stooges = [moe, curly];
956 assert.equal(_.matcher({hair: true})(curly), false, 'Returns a boolean');
964 …assert.strictEqual(_.find(stooges, _.matcher({hair: false})), curly, 'returns a predicate that can…
Darrays.js288 var shouldBe = {moe: 30, larry: 40, curly: 50}; property
295 var stooges = {moe: 30, larry: 40, curly: 50}; property
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
D.jshintrc3 "curly": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
D.jshintrc3 // "curly": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
D.jshintrc3 "curly": true,
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc18 "object-curly-newline": 0,
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc11 "curly": 0,
/plugin/asciidocjs/node_modules/require-directory/
D.jshintrc5 "curly" : true,
/plugin/asciidocjs/node_modules/character-parser/
Dindex.js244 case 123: // { open curly brace
245 case 125: // } close curly brace
/plugin/json/demo/
Djson_usage_demo.txt85 Empty curly brackets lists all properties of the variable.
120 To generate table header automatically add empty curly brackets.
/plugin/templater/
DCHANGELOG.md60 * Fixed PHP curly braces (line 229).
/plugin/medialist/
DREADME.md16 …1. **Page id** : look up media files linked in the page (i.e. curly brackets `{{...}}` in page tex…
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md264 Blocks are delimited by an opening curly brace (`{`), a style, some content, and a closing curly br…
276 …lk`${foo}` ``) are converted to strings via the `.toString()` method. All curly braces (`{` and `}…
/plugin/mediasyntax/
DREADME19 2023-07-29: 2 hours: adapted to PHP 8 forbidding array and string offset access syntax with curly b…

123