Searched defs:hair (Results 1 – 2 of 2) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | objects.js | 911 var moe = {name: 'Moe Howard', hair: true}; property 912 var curly = {name: 'Curly Howard', hair: false}; property 914 assert.equal(_.isMatch(moe, {hair: true}), true, 'Returns a boolean'); property 915 assert.equal(_.isMatch(curly, {hair: true}), false, 'Returns a boolean'); property 951 var moe = {name: 'Moe Howard', hair: true}; property 952 var curly = {name: 'Curly Howard', hair: false}; property 955 assert.equal(_.matcher({hair: true})(moe), true, 'Returns a boolean'); property 956 assert.equal(_.matcher({hair: true})(curly), false, 'Returns a boolean'); property 964 …assert.strictEqual(_.find(stooges, _.matcher({hair: false})), curly, 'returns a predicate that can… property
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| H A D | encoder.json | 1 …-": 12, ".": 13, "/": 14, "0": 15, "1": 16, "2": 17, "3": 18, "4": 19, "5": 20, "6": 21, "7": 22, … number
|