Home
last modified time | relevance | path

Searched refs:word (Results 251 – 275 of 430) sorted by last modified time

1...<<1112131415161718

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js25418 return lodashStable.map(words, function(word) { argument
25419 return word[index ? 'toUpperCase' : 'toLowerCase']();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14139 var camelCase = createCompounder(function(result, word, index) {
14140 word = word.toLowerCase();
14141 return result + (index ? capitalize(word) : word);
14301 var kebabCase = createCompounder(function(result, word, index) {
14302 return result + (index ? '-' : '') + word.toLowerCase();
14325 var lowerCase = createCompounder(function(result, word, index) {
14326 return result + (index ? ' ' : '') + word.toLowerCase();
14564 var snakeCase = createCompounder(function(result, word, index) {
14565 return result + (index ? '_' : '') + word.toLowerCase();
14630 return result + (index ? ' ' : '') + upperFirst(word);
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14139 var camelCase = createCompounder(function(result, word, index) {
14140 word = word.toLowerCase();
14141 return result + (index ? capitalize(word) : word);
14301 var kebabCase = createCompounder(function(result, word, index) {
14302 return result + (index ? '-' : '') + word.toLowerCase();
14325 var lowerCase = createCompounder(function(result, word, index) {
14326 return result + (index ? ' ' : '') + word.toLowerCase();
14564 var snakeCase = createCompounder(function(result, word, index) {
14565 return result + (index ? '_' : '') + word.toLowerCase();
14630 return result + (index ? ' ' : '') + upperFirst(word);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css14 word-spacing: normal;
H A Dtopcoat-desktop-light.css1637 word-spacing: 0;
1721 word-spacing: 0;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js257 _.defaults(options, {empty: 'full'}, {nan: 'nan'}, {word: 'word'}, {word: 'dog'});
260 assert.equal(options.word, 'word', 'new value is added, first one wins');
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php198 $word = $words[$i];
199 if (is_int($word) && $word >= 0 && $word <= 0xffff) {
200 $chunks[] = sprintf('%04x', $word);
230 function ($word) {
231 return dechex($word);
272 foreach ($this->getWords() as $word) {
273 $bytes[] = $word >> 8;
274 $bytes[] = $word & 0xff;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php222 foreach ($words as $id => $word) {
223 $words[$id] = "*" . $word . "*";
231 foreach ($words as $id => $word) {
232 $words[$id] = trim($word, "*");
H A Dsphinxapi.php1232 $word = substr($response, $p, $len);
1236 $result["words"][$word] = array(
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php519 $word = substr($key, 1);
523 if (false === array_key_exists($word, $parameters)) {
527 $word
531 $handle = $parameters[$word];
538 foreach (str_split($word) as $k => $v) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst28 instance, to display the current date, filter the word "now":
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md171 monotony). If we search the word `GATAA` in `CAGATAAGAGAA` with 1 difference, we
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/
H A Dtest.legacy.test4 {{ 'foo' is multi word ? 'yes' : 'no' }}
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md71 First of all, in Prophecy every word has a logical meaning, even the name of the library
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php106 * @param string $word Word.
109 public static function isKeyword($word) argument
203 return in_array(strtolower($word), $_list);
H A DREADME.md74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst117 Of course, the name after the ``endblock`` word must match the block name.
H A Dmacro.rst117 Of course, the name after the ``endmacro`` word must match the macro name.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dtwo_word_operators_as_variables.test2 Twig does not allow to use two-word named operators as variable names
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md69 A grammar is constituted by tokens (the units of a word) and rules (please, see
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md238 - Cange the spelling of a word [\#939](https://github.com/schmittjoh/serializer/pull/939) ([greg0ir…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dmulti_word_tests.test2 Twig allows multi-word tests without a custom node class
4 {{ 'foo' is multi word ? 'yes' : 'no' }}
5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-ra…
/plugin/metaeditor/
H A Djstree.js573 var word = '',
745 word = '';
752 word += chr;
755 if(word.length > 1) {
757 if($(v).text().toLowerCase().indexOf(word) === 0) {
767 if($(v).text().toLowerCase().indexOf(word) === 0) {
776 if(new RegExp('^' + chr + '+$').test(word)) {
/plugin/404manager/
H A Daction.php527 foreach ($wordsInPageSourceId as $word) {
528 $nbWordFound = $nbWordFound + substr_count($targetPageId, $word);

1...<<1112131415161718