App-ChemistryUtils
view release on metacpan
or search on metacpan
README
view on Meta::CPAN
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | * abundance_in_earth_crust. max => *str *
Only return records where the 'abundance_in_earth_crust' field is
less than or equal to specified value.
* abundance_in_earth_crust. min => *str *
Only return records where the 'abundance_in_earth_crust' field is
greater than or equal to specified value.
* abundance_in_earth_crust. not_contains => *str *
Only return records where the 'abundance_in_earth_crust' field does
not contain specified text.
* abundance_in_earth_crust. not_in => *array [str]*
Only return records where the 'abundance_in_earth_crust' field is
not in the specified values .
* abundance_in_earth_crust. xmax => *str *
Only return records where the 'abundance_in_earth_crust' field is
less than specified value.
* abundance_in_earth_crust. xmin => *str *
|
README
view on Meta::CPAN
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | * atomic_number. max => *int *
Only return records where the 'atomic_number' field is less than or
equal to specified value.
* atomic_number. min => *int *
Only return records where the 'atomic_number' field is greater than
or equal to specified value.
* atomic_number. not_in => *array [ int ]*
Only return records where the 'atomic_number' field is not in the
specified values .
* atomic_number. xmax => *int *
Only return records where the 'atomic_number' field is less than
specified value.
* atomic_number. xmin => *int *
|
README
view on Meta::CPAN
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | * block. max => *str *
Only return records where the 'block' field is less than or equal to
specified value.
* block. min => *str *
Only return records where the 'block' field is greater than or equal
to specified value.
* block. not_contains => *str *
Only return records where the 'block' field does not contain
specified text.
* block. not_in => *array [str]*
Only return records where the 'block' field is not in the specified
values .
* block. xmax => *str *
Only return records where the 'block' field is less than specified
value.
* block. xmin => *str *
|
README
view on Meta::CPAN
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | * boiling_point. max => *float *
Only return records where the 'boiling_point' field is less than or
equal to specified value.
* boiling_point. min => *float *
Only return records where the 'boiling_point' field is greater than
or equal to specified value.
* boiling_point. not_in => *array [float]*
Only return records where the 'boiling_point' field is not in the
specified values .
* boiling_point. xmax => *float *
Only return records where the 'boiling_point' field is less than
specified value.
* boiling_point. xmin => *float *
|
README
view on Meta::CPAN
244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | * density. max => *float *
Only return records where the 'density' field is less than or equal
to specified value.
* density. min => *float *
Only return records where the 'density' field is greater than or
equal to specified value.
* density. not_in => *array [float]*
Only return records where the 'density' field is not in the
specified values .
* density. xmax => *float *
Only return records where the 'density' field is less than specified
value.
* density. xmin => *float *
|
README
view on Meta::CPAN
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 | * electronegativity. max => *float *
Only return records where the 'electronegativity' field is less than
or equal to specified value.
* electronegativity. min => *float *
Only return records where the 'electronegativity' field is greater
than or equal to specified value.
* electronegativity. not_in => *array [float]*
Only return records where the 'electronegativity' field is not in
the specified values .
* electronegativity. xmax => *float *
Only return records where the 'electronegativity' field is less than
specified value.
* electronegativity. xmin => *float *
|
README
view on Meta::CPAN
345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 | * eng_name. max => *str *
Only return records where the 'eng_name' field is less than or equal
to specified value.
* eng_name. min => *str *
Only return records where the 'eng_name' field is greater than or
equal to specified value.
* eng_name. not_contains => *str *
Only return records where the 'eng_name' field does not contain
specified text.
* eng_name. not_in => *array [str]*
Only return records where the 'eng_name' field is not in the
specified values .
* eng_name. xmax => *str *
Only return records where the 'eng_name' field is less than
specified value.
* eng_name. xmin => *str *
|
README
view on Meta::CPAN
405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | * group. max => *str *
Only return records where the 'group' field is less than or equal to
specified value.
* group. min => *str *
Only return records where the 'group' field is greater than or equal
to specified value.
* group. not_contains => *str *
Only return records where the 'group' field does not contain
specified text.
* group. not_in => *array [str]*
Only return records where the 'group' field is not in the specified
values .
* group. xmax => *str *
Only return records where the 'group' field is less than specified
value.
* group. xmin => *str *
|
README
view on Meta::CPAN
460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 | * ind_name. max => *str *
Only return records where the 'ind_name' field is less than or equal
to specified value.
* ind_name. min => *str *
Only return records where the 'ind_name' field is greater than or
equal to specified value.
* ind_name. not_contains => *str *
Only return records where the 'ind_name' field does not contain
specified text.
* ind_name. not_in => *array [str]*
Only return records where the 'ind_name' field is not in the
specified values .
* ind_name. xmax => *str *
Only return records where the 'ind_name' field is less than
specified value.
* ind_name. xmin => *str *
|
README
view on Meta::CPAN
510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 | * melting_point. max => *float *
Only return records where the 'melting_point' field is less than or
equal to specified value.
* melting_point. min => *float *
Only return records where the 'melting_point' field is greater than
or equal to specified value.
* melting_point. not_in => *array [float]*
Only return records where the 'melting_point' field is not in the
specified values .
* melting_point. xmax => *float *
Only return records where the 'melting_point' field is less than
specified value.
* melting_point. xmin => *float *
|
README
view on Meta::CPAN
560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 | * name_origin. max => *str *
Only return records where the 'name_origin' field is less than or
equal to specified value.
* name_origin. min => *str *
Only return records where the 'name_origin' field is greater than or
equal to specified value.
* name_origin. not_contains => *str *
Only return records where the 'name_origin' field does not contain
specified text.
* name_origin. not_in => *array [str]*
Only return records where the 'name_origin' field is not in the
specified values .
* name_origin. xmax => *str *
Only return records where the 'name_origin' field is less than
specified value.
* name_origin. xmin => *str *
|
README
view on Meta::CPAN
613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 | * origin. max => *str *
Only return records where the 'origin' field is less than or equal
to specified value.
* origin. min => *str *
Only return records where the 'origin' field is greater than or
equal to specified value.
* origin. not_contains => *str *
Only return records where the 'origin' field does not contain
specified text.
* origin. not_in => *array [str]*
Only return records where the 'origin' field is not in the specified
values .
* origin. xmax => *str *
Only return records where the 'origin' field is less than specified
value.
* origin. xmin => *str *
|
README
view on Meta::CPAN
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 | * period. max => *str *
Only return records where the 'period' field is less than or equal
to specified value.
* period. min => *str *
Only return records where the 'period' field is greater than or
equal to specified value.
* period. not_contains => *str *
Only return records where the 'period' field does not contain
specified text.
* period. not_in => *array [str]*
Only return records where the 'period' field is not in the specified
values .
* period. xmax => *str *
Only return records where the 'period' field is less than specified
value.
* period. xmin => *str *
|
README
view on Meta::CPAN
721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 | * phase_at_rt. max => *str *
Only return records where the 'phase_at_rt' field is less than or
equal to specified value.
* phase_at_rt. min => *str *
Only return records where the 'phase_at_rt' field is greater than or
equal to specified value.
* phase_at_rt. not_contains => *str *
Only return records where the 'phase_at_rt' field does not contain
specified text.
* phase_at_rt. not_in => *array [str]*
Only return records where the 'phase_at_rt' field is not in the
specified values .
* phase_at_rt. xmax => *str *
Only return records where the 'phase_at_rt' field is less than
specified value.
* phase_at_rt. xmin => *str *
|
README
view on Meta::CPAN
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 | * specific_heat_capacity. max => *float *
Only return records where the 'specific_heat_capacity' field is less
than or equal to specified value.
* specific_heat_capacity. min => *float *
Only return records where the 'specific_heat_capacity' field is
greater than or equal to specified value.
* specific_heat_capacity. not_in => *array [float]*
Only return records where the 'specific_heat_capacity' field is not
in the specified values .
* specific_heat_capacity. xmax => *float *
Only return records where the 'specific_heat_capacity' field is less
than specified value.
* specific_heat_capacity. xmin => *float *
|
README
view on Meta::CPAN
856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 | * standard_atomic_weight. max => *float *
Only return records where the 'standard_atomic_weight' field is less
than or equal to specified value.
* standard_atomic_weight. min => *float *
Only return records where the 'standard_atomic_weight' field is
greater than or equal to specified value.
* standard_atomic_weight. not_in => *array [float]*
Only return records where the 'standard_atomic_weight' field is not
in the specified values .
* standard_atomic_weight. xmax => *float *
Only return records where the 'standard_atomic_weight' field is less
than specified value.
* standard_atomic_weight. xmin => *float *
|
README
view on Meta::CPAN
904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 | * symbol. max => *str *
Only return records where the 'symbol' field is less than or equal
to specified value.
* symbol. min => *str *
Only return records where the 'symbol' field is greater than or
equal to specified value.
* symbol. not_contains => *str *
Only return records where the 'symbol' field does not contain
specified text.
* symbol. not_in => *array [str]*
Only return records where the 'symbol' field is not in the specified
values .
* symbol. xmax => *str *
Only return records where the 'symbol' field is less than specified
value.
* symbol. xmin => *str *
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | Only return records where the 'abundance_in_earth_crust' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | Only return records where the 'atomic_number' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | Only return records where the 'block' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | Only return records where the 'boiling_point' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | Only return records where the 'density' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 | Only return records where the 'electronegativity' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 | Only return records where the 'eng_name' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 | Only return records where the 'group' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 | Only return records where the 'ind_name' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 | Only return records where the 'melting_point' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 | Only return records where the 'name_origin' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 | Only return records where the 'origin' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 | Only return records where the 'period' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 | Only return records where the 'phase_at_rt' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 | Only return records where the 'specific_heat_capacity' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 | Only return records where the 'standard_atomic_weight' field does not equal specified value.
|
lib/App/ChemistryUtils.pm
view on Meta::CPAN
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 | Only return records where the 'symbol' field does not equal specified value.
|