facets 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS +16 -5
- data/CHANGES +9 -1
- data/MANIFEST +3093 -1289
- data/METADATA +28 -0
- data/NEWS +52 -0
- data/README +7 -65
- data/README.core +102 -0
- data/README.lore +51 -0
- data/README.more +43 -0
- data/doc/{history.rdoc → notes/history.rdoc} +0 -0
- data/doc/{notes.rdoc → notes/notes.rdoc} +0 -0
- data/doc/rdoc/core/classes/Array.html +1704 -0
- data/doc/rdoc/core/classes/Binding.html +718 -0
- data/doc/rdoc/core/classes/Class.html +518 -0
- data/doc/rdoc/core/classes/Comparable.html +430 -0
- data/doc/rdoc/core/classes/Dir.html +697 -0
- data/doc/rdoc/core/classes/Enumerable.html +2126 -0
- data/doc/rdoc/core/classes/Exception.html +234 -0
- data/doc/rdoc/core/classes/FalseClass.html +133 -0
- data/doc/rdoc/core/classes/File.html +929 -0
- data/doc/rdoc/core/classes/FileTest.html +147 -0
- data/doc/rdoc/core/classes/Float.html +297 -0
- data/doc/rdoc/core/classes/Friend.html +178 -0
- data/doc/rdoc/core/classes/Functor.html +173 -0
- data/doc/rdoc/core/classes/Hash.html +3864 -0
- data/doc/rdoc/core/classes/InstanceVariables.html +515 -0
- data/doc/rdoc/core/classes/Integer.html +852 -0
- data/doc/rdoc/core/classes/Kernel.html +3952 -0
- data/doc/rdoc/core/classes/Lazy.html +96 -0
- data/doc/rdoc/core/classes/Lazy/Future.html +100 -0
- data/doc/rdoc/core/classes/Lazy/Promise.html +114 -0
- data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +99 -0
- data/doc/rdoc/core/classes/MatchData.html +309 -0
- data/doc/rdoc/core/classes/MissingArgument.html +98 -0
- data/doc/rdoc/core/classes/Module.html +2219 -0
- data/doc/rdoc/core/classes/Module/CloneExtensions.html +287 -0
- data/doc/rdoc/core/classes/NilClass.html +274 -0
- data/doc/rdoc/core/classes/Numeric.html +362 -0
- data/doc/rdoc/core/classes/Object.html +115 -0
- data/doc/rdoc/core/classes/Proc.html +595 -0
- data/doc/rdoc/core/classes/Range.html +622 -0
- data/doc/rdoc/core/classes/Regexp.html +289 -0
- data/doc/rdoc/core/classes/String.html +3913 -0
- data/doc/rdoc/core/classes/String/Words.html +571 -0
- data/doc/rdoc/core/classes/Symbol.html +584 -0
- data/doc/rdoc/core/classes/Time.html +824 -0
- data/doc/rdoc/core/classes/TrueClass.html +133 -0
- data/doc/rdoc/core/classes/UnboundMethod.html +295 -0
- data/doc/rdoc/core/created.rid +1 -0
- data/doc/rdoc/core/files/README.html +300 -0
- data/doc/rdoc/core/files/README_core.html +229 -0
- data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array_rb.html +125 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/opvars_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +100 -0
- data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +126 -0
- data/doc/rdoc/core/files/lib/core/facets/callstack_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_methodname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_pathname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +109 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +98 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +102 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +114 -0
- data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file_rb.html +99 -0
- data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/float_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +151 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +117 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +101 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/load_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/suppress_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +124 -0
- data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +120 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/alias_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/clone_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module_rb.html +115 -0
- data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/partial_rb.html +125 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +102 -0
- data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range_rb.html +100 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/to_time_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string_rb.html +124 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +99 -0
- data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/to_date_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time_rb.html +106 -0
- data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +97 -0
- data/doc/rdoc/core/fr_class_index.html +83 -0
- data/doc/rdoc/core/fr_file_index.html +536 -0
- data/doc/rdoc/core/fr_method_index.html +838 -0
- data/doc/rdoc/core/index.html +26 -0
- data/doc/{html/api → rdoc}/core/rdoc-style.css +0 -0
- data/doc/rdoc/lore/classes/Array.html +178 -0
- data/doc/rdoc/lore/classes/BasicObject.html +259 -0
- data/doc/rdoc/lore/classes/CGI.html +187 -0
- data/doc/rdoc/lore/classes/Config.html +137 -0
- data/doc/rdoc/lore/classes/Continuation.html +115 -0
- data/doc/rdoc/lore/classes/Date.html +254 -0
- data/doc/rdoc/lore/classes/File.html +130 -0
- data/doc/rdoc/lore/classes/FileUtils.html +780 -0
- data/doc/rdoc/lore/classes/GetoptLong.html +120 -0
- data/doc/rdoc/lore/classes/GetoptLong/DSL.html +210 -0
- data/doc/rdoc/lore/classes/Logger.html +231 -0
- data/doc/rdoc/lore/classes/Logger/Ansicolor.html +279 -0
- data/doc/rdoc/lore/classes/Logger/LogDevice.html +123 -0
- data/doc/rdoc/lore/classes/NilClass.html +121 -0
- data/doc/rdoc/lore/classes/OpenStruct.html +413 -0
- data/doc/rdoc/lore/classes/Pathname.html +269 -0
- data/doc/rdoc/lore/classes/Set.html +119 -0
- data/doc/rdoc/lore/classes/Shellwords.html +113 -0
- data/doc/rdoc/lore/classes/String.html +121 -0
- data/doc/rdoc/lore/classes/URI.html +456 -0
- data/doc/rdoc/lore/classes/URI/Hash.html +107 -0
- data/doc/rdoc/lore/classes/URI/Kernel.html +124 -0
- data/doc/rdoc/lore/created.rid +1 -0
- data/doc/rdoc/lore/files/README.html +299 -0
- data/doc/rdoc/lore/files/README_lore.html +155 -0
- data/doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html +190 -0
- data/doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html +111 -0
- data/doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html +147 -0
- data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +122 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html +131 -0
- data/doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html +135 -0
- data/doc/rdoc/lore/files/lib/lore/facets/logger_rb.html +142 -0
- data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +135 -0
- data/doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html +159 -0
- data/doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html +124 -0
- data/doc/rdoc/lore/files/lib/lore/facets/set_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html +124 -0
- data/doc/rdoc/lore/files/lib/lore/facets/uri_rb.html +125 -0
- data/doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html +145 -0
- data/doc/rdoc/lore/fr_class_index.html +68 -0
- data/doc/rdoc/lore/fr_file_index.html +76 -0
- data/doc/rdoc/lore/fr_method_index.html +140 -0
- data/doc/rdoc/lore/index.html +26 -0
- data/doc/{html/api/more → rdoc/lore}/rdoc-style.css +0 -0
- data/doc/rdoc/more/classes/ANSICode.html +495 -0
- data/doc/rdoc/more/classes/Advisable.html +271 -0
- data/doc/rdoc/more/classes/Advisable/Method.html +225 -0
- data/doc/rdoc/more/classes/Archive.html +89 -0
- data/doc/rdoc/more/classes/Archive/Tar.html +89 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +471 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +357 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +218 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +285 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +380 -0
- data/doc/rdoc/more/classes/Association.html +307 -0
- data/doc/rdoc/more/classes/Association/Kernel.html +134 -0
- data/doc/rdoc/more/classes/Autoarray.html +168 -0
- data/doc/rdoc/more/classes/BBCode.html +534 -0
- data/doc/rdoc/more/classes/BaseX.html +196 -0
- data/doc/rdoc/more/classes/BiCrypt.html +543 -0
- data/doc/rdoc/more/classes/BigDuration.html +325 -0
- data/doc/rdoc/more/classes/BinReadable.html +487 -0
- data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +225 -0
- data/doc/rdoc/more/classes/Buildable.html +154 -0
- data/doc/rdoc/more/classes/BuildingBlock.html +362 -0
- data/doc/rdoc/more/classes/CLI/Arguments.html +490 -0
- data/doc/rdoc/more/classes/CLI/Command.html +317 -0
- data/doc/rdoc/more/classes/CLI/Command/UniversalOptions.html +91 -0
- data/doc/rdoc/more/classes/CLI/NoCommandError.html +113 -0
- data/doc/rdoc/more/classes/CLI/NoOptionError.html +120 -0
- data/doc/rdoc/more/classes/CacheDecorator.html +224 -0
- data/doc/rdoc/more/classes/Capsule.html +410 -0
- data/doc/rdoc/more/classes/Capsule/MissingFile.html +96 -0
- data/doc/rdoc/more/classes/Chain.html +208 -0
- data/doc/rdoc/more/classes/Cloneable.html +131 -0
- data/doc/rdoc/more/classes/ConsoleUtils.html +240 -0
- data/doc/rdoc/more/classes/Coroutine.html +286 -0
- data/doc/rdoc/more/classes/Crypt.html +277 -0
- data/doc/rdoc/more/classes/CssFilter.html +473 -0
- data/doc/rdoc/more/classes/CssTree.html +151 -0
- data/doc/rdoc/more/classes/Dictionary.html +1250 -0
- data/doc/rdoc/more/classes/DictionaryMatcher.html +339 -0
- data/doc/rdoc/more/classes/DictionaryMatcher/MatchData.html +117 -0
- data/doc/rdoc/more/classes/Downloader.html +514 -0
- data/doc/rdoc/more/classes/Duration.html +769 -0
- data/doc/rdoc/more/classes/Enumerable.html +340 -0
- data/doc/rdoc/more/classes/Enumerable/Elementor.html +172 -0
- data/doc/rdoc/more/classes/Enumerable/Enumerator.html +118 -0
- data/doc/rdoc/more/classes/EnumerablePass.html +216 -0
- data/doc/rdoc/more/classes/Equatable.html +190 -0
- data/doc/rdoc/more/classes/EventHook.html +176 -0
- data/doc/rdoc/more/classes/Expirable.html +197 -0
- data/doc/rdoc/more/classes/FileList.html +957 -0
- data/doc/rdoc/more/classes/FileShell.html +745 -0
- data/doc/rdoc/more/classes/Fileable.html +180 -0
- data/doc/rdoc/more/classes/Fileable/DSL.html +305 -0
- data/doc/rdoc/more/classes/Hash.html +173 -0
- data/doc/rdoc/more/classes/Hash2Xml.html +107 -0
- data/doc/rdoc/more/classes/HtmlFilter.html +331 -0
- data/doc/rdoc/more/classes/IORedirect.html +222 -0
- data/doc/rdoc/more/classes/Indexable.html +606 -0
- data/doc/rdoc/more/classes/InfinityClass.html +450 -0
- data/doc/rdoc/more/classes/InfinityClass/Numeric.html +197 -0
- data/doc/rdoc/more/classes/Ini.html +449 -0
- data/doc/rdoc/more/classes/Instantiable.html +142 -0
- data/doc/rdoc/more/classes/Instantise.html +162 -0
- data/doc/rdoc/more/classes/Interval.html +879 -0
- data/doc/rdoc/more/classes/It.html +187 -0
- data/doc/rdoc/more/classes/Kernel.html +641 -0
- data/doc/rdoc/more/classes/LRUCache.html +323 -0
- data/doc/rdoc/more/classes/LRUCache/Item.html +114 -0
- data/doc/rdoc/more/classes/LRUCache/Sentinel.html +100 -0
- data/doc/rdoc/more/classes/LinkedList.html +434 -0
- data/doc/rdoc/more/classes/LinkedList/Node.html +151 -0
- data/doc/rdoc/more/classes/Module.html +1405 -0
- data/doc/rdoc/more/classes/Multiton.html +207 -0
- data/doc/rdoc/more/classes/Multiton/Inclusive.html +93 -0
- data/doc/rdoc/more/classes/Multiton/MetaMethods.html +223 -0
- data/doc/rdoc/more/classes/NackClass.html +98 -0
- data/doc/{html/api → rdoc}/more/classes/Net.html +0 -0
- data/doc/rdoc/more/classes/Net/SMTP.html +203 -0
- data/doc/rdoc/more/classes/NullClass.html +204 -0
- data/doc/rdoc/more/classes/ObjectReflection.html +174 -0
- data/doc/rdoc/more/classes/OpEsc.html +138 -0
- data/doc/rdoc/more/classes/OpenCascade.html +144 -0
- data/doc/rdoc/more/classes/OpenCollection.html +140 -0
- data/doc/rdoc/more/classes/OpenHash.html +159 -0
- data/doc/rdoc/more/classes/OpenObject.html +610 -0
- data/doc/rdoc/more/classes/PQueue.html +609 -0
- data/doc/rdoc/more/classes/Paramix.html +203 -0
- data/doc/rdoc/more/classes/Paramix/Delegator.html +217 -0
- data/doc/rdoc/more/classes/PathList.html +161 -0
- data/doc/rdoc/more/classes/PathList/Finder.html +137 -0
- data/doc/rdoc/more/classes/Platform.html +446 -0
- data/doc/rdoc/more/classes/Pool.html +206 -0
- data/doc/rdoc/more/classes/Proc.html +138 -0
- data/doc/rdoc/more/classes/ProgressBar.html +358 -0
- data/doc/rdoc/more/classes/Prototype.html +245 -0
- data/doc/rdoc/more/classes/RWDelegator.html +196 -0
- data/doc/rdoc/more/classes/Random.html +164 -0
- data/doc/rdoc/more/classes/Random/Array.html +341 -0
- data/doc/rdoc/more/classes/Random/Hash.html +380 -0
- data/doc/rdoc/more/classes/Random/Object.html +121 -0
- data/doc/rdoc/more/classes/Random/String.html +301 -0
- data/doc/rdoc/more/classes/Random/String/Self.html +155 -0
- data/doc/rdoc/more/classes/Recorder.html +205 -0
- data/doc/rdoc/more/classes/RecursiveDependency.html +92 -0
- data/doc/rdoc/more/classes/Reference.html +198 -0
- data/doc/rdoc/more/classes/Registerable.html +159 -0
- data/doc/rdoc/more/classes/Semaphore.html +262 -0
- data/doc/rdoc/more/classes/Settings.html +290 -0
- data/doc/rdoc/more/classes/Settings/Setting.html +225 -0
- data/doc/rdoc/more/classes/Settings/SettingCollection.html +146 -0
- data/doc/rdoc/more/classes/SimpleStringIO.html +137 -0
- data/doc/rdoc/more/classes/Snapshot.html +196 -0
- data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +165 -0
- data/doc/rdoc/more/classes/Stackable.html +264 -0
- data/doc/rdoc/more/classes/String/Style.html +804 -0
- data/doc/rdoc/more/classes/Struct.html +132 -0
- data/doc/rdoc/more/classes/SyncArray.html +129 -0
- data/doc/rdoc/more/classes/SyncHash.html +160 -0
- data/doc/rdoc/more/classes/SyncHash/Delegator.html +213 -0
- data/doc/rdoc/more/classes/SyncHash/Inheritor.html +213 -0
- data/doc/rdoc/more/classes/System.html +1119 -0
- data/doc/rdoc/more/classes/Timer.html +466 -0
- data/doc/rdoc/more/classes/Timer/Dummy.html +141 -0
- data/doc/rdoc/more/classes/TracePoint.html +455 -0
- data/doc/rdoc/more/classes/Tuple.html +902 -0
- data/doc/rdoc/more/classes/TypeCast.html +158 -0
- data/doc/rdoc/more/classes/TypeCast/Class.html +129 -0
- data/doc/rdoc/more/classes/TypeCast/Object.html +119 -0
- data/doc/rdoc/more/classes/TypeCastException.html +96 -0
- data/doc/rdoc/more/classes/Uninheritable.html +122 -0
- data/doc/rdoc/more/classes/UploadUtils.html +499 -0
- data/doc/rdoc/more/classes/VersionNumber.html +384 -0
- data/doc/rdoc/more/classes/Weekdays.html +220 -0
- data/doc/rdoc/more/classes/XOXO.html +191 -0
- data/doc/rdoc/more/classes/ZipUtils.html +437 -0
- data/doc/rdoc/more/classes/ZipUtils/DryRun.html +225 -0
- data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +225 -0
- data/doc/rdoc/more/classes/ZipUtils/Verbose.html +225 -0
- data/doc/rdoc/more/created.rid +1 -0
- data/doc/rdoc/more/files/README.html +299 -0
- data/doc/rdoc/more/files/README_more.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +181 -0
- data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +180 -0
- data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +200 -0
- data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +142 -0
- data/doc/rdoc/more/files/lib/more/facets/association_rb.html +158 -0
- data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +134 -0
- data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +230 -0
- data/doc/rdoc/more/files/lib/more/facets/bytes_rb.html +169 -0
- data/doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html +178 -0
- data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +114 -0
- data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +155 -0
- data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +213 -0
- data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +134 -0
- data/doc/rdoc/more/files/lib/more/facets/command_rb.html +170 -0
- data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +109 -0
- data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +121 -0
- data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +118 -0
- data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +158 -0
- data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +201 -0
- data/doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +137 -0
- data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +100 -0
- data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +148 -0
- data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +146 -0
- data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +116 -0
- data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +165 -0
- data/doc/rdoc/more/files/lib/more/facets/fileshell_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/indexable_rb.html +113 -0
- data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +149 -0
- data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +105 -0
- data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +119 -0
- data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +145 -0
- data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +94 -0
- data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +159 -0
- data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +129 -0
- data/doc/rdoc/more/files/lib/more/facets/main_rb.html +126 -0
- data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +203 -0
- data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +148 -0
- data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +187 -0
- data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +120 -0
- data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +122 -0
- data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +156 -0
- data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +123 -0
- data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +107 -0
- data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +169 -0
- data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +94 -0
- data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +119 -0
- data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +135 -0
- data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +103 -0
- data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +131 -0
- data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +128 -0
- data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +126 -0
- data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +102 -0
- data/doc/rdoc/more/files/lib/more/facets/random_rb.html +149 -0
- data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +144 -0
- data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +154 -0
- data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +130 -0
- data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +135 -0
- data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +98 -0
- data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +122 -0
- data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +120 -0
- data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +177 -0
- data/doc/rdoc/more/files/lib/more/facets/stackable_rb.html +121 -0
- data/doc/rdoc/more/files/lib/more/facets/style_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +174 -0
- data/doc/rdoc/more/files/lib/more/facets/times_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +167 -0
- data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +160 -0
- data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +214 -0
- data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +129 -0
- data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +176 -0
- data/doc/rdoc/more/files/lib/more/facets/version_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +97 -0
- data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +136 -0
- data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +133 -0
- data/doc/rdoc/more/fr_class_index.html +183 -0
- data/doc/rdoc/more/fr_file_index.html +158 -0
- data/doc/rdoc/more/fr_method_index.html +1057 -0
- data/doc/rdoc/more/index.html +26 -0
- data/doc/rdoc/more/rdoc-style.css +175 -0
- data/doc/ri/ANSICode/cdesc-ANSICode.yaml +60 -0
- data/doc/ri/ANSICode/clear_line-i.yaml +13 -0
- data/doc/ri/ANSICode/clear_screen-i.yaml +13 -0
- data/doc/ri/ANSICode/clr-i.yaml +12 -0
- data/doc/ri/ANSICode/cls-i.yaml +12 -0
- data/doc/ri/ANSICode/colors-i.yaml +10 -0
- data/doc/ri/ANSICode/define_ansicolor_method-c.yaml +12 -0
- data/doc/ri/ANSICode/display-i.yaml +12 -0
- data/doc/ri/ANSICode/down-i.yaml +12 -0
- data/doc/ri/ANSICode/left-i.yaml +12 -0
- data/doc/ri/ANSICode/move-i.yaml +12 -0
- data/doc/ri/ANSICode/restore-i.yaml +12 -0
- data/doc/ri/ANSICode/right-i.yaml +12 -0
- data/doc/ri/ANSICode/save-i.yaml +12 -0
- data/doc/ri/ANSICode/uncolored-i.yaml +10 -0
- data/doc/ri/ANSICode/up-i.yaml +12 -0
- data/doc/ri/Advisable/Method/advice_after%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advice_around%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advice_before%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advised%3f-i.yaml +10 -0
- data/doc/ri/Advisable/Method/call_with_advice-i.yaml +12 -0
- data/doc/ri/Advisable/Method/cdesc-Method.yaml +43 -0
- data/doc/ri/Advisable/Method/lambda_target-i.yaml +12 -0
- data/doc/ri/Advisable/advice_after-i.yaml +10 -0
- data/doc/ri/Advisable/advice_around-i.yaml +10 -0
- data/doc/ri/Advisable/advice_before-i.yaml +10 -0
- data/doc/ri/Advisable/advise-i.yaml +12 -0
- data/doc/ri/Advisable/after-i.yaml +10 -0
- data/doc/ri/Advisable/around-i.yaml +10 -0
- data/doc/ri/Advisable/before-i.yaml +10 -0
- data/doc/ri/Advisable/cdesc-Advisable.yaml +35 -0
- data/doc/ri/Advisable/method_added-i.yaml +16 -0
- data/doc/ri/Archive/Tar/Minitar/BlockRequired/cdesc-BlockRequired.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/ClosedStream/cdesc-ClosedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/FileNameTooLong/cdesc-FileNameTooLong.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Input/cdesc-Input.yaml +30 -0
- data/doc/ri/Archive/Tar/Minitar/Input/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/each-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/extract_entry-i.yaml +43 -0
- data/doc/ri/Archive/Tar/Minitar/Input/fsync_dir-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/Input/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/tar-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/NonSeekableStream/cdesc-NonSeekableStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Output/cdesc-Output.yaml +23 -0
- data/doc/ri/Archive/Tar/Minitar/Output/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/tar-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/EntryStream/cdesc-EntryStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/InvalidEntryStream/cdesc-InvalidEntryStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/cdesc-Reader.yaml +27 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/close-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/each-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/each_entry-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/rewind-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/UnexpectedEOF/cdesc-UnexpectedEOF.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/FileOverflow/cdesc-FileOverflow.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/cdesc-BoundedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/RestrictedStream/cdesc-RestrictedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/add_file-i.yaml +34 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/add_file_simple-i.yaml +33 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/cdesc-Writer.yaml +31 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/flush-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/mkdir-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/split_name-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/cdesc-Minitar.yaml +68 -0
- data/doc/ri/Archive/Tar/Minitar/dir%3f-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/pack-c.yaml +14 -0
- data/doc/ri/Archive/Tar/Minitar/pack_file-c.yaml +75 -0
- data/doc/ri/Archive/Tar/Minitar/unpack-c.yaml +12 -0
- data/doc/ri/Archive/Tar/PosixHeader/cdesc-PosixHeader.yaml +53 -0
- data/doc/ri/Archive/Tar/cdesc-Tar.yaml +15 -0
- data/doc/ri/Archive/cdesc-Archive.yaml +16 -0
- data/doc/ri/Array/cdesc-Array.yaml +17 -0
- data/doc/ri/As/cdesc-As.yaml +19 -0
- data/doc/ri/Association/%3c%3d%3e-i.yaml +10 -0
- data/doc/ri/Association/%5b%5d-c.yaml +10 -0
- data/doc/ri/Association/Kernel/%3e%3e-i.yaml +12 -0
- data/doc/ri/Association/Kernel/associations-i.yaml +10 -0
- data/doc/ri/Association/Kernel/cdesc-Kernel.yaml +20 -0
- data/doc/ri/Association/cdesc-Association.yaml +67 -0
- data/doc/ri/Association/inspect-i.yaml +10 -0
- data/doc/ri/Association/invert%21-i.yaml +10 -0
- data/doc/ri/Association/new-c.yaml +10 -0
- data/doc/ri/Association/to_ary-i.yaml +10 -0
- data/doc/ri/Association/to_s-i.yaml +10 -0
- data/doc/ri/Autoarray/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Autoarray/%5b%5d-i.yaml +10 -0
- data/doc/ri/Autoarray/cdesc-Autoarray.yaml +26 -0
- data/doc/ri/Autoarray/new-c.yaml +10 -0
- data/doc/ri/BBCode/ansi-c.yaml +12 -0
- data/doc/ri/BBCode/ansi_to_bbcode-c.yaml +12 -0
- data/doc/ri/BBCode/ansi_to_html-c.yaml +12 -0
- data/doc/ri/BBCode/bbcode_to_ansi-c.yaml +12 -0
- data/doc/ri/BBCode/bbcode_to_html-c.yaml +12 -0
- data/doc/ri/BBCode/cdesc-BBCode.yaml +59 -0
- data/doc/ri/BBCode/html_to_ansi-c.yaml +12 -0
- data/doc/ri/BBCode/html_to_bbcode-c.yaml +12 -0
- data/doc/ri/BBCode/strip_bbcode-c.yaml +12 -0
- data/doc/ri/BaseX/cdesc-BaseX.yaml +27 -0
- data/doc/ri/BaseX/convert_base-i.yaml +10 -0
- data/doc/ri/BaseX/decode-i.yaml +10 -0
- data/doc/ri/BaseX/encode-i.yaml +10 -0
- data/doc/ri/BaseX/new-c.yaml +10 -0
- data/doc/ri/BasicObject/__self__-i.yaml +12 -0
- data/doc/ri/BasicObject/cdesc-BasicObject.yaml +53 -0
- data/doc/ri/BasicObject/hide-c.yaml +12 -0
- data/doc/ri/BasicObject/object_self-i.yaml +13 -0
- data/doc/ri/BiCrypt/block_size-i.yaml +10 -0
- data/doc/ri/BiCrypt/carefully_open_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/cdesc-BiCrypt.yaml +53 -0
- data/doc/ri/BiCrypt/decrypt_block-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_pair-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_stream-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_string-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_block-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_pair-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_stream-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_string-i.yaml +10 -0
- data/doc/ri/BiCrypt/f-i.yaml +10 -0
- data/doc/ri/BiCrypt/generate_initialization_vector-i.yaml +12 -0
- data/doc/ri/BiCrypt/new-c.yaml +10 -0
- data/doc/ri/BiCrypt/precalculate_S_table-i.yaml +10 -0
- data/doc/ri/BigDuration/cdesc-BigDuration.yaml +41 -0
- data/doc/ri/BigDuration/each-i.yaml +12 -0
- data/doc/ri/BigDuration/months%3d-i.yaml +12 -0
- data/doc/ri/BigDuration/new-c.yaml +12 -0
- data/doc/ri/BigDuration/seconds-i.yaml +12 -0
- data/doc/ri/BigDuration/strftime-i.yaml +16 -0
- data/doc/ri/BigDuration/years%3d-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/big%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/big_endian%3f-i.yaml +13 -0
- data/doc/ri/BinReadable/ByteOrder/byte_order-i.yaml +13 -0
- data/doc/ri/BinReadable/ByteOrder/byteorder-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/cdesc-ByteOrder.yaml +39 -0
- data/doc/ri/BinReadable/ByteOrder/little%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/little_endian%3f-i.yaml +11 -0
- data/doc/ri/BinReadable/ByteOrder/network%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/byte_order%3d-i.yaml +11 -0
- data/doc/ri/BinReadable/byte_order-i.yaml +13 -0
- data/doc/ri/BinReadable/byteorder%3d-i.yaml +12 -0
- data/doc/ri/BinReadable/byteorder-i.yaml +12 -0
- data/doc/ri/BinReadable/cdesc-BinReadable.yaml +65 -0
- data/doc/ri/BinReadable/read_cstring-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_int32_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int32_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int32_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_int8-i.yaml +10 -0
- data/doc/ri/BinReadable/read_uint8-i.yaml +12 -0
- data/doc/ri/BinReadable/read_word16_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word16_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word16_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_word32_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word32_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word32_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_word8-i.yaml +13 -0
- data/doc/ri/BinReadable/readn-i.yaml +12 -0
- data/doc/ri/BinReadable/ru-i.yaml +12 -0
- data/doc/ri/BinReadable/ru_swap-i.yaml +12 -0
- data/doc/ri/Binding/%5b%5d%3d-i.yaml +14 -0
- data/doc/ri/Binding/%5b%5d-i.yaml +14 -0
- data/doc/ri/Binding/__DIR__-i.yaml +12 -0
- data/doc/ri/Binding/__FILE__-i.yaml +12 -0
- data/doc/ri/Binding/__LINE__-i.yaml +12 -0
- data/doc/ri/Binding/__callee__-i.yaml +14 -0
- data/doc/ri/Binding/__method__-i.yaml +14 -0
- data/doc/ri/Binding/caller-i.yaml +12 -0
- data/doc/ri/Binding/callstack-i.yaml +12 -0
- data/doc/ri/Binding/cdesc-Binding.yaml +40 -0
- data/doc/ri/Binding/defined%3f-i.yaml +12 -0
- data/doc/ri/Binding/eval-i.yaml +12 -0
- data/doc/ri/Binding/local_variables-i.yaml +14 -0
- data/doc/ri/Binding/self-i.yaml +12 -0
- data/doc/ri/Buildable/cdesc-Buildable.yaml +29 -0
- data/doc/ri/Buildable/included-c.yaml +10 -0
- data/doc/ri/BuildingBlock/%3c%3c-i.yaml +12 -0
- data/doc/ri/BuildingBlock/build%21-i.yaml +11 -0
- data/doc/ri/BuildingBlock/cdesc-BuildingBlock.yaml +57 -0
- data/doc/ri/BuildingBlock/inspect-i.yaml +12 -0
- data/doc/ri/BuildingBlock/method_missing-i.yaml +11 -0
- data/doc/ri/BuildingBlock/new-c.yaml +11 -0
- data/doc/ri/BuildingBlock/to_buffer-i.yaml +12 -0
- data/doc/ri/BuildingBlock/to_s-i.yaml +12 -0
- data/doc/ri/BuildingBlock/to_str-i.yaml +10 -0
- data/doc/ri/CGI/cdesc-CGI.yaml +25 -0
- data/doc/ri/CGI/esc-i.yaml +12 -0
- data/doc/ri/CGI/escformat-i.yaml +12 -0
- data/doc/ri/CGI/marshal_from_cgi-i.yaml +12 -0
- data/doc/ri/CGI/marshal_to_cgi-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/arguments-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/assoc_options-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/cdesc-Arguments.yaml +77 -0
- data/doc/ri/CLI/Arguments/flags-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/format_options-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/multi_flag-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/new-c.yaml +12 -0
- data/doc/ri/CLI/Arguments/operands-i.yaml +13 -0
- data/doc/ri/CLI/Arguments/options-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parameters-c.yaml +10 -0
- data/doc/ri/CLI/Arguments/parameters-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parameters_without_duplicates-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/parse_arity-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse_line-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse_preoptions-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/preflags-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/preoptions-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/subcommand-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/subcommand_with_arguments-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/subcommand_with_parameters-i.yaml +13 -0
- data/doc/ri/CLI/Arguments/subcommand_with_preoptions-i.yaml +11 -0
- data/doc/ri/CLI/Command/UniversalOptions/cdesc-UniversalOptions.yaml +17 -0
- data/doc/ri/CLI/Command/call-i.yaml +12 -0
- data/doc/ri/CLI/Command/cdesc-Command.yaml +50 -0
- data/doc/ri/CLI/Command/command_missing-i.yaml +11 -0
- data/doc/ri/CLI/Command/commands-i.yaml +11 -0
- data/doc/ri/CLI/Command/default-i.yaml +12 -0
- data/doc/ri/CLI/Command/initialize_arguments-i.yaml +11 -0
- data/doc/ri/CLI/Command/initialize_options-i.yaml +11 -0
- data/doc/ri/CLI/Command/new-c.yaml +11 -0
- data/doc/ri/CLI/Command/option_arity-c.yaml +11 -0
- data/doc/ri/CLI/Command/option_missing-i.yaml +11 -0
- data/doc/ri/CLI/Command/start-c.yaml +11 -0
- data/doc/ri/CLI/Command/subcommand-c.yaml +12 -0
- data/doc/ri/CLI/NoCommandError/cdesc-NoCommandError.yaml +16 -0
- data/doc/ri/CLI/NoCommandError/new-c.yaml +10 -0
- data/doc/ri/CLI/NoOptionError/cdesc-NoOptionError.yaml +18 -0
- data/doc/ri/CLI/NoOptionError/new-c.yaml +10 -0
- data/doc/ri/CLI/cdesc-CLI.yaml +15 -0
- data/doc/ri/CacheDecorator/cache-c.yaml +10 -0
- data/doc/ri/CacheDecorator/cdesc-CacheDecorator.yaml +45 -0
- data/doc/ri/CacheDecorator/method_missing-i.yaml +10 -0
- data/doc/ri/CacheDecorator/new-c.yaml +10 -0
- data/doc/ri/CacheDecorator/self-i.yaml +10 -0
- data/doc/ri/CacheDecorator/uncache-c.yaml +10 -0
- data/doc/ri/Capsule/MissingFile/cdesc-MissingFile.yaml +17 -0
- data/doc/ri/Capsule/cdesc-Capsule.yaml +55 -0
- data/doc/ri/Capsule/include-i.yaml +11 -0
- data/doc/ri/Capsule/include_script-i.yaml +10 -0
- data/doc/ri/Capsule/load-c.yaml +12 -0
- data/doc/ri/Capsule/load-i.yaml +16 -0
- data/doc/ri/Capsule/load_in_module-i.yaml +12 -0
- data/doc/ri/Capsule/load_path_lookup-i.yaml +12 -0
- data/doc/ri/Capsule/new-c.yaml +12 -0
- data/doc/ri/Capsule/require-i.yaml +14 -0
- data/doc/ri/Chain/%7e-i.yaml +10 -0
- data/doc/ri/Chain/cdesc-Chain.yaml +36 -0
- data/doc/ri/Chain/end-i.yaml +16 -0
- data/doc/ri/Chain/method_missing-i.yaml +10 -0
- data/doc/ri/Chain/new-c.yaml +10 -0
- data/doc/ri/Class/cdesc-Class.yaml +17 -0
- data/doc/ri/Cloneable/cdesc-Cloneable.yaml +21 -0
- data/doc/ri/Cloneable/initialize_copy-i.yaml +10 -0
- data/doc/ri/Comparable/at_least-i.yaml +14 -0
- data/doc/ri/Comparable/at_most-i.yaml +14 -0
- data/doc/ri/Comparable/bound-i.yaml +15 -0
- data/doc/ri/Comparable/cap-i.yaml +14 -0
- data/doc/ri/Comparable/cdesc-Comparable.yaml +26 -0
- data/doc/ri/Comparable/clip-i.yaml +12 -0
- data/doc/ri/Comparable/cmp-i.yaml +18 -0
- data/doc/ri/Config/cdesc-Config.yaml +18 -0
- data/doc/ri/Config/datadir-c.yaml +16 -0
- data/doc/ri/Config/inspect-c.yaml +10 -0
- data/doc/ri/Console/cdesc-Console.yaml +17 -0
- data/doc/ri/ConsoleUtils/ask-i.yaml +12 -0
- data/doc/ri/ConsoleUtils/cdesc-ConsoleUtils.yaml +27 -0
- data/doc/ri/ConsoleUtils/password-i.yaml +12 -0
- data/doc/ri/ConsoleUtils/print_justified-i.yaml +14 -0
- data/doc/ri/ConsoleUtils/screen_width-i.yaml +14 -0
- data/doc/ri/Continuation/cdesc-Continuation.yaml +16 -0
- data/doc/ri/Continuation/create-c.yaml +10 -0
- data/doc/ri/Coroutine/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Coroutine/%5b%5d-i.yaml +10 -0
- data/doc/ri/Coroutine/cdesc-Coroutine.yaml +42 -0
- data/doc/ri/Coroutine/continue-i.yaml +10 -0
- data/doc/ri/Coroutine/new-c.yaml +10 -0
- data/doc/ri/Coroutine/resume-i.yaml +10 -0
- data/doc/ri/Coroutine/run-i.yaml +10 -0
- data/doc/ri/Coroutine/stop-i.yaml +10 -0
- data/doc/ri/Crypt/cdesc-Crypt.yaml +28 -0
- data/doc/ri/Crypt/check-c.yaml +12 -0
- data/doc/ri/Crypt/crypt-c.yaml +20 -0
- data/doc/ri/Crypt/generate_salt-c.yaml +12 -0
- data/doc/ri/CssFilter/accept_host-i.yaml +11 -0
- data/doc/ri/CssFilter/cdesc-CssFilter.yaml +98 -0
- data/doc/ri/CssFilter/clean_properties-i.yaml +14 -0
- data/doc/ri/CssFilter/clean_value-i.yaml +11 -0
- data/doc/ri/CssFilter/filter-i.yaml +11 -0
- data/doc/ri/CssFilter/new-c.yaml +11 -0
- data/doc/ri/CssFilter/parse-i.yaml +14 -0
- data/doc/ri/CssFilter/remove_blanklines-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_comments-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_nullvalues-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_urls-i.yaml +12 -0
- data/doc/ri/CssFilter/remove_whitespace-i.yaml +11 -0
- data/doc/ri/CssTree/cdesc-CssTree.yaml +19 -0
- data/doc/ri/CssTree/new-c.yaml +10 -0
- data/doc/ri/CssTree/to_css-i.yaml +12 -0
- data/doc/ri/Date/cdesc-Date.yaml +28 -0
- data/doc/ri/Date/days_in_month-i.yaml +14 -0
- data/doc/ri/Date/days_of_month-i.yaml +10 -0
- data/doc/ri/Date/month_name-i.yaml +14 -0
- data/doc/ri/Date/stamp-i.yaml +13 -0
- data/doc/ri/Date/to_date-i.yaml +12 -0
- data/doc/ri/Date/to_s-i.yaml +12 -0
- data/doc/ri/Date/to_time-i.yaml +12 -0
- data/doc/ri/Dictionary/%3c%3c-i.yaml +10 -0
- data/doc/ri/Dictionary/%3d%3d-i.yaml +16 -0
- data/doc/ri/Dictionary/%5b%5d%3d-i.yaml +18 -0
- data/doc/ri/Dictionary/%5b%5d-c.yaml +10 -0
- data/doc/ri/Dictionary/%5b%5d-i.yaml +10 -0
- data/doc/ri/Dictionary/alpha-c.yaml +18 -0
- data/doc/ri/Dictionary/auto-c.yaml +14 -0
- data/doc/ri/Dictionary/cdesc-Dictionary.yaml +150 -0
- data/doc/ri/Dictionary/clear-i.yaml +10 -0
- data/doc/ri/Dictionary/delete-i.yaml +10 -0
- data/doc/ri/Dictionary/delete_if-i.yaml +10 -0
- data/doc/ri/Dictionary/dup-i.yaml +10 -0
- data/doc/ri/Dictionary/each-i.yaml +11 -0
- data/doc/ri/Dictionary/each_key-i.yaml +10 -0
- data/doc/ri/Dictionary/each_pair-i.yaml +12 -0
- data/doc/ri/Dictionary/each_value-i.yaml +10 -0
- data/doc/ri/Dictionary/empty%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/fetch-i.yaml +10 -0
- data/doc/ri/Dictionary/first-i.yaml +11 -0
- data/doc/ri/Dictionary/has_key%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/insert-i.yaml +10 -0
- data/doc/ri/Dictionary/inspect-i.yaml +10 -0
- data/doc/ri/Dictionary/invert-i.yaml +10 -0
- data/doc/ri/Dictionary/key%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/keys-i.yaml +10 -0
- data/doc/ri/Dictionary/last-i.yaml +11 -0
- data/doc/ri/Dictionary/length-i.yaml +11 -0
- data/doc/ri/Dictionary/merge%21-i.yaml +12 -0
- data/doc/ri/Dictionary/merge-i.yaml +10 -0
- data/doc/ri/Dictionary/new-c.yaml +12 -0
- data/doc/ri/Dictionary/new_by-c.yaml +12 -0
- data/doc/ri/Dictionary/order-i.yaml +10 -0
- data/doc/ri/Dictionary/order_by-i.yaml +12 -0
- data/doc/ri/Dictionary/order_by_key-i.yaml +20 -0
- data/doc/ri/Dictionary/order_by_value-i.yaml +18 -0
- data/doc/ri/Dictionary/pop-i.yaml +10 -0
- data/doc/ri/Dictionary/push-i.yaml +10 -0
- data/doc/ri/Dictionary/reject%21-i.yaml +10 -0
- data/doc/ri/Dictionary/reject-i.yaml +10 -0
- data/doc/ri/Dictionary/reorder-i.yaml +11 -0
- data/doc/ri/Dictionary/replace-i.yaml +10 -0
- data/doc/ri/Dictionary/reverse%21-i.yaml +10 -0
- data/doc/ri/Dictionary/reverse-i.yaml +10 -0
- data/doc/ri/Dictionary/select-i.yaml +10 -0
- data/doc/ri/Dictionary/shift-i.yaml +10 -0
- data/doc/ri/Dictionary/size-i.yaml +12 -0
- data/doc/ri/Dictionary/store-i.yaml +10 -0
- data/doc/ri/Dictionary/to_a-i.yaml +10 -0
- data/doc/ri/Dictionary/to_h-i.yaml +10 -0
- data/doc/ri/Dictionary/to_hash-i.yaml +10 -0
- data/doc/ri/Dictionary/to_s-i.yaml +10 -0
- data/doc/ri/Dictionary/unshift-i.yaml +10 -0
- data/doc/ri/Dictionary/update-i.yaml +11 -0
- data/doc/ri/Dictionary/values-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/%3c%3c-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/%3d%7e-i.yaml +13 -0
- data/doc/ri/DictionaryMatcher/MatchData/cdesc-MatchData.yaml +18 -0
- data/doc/ri/DictionaryMatcher/MatchData/inspect-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/add-i.yaml +13 -0
- data/doc/ri/DictionaryMatcher/cdesc-DictionaryMatcher.yaml +38 -0
- data/doc/ri/DictionaryMatcher/compute_failure_function-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/include%3f-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/inspect-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/internal_match-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/match-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/new-c.yaml +12 -0
- data/doc/ri/DictionaryMatcher/scan-i.yaml +12 -0
- data/doc/ri/Dir/ascend-c.yaml +18 -0
- data/doc/ri/Dir/cdesc-Dir.yaml +28 -0
- data/doc/ri/Dir/descend-c.yaml +18 -0
- data/doc/ri/Dir/ls_r-c.yaml +12 -0
- data/doc/ri/Dir/multiglob-c.yaml +30 -0
- data/doc/ri/Dir/multiglob_r-c.yaml +22 -0
- data/doc/ri/Dir/parent%3f-c.yaml +14 -0
- data/doc/ri/Dir/recurse-c.yaml +14 -0
- data/doc/ri/Downloader/Checksum/cdesc-Checksum.yaml +17 -0
- data/doc/ri/Downloader/Mirror/cdesc-Mirror.yaml +15 -0
- data/doc/ri/Downloader/add_mirror-i.yaml +10 -0
- data/doc/ri/Downloader/add_mirrors-i.yaml +10 -0
- data/doc/ri/Downloader/cdesc-Downloader.yaml +49 -0
- data/doc/ri/Downloader/compute_checksum-i.yaml +12 -0
- data/doc/ri/Downloader/download-i.yaml +14 -0
- data/doc/ri/Downloader/extract-i.yaml +12 -0
- data/doc/ri/Downloader/fetch-i.yaml +12 -0
- data/doc/ri/Downloader/interface%3d-i.yaml +10 -0
- data/doc/ri/Downloader/interface-i.yaml +12 -0
- data/doc/ri/Downloader/mirrors-i.yaml +10 -0
- data/doc/ri/Downloader/monitored_download-i.yaml +12 -0
- data/doc/ri/Downloader/new-c.yaml +10 -0
- data/doc/ri/Downloader/prioritize_urls-i.yaml +12 -0
- data/doc/ri/Duration/%2a-i.yaml +16 -0
- data/doc/ri/Duration/%2b-i.yaml +16 -0
- data/doc/ri/Duration/%2d-i.yaml +16 -0
- data/doc/ri/Duration/%2f-i.yaml +16 -0
- data/doc/ri/Duration/%3c%3d%3e-i.yaml +16 -0
- data/doc/ri/Duration/cdesc-Duration.yaml +93 -0
- data/doc/ri/Duration/days%3d-i.yaml +16 -0
- data/doc/ri/Duration/each-i.yaml +20 -0
- data/doc/ri/Duration/hours%3d-i.yaml +16 -0
- data/doc/ri/Duration/inspect-i.yaml +16 -0
- data/doc/ri/Duration/minutes%3d-i.yaml +16 -0
- data/doc/ri/Duration/new-c.yaml +16 -0
- data/doc/ri/Duration/seconds%3d-i.yaml +16 -0
- data/doc/ri/Duration/seconds-i.yaml +16 -0
- data/doc/ri/Duration/strftime-i.yaml +20 -0
- data/doc/ri/Duration/to_s-i.yaml +16 -0
- data/doc/ri/Duration/weeks%3d-i.yaml +16 -0
- data/doc/ri/Enumerable/Elementor/cdesc-Elementor.yaml +26 -0
- data/doc/ri/Enumerable/Elementor/instance_delegate-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/instance_operator-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/method_missing-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/new-c.yaml +10 -0
- data/doc/ri/Enumerable/Enumerator/cdesc-Enumerator.yaml +16 -0
- data/doc/ri/Enumerable/Enumerator/to_elem-i.yaml +12 -0
- data/doc/ri/Enumerable/accumulate-i.yaml +18 -0
- data/doc/ri/Enumerable/cdesc-Enumerable.yaml +94 -0
- data/doc/ri/Enumerable/cluster_by-i.yaml +18 -0
- data/doc/ri/Enumerable/collect_with_index-i.yaml +15 -0
- data/doc/ri/Enumerable/commonality-i.yaml +14 -0
- data/doc/ri/Enumerable/compact_collect-i.yaml +12 -0
- data/doc/ri/Enumerable/compact_map-i.yaml +23 -0
- data/doc/ri/Enumerable/count-i.yaml +18 -0
- data/doc/ri/Enumerable/divide-i.yaml +14 -0
- data/doc/ri/Enumerable/duplicates-i.yaml +12 -0
- data/doc/ri/Enumerable/each_by-i.yaml +18 -0
- data/doc/ri/Enumerable/elements%21-i.yaml +12 -0
- data/doc/ri/Enumerable/elements-i.yaml +12 -0
- data/doc/ri/Enumerable/elementwise-i.yaml +15 -0
- data/doc/ri/Enumerable/entropy-i.yaml +14 -0
- data/doc/ri/Enumerable/every%21-i.yaml +13 -0
- data/doc/ri/Enumerable/every-i.yaml +15 -0
- data/doc/ri/Enumerable/ewise-i.yaml +12 -0
- data/doc/ri/Enumerable/frequency-i.yaml +14 -0
- data/doc/ri/Enumerable/graph-i.yaml +12 -0
- data/doc/ri/Enumerable/group_by-i.yaml +14 -0
- data/doc/ri/Enumerable/ideal_entropy-i.yaml +14 -0
- data/doc/ri/Enumerable/inject%21-i.yaml +20 -0
- data/doc/ri/Enumerable/map_send-i.yaml +14 -0
- data/doc/ri/Enumerable/map_with_index-i.yaml +12 -0
- data/doc/ri/Enumerable/mash-i.yaml +19 -0
- data/doc/ri/Enumerable/mode-i.yaml +14 -0
- data/doc/ri/Enumerable/modulate-i.yaml +18 -0
- data/doc/ri/Enumerable/none%3f-i.yaml +16 -0
- data/doc/ri/Enumerable/nonuniq-i.yaml +15 -0
- data/doc/ri/Enumerable/occur-i.yaml +14 -0
- data/doc/ri/Enumerable/one%3f-i.yaml +16 -0
- data/doc/ri/Enumerable/per-i.yaml +10 -0
- data/doc/ri/Enumerable/probability-i.yaml +14 -0
- data/doc/ri/Enumerable/split-i.yaml +16 -0
- data/doc/ri/Enumerable/sum-i.yaml +14 -0
- data/doc/ri/Enumerable/threaded_map-i.yaml +14 -0
- data/doc/ri/Enumerable/threaded_map_send-i.yaml +14 -0
- data/doc/ri/Enumerable/to_elem-i.yaml +12 -0
- data/doc/ri/Enumerable/to_h-i.yaml +14 -0
- data/doc/ri/Enumerable/uniq_by-i.yaml +18 -0
- data/doc/ri/EnumerablePass/cdesc-EnumerablePass.yaml +28 -0
- data/doc/ri/EnumerablePass/detect-i.yaml +12 -0
- data/doc/ri/EnumerablePass/find-i.yaml +15 -0
- data/doc/ri/EnumerablePass/wrap_enumerable_method-c.yaml +10 -0
- data/doc/ri/Equatable/%3d%3d-i.yaml +10 -0
- data/doc/ri/Equatable/cdesc-Equatable.yaml +34 -0
- data/doc/ri/Equatable/eql%3f-i.yaml +10 -0
- data/doc/ri/Equatable/hash-i.yaml +10 -0
- data/doc/ri/Equatable/identify-c.yaml +10 -0
- data/doc/ri/EventHook/call-i.yaml +10 -0
- data/doc/ri/EventHook/cdesc-EventHook.yaml +31 -0
- data/doc/ri/EventHook/new-c.yaml +10 -0
- data/doc/ri/Exception/cdesc-Exception.yaml +17 -0
- data/doc/ri/Exception/detail-i.yaml +18 -0
- data/doc/ri/Exception/suppress-c.yaml +14 -0
- data/doc/ri/Expirable/cdesc-Expirable.yaml +30 -0
- data/doc/ri/Expirable/expired%3f-i.yaml +12 -0
- data/doc/ri/Expirable/expires_after-i.yaml +12 -0
- data/doc/ri/Expirable/expires_spread-i.yaml +12 -0
- data/doc/ri/Expirable/touch%21-i.yaml +12 -0
- data/doc/ri/FalseClass/cdesc-FalseClass.yaml +15 -0
- data/doc/ri/File/append-c.yaml +14 -0
- data/doc/ri/File/cdesc-File.yaml +38 -0
- data/doc/ri/File/create-c.yaml +14 -0
- data/doc/ri/File/null-c.yaml +14 -0
- data/doc/ri/File/read_binary-c.yaml +14 -0
- data/doc/ri/File/read_list-c.yaml +14 -0
- data/doc/ri/File/rewrite%21-c.yaml +14 -0
- data/doc/ri/File/rewrite-c.yaml +24 -0
- data/doc/ri/File/rootname-c.yaml +14 -0
- data/doc/ri/File/sanitize-c.yaml +14 -0
- data/doc/ri/File/write-c.yaml +16 -0
- data/doc/ri/File/writelines-c.yaml +18 -0
- data/doc/ri/File/yaml%3f-c.yaml +14 -0
- data/doc/ri/FileList/%2a-i.yaml +12 -0
- data/doc/ri/FileList/%3d%3d-i.yaml +12 -0
- data/doc/ri/FileList/%5b%5d-c.yaml +14 -0
- data/doc/ri/FileList/add-i.yaml +12 -0
- data/doc/ri/FileList/add_matching-i.yaml +12 -0
- data/doc/ri/FileList/calculate_exclude_regexp-i.yaml +10 -0
- data/doc/ri/FileList/cdesc-FileList.yaml +111 -0
- data/doc/ri/FileList/clear_exclude-i.yaml +12 -0
- data/doc/ri/FileList/clear_ignore_patterns-c.yaml +12 -0
- data/doc/ri/FileList/clone-i.yaml +13 -0
- data/doc/ri/FileList/dup-i.yaml +12 -0
- data/doc/ri/FileList/egrep-i.yaml +12 -0
- data/doc/ri/FileList/exclude%3f-i.yaml +12 -0
- data/doc/ri/FileList/exclude-i.yaml +26 -0
- data/doc/ri/FileList/ext-i.yaml +18 -0
- data/doc/ri/FileList/gsub%21-i.yaml +12 -0
- data/doc/ri/FileList/gsub-i.yaml +16 -0
- data/doc/ri/FileList/import-i.yaml +10 -0
- data/doc/ri/FileList/include-i.yaml +17 -0
- data/doc/ri/FileList/new-c.yaml +16 -0
- data/doc/ri/FileList/resolve-i.yaml +12 -0
- data/doc/ri/FileList/resolve_add-i.yaml +10 -0
- data/doc/ri/FileList/resolve_exclude-i.yaml +10 -0
- data/doc/ri/FileList/select_default_ignore_patterns-c.yaml +35 -0
- data/doc/ri/FileList/sub%21-i.yaml +12 -0
- data/doc/ri/FileList/sub-i.yaml +16 -0
- data/doc/ri/FileList/to_a-i.yaml +12 -0
- data/doc/ri/FileList/to_ary-i.yaml +12 -0
- data/doc/ri/FileList/to_s-i.yaml +12 -0
- data/doc/ri/FileShell/%5b%5d-i.yaml +12 -0
- data/doc/ri/FileShell/cd-i.yaml +15 -0
- data/doc/ri/FileShell/cdesc-FileShell.yaml +83 -0
- data/doc/ri/FileShell/chdir-i.yaml +12 -0
- data/doc/ri/FileShell/chmod-i.yaml +12 -0
- data/doc/ri/FileShell/chmod_R-i.yaml +12 -0
- data/doc/ri/FileShell/chown-i.yaml +12 -0
- data/doc/ri/FileShell/chown_R-i.yaml +12 -0
- data/doc/ri/FileShell/cp-i.yaml +12 -0
- data/doc/ri/FileShell/cp_r-i.yaml +12 -0
- data/doc/ri/FileShell/dryrun%3f-i.yaml +10 -0
- data/doc/ri/FileShell/fu-i.yaml +11 -0
- data/doc/ri/FileShell/install-i.yaml +12 -0
- data/doc/ri/FileShell/ln-i.yaml +12 -0
- data/doc/ri/FileShell/ln_s-i.yaml +12 -0
- data/doc/ri/FileShell/ln_sf-i.yaml +12 -0
- data/doc/ri/FileShell/ls-i.yaml +12 -0
- data/doc/ri/FileShell/mkdir-i.yaml +12 -0
- data/doc/ri/FileShell/mkdir_p-i.yaml +12 -0
- data/doc/ri/FileShell/move-i.yaml +12 -0
- data/doc/ri/FileShell/mv-i.yaml +13 -0
- data/doc/ri/FileShell/new-c.yaml +10 -0
- data/doc/ri/FileShell/pwd-i.yaml +12 -0
- data/doc/ri/FileShell/quiet%3f-i.yaml +10 -0
- data/doc/ri/FileShell/rm-i.yaml +12 -0
- data/doc/ri/FileShell/rm_r-i.yaml +12 -0
- data/doc/ri/FileShell/rm_rf-i.yaml +12 -0
- data/doc/ri/FileShell/rmdir-i.yaml +12 -0
- data/doc/ri/FileShell/root%3f-i.yaml +12 -0
- data/doc/ri/FileShell/touch-i.yaml +12 -0
- data/doc/ri/FileShell/verbose%3f-i.yaml +10 -0
- data/doc/ri/FileTest/cdesc-FileTest.yaml +16 -0
- data/doc/ri/FileTest/root%3f-i.yaml +14 -0
- data/doc/ri/FileUtils/cdesc-FileUtils.yaml +39 -0
- data/doc/ri/FileUtils/head-i.yaml +14 -0
- data/doc/ri/FileUtils/safe_ln-i.yaml +14 -0
- data/doc/ri/FileUtils/slice-i.yaml +16 -0
- data/doc/ri/FileUtils/tail-i.yaml +16 -0
- data/doc/ri/FileUtils/wc-i.yaml +18 -0
- data/doc/ri/FileUtils/whereis-i.yaml +10 -0
- data/doc/ri/FileUtils/which-i.yaml +16 -0
- data/doc/ri/Fileable/DSL/cdesc-DSL.yaml +31 -0
- data/doc/ri/Fileable/DSL/file-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/filename-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/included-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/load-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/load_cache-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/locate-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/lookup-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/open-i.yaml +12 -0
- data/doc/ri/Fileable/cdesc-Fileable.yaml +30 -0
- data/doc/ri/Fileable/included-c.yaml +12 -0
- data/doc/ri/Fileable/new-c.yaml +12 -0
- data/doc/ri/Fileable/read-i.yaml +12 -0
- data/doc/ri/Float/cdesc-Float.yaml +17 -0
- data/doc/ri/Friend/cdesc-Friend.yaml +27 -0
- data/doc/ri/Friend/new-c.yaml +10 -0
- data/doc/ri/Functor/cdesc-Functor.yaml +23 -0
- data/doc/ri/Functor/method_missing-i.yaml +12 -0
- data/doc/ri/Functor/new-c.yaml +10 -0
- data/doc/ri/Functor/to_proc-i.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/cdesc-DSL.yaml +30 -0
- data/doc/ri/GetoptLong/DSL/flag-i.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/new-c.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/optional-i.yaml +11 -0
- data/doc/ri/GetoptLong/DSL/opts-i.yaml +12 -0
- data/doc/ri/GetoptLong/DSL/reqs-i.yaml +12 -0
- data/doc/ri/GetoptLong/DSL/required-i.yaml +11 -0
- data/doc/ri/GetoptLong/cdesc-GetoptLong.yaml +16 -0
- data/doc/ri/GetoptLong/new-c.yaml +10 -0
- data/doc/ri/Hash/cdesc-Hash.yaml +15 -0
- data/doc/ri/Hash2Xml/cdesc-Hash2Xml.yaml +21 -0
- data/doc/ri/Hash2Xml/convert-i.yaml +10 -0
- data/doc/ri/Hash2Xml/convert_body-i.yaml +11 -0
- data/doc/ri/Hash2Xml/convert_tag-i.yaml +11 -0
- data/doc/ri/HtmlFilter/balance_html-i.yaml +11 -0
- data/doc/ri/HtmlFilter/cdesc-HtmlFilter.yaml +149 -0
- data/doc/ri/HtmlFilter/check_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/check_tags-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_dec_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_entities-i.yaml +12 -0
- data/doc/ri/HtmlFilter/decode_hex_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_num_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/escape_comments-i.yaml +11 -0
- data/doc/ri/HtmlFilter/escape_special_chars-i.yaml +12 -0
- data/doc/ri/HtmlFilter/filter-i.yaml +12 -0
- data/doc/ri/HtmlFilter/fix_case-i.yaml +11 -0
- data/doc/ri/HtmlFilter/fix_case_inner-i.yaml +11 -0
- data/doc/ri/HtmlFilter/is_valid_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/new-c.yaml +12 -0
- data/doc/ri/HtmlFilter/process_param_protocol-i.yaml +11 -0
- data/doc/ri/HtmlFilter/process_remove_blanks-i.yaml +11 -0
- data/doc/ri/HtmlFilter/process_tag-i.yaml +11 -0
- data/doc/ri/HtmlFilter/strip_single-i.yaml +11 -0
- data/doc/ri/HtmlFilter/validate_entities-i.yaml +11 -0
- data/doc/ri/IORedirect/cdesc-IORedirect.yaml +28 -0
- data/doc/ri/IORedirect/new-c.yaml +12 -0
- data/doc/ri/IORedirect/redirect-c.yaml +12 -0
- data/doc/ri/IORedirect/start-i.yaml +12 -0
- data/doc/ri/IORedirect/stop-i.yaml +12 -0
- data/doc/ri/Indexable/body-i.yaml +14 -0
- data/doc/ri/Indexable/cdesc-Indexable.yaml +55 -0
- data/doc/ri/Indexable/ends-i.yaml +16 -0
- data/doc/ri/Indexable/first%21-i.yaml +14 -0
- data/doc/ri/Indexable/first%3d-i.yaml +14 -0
- data/doc/ri/Indexable/first-i.yaml +14 -0
- data/doc/ri/Indexable/foot-i.yaml +14 -0
- data/doc/ri/Indexable/head-i.yaml +14 -0
- data/doc/ri/Indexable/index_of-i.yaml +16 -0
- data/doc/ri/Indexable/last%21-i.yaml +14 -0
- data/doc/ri/Indexable/last%3d-i.yaml +14 -0
- data/doc/ri/Indexable/last-i.yaml +14 -0
- data/doc/ri/Indexable/mid-i.yaml +16 -0
- data/doc/ri/Indexable/middle-i.yaml +16 -0
- data/doc/ri/Indexable/pos-i.yaml +14 -0
- data/doc/ri/Indexable/range-i.yaml +14 -0
- data/doc/ri/Indexable/tail-i.yaml +14 -0
- data/doc/ri/Indexable/thru-i.yaml +14 -0
- data/doc/ri/InfinityClass/%2b%40-i.yaml +12 -0
- data/doc/ri/InfinityClass/%2d%40-i.yaml +12 -0
- data/doc/ri/InfinityClass/%3c%3d%3e-i.yaml +12 -0
- data/doc/ri/InfinityClass/%3d%3d-i.yaml +12 -0
- data/doc/ri/InfinityClass/Numeric/cdesc-Numeric.yaml +27 -0
- data/doc/ri/InfinityClass/Numeric/finite%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/inf%3f-i.yaml +12 -0
- data/doc/ri/InfinityClass/Numeric/infinite%3f-i.yaml +11 -0
- data/doc/ri/InfinityClass/Numeric/nan%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/neginf%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/posinf%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/cdesc-InfinityClass.yaml +75 -0
- data/doc/ri/InfinityClass/coerce-i.yaml +12 -0
- data/doc/ri/InfinityClass/new-c.yaml +10 -0
- data/doc/ri/InfinityClass/times-i.yaml +12 -0
- data/doc/ri/InfinityClass/to_f-i.yaml +12 -0
- data/doc/ri/InfinityClass/to_s-i.yaml +11 -0
- data/doc/ri/Ini/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/Ini/%5b%5d-i.yaml +12 -0
- data/doc/ri/Ini/cdesc-Ini.yaml +51 -0
- data/doc/ri/Ini/new-c.yaml +16 -0
- data/doc/ri/Ini/read_comment_from_file-c.yaml +16 -0
- data/doc/ri/Ini/read_from_file-c.yaml +16 -0
- data/doc/ri/Ini/restore-i.yaml +12 -0
- data/doc/ri/Ini/to_s-c.yaml +16 -0
- data/doc/ri/Ini/update-i.yaml +12 -0
- data/doc/ri/Ini/write_to_file-c.yaml +16 -0
- data/doc/ri/InstanceVariables/%3c%3c-i.yaml +10 -0
- data/doc/ri/InstanceVariables/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/InstanceVariables/%5b%5d-i.yaml +10 -0
- data/doc/ri/InstanceVariables/atize-i.yaml +10 -0
- data/doc/ri/InstanceVariables/cdesc-InstanceVariables.yaml +38 -0
- data/doc/ri/InstanceVariables/each-i.yaml +10 -0
- data/doc/ri/InstanceVariables/instance_delegate-i.yaml +10 -0
- data/doc/ri/InstanceVariables/keys-i.yaml +10 -0
- data/doc/ri/InstanceVariables/names-i.yaml +10 -0
- data/doc/ri/InstanceVariables/new-c.yaml +10 -0
- data/doc/ri/InstanceVariables/to_hash-i.yaml +10 -0
- data/doc/ri/InstanceVariables/update-i.yaml +10 -0
- data/doc/ri/InstanceVariables/values-i.yaml +10 -0
- data/doc/ri/Instantiable/append_features-c.yaml +10 -0
- data/doc/ri/Instantiable/cdesc-Instantiable.yaml +24 -0
- data/doc/ri/Instantiable/new-i.yaml +12 -0
- data/doc/ri/Instantise/append_features-c.yaml +10 -0
- data/doc/ri/Instantise/cdesc-Instantise.yaml +29 -0
- data/doc/ri/Instantise/singleton_method_added-i.yaml +10 -0
- data/doc/ri/Integer/cdesc-Integer.yaml +15 -0
- data/doc/ri/Interval/%2b%40-i.yaml +12 -0
- data/doc/ri/Interval/%2d%40-i.yaml +10 -0
- data/doc/ri/Interval/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/Interval/%5b%5d-c.yaml +10 -0
- data/doc/ri/Interval/%7e-i.yaml +10 -0
- data/doc/ri/Interval/begin-i.yaml +12 -0
- data/doc/ri/Interval/cdesc-Interval.yaml +97 -0
- data/doc/ri/Interval/closed-i.yaml +12 -0
- data/doc/ri/Interval/degenerate%3f-i.yaml +12 -0
- data/doc/ri/Interval/direction-i.yaml +14 -0
- data/doc/ri/Interval/distance-i.yaml +15 -0
- data/doc/ri/Interval/each-i.yaml +15 -0
- data/doc/ri/Interval/end-i.yaml +12 -0
- data/doc/ri/Interval/eql%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_begin%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_end%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_first%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_last%3f-i.yaml +11 -0
- data/doc/ri/Interval/first-i.yaml +13 -0
- data/doc/ri/Interval/first_closed-i.yaml +12 -0
- data/doc/ri/Interval/first_opened-i.yaml +10 -0
- data/doc/ri/Interval/half_closed-i.yaml +12 -0
- data/doc/ri/Interval/include%3f-i.yaml +15 -0
- data/doc/ri/Interval/last-i.yaml +11 -0
- data/doc/ri/Interval/last_closed-i.yaml +10 -0
- data/doc/ri/Interval/last_opened-i.yaml +10 -0
- data/doc/ri/Interval/length-i.yaml +12 -0
- data/doc/ri/Interval/max-i.yaml +12 -0
- data/doc/ri/Interval/member%3f-i.yaml +12 -0
- data/doc/ri/Interval/min-i.yaml +12 -0
- data/doc/ri/Interval/new-c.yaml +10 -0
- data/doc/ri/Interval/null%3f-i.yaml +12 -0
- data/doc/ri/Interval/opened-i.yaml +12 -0
- data/doc/ri/Interval/reversed-i.yaml +14 -0
- data/doc/ri/Interval/sentinels-i.yaml +14 -0
- data/doc/ri/Interval/size-i.yaml +12 -0
- data/doc/ri/Interval/step-i.yaml +12 -0
- data/doc/ri/It/cdesc-It.yaml +39 -0
- data/doc/ri/It/first%3f-i.yaml +10 -0
- data/doc/ri/It/last%3f-i.yaml +10 -0
- data/doc/ri/It/new-c.yaml +10 -0
- data/doc/ri/It/next_iteration-i.yaml +10 -0
- data/doc/ri/Kernel/cdesc-Kernel.yaml +16 -0
- data/doc/ri/LRUCache/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/LRUCache/%5b%5d-i.yaml +12 -0
- data/doc/ri/LRUCache/Item/cdesc-Item.yaml +28 -0
- data/doc/ri/LRUCache/Sentinel/cdesc-Sentinel.yaml +18 -0
- data/doc/ri/LRUCache/cdesc-LRUCache.yaml +65 -0
- data/doc/ri/LRUCache/clear-i.yaml +12 -0
- data/doc/ri/LRUCache/delete-i.yaml +12 -0
- data/doc/ri/LRUCache/first-i.yaml +12 -0
- data/doc/ri/LRUCache/last-i.yaml +13 -0
- data/doc/ri/LRUCache/lru-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_append-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_clear-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_delete-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_insert-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_join-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_touch-i.yaml +12 -0
- data/doc/ri/LRUCache/new-c.yaml +10 -0
- data/doc/ri/Lazy/DivergenceError/cdesc-DivergenceError.yaml +17 -0
- data/doc/ri/Lazy/Future/cdesc-Future.yaml +20 -0
- data/doc/ri/Lazy/LazyException/cdesc-LazyException.yaml +19 -0
- data/doc/ri/Lazy/Promise/cdesc-Promise.yaml +25 -0
- data/doc/ri/Lazy/PromiseSafe/cdesc-PromiseSafe.yaml +20 -0
- data/doc/ri/Lazy/cdesc-Lazy.yaml +20 -0
- data/doc/ri/LinkedList/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/LinkedList/%5b%5d-i.yaml +10 -0
- data/doc/ri/LinkedList/Node/cdesc-Node.yaml +33 -0
- data/doc/ri/LinkedList/Node/new-c.yaml +10 -0
- data/doc/ri/LinkedList/cdesc-LinkedList.yaml +57 -0
- data/doc/ri/LinkedList/delete-i.yaml +10 -0
- data/doc/ri/LinkedList/each-i.yaml +10 -0
- data/doc/ri/LinkedList/empty%3f-i.yaml +10 -0
- data/doc/ri/LinkedList/first-i.yaml +10 -0
- data/doc/ri/LinkedList/last-i.yaml +10 -0
- data/doc/ri/LinkedList/length-i.yaml +10 -0
- data/doc/ri/LinkedList/new-c.yaml +10 -0
- data/doc/ri/LinkedList/node_delete-i.yaml +10 -0
- data/doc/ri/LinkedList/node_join-i.yaml +10 -0
- data/doc/ri/LinkedList/node_purge-i.yaml +10 -0
- data/doc/ri/LinkedList/pop-i.yaml +10 -0
- data/doc/ri/LinkedList/push-i.yaml +10 -0
- data/doc/ri/LinkedList/queue-i.yaml +10 -0
- data/doc/ri/LinkedList/shift-i.yaml +10 -0
- data/doc/ri/LinkedList/to_a-i.yaml +10 -0
- data/doc/ri/LinkedList/unshift-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/cdesc-Ansicolor.yaml +36 -0
- data/doc/ri/Logger/Ansicolor/debug-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/debug_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/error-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/error_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/fatal-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/fatal_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/info-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/info_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/warn-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/warn_with_color-i.yaml +10 -0
- data/doc/ri/Logger/LogDevice/ansicolor%3f-i.yaml +10 -0
- data/doc/ri/Logger/LogDevice/cdesc-LogDevice.yaml +19 -0
- data/doc/ri/Logger/ansicolor%3d-i.yaml +10 -0
- data/doc/ri/Logger/cdesc-Logger.yaml +44 -0
- data/doc/ri/Logger/format_procedure-i.yaml +10 -0
- data/doc/ri/Logger/setup_format-i.yaml +21 -0
- data/doc/ri/MatchData/cdesc-MatchData.yaml +20 -0
- data/doc/ri/MatchData/match-i.yaml +14 -0
- data/doc/ri/MatchData/matchset-i.yaml +14 -0
- data/doc/ri/MatchData/matchtree-i.yaml +14 -0
- data/doc/ri/Method/cdesc-Method.yaml +15 -0
- data/doc/ri/MissingArgument/cdesc-MissingArgument.yaml +17 -0
- data/doc/ri/Module/%2a-i.yaml +14 -0
- data/doc/ri/Module/%2b-i.yaml +22 -0
- data/doc/ri/Module/%2d-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/cdesc-CloneExtensions.yaml +20 -0
- data/doc/ri/Module/CloneExtensions/clone_removing-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/clone_renaming-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/clone_using-i.yaml +14 -0
- data/doc/ri/Module/Comparable-i.yaml +18 -0
- data/doc/ri/Module/Equatable-i.yaml +18 -0
- data/doc/ri/Module/abstract-i.yaml +14 -0
- data/doc/ri/Module/alias_accessor%21-i.yaml +17 -0
- data/doc/ri/Module/alias_accessor-i.yaml +14 -0
- data/doc/ri/Module/alias_method_chain-i.yaml +32 -0
- data/doc/ri/Module/alias_module_function-i.yaml +14 -0
- data/doc/ri/Module/alias_reader%21-i.yaml +17 -0
- data/doc/ri/Module/alias_reader%3f-i.yaml +12 -0
- data/doc/ri/Module/alias_reader-i.yaml +12 -0
- data/doc/ri/Module/alias_setter-i.yaml +14 -0
- data/doc/ri/Module/alias_switcher-i.yaml +12 -0
- data/doc/ri/Module/alias_tester-i.yaml +12 -0
- data/doc/ri/Module/alias_toggler-i.yaml +12 -0
- data/doc/ri/Module/alias_validator-i.yaml +12 -0
- data/doc/ri/Module/alias_writer%21-i.yaml +14 -0
- data/doc/ri/Module/alias_writer-i.yaml +12 -0
- data/doc/ri/Module/all_instance_methods-i.yaml +18 -0
- data/doc/ri/Module/ancestor%3f-i.yaml +14 -0
- data/doc/ri/Module/ann%21-i.yaml +12 -0
- data/doc/ri/Module/ann-i.yaml +12 -0
- data/doc/ri/Module/annotations-i.yaml +10 -0
- data/doc/ri/Module/append_features-c.yaml +10 -0
- data/doc/ri/Module/append_features-i.yaml +10 -0
- data/doc/ri/Module/append_features_without_class_extension-i.yaml +12 -0
- data/doc/ri/Module/attr-i.yaml +10 -0
- data/doc/ri/Module/attr_accessor%21-i.yaml +21 -0
- data/doc/ri/Module/attr_reader%21-i.yaml +21 -0
- data/doc/ri/Module/attr_reader%3f-i.yaml +12 -0
- data/doc/ri/Module/attr_setter-i.yaml +18 -0
- data/doc/ri/Module/attr_switcher-i.yaml +12 -0
- data/doc/ri/Module/attr_tester-i.yaml +12 -0
- data/doc/ri/Module/attr_toggler-i.yaml +12 -0
- data/doc/ri/Module/attr_validator-i.yaml +14 -0
- data/doc/ri/Module/attr_writer%21-i.yaml +18 -0
- data/doc/ri/Module/basename-i.yaml +18 -0
- data/doc/ri/Module/cdesc-Module.yaml +191 -0
- data/doc/ri/Module/class_def-i.yaml +14 -0
- data/doc/ri/Module/class_extension-i.yaml +17 -0
- data/doc/ri/Module/class_inherit-i.yaml +12 -0
- data/doc/ri/Module/class_load-i.yaml +12 -0
- data/doc/ri/Module/class_methods-i.yaml +11 -0
- data/doc/ri/Module/class_require-i.yaml +12 -0
- data/doc/ri/Module/classified_attributes-i.yaml +14 -0
- data/doc/ri/Module/conflict%3f-i.yaml +14 -0
- data/doc/ri/Module/define_dependency-i.yaml +11 -0
- data/doc/ri/Module/depend-i.yaml +11 -0
- data/doc/ri/Module/dependencies-i.yaml +12 -0
- data/doc/ri/Module/heritage-i.yaml +10 -0
- data/doc/ri/Module/include_as-i.yaml +14 -0
- data/doc/ri/Module/include_function_module-i.yaml +14 -0
- data/doc/ri/Module/instance_method%21-i.yaml +16 -0
- data/doc/ri/Module/instance_method_defined%3f-i.yaml +14 -0
- data/doc/ri/Module/integrate-i.yaml +20 -0
- data/doc/ri/Module/is%3f-i.yaml +14 -0
- data/doc/ri/Module/is-i.yaml +12 -0
- data/doc/ri/Module/memoize-i.yaml +14 -0
- data/doc/ri/Module/method_overloads-i.yaml +10 -0
- data/doc/ri/Module/method_space-i.yaml +14 -0
- data/doc/ri/Module/mixin_parameters-i.yaml +17 -0
- data/doc/ri/Module/mixin_params-i.yaml +12 -0
- data/doc/ri/Module/modspace-i.yaml +18 -0
- data/doc/ri/Module/module_load-i.yaml +15 -0
- data/doc/ri/Module/module_method_defined%3f-i.yaml +12 -0
- data/doc/ri/Module/module_require-i.yaml +15 -0
- data/doc/ri/Module/nesting-i.yaml +14 -0
- data/doc/ri/Module/overload-i.yaml +14 -0
- data/doc/ri/Module/pathize-i.yaml +16 -0
- data/doc/ri/Module/prepend-i.yaml +14 -0
- data/doc/ri/Module/private_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/protected_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/public_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/redef-i.yaml +12 -0
- data/doc/ri/Module/redefine_method-i.yaml +17 -0
- data/doc/ri/Module/redirect-i.yaml +12 -0
- data/doc/ri/Module/redirect_method-i.yaml +19 -0
- data/doc/ri/Module/rename-i.yaml +12 -0
- data/doc/ri/Module/rename_method-i.yaml +15 -0
- data/doc/ri/Module/revisal-i.yaml +12 -0
- data/doc/ri/Module/revise-i.yaml +15 -0
- data/doc/ri/Module/setting-i.yaml +21 -0
- data/doc/ri/Module/singleton_method_defined%3f-i.yaml +15 -0
- data/doc/ri/Module/spacename-i.yaml +20 -0
- data/doc/ri/Module/wrap-i.yaml +12 -0
- data/doc/ri/Module/wrap_method-i.yaml +19 -0
- data/doc/ri/Multiton/Inclusive/cdesc-Inclusive.yaml +18 -0
- data/doc/ri/Multiton/Inclusive/included-i.yaml +10 -0
- data/doc/ri/Multiton/InstanceMutex/cdesc-InstanceMutex.yaml +17 -0
- data/doc/ri/Multiton/MetaMethods/_load-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/cdesc-MetaMethods.yaml +34 -0
- data/doc/ri/Multiton/MetaMethods/initialized%3f-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/instance-i.yaml +11 -0
- data/doc/ri/Multiton/MetaMethods/multiton_id-i.yaml +12 -0
- data/doc/ri/Multiton/MetaMethods/multiton_instance-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/multiton_mutex-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/new-i.yaml +12 -0
- data/doc/ri/Multiton/MetaMethods/reinitialize-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/singleton_method_added-i.yaml +10 -0
- data/doc/ri/Multiton/_dump-i.yaml +12 -0
- data/doc/ri/Multiton/cdesc-Multiton.yaml +40 -0
- data/doc/ri/Multiton/clone-i.yaml +12 -0
- data/doc/ri/Multiton/dup-i.yaml +10 -0
- data/doc/ri/NackClass/cdesc-NackClass.yaml +20 -0
- data/doc/ri/Net/SMTP/cdesc-SMTP.yaml +25 -0
- data/doc/ri/Net/SMTP/do_helo-i.yaml +10 -0
- data/doc/ri/Net/SMTP/do_tls_start-i.yaml +10 -0
- data/doc/ri/Net/SMTP/quit-i.yaml +10 -0
- data/doc/ri/Net/SMTP/start-c.yaml +10 -0
- data/doc/ri/Net/SMTP/start-i.yaml +10 -0
- data/doc/ri/Net/SMTP/starttls-i.yaml +10 -0
- data/doc/ri/Net/cdesc-Net.yaml +15 -0
- data/doc/ri/NilClass/cdesc-NilClass.yaml +17 -0
- data/doc/ri/NullClass/%5b%5d-i.yaml +10 -0
- data/doc/ri/NullClass/cdesc-NullClass.yaml +32 -0
- data/doc/ri/NullClass/inspect-i.yaml +10 -0
- data/doc/ri/NullClass/method_missing-i.yaml +10 -0
- data/doc/ri/NullClass/new-c.yaml +10 -0
- data/doc/ri/NullClass/nil%3f-i.yaml +10 -0
- data/doc/ri/NullClass/null%3f-i.yaml +10 -0
- data/doc/ri/Numeric/cdesc-Numeric.yaml +26 -0
- data/doc/ri/Object/cdesc-Object.yaml +15 -0
- data/doc/ri/ObjectReflection/_bind_method-i.yaml +10 -0
- data/doc/ri/ObjectReflection/cdesc-ObjectReflection.yaml +28 -0
- data/doc/ri/ObjectReflection/id-i.yaml +11 -0
- data/doc/ri/ObjectReflection/method_missing-i.yaml +16 -0
- data/doc/ri/ObjectReflection/new-c.yaml +11 -0
- data/doc/ri/OpEsc/cdesc-OpEsc.yaml +30 -0
- data/doc/ri/OpEsc/escape-c.yaml +14 -0
- data/doc/ri/OpenCascade/cdesc-OpenCascade.yaml +25 -0
- data/doc/ri/OpenCascade/method_missing-i.yaml +10 -0
- data/doc/ri/OpenCollection/cdesc-OpenCollection.yaml +22 -0
- data/doc/ri/OpenCollection/method_missing-i.yaml +10 -0
- data/doc/ri/OpenCollection/new-c.yaml +10 -0
- data/doc/ri/OpenHash/cdesc-OpenHash.yaml +22 -0
- data/doc/ri/OpenHash/method_missing-i.yaml +12 -0
- data/doc/ri/OpenHash/new-c.yaml +12 -0
- data/doc/ri/OpenObject/%3d%3d-i.yaml +12 -0
- data/doc/ri/OpenObject/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/OpenObject/%5b%5d-c.yaml +10 -0
- data/doc/ri/OpenObject/%5b%5d-i.yaml +10 -0
- data/doc/ri/OpenObject/as_hash%21-i.yaml +12 -0
- data/doc/ri/OpenObject/cdesc-OpenObject.yaml +77 -0
- data/doc/ri/OpenObject/default%21-i.yaml +12 -0
- data/doc/ri/OpenObject/define_slot-i.yaml +10 -0
- data/doc/ri/OpenObject/delete-i.yaml +11 -0
- data/doc/ri/OpenObject/each-i.yaml +12 -0
- data/doc/ri/OpenObject/fetch-i.yaml +10 -0
- data/doc/ri/OpenObject/initialize_copy-i.yaml +10 -0
- data/doc/ri/OpenObject/inspect-i.yaml +12 -0
- data/doc/ri/OpenObject/merge-i.yaml +12 -0
- data/doc/ri/OpenObject/method_missing-i.yaml +10 -0
- data/doc/ri/OpenObject/new-c.yaml +14 -0
- data/doc/ri/OpenObject/protect_slot-i.yaml +10 -0
- data/doc/ri/OpenObject/store-i.yaml +10 -0
- data/doc/ri/OpenObject/to_a-i.yaml +12 -0
- data/doc/ri/OpenObject/to_h-i.yaml +10 -0
- data/doc/ri/OpenObject/to_hash-i.yaml +10 -0
- data/doc/ri/OpenObject/to_openobject-i.yaml +10 -0
- data/doc/ri/OpenObject/to_proc-i.yaml +10 -0
- data/doc/ri/OpenObject/update-i.yaml +12 -0
- data/doc/ri/OpenStruct/%5b%5d%3d-i.yaml +14 -0
- data/doc/ri/OpenStruct/%5b%5d-i.yaml +14 -0
- data/doc/ri/OpenStruct/__merge__-i.yaml +14 -0
- data/doc/ri/OpenStruct/__update__-i.yaml +14 -0
- data/doc/ri/OpenStruct/cdesc-OpenStruct.yaml +35 -0
- data/doc/ri/OpenStruct/each-i.yaml +11 -0
- data/doc/ri/OpenStruct/instance_delegate-i.yaml +19 -0
- data/doc/ri/OpenStruct/new-c.yaml +18 -0
- data/doc/ri/OpenStruct/ostruct_delegate-i.yaml +12 -0
- data/doc/ri/OpenStruct/ostruct_merge-i.yaml +14 -0
- data/doc/ri/OpenStruct/ostruct_update-i.yaml +14 -0
- data/doc/ri/OpenStruct/to_h-i.yaml +11 -0
- data/doc/ri/PQueue/%3c%3c-i.yaml +12 -0
- data/doc/ri/PQueue/%3d%3d-i.yaml +12 -0
- data/doc/ri/PQueue/cdesc-PQueue.yaml +77 -0
- data/doc/ri/PQueue/clear-i.yaml +12 -0
- data/doc/ri/PQueue/downheap-i.yaml +14 -0
- data/doc/ri/PQueue/each_pop-i.yaml +12 -0
- data/doc/ri/PQueue/empty%3f-i.yaml +12 -0
- data/doc/ri/PQueue/heapify-i.yaml +12 -0
- data/doc/ri/PQueue/include%3f-i.yaml +12 -0
- data/doc/ri/PQueue/initialize_copy-i.yaml +10 -0
- data/doc/ri/PQueue/inspect-i.yaml +12 -0
- data/doc/ri/PQueue/merge-i.yaml +12 -0
- data/doc/ri/PQueue/new-c.yaml +18 -0
- data/doc/ri/PQueue/pop-i.yaml +18 -0
- data/doc/ri/PQueue/pop_array-i.yaml +12 -0
- data/doc/ri/PQueue/push-i.yaml +15 -0
- data/doc/ri/PQueue/push_all-i.yaml +15 -0
- data/doc/ri/PQueue/replace-i.yaml +14 -0
- data/doc/ri/PQueue/replace_top-i.yaml +14 -0
- data/doc/ri/PQueue/sort-i.yaml +12 -0
- data/doc/ri/PQueue/to_a-i.yaml +13 -0
- data/doc/ri/PQueue/top-i.yaml +12 -0
- data/doc/ri/PQueue/upheap-i.yaml +14 -0
- data/doc/ri/Paramix/Delegator/%5b%5d-i.yaml +10 -0
- data/doc/ri/Paramix/Delegator/append_features-i.yaml +11 -0
- data/doc/ri/Paramix/Delegator/cdesc-Delegator.yaml +33 -0
- data/doc/ri/Paramix/Delegator/extend_object-i.yaml +11 -0
- data/doc/ri/Paramix/Delegator/new-c.yaml +11 -0
- data/doc/ri/Paramix/append_features-c.yaml +10 -0
- data/doc/ri/Paramix/cdesc-Paramix.yaml +41 -0
- data/doc/ri/Paramix/new-c.yaml +12 -0
- data/doc/ri/PathList/Finder/cdesc-Finder.yaml +21 -0
- data/doc/ri/PathList/Finder/find-i.yaml +11 -0
- data/doc/ri/PathList/Finder/include%3f-i.yaml +12 -0
- data/doc/ri/PathList/cdesc-PathList.yaml +28 -0
- data/doc/ri/PathList/new-c.yaml +10 -0
- data/doc/ri/PathList/to_s-i.yaml +10 -0
- data/doc/ri/Pathname/%2f-c.yaml +14 -0
- data/doc/ri/Pathname/%5b%5d-c.yaml +14 -0
- data/doc/ri/Pathname/cdesc-Pathname.yaml +27 -0
- data/doc/ri/Pathname/home-c.yaml +14 -0
- data/doc/ri/Pathname/null-c.yaml +12 -0
- data/doc/ri/Pathname/root-c.yaml +12 -0
- data/doc/ri/Pathname/rootname-i.yaml +11 -0
- data/doc/ri/Pathname/work-c.yaml +12 -0
- data/doc/ri/Platform/%3d%3d%3d-i.yaml +10 -0
- data/doc/ri/Platform/%3d%3d-i.yaml +10 -0
- data/doc/ri/Platform/%3d%7e-i.yaml +10 -0
- data/doc/ri/Platform/cdesc-Platform.yaml +65 -0
- data/doc/ri/Platform/const_missing-c.yaml +10 -0
- data/doc/ri/Platform/inspect-i.yaml +10 -0
- data/doc/ri/Platform/local-c.yaml +10 -0
- data/doc/ri/Platform/match-c.yaml +10 -0
- data/doc/ri/Platform/new-c.yaml +10 -0
- data/doc/ri/Platform/supported-c.yaml +12 -0
- data/doc/ri/Platform/to_a-i.yaml +10 -0
- data/doc/ri/Platform/to_s-i.yaml +10 -0
- data/doc/ri/Pool/cdesc-Pool.yaml +27 -0
- data/doc/ri/Pool/new-c.yaml +10 -0
- data/doc/ri/Pool/obtain-i.yaml +12 -0
- data/doc/ri/Pool/pop-i.yaml +12 -0
- data/doc/ri/Pool/push-i.yaml +12 -0
- data/doc/ri/Proc/%2a-i.yaml +14 -0
- data/doc/ri/Proc/bind-i.yaml +16 -0
- data/doc/ri/Proc/cdesc-Proc.yaml +28 -0
- data/doc/ri/Proc/compose-i.yaml +14 -0
- data/doc/ri/Proc/curry-i.yaml +14 -0
- data/doc/ri/Proc/partial-i.yaml +20 -0
- data/doc/ri/Proc/to_method-i.yaml +14 -0
- data/doc/ri/Proc/to_openobject-i.yaml +16 -0
- data/doc/ri/ProgressBar/bar-i.yaml +10 -0
- data/doc/ri/ProgressBar/bar_mark%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/bytes-i.yaml +10 -0
- data/doc/ri/ProgressBar/cdesc-ProgressBar.yaml +76 -0
- data/doc/ri/ProgressBar/convert_bytes-i.yaml +10 -0
- data/doc/ri/ProgressBar/elapsed-i.yaml +10 -0
- data/doc/ri/ProgressBar/eol-i.yaml +10 -0
- data/doc/ri/ProgressBar/eta-i.yaml +12 -0
- data/doc/ri/ProgressBar/file_transfer_mode-i.yaml +10 -0
- data/doc/ri/ProgressBar/finish-i.yaml +10 -0
- data/doc/ri/ProgressBar/flush-i.yaml +10 -0
- data/doc/ri/ProgressBar/format%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/format_arguments%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/format_time-i.yaml +10 -0
- data/doc/ri/ProgressBar/get_width-i.yaml +10 -0
- data/doc/ri/ProgressBar/halt-i.yaml +10 -0
- data/doc/ri/ProgressBar/inc-i.yaml +10 -0
- data/doc/ri/ProgressBar/inspect-i.yaml +10 -0
- data/doc/ri/ProgressBar/new-c.yaml +10 -0
- data/doc/ri/ProgressBar/percentage-i.yaml +10 -0
- data/doc/ri/ProgressBar/set-i.yaml +10 -0
- data/doc/ri/ProgressBar/show-i.yaml +10 -0
- data/doc/ri/ProgressBar/show_progress-i.yaml +10 -0
- data/doc/ri/ProgressBar/stat-i.yaml +10 -0
- data/doc/ri/ProgressBar/stat_for_file_transfer-i.yaml +10 -0
- data/doc/ri/ProgressBar/title%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/title-i.yaml +10 -0
- data/doc/ri/ProgressBar/total_overflow%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/transfer_rate-i.yaml +10 -0
- data/doc/ri/Prototype/cdesc-Prototype.yaml +30 -0
- data/doc/ri/Prototype/fn-i.yaml +10 -0
- data/doc/ri/Prototype/meta-i.yaml +10 -0
- data/doc/ri/Prototype/method_missing-i.yaml +10 -0
- data/doc/ri/Prototype/new-c.yaml +12 -0
- data/doc/ri/Prototype/new-i.yaml +10 -0
- data/doc/ri/Prototype/trait-i.yaml +10 -0
- data/doc/ri/Prototype/traits-i.yaml +10 -0
- data/doc/ri/RWDelegator/%3d%3d-i.yaml +10 -0
- data/doc/ri/RWDelegator/cdesc-RWDelegator.yaml +28 -0
- data/doc/ri/RWDelegator/inspect-i.yaml +10 -0
- data/doc/ri/RWDelegator/method_missing-i.yaml +10 -0
- data/doc/ri/RWDelegator/new-c.yaml +10 -0
- data/doc/ri/Random/Array/at_rand%21-i.yaml +14 -0
- data/doc/ri/Random/Array/at_rand-i.yaml +14 -0
- data/doc/ri/Random/Array/cdesc-Array.yaml +31 -0
- data/doc/ri/Random/Array/pick%21-i.yaml +12 -0
- data/doc/ri/Random/Array/pick-i.yaml +12 -0
- data/doc/ri/Random/Array/rand_index-i.yaml +12 -0
- data/doc/ri/Random/Array/rand_subset-i.yaml +18 -0
- data/doc/ri/Random/Array/shuffle%21-i.yaml +16 -0
- data/doc/ri/Random/Array/shuffle-i.yaml +14 -0
- data/doc/ri/Random/Hash/at_rand%21-i.yaml +12 -0
- data/doc/ri/Random/Hash/at_rand-i.yaml +12 -0
- data/doc/ri/Random/Hash/cdesc-Hash.yaml +41 -0
- data/doc/ri/Random/Hash/pick-i.yaml +12 -0
- data/doc/ri/Random/Hash/pick_key-i.yaml +12 -0
- data/doc/ri/Random/Hash/pick_pair-i.yaml +12 -0
- data/doc/ri/Random/Hash/rand_key%21-i.yaml +15 -0
- data/doc/ri/Random/Hash/rand_key-i.yaml +14 -0
- data/doc/ri/Random/Hash/rand_pair%21-i.yaml +15 -0
- data/doc/ri/Random/Hash/rand_pair-i.yaml +14 -0
- data/doc/ri/Random/Hash/rand_value%21-i.yaml +17 -0
- data/doc/ri/Random/Hash/rand_value-i.yaml +15 -0
- data/doc/ri/Random/Hash/shuffle%21-i.yaml +14 -0
- data/doc/ri/Random/Hash/shuffle-i.yaml +14 -0
- data/doc/ri/Random/Object/cdesc-Object.yaml +16 -0
- data/doc/ri/Random/Object/maybe-i.yaml +14 -0
- data/doc/ri/Random/String/Self/cdesc-Self.yaml +20 -0
- data/doc/ri/Random/String/Self/rand_letter-i.yaml +14 -0
- data/doc/ri/Random/String/Self/random-i.yaml +12 -0
- data/doc/ri/Random/String/at_rand%21-i.yaml +14 -0
- data/doc/ri/Random/String/at_rand-i.yaml +14 -0
- data/doc/ri/Random/String/cdesc-String.yaml +30 -0
- data/doc/ri/Random/String/included-c.yaml +10 -0
- data/doc/ri/Random/String/rand_byte%21-i.yaml +14 -0
- data/doc/ri/Random/String/rand_byte-i.yaml +14 -0
- data/doc/ri/Random/String/rand_index-i.yaml +14 -0
- data/doc/ri/Random/String/shuffle%21-i.yaml +12 -0
- data/doc/ri/Random/String/shuffle-i.yaml +14 -0
- data/doc/ri/Random/append_features-c.yaml +11 -0
- data/doc/ri/Random/cdesc-Random.yaml +31 -0
- data/doc/ri/Random/number-c.yaml +11 -0
- data/doc/ri/Range/cdesc-Range.yaml +27 -0
- data/doc/ri/Range/combine-c.yaml +14 -0
- data/doc/ri/Range/combine-i.yaml +14 -0
- data/doc/ri/Range/overlap%3f-i.yaml +14 -0
- data/doc/ri/Range/to_r-i.yaml +14 -0
- data/doc/ri/Range/to_range-i.yaml +16 -0
- data/doc/ri/Range/umbrella-i.yaml +20 -0
- data/doc/ri/Range/within%3f-i.yaml +14 -0
- data/doc/ri/Recorder/__call__-i.yaml +10 -0
- data/doc/ri/Recorder/cdesc-Recorder.yaml +34 -0
- data/doc/ri/Recorder/inspect-i.yaml +10 -0
- data/doc/ri/Recorder/method_missing-i.yaml +10 -0
- data/doc/ri/Recorder/new-c.yaml +11 -0
- data/doc/ri/RecursiveDependency/cdesc-RecursiveDependency.yaml +15 -0
- data/doc/ri/Reference/__value__-i.yaml +11 -0
- data/doc/ri/Reference/become-i.yaml +10 -0
- data/doc/ri/Reference/cdesc-Reference.yaml +30 -0
- data/doc/ri/Reference/instance_delegate-i.yaml +12 -0
- data/doc/ri/Reference/method_missing-i.yaml +10 -0
- data/doc/ri/Reference/new-c.yaml +10 -0
- data/doc/ri/Regexp/arity-i.yaml +18 -0
- data/doc/ri/Regexp/cdesc-Regexp.yaml +20 -0
- data/doc/ri/Regexp/to_re-i.yaml +16 -0
- data/doc/ri/Regexp/to_regexp-i.yaml +16 -0
- data/doc/ri/Registerable/cdesc-Registerable.yaml +23 -0
- data/doc/ri/Registerable/register-i.yaml +12 -0
- data/doc/ri/Registerable/registry-i.yaml +12 -0
- data/doc/ri/Registerable/registry_invalid%3f-i.yaml +11 -0
- data/doc/ri/Semaphore/cdesc-Semaphore.yaml +36 -0
- data/doc/ri/Semaphore/down-i.yaml +12 -0
- data/doc/ri/Semaphore/exclusive-i.yaml +11 -0
- data/doc/ri/Semaphore/new-c.yaml +10 -0
- data/doc/ri/Semaphore/p-i.yaml +12 -0
- data/doc/ri/Semaphore/signal-i.yaml +13 -0
- data/doc/ri/Semaphore/synchronize-i.yaml +12 -0
- data/doc/ri/Semaphore/up-i.yaml +12 -0
- data/doc/ri/Semaphore/v-i.yaml +12 -0
- data/doc/ri/Semaphore/wait-i.yaml +13 -0
- data/doc/ri/Set/cdesc-Set.yaml +16 -0
- data/doc/ri/Set/power_set-i.yaml +10 -0
- data/doc/ri/Settings/Setting/cdesc-Setting.yaml +42 -0
- data/doc/ri/Settings/Setting/new-c.yaml +10 -0
- data/doc/ri/Settings/Setting/to_s-i.yaml +12 -0
- data/doc/ri/Settings/Setting/update-i.yaml +12 -0
- data/doc/ri/Settings/SettingCollection/cdesc-SettingCollection.yaml +23 -0
- data/doc/ri/Settings/SettingCollection/method_missing-i.yaml +12 -0
- data/doc/ri/Settings/add_setting-c.yaml +17 -0
- data/doc/ri/Settings/cdesc-Settings.yaml +33 -0
- data/doc/ri/Settings/load-c.yaml +12 -0
- data/doc/ri/Settings/method_missing-c.yaml +10 -0
- data/doc/ri/Settings/parse-c.yaml +12 -0
- data/doc/ri/Settings/settings-c.yaml +12 -0
- data/doc/ri/Settings/setup-c.yaml +15 -0
- data/doc/ri/Shellwords/cdesc-Shellwords.yaml +16 -0
- data/doc/ri/Shellwords/escape-i.yaml +12 -0
- data/doc/ri/SimpleStringIO/cdesc-SimpleStringIO.yaml +20 -0
- data/doc/ri/SimpleStringIO/new-c.yaml +10 -0
- data/doc/ri/SimpleStringIO/write-i.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/cdesc-ValueHolder.yaml +24 -0
- data/doc/ri/Snapshot/ValueHolder/new-c.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/restore_snapshot-i.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/take_snapshot-i.yaml +10 -0
- data/doc/ri/Snapshot/add-i.yaml +10 -0
- data/doc/ri/Snapshot/cdesc-Snapshot.yaml +36 -0
- data/doc/ri/Snapshot/new-c.yaml +10 -0
- data/doc/ri/Snapshot/restore-i.yaml +10 -0
- data/doc/ri/Stackable/cdesc-Stackable.yaml +33 -0
- data/doc/ri/Stackable/peek-i.yaml +14 -0
- data/doc/ri/Stackable/poke-i.yaml +15 -0
- data/doc/ri/Stackable/pop-i.yaml +14 -0
- data/doc/ri/Stackable/pull-i.yaml +15 -0
- data/doc/ri/Stackable/push-i.yaml +14 -0
- data/doc/ri/Stackable/shift-i.yaml +12 -0
- data/doc/ri/Stackable/unshift-i.yaml +12 -0
- data/doc/ri/String/Style/camelize-c.yaml +18 -0
- data/doc/ri/String/Style/capitalize-c.yaml +12 -0
- data/doc/ri/String/Style/cdesc-Style.yaml +69 -0
- data/doc/ri/String/Style/classify-c.yaml +20 -0
- data/doc/ri/String/Style/dasherize-c.yaml +16 -0
- data/doc/ri/String/Style/demodulize-c.yaml +16 -0
- data/doc/ri/String/Style/downcase-c.yaml +12 -0
- data/doc/ri/String/Style/foreign_key-c.yaml +16 -0
- data/doc/ri/String/Style/humanize-c.yaml +16 -0
- data/doc/ri/String/Style/lowercamel-c.yaml +10 -0
- data/doc/ri/String/Style/lowercase-c.yaml +12 -0
- data/doc/ri/String/Style/methodize-c.yaml +18 -0
- data/doc/ri/String/Style/modulize-c.yaml +18 -0
- data/doc/ri/String/Style/ordinalize-c.yaml +16 -0
- data/doc/ri/String/Style/pathize-c.yaml +22 -0
- data/doc/ri/String/Style/snakecase-c.yaml +18 -0
- data/doc/ri/String/Style/tableize-c.yaml +16 -0
- data/doc/ri/String/Style/titlecase-c.yaml +14 -0
- data/doc/ri/String/Style/titleize-c.yaml +18 -0
- data/doc/ri/String/Style/underscore-c.yaml +18 -0
- data/doc/ri/String/Style/upcase-c.yaml +12 -0
- data/doc/ri/String/Style/uppercamel-c.yaml +10 -0
- data/doc/ri/String/Style/uppercase-c.yaml +12 -0
- data/doc/ri/String/Words/brief-i.yaml +14 -0
- data/doc/ri/String/Words/cdesc-Words.yaml +28 -0
- data/doc/ri/String/Words/each_word-i.yaml +14 -0
- data/doc/ri/String/Words/word_filter%21-i.yaml +14 -0
- data/doc/ri/String/Words/word_filter-i.yaml +14 -0
- data/doc/ri/String/Words/word_wrap%21-i.yaml +14 -0
- data/doc/ri/String/Words/word_wrap-i.yaml +18 -0
- data/doc/ri/String/Words/words-i.yaml +14 -0
- data/doc/ri/String/cdesc-String.yaml +17 -0
- data/doc/ri/Struct/cdesc-Struct.yaml +18 -0
- data/doc/ri/Struct/restore_snapshot-i.yaml +10 -0
- data/doc/ri/Struct/take_snapshot-i.yaml +10 -0
- data/doc/ri/Symbol/cdesc-Symbol.yaml +15 -0
- data/doc/ri/SyncArray/cdesc-SyncArray.yaml +19 -0
- data/doc/ri/SyncArray/new-c.yaml +12 -0
- data/doc/ri/SyncHash/Delegator/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/%5b%5d-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/cdesc-Delegator.yaml +30 -0
- data/doc/ri/SyncHash/Delegator/clear-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/delete-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/keys-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/size-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/values-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/%5b%5d-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/cdesc-Inheritor.yaml +30 -0
- data/doc/ri/SyncHash/Inheritor/clear-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/delete-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/keys-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/size-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/values-i.yaml +10 -0
- data/doc/ri/SyncHash/cdesc-SyncHash.yaml +38 -0
- data/doc/ri/SyncHash/new-c.yaml +10 -0
- data/doc/ri/System/argf-i.yaml +12 -0
- data/doc/ri/System/argv-i.yaml +11 -0
- data/doc/ri/System/cdesc-System.yaml +145 -0
- data/doc/ri/System/child_status-i.yaml +11 -0
- data/doc/ri/System/coding%3d-i.yaml +10 -0
- data/doc/ri/System/coding-i.yaml +10 -0
- data/doc/ri/System/current_platform-i.yaml +12 -0
- data/doc/ri/System/data-i.yaml +12 -0
- data/doc/ri/System/debug-i.yaml +10 -0
- data/doc/ri/System/default_input-i.yaml +13 -0
- data/doc/ri/System/default_output%3d-i.yaml +11 -0
- data/doc/ri/System/default_output-i.yaml +11 -0
- data/doc/ri/System/defin-i.yaml +12 -0
- data/doc/ri/System/defout%3d-i.yaml +12 -0
- data/doc/ri/System/defout-i.yaml +12 -0
- data/doc/ri/System/env-i.yaml +10 -0
- data/doc/ri/System/environment-i.yaml +10 -0
- data/doc/ri/System/error_info-i.yaml +10 -0
- data/doc/ri/System/error_position-i.yaml +10 -0
- data/doc/ri/System/exit_status-i.yaml +12 -0
- data/doc/ri/System/extentions-i.yaml +10 -0
- data/doc/ri/System/fs%3d-i.yaml +12 -0
- data/doc/ri/System/fs-i.yaml +12 -0
- data/doc/ri/System/input_field_separator%3d-i.yaml +11 -0
- data/doc/ri/System/input_field_separator-i.yaml +11 -0
- data/doc/ri/System/input_line_number-i.yaml +11 -0
- data/doc/ri/System/input_lineno-i.yaml +12 -0
- data/doc/ri/System/input_record_separator%3d-i.yaml +11 -0
- data/doc/ri/System/input_record_separator-i.yaml +11 -0
- data/doc/ri/System/line_end_processing-i.yaml +10 -0
- data/doc/ri/System/load_path-i.yaml +12 -0
- data/doc/ri/System/loaded_features-i.yaml +11 -0
- data/doc/ri/System/match_platform-i.yaml +11 -0
- data/doc/ri/System/ofs%3d-i.yaml +12 -0
- data/doc/ri/System/ofs-i.yaml +12 -0
- data/doc/ri/System/options-i.yaml +12 -0
- data/doc/ri/System/ors%3d-i.yaml +12 -0
- data/doc/ri/System/ors-i.yaml +12 -0
- data/doc/ri/System/output_field_separator%3d-i.yaml +11 -0
- data/doc/ri/System/output_field_separator-i.yaml +11 -0
- data/doc/ri/System/output_record_separator%3d-i.yaml +11 -0
- data/doc/ri/System/output_record_separator-i.yaml +11 -0
- data/doc/ri/System/pid-i.yaml +12 -0
- data/doc/ri/System/platform-i.yaml +10 -0
- data/doc/ri/System/process_id-i.yaml +15 -0
- data/doc/ri/System/program_loop-i.yaml +10 -0
- data/doc/ri/System/program_name%3d-i.yaml +10 -0
- data/doc/ri/System/program_name-i.yaml +12 -0
- data/doc/ri/System/release-i.yaml +10 -0
- data/doc/ri/System/required-i.yaml +12 -0
- data/doc/ri/System/rs%3d-i.yaml +12 -0
- data/doc/ri/System/rs-i.yaml +12 -0
- data/doc/ri/System/rubylibdir-i.yaml +10 -0
- data/doc/ri/System/rubypath-i.yaml +10 -0
- data/doc/ri/System/safe-i.yaml +10 -0
- data/doc/ri/System/stderr%3d-i.yaml +10 -0
- data/doc/ri/System/stderr-i.yaml +10 -0
- data/doc/ri/System/stdin%3d-i.yaml +10 -0
- data/doc/ri/System/stdin-i.yaml +12 -0
- data/doc/ri/System/stdout%3d-i.yaml +10 -0
- data/doc/ri/System/stdout-i.yaml +10 -0
- data/doc/ri/System/verbose%3d-i.yaml +10 -0
- data/doc/ri/System/verbose-i.yaml +10 -0
- data/doc/ri/System/version-i.yaml +10 -0
- data/doc/ri/Time/cdesc-Time.yaml +17 -0
- data/doc/ri/Timer/Dummy/cdesc-Dummy.yaml +20 -0
- data/doc/ri/Timer/Dummy/start-i.yaml +10 -0
- data/doc/ri/Timer/Dummy/stop-i.yaml +10 -0
- data/doc/ri/Timer/cdesc-Timer.yaml +57 -0
- data/doc/ri/Timer/defuse-i.yaml +12 -0
- data/doc/ri/Timer/limit-i.yaml +12 -0
- data/doc/ri/Timer/new-c.yaml +10 -0
- data/doc/ri/Timer/on_timeout-i.yaml +10 -0
- data/doc/ri/Timer/reset-i.yaml +12 -0
- data/doc/ri/Timer/reset_limit-i.yaml +14 -0
- data/doc/ri/Timer/running%3f-i.yaml +12 -0
- data/doc/ri/Timer/start-i.yaml +12 -0
- data/doc/ri/Timer/stop-i.yaml +12 -0
- data/doc/ri/Timer/stopped%3f-i.yaml +12 -0
- data/doc/ri/Timer/total_time-i.yaml +12 -0
- data/doc/ri/TracePoint/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/TracePoint/active%3d-c.yaml +10 -0
- data/doc/ri/TracePoint/active-c.yaml +10 -0
- data/doc/ri/TracePoint/back-i.yaml +12 -0
- data/doc/ri/TracePoint/bind-i.yaml +12 -0
- data/doc/ri/TracePoint/called-i.yaml +13 -0
- data/doc/ri/TracePoint/callee-i.yaml +13 -0
- data/doc/ri/TracePoint/cdesc-TracePoint.yaml +82 -0
- data/doc/ri/TracePoint/event%3f-i.yaml +12 -0
- data/doc/ri/TracePoint/event_map-i.yaml +10 -0
- data/doc/ri/TracePoint/eventless%3f-i.yaml +10 -0
- data/doc/ri/TracePoint/method_name-i.yaml +12 -0
- data/doc/ri/TracePoint/new-c.yaml +12 -0
- data/doc/ri/TracePoint/self-i.yaml +12 -0
- data/doc/ri/TracePoint/trace-c.yaml +12 -0
- data/doc/ri/TrueClass/cdesc-TrueClass.yaml +15 -0
- data/doc/ri/Tuple/%3c%3c-i.yaml +12 -0
- data/doc/ri/Tuple/%3c%3d%3e-i.yaml +10 -0
- data/doc/ri/Tuple/%3d%7e-i.yaml +12 -0
- data/doc/ri/Tuple/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Tuple/%5b%5d-c.yaml +10 -0
- data/doc/ri/Tuple/%5b%5d-i.yaml +10 -0
- data/doc/ri/Tuple/cast_from_array-c.yaml +11 -0
- data/doc/ri/Tuple/cast_from_string-c.yaml +20 -0
- data/doc/ri/Tuple/cdesc-Tuple.yaml +113 -0
- data/doc/ri/Tuple/constraint_to_lambda-c.yaml +12 -0
- data/doc/ri/Tuple/divider-i.yaml +10 -0
- data/doc/ri/Tuple/each-i.yaml +10 -0
- data/doc/ri/Tuple/each_index-i.yaml +10 -0
- data/doc/ri/Tuple/empty%3f-i.yaml +10 -0
- data/doc/ri/Tuple/eql%3f-i.yaml +12 -0
- data/doc/ri/Tuple/first-i.yaml +10 -0
- data/doc/ri/Tuple/hash-i.yaml +12 -0
- data/doc/ri/Tuple/index-i.yaml +10 -0
- data/doc/ri/Tuple/inspect-i.yaml +10 -0
- data/doc/ri/Tuple/last-i.yaml +10 -0
- data/doc/ri/Tuple/length-i.yaml +10 -0
- data/doc/ri/Tuple/major-i.yaml +12 -0
- data/doc/ri/Tuple/minor-i.yaml +10 -0
- data/doc/ri/Tuple/multiton_id-c.yaml +10 -0
- data/doc/ri/Tuple/new-c.yaml +10 -0
- data/doc/ri/Tuple/parse_constraint-c.yaml +10 -0
- data/doc/ri/Tuple/pop-i.yaml +10 -0
- data/doc/ri/Tuple/pot-i.yaml +13 -0
- data/doc/ri/Tuple/pull-i.yaml +13 -0
- data/doc/ri/Tuple/push-i.yaml +10 -0
- data/doc/ri/Tuple/rindex-i.yaml +10 -0
- data/doc/ri/Tuple/shift-i.yaml +12 -0
- data/doc/ri/Tuple/size-i.yaml +10 -0
- data/doc/ri/Tuple/teeny-i.yaml +10 -0
- data/doc/ri/Tuple/to_a-i.yaml +10 -0
- data/doc/ri/Tuple/to_ary-i.yaml +10 -0
- data/doc/ri/Tuple/to_s-i.yaml +10 -0
- data/doc/ri/Tuple/to_t-i.yaml +10 -0
- data/doc/ri/Tuple/to_tuple-i.yaml +10 -0
- data/doc/ri/Tuple/unshift-i.yaml +12 -0
- data/doc/ri/Tuple/values-i.yaml +10 -0
- data/doc/ri/TypeCast/Class/cast_from-i.yaml +14 -0
- data/doc/ri/TypeCast/Class/cdesc-Class.yaml +18 -0
- data/doc/ri/TypeCast/Object/cast_to-i.yaml +14 -0
- data/doc/ri/TypeCast/Object/cdesc-Object.yaml +18 -0
- data/doc/ri/TypeCast/cdesc-TypeCast.yaml +52 -0
- data/doc/ri/TypeCastException/cdesc-TypeCastException.yaml +17 -0
- data/doc/ri/URI/Hash/cdesc-Hash.yaml +16 -0
- data/doc/ri/URI/Hash/to_uri-i.yaml +11 -0
- data/doc/ri/URI/Kernel/cdesc-Kernel.yaml +18 -0
- data/doc/ri/URI/Kernel/unuri-i.yaml +11 -0
- data/doc/ri/URI/Kernel/uri-i.yaml +11 -0
- data/doc/ri/URI/cdesc-URI.yaml +38 -0
- data/doc/ri/URI/cgi_escape-i.yaml +12 -0
- data/doc/ri/URI/cgi_parse-i.yaml +11 -0
- data/doc/ri/URI/cgi_unescape-i.yaml +11 -0
- data/doc/ri/URI/chomp_query_string-i.yaml +16 -0
- data/doc/ri/URI/decode-i.yaml +12 -0
- data/doc/ri/URI/get_query_string-i.yaml +16 -0
- data/doc/ri/URI/hash_to_query-i.yaml +15 -0
- data/doc/ri/URI/hash_to_query_string-i.yaml +12 -0
- data/doc/ri/URI/query_string_to_hash-i.yaml +12 -0
- data/doc/ri/URI/query_to_hash-i.yaml +17 -0
- data/doc/ri/URI/update_query_string-i.yaml +18 -0
- data/doc/ri/URI/update_request_uri-i.yaml +12 -0
- data/doc/ri/UnboundMethod/arguments-i.yaml +18 -0
- data/doc/ri/UnboundMethod/cdesc-UnboundMethod.yaml +18 -0
- data/doc/ri/UnboundMethod/name-i.yaml +14 -0
- data/doc/ri/Uninheritable/cdesc-Uninheritable.yaml +21 -0
- data/doc/ri/Uninheritable/inherited-i.yaml +12 -0
- data/doc/ri/UploadUtils/cdesc-UploadUtils.yaml +47 -0
- data/doc/ri/UploadUtils/files-i.yaml +12 -0
- data/doc/ri/UploadUtils/ftp-i.yaml +12 -0
- data/doc/ri/UploadUtils/rsync-i.yaml +12 -0
- data/doc/ri/UploadUtils/sftp-i.yaml +12 -0
- data/doc/ri/UploadUtils/stage_linkdir-i.yaml +12 -0
- data/doc/ri/UploadUtils/stage_transfer-i.yaml +20 -0
- data/doc/ri/UploadUtils/upload-i.yaml +12 -0
- data/doc/ri/UploadUtils/upload_parameters-i.yaml +12 -0
- data/doc/ri/VersionNumber/%3c%3d%3e-i.yaml +12 -0
- data/doc/ri/VersionNumber/%3d%7e-i.yaml +12 -0
- data/doc/ri/VersionNumber/%5b%5d-i.yaml +10 -0
- data/doc/ri/VersionNumber/cdesc-VersionNumber.yaml +45 -0
- data/doc/ri/VersionNumber/constraint_lambda-c.yaml +12 -0
- data/doc/ri/VersionNumber/inspect-i.yaml +10 -0
- data/doc/ri/VersionNumber/major-i.yaml +12 -0
- data/doc/ri/VersionNumber/method_missing-i.yaml +12 -0
- data/doc/ri/VersionNumber/minor-i.yaml +12 -0
- data/doc/ri/VersionNumber/new-c.yaml +10 -0
- data/doc/ri/VersionNumber/parse_constraint-c.yaml +10 -0
- data/doc/ri/VersionNumber/teeny-i.yaml +12 -0
- data/doc/ri/VersionNumber/to_s-i.yaml +10 -0
- data/doc/ri/VersionNumber/to_str-i.yaml +12 -0
- data/doc/ri/Weekdays/after-i.yaml +12 -0
- data/doc/ri/Weekdays/ago-i.yaml +13 -0
- data/doc/ri/Weekdays/before-i.yaml +12 -0
- data/doc/ri/Weekdays/cdesc-Weekdays.yaml +38 -0
- data/doc/ri/Weekdays/from_now-i.yaml +12 -0
- data/doc/ri/Weekdays/new-c.yaml +10 -0
- data/doc/ri/Weekdays/since-i.yaml +13 -0
- data/doc/ri/Weekdays/step-i.yaml +10 -0
- data/doc/ri/Weekdays/until-i.yaml +12 -0
- data/doc/ri/XOXO/Parser/cdesc-Parser.yaml +15 -0
- data/doc/ri/XOXO/cdesc-XOXO.yaml +25 -0
- data/doc/ri/XOXO/dump-c.yaml +35 -0
- data/doc/ri/XOXO/load-c.yaml +12 -0
- data/doc/ri/XOXO/make_xoxo-c.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/cdesc-DryRun.yaml +32 -0
- data/doc/ri/ZipUtils/DryRun/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/cdesc-NoWrite.yaml +32 -0
- data/doc/ri/ZipUtils/NoWrite/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/cdesc-Verbose.yaml +32 -0
- data/doc/ri/ZipUtils/Verbose/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/cdesc-ZipUtils.yaml +50 -0
- data/doc/ri/ZipUtils/compress-i.yaml +27 -0
- data/doc/ri/ZipUtils/tar_bzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/tar_bzip2-i.yaml +15 -0
- data/doc/ri/ZipUtils/tar_gzip-i.yaml +13 -0
- data/doc/ri/ZipUtils/tar_j-i.yaml +12 -0
- data/doc/ri/ZipUtils/tar_z-i.yaml +12 -0
- data/doc/ri/ZipUtils/tgz-i.yaml +11 -0
- data/doc/ri/ZipUtils/untar_bzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/untar_bzip2-i.yaml +15 -0
- data/doc/ri/ZipUtils/untar_gzip-i.yaml +13 -0
- data/doc/ri/ZipUtils/untar_j-i.yaml +12 -0
- data/doc/ri/ZipUtils/untar_z-i.yaml +12 -0
- data/doc/ri/ZipUtils/unzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/zip-i.yaml +12 -0
- data/doc/ri/created.rid +1 -0
- data/lib/core/facets-live.rb +17 -0
- data/lib/core/facets.rb +11 -0
- data/lib/core/facets/array.rb +23 -0
- data/lib/core/facets/array/combination.rb +60 -0
- data/lib/{facets → core/facets}/array/conjoin.rb +0 -0
- data/lib/{facets → core/facets}/array/delete.rb +0 -0
- data/lib/{facets → core/facets}/array/indexable.rb +0 -0
- data/lib/{facets → core/facets}/array/merge.rb +0 -0
- data/lib/{facets → core/facets}/array/not_empty.rb +0 -0
- data/lib/{facets → core/facets}/array/only.rb +0 -0
- data/lib/{facets → core/facets}/array/pad.rb +0 -0
- data/lib/core/facets/array/permutation.rb +30 -0
- data/lib/core/facets/array/product.rb +57 -0
- data/lib/core/facets/array/recursively.rb +30 -0
- data/lib/{facets → core/facets}/array/rotate.rb +0 -0
- data/lib/{facets → core/facets}/array/select.rb +0 -0
- data/lib/{facets → core/facets}/array/splice.rb +0 -0
- data/lib/{facets → core/facets}/array/stackable.rb +0 -0
- data/lib/{facets → core/facets}/array/traverse.rb +0 -0
- data/lib/core/facets/binding.rb +8 -0
- data/lib/core/facets/binding/caller.rb +54 -0
- data/lib/core/facets/binding/defined.rb +13 -0
- data/lib/core/facets/binding/eval.rb +18 -0
- data/lib/core/facets/binding/local_variables.rb +15 -0
- data/lib/core/facets/binding/opvars.rb +24 -0
- data/lib/core/facets/binding/self.rb +12 -0
- data/lib/{facets → core/facets}/bitmask.rb +0 -0
- data/lib/{facets → core/facets}/blank.rb +0 -0
- data/lib/{facets → core/facets}/boolean.rb +0 -0
- data/lib/{facets → core/facets}/callstack.rb +0 -0
- data/lib/core/facets/class.rb +7 -0
- data/lib/{facets → core/facets}/class/descendents.rb +0 -0
- data/lib/{facets → core/facets}/class/prepend.rb +0 -0
- data/lib/{facets → core/facets}/class/subclasses.rb +0 -0
- data/lib/core/facets/class/to_methodname.rb +11 -0
- data/lib/core/facets/class/to_pathname.rb +12 -0
- data/lib/core/facets/class/to_proc.rb +42 -0
- data/lib/core/facets/comparable.rb +4 -0
- data/lib/{facets → core/facets}/comparable/bound.rb +0 -0
- data/lib/{facets → core/facets}/comparable/cmp.rb +0 -0
- data/lib/{facets → core/facets}/comparable/comparable.rb +0 -0
- data/lib/core/facets/dir.rb +7 -0
- data/lib/{facets → core/facets}/dir/ascend.rb +0 -0
- data/lib/{facets → core/facets}/dir/descend.rb +0 -0
- data/lib/{facets → core/facets}/dir/multiglob.rb +0 -0
- data/lib/{facets → core/facets}/dir/parent.rb +0 -0
- data/lib/{facets → core/facets}/dir/recurse.rb +0 -0
- data/lib/core/facets/enumerable.rb +21 -0
- data/lib/{facets → core/facets}/enumerable/accumulate.rb +0 -0
- data/lib/core/facets/enumerable/cluster_by.rb +21 -0
- data/lib/{facets → core/facets}/enumerable/collect.rb +0 -0
- data/lib/core/facets/enumerable/count.rb +26 -0
- data/lib/{facets → core/facets}/enumerable/divide.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/duplicates.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/each_by.rb +0 -0
- data/lib/core/facets/enumerable/group_by.rb +27 -0
- data/lib/{facets → core/facets}/enumerable/inject.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/map_send.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/mash.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/mode.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/modulate.rb +0 -0
- data/lib/core/facets/enumerable/none.rb +31 -0
- data/lib/{facets → core/facets}/enumerable/occur.rb +0 -0
- data/lib/core/facets/enumerable/one.rb +38 -0
- data/lib/{facets → core/facets}/enumerable/probability.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/split.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/sum.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/uniq_by.rb +0 -0
- data/lib/{facets → core/facets}/exception.rb +0 -0
- data/lib/{facets → core/facets}/exception/detail.rb +0 -0
- data/lib/{facets → core/facets}/exception/suppress.rb +0 -0
- data/lib/core/facets/file.rb +6 -0
- data/lib/{facets → core/facets}/file/null.rb +0 -0
- data/lib/{facets → core/facets}/file/read.rb +0 -0
- data/lib/core/facets/file/rewrite.rb +88 -0
- data/lib/core/facets/file/rootname.rb +33 -0
- data/lib/{facets → core/facets}/file/write.rb +0 -0
- data/lib/core/facets/filetest.rb +1 -0
- data/lib/{facets → core/facets}/filetest/root.rb +0 -0
- data/lib/core/facets/float.rb +1 -0
- data/lib/{facets → core/facets}/float/round.rb +0 -0
- data/lib/{facets → core/facets}/functor.rb +0 -0
- data/lib/core/facets/hash.rb +23 -0
- data/lib/{facets → core/facets}/hash/alias.rb +0 -0
- data/lib/{facets → core/facets}/hash/argumentize.rb +0 -0
- data/lib/{facets → core/facets}/hash/at.rb +0 -0
- data/lib/{facets → core/facets}/hash/autonew.rb +0 -0
- data/lib/{facets → core/facets}/hash/collate.rb +0 -0
- data/lib/{facets → core/facets}/hash/delete.rb +0 -0
- data/lib/{facets → core/facets}/hash/diff.rb +0 -0
- data/lib/{facets → core/facets}/hash/except.rb +0 -0
- data/lib/{facets → core/facets}/hash/insert.rb +0 -0
- data/lib/{facets → core/facets}/hash/inverse.rb +0 -0
- data/lib/{facets → core/facets}/hash/join.rb +0 -0
- data/lib/{facets → core/facets}/hash/keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/mash.rb +0 -0
- data/lib/core/facets/hash/merge.rb +30 -0
- data/lib/{facets → core/facets}/hash/op.rb +0 -0
- data/lib/core/facets/hash/recursive_merge.rb +33 -0
- data/lib/core/facets/hash/recursively.rb +29 -0
- data/lib/core/facets/hash/rekey.rb +59 -0
- data/lib/{facets → core/facets}/hash/select.rb +0 -0
- data/lib/core/facets/hash/slice.rb +25 -0
- data/lib/{facets → core/facets}/hash/stringify_keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/swap.rb +0 -0
- data/lib/{facets → core/facets}/hash/symbolize_keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_h.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_proc.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_struct.rb +0 -0
- data/lib/{facets → core/facets}/hash/traverse.rb +0 -0
- data/lib/core/facets/hash/update.rb +75 -0
- data/lib/{facets → core/facets}/hash/weave.rb +0 -0
- data/lib/{facets → core/facets}/hash/zipnew.rb +0 -0
- data/lib/core/facets/integer.rb +8 -0
- data/lib/core/facets/integer/even.rb +1 -0
- data/lib/{facets → core/facets}/integer/factorial.rb +0 -0
- data/lib/{facets → core/facets}/integer/multiple.rb +0 -0
- data/lib/core/facets/integer/odd.rb +33 -0
- data/lib/{facets → core/facets}/integer/of.rb +0 -0
- data/lib/{facets → core/facets}/integer/ordinal.rb +0 -0
- data/lib/core/facets/kernel.rb +31 -0
- data/lib/core/facets/kernel/__callee__.rb +1 -0
- data/lib/{facets → core/facets}/kernel/__class__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/__dir__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/__get__.rb +0 -0
- data/lib/core/facets/kernel/__method__.rb +36 -0
- data/lib/{facets → core/facets}/kernel/__set__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/as.rb +0 -0
- data/lib/core/facets/kernel/ask.rb +27 -0
- data/lib/{facets → core/facets}/kernel/attr_singleton.rb +0 -0
- data/lib/{facets → core/facets}/kernel/complete.rb +0 -0
- data/lib/{facets → core/facets}/kernel/constant.rb +0 -0
- data/lib/{facets → core/facets}/kernel/d.rb +0 -0
- data/lib/{facets → core/facets}/kernel/deep_copy.rb +0 -0
- data/lib/{facets → core/facets}/kernel/demo.rb +0 -0
- data/lib/{facets → core/facets}/kernel/ergo.rb +0 -0
- data/lib/{facets → core/facets}/kernel/here.rb +0 -0
- data/lib/{facets → core/facets}/kernel/in.rb +0 -0
- data/lib/core/facets/kernel/instance.rb +19 -0
- data/lib/{facets → core/facets}/kernel/instance_assign.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_exec.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_send.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_variables.rb +0 -0
- data/lib/{facets → core/facets}/kernel/load.rb +0 -0
- data/lib/{facets → core/facets}/kernel/maybe.rb +0 -0
- data/lib/{facets → core/facets}/kernel/not_nil.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_hexid.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_send.rb +0 -0
- data/lib/{facets → core/facets}/kernel/p.rb +0 -0
- data/lib/{facets → core/facets}/kernel/populate.rb +0 -0
- data/lib/{facets → core/facets}/kernel/resc.rb +0 -0
- data/lib/{facets → core/facets}/kernel/respond.rb +0 -0
- data/lib/{facets → core/facets}/kernel/returning.rb +0 -0
- data/lib/{facets → core/facets}/kernel/silence.rb +0 -0
- data/lib/{facets → core/facets}/kernel/singleton_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/suppress.rb +0 -0
- data/lib/core/facets/kernel/tap.rb +32 -0
- data/lib/{facets → core/facets}/kernel/try.rb +0 -0
- data/lib/{facets → core/facets}/kernel/val.rb +0 -0
- data/lib/{facets → core/facets}/kernel/with.rb +0 -0
- data/lib/{facets → core/facets}/lazy.rb +0 -0
- data/lib/core/facets/matchdata.rb +4 -0
- data/lib/{facets → core/facets}/matchdata/match.rb +0 -0
- data/lib/{facets → core/facets}/matchdata/matchset.rb +0 -0
- data/lib/{facets → core/facets}/metaid.rb +0 -0
- data/lib/core/facets/module.rb +20 -0
- data/lib/{facets → core/facets}/module/abstract.rb +0 -0
- data/lib/{facets → core/facets}/module/alias.rb +0 -0
- data/lib/{facets → core/facets}/module/ancestor.rb +0 -0
- data/lib/{facets → core/facets}/module/basename.rb +0 -0
- data/lib/{facets → core/facets}/module/can.rb +0 -0
- data/lib/{facets → core/facets}/module/class.rb +0 -0
- data/lib/{facets → core/facets}/module/clone.rb +0 -0
- data/lib/core/facets/module/conflict.rb +56 -0
- data/lib/{facets → core/facets}/module/include_function_module.rb +0 -0
- data/lib/{facets → core/facets}/module/instance_methods.rb +0 -0
- data/lib/{facets → core/facets}/module/is.rb +0 -0
- data/lib/{facets → core/facets}/module/modspace.rb +0 -0
- data/lib/{facets → core/facets}/module/module_load.rb +0 -0
- data/lib/{facets → core/facets}/module/nesting.rb +0 -0
- data/lib/{facets → core/facets}/module/op.rb +0 -0
- data/lib/{facets → core/facets}/module/pathize.rb +0 -0
- data/lib/{facets → core/facets}/module/prepend.rb +0 -0
- data/lib/{facets → core/facets}/module/revise.rb +0 -0
- data/lib/{facets → core/facets}/module/spacename.rb +0 -0
- data/lib/core/facets/nilclass.rb +3 -0
- data/lib/core/facets/nilclass/to_f.rb +17 -0
- data/lib/core/facets/numeric.rb +4 -0
- data/lib/{facets → core/facets}/numeric/approx.rb +0 -0
- data/lib/{facets → core/facets}/numeric/distance.rb +0 -0
- data/lib/{facets → core/facets}/numeric/round.rb +0 -0
- data/lib/core/facets/proc.rb +7 -0
- data/lib/{facets → core/facets}/proc/bind.rb +0 -0
- data/lib/{facets → core/facets}/proc/compose.rb +0 -0
- data/lib/{facets → core/facets}/proc/curry.rb +0 -0
- data/lib/{facets → core/facets}/proc/partial.rb +0 -0
- data/lib/{facets → core/facets}/proc/to_method.rb +0 -0
- data/lib/{facets → core/facets}/proc/update.rb +0 -0
- data/lib/core/facets/range.rb +6 -0
- data/lib/{facets → core/facets}/range/combine.rb +0 -0
- data/lib/{facets → core/facets}/range/overlap.rb +0 -0
- data/lib/{facets → core/facets}/range/to_r.rb +0 -0
- data/lib/{facets → core/facets}/range/umbrella.rb +0 -0
- data/lib/{facets → core/facets}/range/within.rb +0 -0
- data/lib/core/facets/regexp.rb +3 -0
- data/lib/{facets → core/facets}/regexp/arity.rb +0 -0
- data/lib/{facets → core/facets}/regexp/to_re.rb +0 -0
- data/lib/core/facets/string.rb +35 -0
- data/lib/{facets → core/facets}/string/align.rb +0 -0
- data/lib/{facets → core/facets}/string/bracket.rb +0 -0
- data/lib/core/facets/string/bytes.rb +15 -0
- data/lib/{facets → core/facets}/string/camelcase.rb +0 -0
- data/lib/{facets → core/facets}/string/capitalized.rb +0 -0
- data/lib/core/facets/string/chars.rb +16 -0
- data/lib/{facets → core/facets}/string/chomp.rb +0 -0
- data/lib/{facets → core/facets}/string/cleave.rb +0 -0
- data/lib/{facets → core/facets}/string/divide.rb +0 -0
- data/lib/core/facets/string/each_char.rb +20 -0
- data/lib/core/facets/string/end_with.rb +1 -0
- data/lib/{facets → core/facets}/string/fold.rb +0 -0
- data/lib/{facets → core/facets}/string/interpolate.rb +0 -0
- data/lib/{facets → core/facets}/string/line_wrap.rb +0 -0
- data/lib/core/facets/string/lines.rb +16 -0
- data/lib/{facets → core/facets}/string/mscan.rb +0 -0
- data/lib/{facets → core/facets}/string/natcmp.rb +0 -0
- data/lib/{facets → core/facets}/string/nchar.rb +0 -0
- data/lib/{facets → core/facets}/string/range.rb +0 -0
- data/lib/{facets → core/facets}/string/rewrite.rb +0 -0
- data/lib/{facets → core/facets}/string/shatter.rb +0 -0
- data/lib/{facets → core/facets}/string/snakecase.rb +0 -0
- data/lib/{facets → core/facets}/string/splice.rb +0 -0
- data/lib/core/facets/string/start_with.rb +32 -0
- data/lib/{facets → core/facets}/string/subtract.rb +0 -0
- data/lib/{facets → core/facets}/string/tab.rb +0 -0
- data/lib/{facets → core/facets}/string/titlecase.rb +0 -0
- data/lib/{facets → core/facets}/string/to_re.rb +0 -0
- data/lib/core/facets/string/to_time.rb +15 -0
- data/lib/{facets → core/facets}/string/words.rb +0 -0
- data/lib/{facets → core/facets}/string/xor.rb +0 -0
- data/lib/core/facets/symbol.rb +5 -0
- data/lib/{facets → core/facets}/symbol/chomp.rb +0 -0
- data/lib/{facets → core/facets}/symbol/generate.rb +0 -0
- data/lib/{facets → core/facets}/symbol/not.rb +0 -0
- data/lib/core/facets/symbol/succ.rb +19 -0
- data/lib/core/facets/symbol/to_proc.rb +38 -0
- data/lib/core/facets/time.rb +13 -0
- data/lib/{facets → core/facets}/time/ago.rb +0 -0
- data/lib/core/facets/time/change.rb +47 -0
- data/lib/{facets → core/facets}/time/elapse.rb +0 -0
- data/lib/core/facets/time/hence.rb +61 -0
- data/lib/core/facets/time/round.rb +17 -0
- data/lib/{facets → core/facets}/time/set.rb +0 -0
- data/lib/{facets → core/facets}/time/stamp.rb +0 -0
- data/lib/core/facets/time/to_date.rb +26 -0
- data/lib/core/facets/time/to_time.rb +15 -0
- data/lib/core/facets/time/trunc.rb +15 -0
- data/lib/{facets → core/facets}/to_hash.rb +0 -0
- data/lib/core/facets/unboundmethod.rb +3 -0
- data/lib/{facets → core/facets}/unboundmethod/arguments.rb +0 -0
- data/lib/core/facets/unboundmethod/name.rb +25 -0
- data/lib/{facets → lore/facets}/basicobject.rb +0 -0
- data/lib/{facets → lore/facets}/cgi.rb +0 -0
- data/lib/{facets → lore/facets}/continuation.rb +0 -0
- data/lib/{facets → lore/facets}/date.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/head.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/safe_ln.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/slice.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/tail.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/wc.rb +0 -0
- data/lib/lore/facets/fileutils/whereis.rb +64 -0
- data/lib/{facets → lore/facets}/fileutils/which.rb +0 -0
- data/lib/{facets → lore/facets}/getoptlong.rb +0 -0
- data/lib/{facets → lore/facets}/logger.rb +0 -0
- data/lib/{facets → lore/facets}/ostruct.rb +0 -0
- data/lib/lore/facets/pathname.rb +141 -0
- data/lib/{facets → lore/facets}/rbconfig.rb +0 -0
- data/lib/{facets → lore/facets}/set.rb +0 -0
- data/lib/{facets → lore/facets}/shellwords.rb +0 -0
- data/lib/{facets → lore/facets}/uri.rb +0 -0
- data/lib/lore/facets/yaml.rb +75 -0
- data/lib/{facets → more/facets}/1stclassmethod.rb +0 -0
- data/lib/{facets → more/facets}/advisable.rb +0 -0
- data/lib/{facets → more/facets}/annotations.rb +0 -0
- data/lib/more/facets/ansicode.rb +320 -0
- data/lib/more/facets/arguments.rb +363 -0
- data/lib/{facets → more/facets}/association.rb +0 -0
- data/lib/{facets → more/facets}/attr.rb +0 -0
- data/lib/{facets → more/facets}/autoarray.rb +0 -0
- data/lib/{facets → more/facets}/autoreload.rb +0 -0
- data/lib/{facets → more/facets}/basex.rb +0 -0
- data/lib/{facets → more/facets}/bbcode.rb +0 -0
- data/lib/{facets → more/facets}/bicrypt.rb +0 -0
- data/lib/{facets → more/facets}/binreadable.rb +0 -0
- data/lib/{facets → more/facets}/buildable.rb +0 -0
- data/lib/{facets → more/facets}/bytes.rb +0 -0
- data/lib/{facets → more/facets}/cachedecorator.rb +0 -0
- data/lib/{facets → more/facets}/capsule.rb +0 -0
- data/lib/{facets → more/facets}/cattr.rb +0 -0
- data/lib/{facets → more/facets}/chain.rb +0 -0
- data/lib/{facets → more/facets}/class_extension.rb +0 -0
- data/lib/{facets → more/facets}/classmethods.rb +0 -0
- data/lib/{facets → more/facets}/cloneable.rb +0 -0
- data/lib/more/facets/command.rb +436 -0
- data/lib/{facets → more/facets}/consoleutils.rb +0 -0
- data/lib/{facets → more/facets}/coroutine.rb +0 -0
- data/lib/{facets → more/facets}/crypt.rb +0 -0
- data/lib/{facets → more/facets}/cssfilter.rb +0 -0
- data/lib/{facets → more/facets}/daemonize.rb +0 -0
- data/lib/{facets → more/facets}/dependency.rb +0 -0
- data/lib/more/facets/dictionary.rb +478 -0
- data/lib/more/facets/dictionarymatcher.rb +136 -0
- data/lib/{facets → more/facets}/downloader.rb +0 -0
- data/lib/{facets → more/facets}/duplicable.rb +0 -0
- data/lib/{facets → more/facets}/duration.rb +0 -0
- data/lib/{facets → more/facets}/elementor.rb +0 -0
- data/lib/{facets → more/facets}/elementwise.rb +0 -0
- data/lib/{facets → more/facets}/enumerablepass.rb +0 -0
- data/lib/{facets → more/facets}/equatable.rb +0 -0
- data/lib/{facets → more/facets}/eventhook.rb +0 -0
- data/lib/{facets → more/facets}/expirable.rb +0 -0
- data/lib/{facets → more/facets}/fileable.rb +0 -0
- data/lib/more/facets/filelist.rb +497 -0
- data/lib/{facets → more/facets}/fileshell.rb +0 -0
- data/lib/{facets → more/facets}/heap.rb +0 -0
- data/lib/{facets → more/facets}/htmlfilter.rb +0 -0
- data/lib/{facets → more/facets}/indexable.rb +0 -0
- data/lib/{facets → more/facets}/infinity.rb +0 -0
- data/lib/{facets → more/facets}/inheritor.rb +0 -0
- data/lib/more/facets/ini.rb +264 -0
- data/lib/{facets → more/facets}/instantiable.rb +0 -0
- data/lib/{facets → more/facets}/instantise.rb +0 -0
- data/lib/{facets → more/facets}/interval.rb +0 -0
- data/lib/{facets → more/facets}/ioredirect.rb +0 -0
- data/lib/{facets → more/facets}/iteration.rb +0 -0
- data/lib/more/facets/kernel/meta.rb +32 -0
- data/lib/{facets → more/facets}/linkedlist.rb +0 -0
- data/lib/{facets → more/facets}/lrucache.rb +0 -0
- data/lib/{facets → more/facets}/main.rb +0 -0
- data/lib/{facets → more/facets}/memoize.rb +0 -0
- data/lib/{facets → more/facets}/methodspace.rb +0 -0
- data/lib/{facets → more/facets}/minitar.rb +0 -0
- data/lib/{facets → more/facets}/multipliers.rb +0 -0
- data/lib/{facets → more/facets}/multiton.rb +0 -0
- data/lib/{facets → more/facets}/nackclass.rb +0 -0
- data/lib/{facets → more/facets}/net/smtp_tls.rb +0 -0
- data/lib/{facets → more/facets}/nilstatus.rb +0 -0
- data/lib/{facets → more/facets}/nullclass.rb +0 -0
- data/lib/{facets → more/facets}/opencascade.rb +0 -0
- data/lib/{facets → more/facets}/opencollection.rb +0 -0
- data/lib/{facets → more/facets}/openhash.rb +0 -0
- data/lib/{facets → more/facets}/openobject.rb +0 -0
- data/lib/{facets → more/facets}/opesc.rb +0 -0
- data/lib/{facets → more/facets}/orderedhash.rb +0 -0
- data/lib/more/facets/overload.rb +94 -0
- data/lib/more/facets/paramix.rb +202 -0
- data/lib/{facets → more/facets}/pathlist.rb +0 -0
- data/lib/{facets → more/facets}/platform.rb +0 -0
- data/lib/{facets → more/facets}/pool.rb +0 -0
- data/lib/{facets → more/facets}/pqueue.rb +0 -0
- data/lib/{facets → more/facets}/progressbar.rb +0 -0
- data/lib/{facets → more/facets}/prototype.rb +0 -0
- data/lib/{facets → more/facets}/random.rb +0 -0
- data/lib/{facets → more/facets}/rbsystem.rb +0 -0
- data/lib/{facets → more/facets}/recorder.rb +0 -0
- data/lib/{facets → more/facets}/reference.rb +0 -0
- data/lib/more/facets/reflection.rb +145 -0
- data/lib/{facets → more/facets}/registerable.rb +0 -0
- data/lib/{facets → more/facets}/rwdelegator.rb +0 -0
- data/lib/{facets → more/facets}/semaphore.rb +0 -0
- data/lib/{facets → more/facets}/settings.rb +0 -0
- data/lib/{facets → more/facets}/snapshot.rb +0 -0
- data/lib/{facets → more/facets}/stackable.rb +0 -0
- data/lib/{facets → more/facets}/style.rb +0 -0
- data/lib/{facets → more/facets}/succ.rb +0 -0
- data/lib/{facets → more/facets}/syncarray.rb +0 -0
- data/lib/{facets → more/facets}/synchash.rb +0 -0
- data/lib/{facets → more/facets}/thread.rb +0 -0
- data/lib/{facets → more/facets}/timer.rb +0 -0
- data/lib/{facets → more/facets}/times.rb +0 -0
- data/lib/{facets → more/facets}/tracepoint.rb +0 -0
- data/lib/{facets → more/facets}/tuple.rb +0 -0
- data/lib/{facets → more/facets}/typecast.rb +0 -0
- data/lib/{facets → more/facets}/uninheritable.rb +0 -0
- data/lib/{facets → more/facets}/uploadutils.rb +0 -0
- data/lib/{facets → more/facets}/version.rb +0 -0
- data/lib/{facets → more/facets}/xmlhash.rb +0 -0
- data/lib/{facets → more/facets}/xoxo.rb +0 -0
- data/lib/{facets → more/facets}/ziputils.rb +0 -0
- data/test/core/array/test_combination.rb +29 -0
- data/test/{array → core/array}/test_delete.rb +0 -0
- data/test/{array → core/array}/test_indexable.rb +0 -0
- data/test/{array → core/array}/test_merge.rb +0 -0
- data/test/{array → core/array}/test_only.rb +0 -0
- data/test/{array → core/array}/test_pad.rb +0 -0
- data/test/core/array/test_permutation.rb +14 -0
- data/test/core/array/test_product.rb +58 -0
- data/test/{array → core/array}/test_rotate.rb +0 -0
- data/test/{array → core/array}/test_select.rb +0 -0
- data/test/{array → core/array}/test_stackable.rb +0 -0
- data/test/{binding → core/binding}/test_caller.rb +0 -0
- data/test/{binding → core/binding}/test_defined.rb +0 -0
- data/test/core/binding/test_eval.rb +16 -0
- data/test/{binding → core/binding}/test_local_variables.rb +0 -0
- data/test/{binding → core/binding}/test_opvars.rb +0 -0
- data/test/{binding → core/binding}/test_self.rb +0 -0
- data/test/{class → core/class}/test_descendents.rb +0 -0
- data/test/{comparable → core/comparable}/test_bound.rb +0 -0
- data/test/{comparable → core/comparable}/test_cmp.rb +0 -0
- data/test/{comparable → core/comparable}/test_comparable.rb +0 -0
- data/test/{dir → core/dir}/test_ascend.rb +0 -0
- data/test/{dir → core/dir}/test_descend.rb +0 -0
- data/test/{dir → core/dir}/test_multiglob.rb +0 -0
- data/test/{dir → core/dir}/test_parent.rb +0 -0
- data/test/{dir → core/dir}/test_recurse.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_cluster_by.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_collect.rb +0 -0
- data/test/core/enumerable/test_count.rb +22 -0
- data/test/{enumerable → core/enumerable}/test_each_by.rb +0 -0
- data/test/core/enumerable/test_group_by.rb +26 -0
- data/test/{enumerable → core/enumerable}/test_inject.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_mash.rb +0 -0
- data/test/core/enumerable/test_modulate.rb +14 -0
- data/test/core/enumerable/test_none.rb +17 -0
- data/test/{enumerable → core/enumerable}/test_occur.rb +0 -0
- data/test/core/enumerable/test_one.rb +19 -0
- data/test/{enumerable → core/enumerable}/test_probability.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_uniq_by.rb +0 -0
- data/test/{exception → core/exception}/test_exception.rb +0 -0
- data/test/{file → core/file}/test_file.rb +0 -0
- data/test/{filetest → core/filetest}/test_filetest.rb +0 -0
- data/test/{hash → core/hash}/test_alias.rb +0 -0
- data/test/{hash → core/hash}/test_at.rb +0 -0
- data/test/{hash → core/hash}/test_autonew.rb +0 -0
- data/test/{hash → core/hash}/test_collate.rb +0 -0
- data/test/{hash → core/hash}/test_delete.rb +0 -0
- data/test/{hash → core/hash}/test_insert.rb +0 -0
- data/test/{hash → core/hash}/test_inverse.rb +0 -0
- data/test/{hash → core/hash}/test_keys.rb +0 -0
- data/test/{hash → core/hash}/test_mash.rb +0 -0
- data/test/{hash → core/hash}/test_merge.rb +0 -0
- data/test/{hash → core/hash}/test_op.rb +0 -0
- data/test/core/hash/test_rekey.rb +73 -0
- data/test/{hash → core/hash}/test_select.rb +0 -0
- data/test/{hash → core/hash}/test_stringify_keys.rb +0 -0
- data/test/{hash → core/hash}/test_swap.rb +0 -0
- data/test/{hash → core/hash}/test_symbolize_keys.rb +0 -0
- data/test/{hash → core/hash}/test_traverse.rb +0 -0
- data/test/core/hash/test_update.rb +46 -0
- data/test/{hash → core/hash}/test_weave.rb +0 -0
- data/test/{hash → core/hash}/test_zipnew.rb +0 -0
- data/test/{integer → core/integer}/test_bitmask.rb +0 -0
- data/test/core/integer/test_even.rb +25 -0
- data/test/{integer → core/integer}/test_factorial.rb +0 -0
- data/test/{integer → core/integer}/test_multiple.rb +0 -0
- data/test/{integer → core/integer}/test_of.rb +0 -0
- data/test/{integer → core/integer}/test_ordinal.rb +0 -0
- data/test/{kernel → core/kernel}/test_as.rb +0 -0
- data/test/{kernel → core/kernel}/test_attr_singleton.rb +0 -0
- data/test/{kernel → core/kernel}/test_callstack.rb +0 -0
- data/test/{kernel → core/kernel}/test_constant.rb +0 -0
- data/test/{kernel → core/kernel}/test_deepcopy.rb +0 -0
- data/test/{kernel → core/kernel}/test_here.rb +0 -0
- data/test/{kernel → core/kernel}/test_in.rb +0 -0
- data/test/{kernel → core/kernel}/test_instance_assign.rb +0 -0
- data/test/{kernel → core/kernel}/test_instance_class.rb +0 -0
- data/test/{kernel → core/kernel}/test_not_nil.rb +0 -0
- data/test/{kernel → core/kernel}/test_object_class.rb +0 -0
- data/test/{kernel → core/kernel}/test_object_hexid.rb +0 -0
- data/test/{kernel → core/kernel}/test_populate.rb +0 -0
- data/test/{kernel → core/kernel}/test_resc.rb +0 -0
- data/test/{kernel → core/kernel}/test_returning.rb +0 -0
- data/test/{kernel → core/kernel}/test_silence.rb +0 -0
- data/test/core/kernel/test_tap.rb +19 -0
- data/test/{kernel → core/kernel}/test_val.rb +0 -0
- data/test/{matchdata → core/matchdata}/test_match.rb +0 -0
- data/test/{matchdata → core/matchdata}/test_matchset.rb +0 -0
- data/test/{module → core/module}/test_abstract.rb +0 -0
- data/test/{module → core/module}/test_alias.rb +0 -0
- data/test/{module → core/module}/test_ancestor.rb +0 -0
- data/test/{module → core/module}/test_basename.rb +0 -0
- data/test/{module → core/module}/test_clone.rb +0 -0
- data/test/{module → core/module}/test_modspace.rb +0 -0
- data/test/{module → core/module}/test_nesting.rb +0 -0
- data/test/{module → core/module}/test_op.rb +0 -0
- data/test/{module → core/module}/test_pathize.rb +0 -0
- data/test/{module → core/module}/test_revise.rb +0 -0
- data/test/{module → core/module}/test_spacename.rb +0 -0
- data/test/core/nilclass/test_to_f.rb +11 -0
- data/test/{numeric → core/numeric}/test_approx.rb +0 -0
- data/test/{numeric → core/numeric}/test_distance.rb +0 -0
- data/test/{numeric → core/numeric}/test_round.rb +0 -0
- data/test/{proc → core/proc}/test_bind.rb +0 -0
- data/test/{proc → core/proc}/test_compose.rb +0 -0
- data/test/{proc → core/proc}/test_curry.rb +0 -0
- data/test/{proc → core/proc}/test_partial.rb +0 -0
- data/test/{proc → core/proc}/test_to_method.rb +0 -0
- data/test/{range → core/range}/test_combine.rb +0 -0
- data/test/{range → core/range}/test_overlap.rb +0 -0
- data/test/{range → core/range}/test_to_r.rb +0 -0
- data/test/{range → core/range}/test_within.rb +0 -0
- data/test/{regexp → core/regexp}/test_arity.rb +0 -0
- data/test/{regexp → core/regexp}/test_to_re.rb +0 -0
- data/test/{string → core/string}/test_align.rb +0 -0
- data/test/{string → core/string}/test_bracket.rb +0 -0
- data/test/core/string/test_bytes.rb +12 -0
- data/test/{string → core/string}/test_camelcase.rb +0 -0
- data/test/{string → core/string}/test_capitalized.rb +0 -0
- data/test/core/string/test_chars.rb +12 -0
- data/test/{string → core/string}/test_cleave.rb +0 -0
- data/test/{string → core/string}/test_divide.rb +0 -0
- data/test/core/string/test_each_char.rb +14 -0
- data/test/{string → core/string}/test_fold.rb +0 -0
- data/test/{string → core/string}/test_interpolate.rb +0 -0
- data/test/{string → core/string}/test_line_wrap.rb +0 -0
- data/test/core/string/test_lines.rb +11 -0
- data/test/{string → core/string}/test_mscan.rb +0 -0
- data/test/{string → core/string}/test_natcmp.rb +0 -0
- data/test/{string → core/string}/test_nchar.rb +0 -0
- data/test/{string → core/string}/test_range.rb +0 -0
- data/test/{string → core/string}/test_shatter.rb +0 -0
- data/test/{string → core/string}/test_snakecase.rb +0 -0
- data/test/{string → core/string}/test_subtract.rb +0 -0
- data/test/{string → core/string}/test_tab.rb +0 -0
- data/test/{string → core/string}/test_titlecase.rb +0 -0
- data/test/{string → core/string}/test_to_re.rb +0 -0
- data/test/core/string/test_to_time.rb +15 -0
- data/test/{string → core/string}/test_words.rb +0 -0
- data/test/{string → core/string}/test_xor.rb +0 -0
- data/test/{symbol → core/symbol}/test_chomp.rb +0 -0
- data/test/{symbol → core/symbol}/test_generate.rb +0 -0
- data/test/{symbol → core/symbol}/test_not.rb +0 -0
- data/test/core/symbol/test_succ.rb +13 -0
- data/test/core/symbol/test_to_proc.rb +32 -0
- data/test/{time → core/time}/test_change.rb +0 -0
- data/test/{time → core/time}/test_elapse.rb +0 -0
- data/test/core/time/test_hence.rb +13 -0
- data/test/core/time/test_round.rb +31 -0
- data/test/{time → core/time}/test_stamp.rb +0 -0
- data/test/core/time/test_to_date.rb +12 -0
- data/test/core/time/test_to_time.rb +12 -0
- data/test/core/time/test_trunc.rb +31 -0
- data/test/{test_basicobject.rb → lore/test_basicobject.rb} +0 -0
- data/test/{test_continuation.rb → lore/test_continuation.rb} +0 -0
- data/test/{test_date.rb → lore/test_date.rb} +0 -0
- data/test/{test_ostruct.rb → lore/test_ostruct.rb} +0 -0
- data/test/{test_1stclassmethod.rb → more/test_1stclassmethod.rb} +0 -0
- data/test/{test_advisable.rb → more/test_advisable.rb} +0 -0
- data/test/{test_annotations.rb → more/test_annotations.rb} +0 -0
- data/test/more/test_ansicode.rb +20 -0
- data/test/{test_arguments.rb → more/test_arguments.rb} +0 -0
- data/test/{test_association.rb → more/test_association.rb} +0 -0
- data/test/{test_autoarray.rb → more/test_autoarray.rb} +0 -0
- data/test/{test_bbcode.rb → more/test_bbcode.rb} +0 -0
- data/test/{test_binreadable.rb → more/test_binreadable.rb} +0 -0
- data/test/{test_blank.rb → more/test_blank.rb} +0 -0
- data/test/{test_boolean.rb → more/test_boolean.rb} +0 -0
- data/test/{test_buildable.rb → more/test_buildable.rb} +0 -0
- data/test/{test_bytes.rb → more/test_bytes.rb} +0 -0
- data/test/{test_cattr.rb → more/test_cattr.rb} +0 -0
- data/test/{test_class_extension.rb → more/test_class_extension.rb} +0 -0
- data/test/{test_classmethods.rb → more/test_classmethods.rb} +0 -0
- data/test/{test_cloneable.rb → more/test_cloneable.rb} +0 -0
- data/test/{test_command.rb → more/test_command.rb} +0 -0
- data/test/{test_coroutine.rb → more/test_coroutine.rb} +0 -0
- data/test/{test_crypt.rb → more/test_crypt.rb} +0 -0
- data/test/{test_dependency.rb → more/test_dependency.rb} +0 -0
- data/test/more/test_dictionary.rb +145 -0
- data/test/{test_elementor.rb → more/test_elementor.rb} +0 -0
- data/test/{test_elementwise.rb → more/test_elementwise.rb} +0 -0
- data/test/{test_enumerablepass.rb → more/test_enumerablepass.rb} +0 -0
- data/test/{test_equatable.rb → more/test_equatable.rb} +0 -0
- data/test/{test_functor.rb → more/test_functor.rb} +0 -0
- data/test/{test_getoptlong.rb → more/test_getoptlong.rb} +0 -0
- data/test/{test_infinity.rb → more/test_infinity.rb} +0 -0
- data/test/{test_inheritor.rb → more/test_inheritor.rb} +0 -0
- data/test/{test_instantiable.rb → more/test_instantiable.rb} +0 -0
- data/test/{test_instantise.rb → more/test_instantise.rb} +0 -0
- data/test/{test_interval.rb → more/test_interval.rb} +0 -0
- data/test/{test_linkedlist.rb → more/test_linkedlist.rb} +0 -0
- data/test/{test_lrucache.rb → more/test_lrucache.rb} +0 -0
- data/test/{test_memoize.rb → more/test_memoize.rb} +0 -0
- data/test/{test_metaid.rb → more/test_metaid.rb} +0 -0
- data/test/{test_methodspace.rb → more/test_methodspace.rb} +0 -0
- data/test/{test_multipliers.rb → more/test_multipliers.rb} +0 -0
- data/test/{test_multiton.rb → more/test_multiton.rb} +0 -0
- data/test/{test_opencascade.rb → more/test_opencascade.rb} +0 -0
- data/test/{test_openobject.rb → more/test_openobject.rb} +0 -0
- data/test/more/test_overload.rb +160 -0
- data/test/more/test_paramix.rb +167 -0
- data/test/{test_prototype.rb → more/test_prototype.rb} +0 -0
- data/test/{test_random.rb → more/test_random.rb} +0 -0
- data/test/{test_recorder.rb → more/test_recorder.rb} +0 -0
- data/test/{test_snapshot.rb → more/test_snapshot.rb} +0 -0
- data/test/{test_style.rb → more/test_style.rb} +0 -0
- data/test/{test_succ.rb → more/test_succ.rb} +0 -0
- data/test/{test_syncarray.rb → more/test_syncarray.rb} +0 -0
- data/test/{test_synchash.rb → more/test_synchash.rb} +0 -0
- data/test/{test_thread.rb → more/test_thread.rb} +0 -0
- data/test/{test_timer.rb → more/test_timer.rb} +0 -0
- data/test/{test_times.rb → more/test_times.rb} +0 -0
- data/test/{test_to_hash.rb → more/test_to_hash.rb} +0 -0
- data/test/{test_tuple.rb → more/test_tuple.rb} +0 -0
- data/test/{test_typecast.rb → more/test_typecast.rb} +0 -0
- data/test/{test_uninheritable.rb → more/test_uninheritable.rb} +0 -0
- data/test/{test_uri.rb → more/test_uri.rb} +0 -0
- data/test/{test_xoxo.rb → more/test_xoxo.rb} +0 -0
- metadata +3354 -1528
- data/NOTES +0 -58
- data/doc/html/api.css +0 -79
- data/doc/html/api/core/classes/Array.html +0 -894
- data/doc/html/api/core/classes/Binding.html +0 -419
- data/doc/html/api/core/classes/Class.html +0 -218
- data/doc/html/api/core/classes/Comparable.html +0 -261
- data/doc/html/api/core/classes/Dir.html +0 -397
- data/doc/html/api/core/classes/Enumerable.html +0 -1124
- data/doc/html/api/core/classes/Exception.html +0 -130
- data/doc/html/api/core/classes/File.html +0 -456
- data/doc/html/api/core/classes/FileTest.html +0 -118
- data/doc/html/api/core/classes/Float.html +0 -133
- data/doc/html/api/core/classes/Functor.html +0 -173
- data/doc/html/api/core/classes/Hash.html +0 -1992
- data/doc/html/api/core/classes/Indexable.html +0 -606
- data/doc/html/api/core/classes/Integer.html +0 -577
- data/doc/html/api/core/classes/Kernel.html +0 -2135
- data/doc/html/api/core/classes/MatchData.html +0 -203
- data/doc/html/api/core/classes/MissingArgument.html +0 -97
- data/doc/html/api/core/classes/Module.html +0 -1605
- data/doc/html/api/core/classes/Module/CloneExtensions.html +0 -188
- data/doc/html/api/core/classes/Object.html +0 -147
- data/doc/html/api/core/classes/Proc.html +0 -346
- data/doc/html/api/core/classes/Range.html +0 -360
- data/doc/html/api/core/classes/Regexp.html +0 -193
- data/doc/html/api/core/classes/Stackable.html +0 -264
- data/doc/html/api/core/classes/String.html +0 -2297
- data/doc/html/api/core/classes/String/Words.html +0 -330
- data/doc/html/api/core/classes/Time.html +0 -521
- data/doc/html/api/core/classes/UnboundMethod.html +0 -196
- data/doc/html/api/core/created.rid +0 -1
- data/doc/html/api/core/files/AUTHORS.html +0 -256
- data/doc/html/api/core/files/CHANGES.html +0 -275
- data/doc/html/api/core/files/COPYING.html +0 -462
- data/doc/html/api/core/files/MANIFEST.html +0 -597
- data/doc/html/api/core/files/NOTES.html +0 -164
- data/doc/html/api/core/files/README.html +0 -412
- data/doc/html/api/core/files/lib/facets/array/conjoin_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/delete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/indexable_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/array/merge_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/not_empty_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/only_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/pad_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/product_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/array/rotate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/select_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/splice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/stackable_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/array/traverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array_rb.html +0 -129
- data/doc/html/api/core/files/lib/facets/binding/caller_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/binding/defined_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/local_variables_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/opvars_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/self_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/bitmask_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/blank_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/boolean_rb.html +0 -126
- data/doc/html/api/core/files/lib/facets/callstack_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/descendents_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/prepend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/subclasses_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/class_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/comparable/bound_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/comparable/cmp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/comparable/comparable_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/comparable_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/dir/ascend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/descend_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/dir/multiglob_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/parent_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/recurse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir_rb.html +0 -102
- data/doc/html/api/core/files/lib/facets/duplicable_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/enumerable/accumulate_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/cluster_by_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/collect_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/divide_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/duplicates_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/each_by_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/inject_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/map_send_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/mash_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/mode_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/modulate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/occur_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/probability_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/split_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/sum_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/uniq_by_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable_rb.html +0 -111
- data/doc/html/api/core/files/lib/facets/exception/detail_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/exception_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/file/null_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/read_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/rewrite_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/rootname_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/write_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/filetest/root_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/filetest_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/functor_rb.html +0 -151
- data/doc/html/api/core/files/lib/facets/hash/alias_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/argumentize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/at_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/autonew_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/collate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/delete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/diff_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/except_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/insert_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/inverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/join_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/keys_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/mash_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/merge_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/op_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/rekey_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/select_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/slice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/stringify_keys_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/swap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/symbolize_keys_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/to_h_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/to_proc_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/to_struct_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/traverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/update_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/weave_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/zipnew_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash_rb.html +0 -118
- data/doc/html/api/core/files/lib/facets/indexable_rb.html +0 -113
- data/doc/html/api/core/files/lib/facets/integer/factorial_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/multiple_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/of_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/ordinal_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/kernel/__dir___rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/as_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/ask_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/attr_singleton_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/complete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/constant_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/d_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/deep_copy_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/demo_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/ergo_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/here_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/in_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/instance_exec_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/instance_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/load_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/maybe_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/not_nil_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/object_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/p_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/populate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/resc_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/respond_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/returning_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/silence_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/singleton_class_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/try_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/val_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/with_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel_rb.html +0 -115
- data/doc/html/api/core/files/lib/facets/matchdata/match_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/matchdata/matchset_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/matchdata_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/metaid_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/abstract_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/alias_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/ancestor_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/can_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/class_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/clone_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/conflict_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/include_function_module_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/instance_methods_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/is_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/module_load_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/nesting_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/op_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/pathize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/prepend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/revise_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/nilclass_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/numeric/approx_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric/distance_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric/round_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/proc/bind_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/compose_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/curry_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/partial_rb.html +0 -125
- data/doc/html/api/core/files/lib/facets/proc/to_method_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/proc/update_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/range/combine_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/overlap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/to_r_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/umbrella_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/range/within_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/regexp/arity_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/regexp/to_re_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/regexp_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/ruby_rb.html +0 -110
- data/doc/html/api/core/files/lib/facets/stackable_rb.html +0 -120
- data/doc/html/api/core/files/lib/facets/string/align_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/bracket_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/camelcase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/capitalized_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/chomp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/cleave_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/divide_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/fold_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/interpolate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/line_wrap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/mscan_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/natcmp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/nchar_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/range_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/rewrite_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/shatter_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/snakecase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/splice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/stylize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/subtract_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/tab_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/titlecase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/to_re_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/to_time_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/string/underscore_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/words_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/string/xor_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/symbol/chomp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol/generate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol/not_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/time/ago_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/time/change_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/elapse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/hence_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/set_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/time/stamp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/to_hash_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/unboundmethod/arguments_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/unboundmethod_rb.html +0 -97
- data/doc/html/api/core/fr_class_index.html +0 -74
- data/doc/html/api/core/fr_file_index.html +0 -269
- data/doc/html/api/core/fr_method_index.html +0 -463
- data/doc/html/api/core/index.html +0 -26
- data/doc/html/api/more/classes/ANSICode.html +0 -495
- data/doc/html/api/more/classes/Advisable.html +0 -271
- data/doc/html/api/more/classes/Advisable/Method.html +0 -251
- data/doc/html/api/more/classes/Archive.html +0 -89
- data/doc/html/api/more/classes/Archive/Tar.html +0 -89
- data/doc/html/api/more/classes/Archive/Tar/Minitar.html +0 -470
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Input.html +0 -380
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Output.html +0 -218
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Reader.html +0 -285
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Writer.html +0 -419
- data/doc/html/api/more/classes/Association.html +0 -307
- data/doc/html/api/more/classes/Association/Kernel.html +0 -134
- data/doc/html/api/more/classes/Autoarray.html +0 -168
- data/doc/html/api/more/classes/BBCode.html +0 -534
- data/doc/html/api/more/classes/BasicObject.html +0 -260
- data/doc/html/api/more/classes/Behavior.html +0 -145
- data/doc/html/api/more/classes/BiCrypt.html +0 -543
- data/doc/html/api/more/classes/BigDuration.html +0 -327
- data/doc/html/api/more/classes/BinReadable.html +0 -536
- data/doc/html/api/more/classes/BinReadable/ByteOrder.html +0 -225
- data/doc/html/api/more/classes/Buildable.html +0 -154
- data/doc/html/api/more/classes/BuildingBlock.html +0 -362
- data/doc/html/api/more/classes/CGI.html +0 -187
- data/doc/html/api/more/classes/CLI.html +0 -108
- data/doc/html/api/more/classes/CLI/Arguments.html +0 -709
- data/doc/html/api/more/classes/CLI/Command.html +0 -436
- data/doc/html/api/more/classes/CLI/Command/UniversalOptions.html +0 -91
- data/doc/html/api/more/classes/CLI/NoCommandError.html +0 -113
- data/doc/html/api/more/classes/CLI/NoOptionError.html +0 -120
- data/doc/html/api/more/classes/CacheDecorator.html +0 -224
- data/doc/html/api/more/classes/Capsule.html +0 -410
- data/doc/html/api/more/classes/Capsule/MissingFile.html +0 -96
- data/doc/html/api/more/classes/Chain.html +0 -208
- data/doc/html/api/more/classes/Cloneable.html +0 -131
- data/doc/html/api/more/classes/Config.html +0 -137
- data/doc/html/api/more/classes/ConsoleUtils.html +0 -240
- data/doc/html/api/more/classes/Continuation.html +0 -115
- data/doc/html/api/more/classes/Coroutine.html +0 -286
- data/doc/html/api/more/classes/Crypt.html +0 -277
- data/doc/html/api/more/classes/CssFilter.html +0 -473
- data/doc/html/api/more/classes/CssTree.html +0 -149
- data/doc/html/api/more/classes/Date.html +0 -252
- data/doc/html/api/more/classes/Dictionary.html +0 -1247
- data/doc/html/api/more/classes/Downloader.html +0 -514
- data/doc/html/api/more/classes/Duration.html +0 -769
- data/doc/html/api/more/classes/Enumerable.html +0 -340
- data/doc/html/api/more/classes/Enumerable/Elementor.html +0 -172
- data/doc/html/api/more/classes/Enumerable/Enumerator.html +0 -118
- data/doc/html/api/more/classes/EnumerablePass.html +0 -216
- data/doc/html/api/more/classes/Equatable.html +0 -190
- data/doc/html/api/more/classes/EventHook.html +0 -176
- data/doc/html/api/more/classes/Expirable.html +0 -197
- data/doc/html/api/more/classes/File.html +0 -130
- data/doc/html/api/more/classes/FileList.html +0 -982
- data/doc/html/api/more/classes/FileShell.html +0 -774
- data/doc/html/api/more/classes/FileUtils.html +0 -454
- data/doc/html/api/more/classes/Fileable.html +0 -181
- data/doc/html/api/more/classes/Fileable/DSL.html +0 -306
- data/doc/html/api/more/classes/GetoptLong.html +0 -120
- data/doc/html/api/more/classes/GetoptLong/DSL.html +0 -210
- data/doc/html/api/more/classes/Hash2Xml.html +0 -177
- data/doc/html/api/more/classes/HtmlFilter.html +0 -850
- data/doc/html/api/more/classes/IORedirect.html +0 -222
- data/doc/html/api/more/classes/InfinityClass.html +0 -452
- data/doc/html/api/more/classes/InfinityClass/Numeric.html +0 -197
- data/doc/html/api/more/classes/InstanceReflection.html +0 -129
- data/doc/html/api/more/classes/Instantiable.html +0 -142
- data/doc/html/api/more/classes/Instantise.html +0 -162
- data/doc/html/api/more/classes/Interval.html +0 -879
- data/doc/html/api/more/classes/It.html +0 -207
- data/doc/html/api/more/classes/LRUCache.html +0 -464
- data/doc/html/api/more/classes/LRUCache/Item.html +0 -114
- data/doc/html/api/more/classes/LRUCache/Sentinel.html +0 -100
- data/doc/html/api/more/classes/Lazy.html +0 -96
- data/doc/html/api/more/classes/Lazy/Future.html +0 -100
- data/doc/html/api/more/classes/Lazy/Promise.html +0 -112
- data/doc/html/api/more/classes/Lazy/PromiseSafe.html +0 -99
- data/doc/html/api/more/classes/LinkedList.html +0 -494
- data/doc/html/api/more/classes/LinkedList/Node.html +0 -151
- data/doc/html/api/more/classes/Logger.html +0 -231
- data/doc/html/api/more/classes/Logger/Ansicolor.html +0 -279
- data/doc/html/api/more/classes/Logger/LogDevice.html +0 -123
- data/doc/html/api/more/classes/Module.html +0 -1410
- data/doc/html/api/more/classes/Multiton.html +0 -207
- data/doc/html/api/more/classes/Multiton/Inclusive.html +0 -128
- data/doc/html/api/more/classes/Multiton/MetaMethods.html +0 -270
- data/doc/html/api/more/classes/NackClass.html +0 -99
- data/doc/html/api/more/classes/Net/SMTP.html +0 -259
- data/doc/html/api/more/classes/NilClass.html +0 -227
- data/doc/html/api/more/classes/NullClass.html +0 -204
- data/doc/html/api/more/classes/Numeric.html +0 -1188
- data/doc/html/api/more/classes/ObjectReflection.html +0 -145
- data/doc/html/api/more/classes/OpEsc.html +0 -138
- data/doc/html/api/more/classes/OpenCascade.html +0 -144
- data/doc/html/api/more/classes/OpenCollection.html +0 -140
- data/doc/html/api/more/classes/OpenHash.html +0 -158
- data/doc/html/api/more/classes/OpenObject.html +0 -604
- data/doc/html/api/more/classes/OpenStruct.html +0 -413
- data/doc/html/api/more/classes/PQueue.html +0 -734
- data/doc/html/api/more/classes/PathList.html +0 -161
- data/doc/html/api/more/classes/PathList/Finder.html +0 -137
- data/doc/html/api/more/classes/Pathname.html +0 -178
- data/doc/html/api/more/classes/Pool.html +0 -206
- data/doc/html/api/more/classes/Proc.html +0 -138
- data/doc/html/api/more/classes/ProgressBar.html +0 -683
- data/doc/html/api/more/classes/Prototype.html +0 -245
- data/doc/html/api/more/classes/RWDelegator.html +0 -196
- data/doc/html/api/more/classes/Random.html +0 -164
- data/doc/html/api/more/classes/Random/Array.html +0 -341
- data/doc/html/api/more/classes/Random/Hash.html +0 -380
- data/doc/html/api/more/classes/Random/Object.html +0 -121
- data/doc/html/api/more/classes/Random/String.html +0 -301
- data/doc/html/api/more/classes/Random/String/Self.html +0 -155
- data/doc/html/api/more/classes/Recorder.html +0 -205
- data/doc/html/api/more/classes/RecursiveDependency.html +0 -92
- data/doc/html/api/more/classes/Reference.html +0 -198
- data/doc/html/api/more/classes/Registerable.html +0 -159
- data/doc/html/api/more/classes/Semaphore.html +0 -262
- data/doc/html/api/more/classes/Set.html +0 -119
- data/doc/html/api/more/classes/Settings.html +0 -290
- data/doc/html/api/more/classes/Settings/Setting.html +0 -225
- data/doc/html/api/more/classes/Settings/SettingCollection.html +0 -144
- data/doc/html/api/more/classes/Shellwords.html +0 -113
- data/doc/html/api/more/classes/SimpleStringIO.html +0 -137
- data/doc/html/api/more/classes/Snapshot.html +0 -196
- data/doc/html/api/more/classes/Snapshot/ValueHolder.html +0 -165
- data/doc/html/api/more/classes/String/Style.html +0 -695
- data/doc/html/api/more/classes/Struct.html +0 -132
- data/doc/html/api/more/classes/SyncArray.html +0 -129
- data/doc/html/api/more/classes/SyncHash.html +0 -158
- data/doc/html/api/more/classes/SyncHash/Delegator.html +0 -213
- data/doc/html/api/more/classes/SyncHash/Inheritor.html +0 -213
- data/doc/html/api/more/classes/System.html +0 -1119
- data/doc/html/api/more/classes/Timer.html +0 -466
- data/doc/html/api/more/classes/Timer/Dummy.html +0 -141
- data/doc/html/api/more/classes/TracePoint.html +0 -455
- data/doc/html/api/more/classes/Tuple.html +0 -902
- data/doc/html/api/more/classes/TypeCast.html +0 -158
- data/doc/html/api/more/classes/TypeCast/Class.html +0 -129
- data/doc/html/api/more/classes/TypeCast/Object.html +0 -119
- data/doc/html/api/more/classes/TypeCastException.html +0 -96
- data/doc/html/api/more/classes/URI.html +0 -455
- data/doc/html/api/more/classes/URI/Hash.html +0 -107
- data/doc/html/api/more/classes/URI/Kernel.html +0 -124
- data/doc/html/api/more/classes/Uninheritable.html +0 -122
- data/doc/html/api/more/classes/UploadUtils.html +0 -499
- data/doc/html/api/more/classes/VersionNumber.html +0 -384
- data/doc/html/api/more/classes/Weekdays.html +0 -248
- data/doc/html/api/more/classes/XOXO.html +0 -252
- data/doc/html/api/more/classes/ZipUtils.html +0 -437
- data/doc/html/api/more/classes/ZipUtils/DryRun.html +0 -225
- data/doc/html/api/more/classes/ZipUtils/NoWrite.html +0 -225
- data/doc/html/api/more/classes/ZipUtils/Verbose.html +0 -225
- data/doc/html/api/more/created.rid +0 -1
- data/doc/html/api/more/files/AUTHORS.html +0 -257
- data/doc/html/api/more/files/CHANGES.html +0 -274
- data/doc/html/api/more/files/COPYING.html +0 -462
- data/doc/html/api/more/files/MANIFEST.html +0 -597
- data/doc/html/api/more/files/NOTES.html +0 -166
- data/doc/html/api/more/files/README.html +0 -411
- data/doc/html/api/more/files/lib/facets/1stclassmethod_rb.html +0 -181
- data/doc/html/api/more/files/lib/facets/advisable_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/annotations_rb.html +0 -179
- data/doc/html/api/more/files/lib/facets/ansicode_rb.html +0 -199
- data/doc/html/api/more/files/lib/facets/arguments_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/association_rb.html +0 -158
- data/doc/html/api/more/files/lib/facets/attr_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/autoarray_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/autoreload_rb.html +0 -134
- data/doc/html/api/more/files/lib/facets/basicobject_rb.html +0 -190
- data/doc/html/api/more/files/lib/facets/bbcode_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/behavior_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/bicrypt_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/binreadable_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/buildable_rb.html +0 -228
- data/doc/html/api/more/files/lib/facets/bytes_rb.html +0 -170
- data/doc/html/api/more/files/lib/facets/cachedecorator_rb.html +0 -178
- data/doc/html/api/more/files/lib/facets/capsule_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/cattr_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/cgi_rb.html +0 -111
- data/doc/html/api/more/files/lib/facets/chain_rb.html +0 -114
- data/doc/html/api/more/files/lib/facets/class_extension_rb.html +0 -155
- data/doc/html/api/more/files/lib/facets/classmethods_rb.html +0 -213
- data/doc/html/api/more/files/lib/facets/cloneable_rb.html +0 -134
- data/doc/html/api/more/files/lib/facets/command_rb.html +0 -170
- data/doc/html/api/more/files/lib/facets/consoleutils_rb.html +0 -109
- data/doc/html/api/more/files/lib/facets/continuation_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/core_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/coroutine_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/crypt_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/cssfilter_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/daemonize_rb.html +0 -118
- data/doc/html/api/more/files/lib/facets/date_rb.html +0 -121
- data/doc/html/api/more/files/lib/facets/dependency_rb.html +0 -158
- data/doc/html/api/more/files/lib/facets/dictionary_rb.html +0 -198
- data/doc/html/api/more/files/lib/facets/downloader_rb.html +0 -137
- data/doc/html/api/more/files/lib/facets/duration_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/elementor_rb.html +0 -148
- data/doc/html/api/more/files/lib/facets/elementwise_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/enumerablepass_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/equatable_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/eventhook_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/expirable_rb.html +0 -116
- data/doc/html/api/more/files/lib/facets/fileable_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/filelist_rb.html +0 -164
- data/doc/html/api/more/files/lib/facets/fileshell_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/fileutils/head_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/safe_ln_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/slice_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/tail_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/wc_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/whereis_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/which_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils_rb.html +0 -131
- data/doc/html/api/more/files/lib/facets/float/round_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/getoptlong_rb.html +0 -135
- data/doc/html/api/more/files/lib/facets/heap_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/htmlfilter_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/infinity_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/inheritor_rb.html +0 -149
- data/doc/html/api/more/files/lib/facets/instantiable_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/instantise_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/interval_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/ioredirect_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/iteration_rb.html +0 -94
- data/doc/html/api/more/files/lib/facets/lazy_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/linkedlist_rb.html +0 -159
- data/doc/html/api/more/files/lib/facets/logger_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/lrucache_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/main_rb.html +0 -126
- data/doc/html/api/more/files/lib/facets/memoize_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/meta_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/methodspace_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/minitar_rb.html +0 -203
- data/doc/html/api/more/files/lib/facets/multipliers_rb.html +0 -149
- data/doc/html/api/more/files/lib/facets/multiton_rb.html +0 -187
- data/doc/html/api/more/files/lib/facets/nackclass_rb.html +0 -121
- data/doc/html/api/more/files/lib/facets/net/smtp_tls_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/nilstatus_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/nullclass_rb.html +0 -122
- data/doc/html/api/more/files/lib/facets/opencascade_rb.html +0 -156
- data/doc/html/api/more/files/lib/facets/opencollection_rb.html +0 -123
- data/doc/html/api/more/files/lib/facets/openhash_rb.html +0 -107
- data/doc/html/api/more/files/lib/facets/openobject_rb.html +0 -167
- data/doc/html/api/more/files/lib/facets/opesc_rb.html +0 -94
- data/doc/html/api/more/files/lib/facets/orderedhash_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/ostruct_rb.html +0 -135
- data/doc/html/api/more/files/lib/facets/overload_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/pathlist_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/pathname_rb.html +0 -155
- data/doc/html/api/more/files/lib/facets/pool_rb.html +0 -131
- data/doc/html/api/more/files/lib/facets/pqueue_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/progressbar_rb.html +0 -126
- data/doc/html/api/more/files/lib/facets/prototype_rb.html +0 -102
- data/doc/html/api/more/files/lib/facets/random_rb.html +0 -148
- data/doc/html/api/more/files/lib/facets/rbconfig_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/rbsystem_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/recorder_rb.html +0 -154
- data/doc/html/api/more/files/lib/facets/reference_rb.html +0 -130
- data/doc/html/api/more/files/lib/facets/reflection_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/registerable_rb.html +0 -98
- data/doc/html/api/more/files/lib/facets/rwdelegator_rb.html +0 -122
- data/doc/html/api/more/files/lib/facets/semaphore_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/set_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/settings_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/shellwords_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/snapshot_rb.html +0 -177
- data/doc/html/api/more/files/lib/facets/style_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/succ_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/syncarray_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/synchash_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/thread_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/timer_rb.html +0 -174
- data/doc/html/api/more/files/lib/facets/times_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/tracepoint_rb.html +0 -167
- data/doc/html/api/more/files/lib/facets/tuple_rb.html +0 -160
- data/doc/html/api/more/files/lib/facets/typecast_rb.html +0 -214
- data/doc/html/api/more/files/lib/facets/uninheritable_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/uploadutils_rb.html +0 -176
- data/doc/html/api/more/files/lib/facets/uri_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/version_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/xmlhash_rb.html +0 -97
- data/doc/html/api/more/files/lib/facets/xoxo_rb.html +0 -136
- data/doc/html/api/more/files/lib/facets/yaml_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/ziputils_rb.html +0 -133
- data/doc/html/api/more/fr_class_index.html +0 -200
- data/doc/html/api/more/fr_file_index.html +0 -177
- data/doc/html/api/more/fr_method_index.html +0 -1181
- data/doc/html/api/more/index.html +0 -26
- data/doc/html/authors.html +0 -178
- data/doc/html/changes.html +0 -193
- data/doc/html/copying.html +0 -384
- data/doc/html/img/APIdocs.png +0 -0
- data/doc/html/img/RubyFacets.png +0 -0
- data/doc/html/img/bomb.gif +0 -0
- data/doc/html/img/develop.gif +0 -0
- data/doc/html/img/email.gif +0 -0
- data/doc/html/img/fade_blue_down.gif +0 -0
- data/doc/html/img/fade_red_down.png +0 -0
- data/doc/html/img/folder.gif +0 -0
- data/doc/html/img/home.gif +0 -0
- data/doc/html/img/menu_bkg.png +0 -0
- data/doc/html/img/quill.gif +0 -0
- data/doc/html/img/ruby-h.png +0 -0
- data/doc/html/img/ruby.gif +0 -0
- data/doc/html/img/ruby.png +0 -0
- data/doc/html/img/source.gif +0 -0
- data/doc/html/index.html +0 -16
- data/doc/html/js/doclist.js +0 -20
- data/doc/html/js/jquery.js +0 -3408
- data/doc/html/list.json +0 -1
- data/doc/html/manifest.html +0 -519
- data/doc/html/menu.html +0 -70
- data/doc/html/notes.html +0 -86
- data/doc/html/rakefile.html +0 -45
- data/doc/html/readme.html +0 -327
- data/doc/html/style-rdoc.css +0 -208
- data/lib/facets.rb +0 -2
- data/lib/facets/ansicode.rb +0 -320
- data/lib/facets/arguments.rb +0 -349
- data/lib/facets/array.rb +0 -24
- data/lib/facets/array/product.rb +0 -15
- data/lib/facets/binding.rb +0 -6
- data/lib/facets/binding/caller.rb +0 -54
- data/lib/facets/binding/defined.rb +0 -13
- data/lib/facets/binding/local_variables.rb +0 -15
- data/lib/facets/binding/opvars.rb +0 -24
- data/lib/facets/binding/self.rb +0 -12
- data/lib/facets/class.rb +0 -4
- data/lib/facets/command.rb +0 -422
- data/lib/facets/comparable.rb +0 -6
- data/lib/facets/core.rb +0 -50
- data/lib/facets/dictionary.rb +0 -474
- data/lib/facets/dir.rb +0 -9
- data/lib/facets/enumerable.rb +0 -19
- data/lib/facets/enumerable/cluster_by.rb +0 -21
- data/lib/facets/file.rb +0 -7
- data/lib/facets/file/rewrite.rb +0 -54
- data/lib/facets/file/rootname.rb +0 -23
- data/lib/facets/filelist.rb +0 -499
- data/lib/facets/filetest.rb +0 -3
- data/lib/facets/fileutils/whereis.rb +0 -63
- data/lib/facets/hash.rb +0 -25
- data/lib/facets/hash/merge.rb +0 -74
- data/lib/facets/hash/rekey.rb +0 -59
- data/lib/facets/hash/slice.rb +0 -23
- data/lib/facets/hash/update.rb +0 -75
- data/lib/facets/integer.rb +0 -7
- data/lib/facets/kernel.rb +0 -29
- data/lib/facets/kernel/ask.rb +0 -27
- data/lib/facets/matchdata.rb +0 -6
- data/lib/facets/meta.rb +0 -23
- data/lib/facets/module.rb +0 -22
- data/lib/facets/module/conflict.rb +0 -56
- data/lib/facets/nilclass.rb +0 -3
- data/lib/facets/numeric.rb +0 -5
- data/lib/facets/overload.rb +0 -94
- data/lib/facets/paramix.rb +0 -187
- data/lib/facets/pathname.rb +0 -112
- data/lib/facets/proc.rb +0 -6
- data/lib/facets/range.rb +0 -6
- data/lib/facets/reflection.rb +0 -98
- data/lib/facets/regexp.rb +0 -5
- data/lib/facets/ruby.rb +0 -485
- data/lib/facets/string.rb +0 -28
- data/lib/facets/string/to_time.rb +0 -1
- data/lib/facets/symbol.rb +0 -5
- data/lib/facets/time.rb +0 -11
- data/lib/facets/time/change.rb +0 -99
- data/lib/facets/time/hence.rb +0 -56
- data/lib/facets/time/to_time.rb +0 -14
- data/lib/facets/unboundmethod.rb +0 -4
- data/lib/facets/yaml.rb +0 -66
- data/log/changelog-0.rdoc +0 -239
- data/log/changelog-1.rdoc +0 -450
- data/log/changelog.rdoc +0 -1173
- data/log/fixme.rdoc +0 -12
- data/log/testlog.txt +0 -645
- data/log/todo.rdoc +0 -237
- data/meta/authors +0 -48
- data/meta/contact +0 -1
- data/meta/created +0 -1
- data/meta/description +0 -8
- data/meta/download +0 -1
- data/meta/homepage +0 -1
- data/meta/mailinglist +0 -1
- data/meta/project.yaml +0 -31
- data/meta/slogan +0 -1
- data/meta/unixname +0 -1
- data/meta/version +0 -1
- data/script/conflicts +0 -63
- data/script/document +0 -231
- data/script/methods +0 -49
- data/script/test +0 -37
- data/setup.rb +0 -1478
- data/test/array/test_product.rb +0 -25
- data/test/hash/test_rekey.rb +0 -41
- data/test/hash/test_rekey2.rb +0 -37
- data/test/hash/test_update.rb +0 -40
- data/test/test_ansicode.rb +0 -20
- data/test/test_dictionary.rb +0 -122
- data/test/test_overload.rb +0 -120
- data/test/test_ruby.rb +0 -198
- data/test/test_ruby/array/test_combination.rb +0 -29
- data/test/test_ruby/array/test_permutation.rb +0 -14
- data/test/test_ruby/array/test_product.rb +0 -23
- data/test/test_ruby/kernel/test_tap.rb +0 -19
- data/test/test_ruby/symbol/test_succ.rb +0 -13
- data/test/time/test_to_time.rb +0 -16
data/doc/html/img/APIdocs.png
DELETED
|
Binary file
|
data/doc/html/img/RubyFacets.png
DELETED
|
Binary file
|
data/doc/html/img/bomb.gif
DELETED
|
Binary file
|
data/doc/html/img/develop.gif
DELETED
|
Binary file
|
data/doc/html/img/email.gif
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/html/img/folder.gif
DELETED
|
Binary file
|
data/doc/html/img/home.gif
DELETED
|
Binary file
|
data/doc/html/img/menu_bkg.png
DELETED
|
Binary file
|
data/doc/html/img/quill.gif
DELETED
|
Binary file
|
data/doc/html/img/ruby-h.png
DELETED
|
Binary file
|
data/doc/html/img/ruby.gif
DELETED
|
Binary file
|
data/doc/html/img/ruby.png
DELETED
|
Binary file
|
data/doc/html/img/source.gif
DELETED
|
Binary file
|
data/doc/html/index.html
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
|
|
3
|
-
<head>
|
|
4
|
-
<title>Facets API</title>
|
|
5
|
-
<link rel="SHORTCUT ICON" HREF="img/ruby.gif">
|
|
6
|
-
<link href="api.css" rel="stylesheet" type="text/css">
|
|
7
|
-
</head>
|
|
8
|
-
|
|
9
|
-
<frameset cols="190px, *">
|
|
10
|
-
<frame src="menu.html" name="menuPane" scrolling="no" noresize="yes"/>
|
|
11
|
-
<frame src="readme.html" name="docPane"/>
|
|
12
|
-
</frameset>
|
|
13
|
-
|
|
14
|
-
</html>
|
|
15
|
-
|
|
16
|
-
|
data/doc/html/js/doclist.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
var docs;
|
|
2
|
-
|
|
3
|
-
function make_menu() {
|
|
4
|
-
jQuery.getJSON('list.json', function(data){
|
|
5
|
-
docs = data;
|
|
6
|
-
write_links('core');
|
|
7
|
-
write_links('more');
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
function write_links(typ) {
|
|
12
|
-
var list = '';
|
|
13
|
-
var dirs = docs[typ];
|
|
14
|
-
for(dir in dirs) {
|
|
15
|
-
list = list + '<a target="docPane" href="api/' + dirs[dir] + '/index.html">' + dirs[dir] + '</a> <br/>' + "\n";
|
|
16
|
-
};
|
|
17
|
-
e = document.getElementById(typ + 'Menu');
|
|
18
|
-
e.innerHTML = list;
|
|
19
|
-
};
|
|
20
|
-
|
data/doc/html/js/jquery.js
DELETED
|
@@ -1,3408 +0,0 @@
|
|
|
1
|
-
(function(){
|
|
2
|
-
/*
|
|
3
|
-
* jQuery 1.2.3 - New Wave Javascript
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2008 John Resig (jquery.com)
|
|
6
|
-
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
|
7
|
-
* and GPL (GPL-LICENSE.txt) licenses.
|
|
8
|
-
*
|
|
9
|
-
* $Date: 2008-02-06 00:21:25 -0500 (Wed, 06 Feb 2008) $
|
|
10
|
-
* $Rev: 4663 $
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
// Map over jQuery in case of overwrite
|
|
14
|
-
if ( window.jQuery )
|
|
15
|
-
var _jQuery = window.jQuery;
|
|
16
|
-
|
|
17
|
-
var jQuery = window.jQuery = function( selector, context ) {
|
|
18
|
-
// The jQuery object is actually just the init constructor 'enhanced'
|
|
19
|
-
return new jQuery.prototype.init( selector, context );
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
// Map over the $ in case of overwrite
|
|
23
|
-
if ( window.$ )
|
|
24
|
-
var _$ = window.$;
|
|
25
|
-
|
|
26
|
-
// Map the jQuery namespace to the '$' one
|
|
27
|
-
window.$ = jQuery;
|
|
28
|
-
|
|
29
|
-
// A simple way to check for HTML strings or ID strings
|
|
30
|
-
// (both of which we optimize for)
|
|
31
|
-
var quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;
|
|
32
|
-
|
|
33
|
-
// Is it a simple selector
|
|
34
|
-
var isSimple = /^.[^:#\[\.]*$/;
|
|
35
|
-
|
|
36
|
-
jQuery.fn = jQuery.prototype = {
|
|
37
|
-
init: function( selector, context ) {
|
|
38
|
-
// Make sure that a selection was provided
|
|
39
|
-
selector = selector || document;
|
|
40
|
-
|
|
41
|
-
// Handle $(DOMElement)
|
|
42
|
-
if ( selector.nodeType ) {
|
|
43
|
-
this[0] = selector;
|
|
44
|
-
this.length = 1;
|
|
45
|
-
return this;
|
|
46
|
-
|
|
47
|
-
// Handle HTML strings
|
|
48
|
-
} else if ( typeof selector == "string" ) {
|
|
49
|
-
// Are we dealing with HTML string or an ID?
|
|
50
|
-
var match = quickExpr.exec( selector );
|
|
51
|
-
|
|
52
|
-
// Verify a match, and that no context was specified for #id
|
|
53
|
-
if ( match && (match[1] || !context) ) {
|
|
54
|
-
|
|
55
|
-
// HANDLE: $(html) -> $(array)
|
|
56
|
-
if ( match[1] )
|
|
57
|
-
selector = jQuery.clean( [ match[1] ], context );
|
|
58
|
-
|
|
59
|
-
// HANDLE: $("#id")
|
|
60
|
-
else {
|
|
61
|
-
var elem = document.getElementById( match[3] );
|
|
62
|
-
|
|
63
|
-
// Make sure an element was located
|
|
64
|
-
if ( elem )
|
|
65
|
-
// Handle the case where IE and Opera return items
|
|
66
|
-
// by name instead of ID
|
|
67
|
-
if ( elem.id != match[3] )
|
|
68
|
-
return jQuery().find( selector );
|
|
69
|
-
|
|
70
|
-
// Otherwise, we inject the element directly into the jQuery object
|
|
71
|
-
else {
|
|
72
|
-
this[0] = elem;
|
|
73
|
-
this.length = 1;
|
|
74
|
-
return this;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
else
|
|
78
|
-
selector = [];
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// HANDLE: $(expr, [context])
|
|
82
|
-
// (which is just equivalent to: $(content).find(expr)
|
|
83
|
-
} else
|
|
84
|
-
return new jQuery( context ).find( selector );
|
|
85
|
-
|
|
86
|
-
// HANDLE: $(function)
|
|
87
|
-
// Shortcut for document ready
|
|
88
|
-
} else if ( jQuery.isFunction( selector ) )
|
|
89
|
-
return new jQuery( document )[ jQuery.fn.ready ? "ready" : "load" ]( selector );
|
|
90
|
-
|
|
91
|
-
return this.setArray(
|
|
92
|
-
// HANDLE: $(array)
|
|
93
|
-
selector.constructor == Array && selector ||
|
|
94
|
-
|
|
95
|
-
// HANDLE: $(arraylike)
|
|
96
|
-
// Watch for when an array-like object, contains DOM nodes, is passed in as the selector
|
|
97
|
-
(selector.jquery || selector.length && selector != window && !selector.nodeType && selector[0] != undefined && selector[0].nodeType) && jQuery.makeArray( selector ) ||
|
|
98
|
-
|
|
99
|
-
// HANDLE: $(*)
|
|
100
|
-
[ selector ] );
|
|
101
|
-
},
|
|
102
|
-
|
|
103
|
-
// The current version of jQuery being used
|
|
104
|
-
jquery: "1.2.3",
|
|
105
|
-
|
|
106
|
-
// The number of elements contained in the matched element set
|
|
107
|
-
size: function() {
|
|
108
|
-
return this.length;
|
|
109
|
-
},
|
|
110
|
-
|
|
111
|
-
// The number of elements contained in the matched element set
|
|
112
|
-
length: 0,
|
|
113
|
-
|
|
114
|
-
// Get the Nth element in the matched element set OR
|
|
115
|
-
// Get the whole matched element set as a clean array
|
|
116
|
-
get: function( num ) {
|
|
117
|
-
return num == undefined ?
|
|
118
|
-
|
|
119
|
-
// Return a 'clean' array
|
|
120
|
-
jQuery.makeArray( this ) :
|
|
121
|
-
|
|
122
|
-
// Return just the object
|
|
123
|
-
this[ num ];
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
// Take an array of elements and push it onto the stack
|
|
127
|
-
// (returning the new matched element set)
|
|
128
|
-
pushStack: function( elems ) {
|
|
129
|
-
// Build a new jQuery matched element set
|
|
130
|
-
var ret = jQuery( elems );
|
|
131
|
-
|
|
132
|
-
// Add the old object onto the stack (as a reference)
|
|
133
|
-
ret.prevObject = this;
|
|
134
|
-
|
|
135
|
-
// Return the newly-formed element set
|
|
136
|
-
return ret;
|
|
137
|
-
},
|
|
138
|
-
|
|
139
|
-
// Force the current matched set of elements to become
|
|
140
|
-
// the specified array of elements (destroying the stack in the process)
|
|
141
|
-
// You should use pushStack() in order to do this, but maintain the stack
|
|
142
|
-
setArray: function( elems ) {
|
|
143
|
-
// Resetting the length to 0, then using the native Array push
|
|
144
|
-
// is a super-fast way to populate an object with array-like properties
|
|
145
|
-
this.length = 0;
|
|
146
|
-
Array.prototype.push.apply( this, elems );
|
|
147
|
-
|
|
148
|
-
return this;
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
// Execute a callback for every element in the matched set.
|
|
152
|
-
// (You can seed the arguments with an array of args, but this is
|
|
153
|
-
// only used internally.)
|
|
154
|
-
each: function( callback, args ) {
|
|
155
|
-
return jQuery.each( this, callback, args );
|
|
156
|
-
},
|
|
157
|
-
|
|
158
|
-
// Determine the position of an element within
|
|
159
|
-
// the matched set of elements
|
|
160
|
-
index: function( elem ) {
|
|
161
|
-
var ret = -1;
|
|
162
|
-
|
|
163
|
-
// Locate the position of the desired element
|
|
164
|
-
this.each(function(i){
|
|
165
|
-
if ( this == elem )
|
|
166
|
-
ret = i;
|
|
167
|
-
});
|
|
168
|
-
|
|
169
|
-
return ret;
|
|
170
|
-
},
|
|
171
|
-
|
|
172
|
-
attr: function( name, value, type ) {
|
|
173
|
-
var options = name;
|
|
174
|
-
|
|
175
|
-
// Look for the case where we're accessing a style value
|
|
176
|
-
if ( name.constructor == String )
|
|
177
|
-
if ( value == undefined )
|
|
178
|
-
return this.length && jQuery[ type || "attr" ]( this[0], name ) || undefined;
|
|
179
|
-
|
|
180
|
-
else {
|
|
181
|
-
options = {};
|
|
182
|
-
options[ name ] = value;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// Check to see if we're setting style values
|
|
186
|
-
return this.each(function(i){
|
|
187
|
-
// Set all the styles
|
|
188
|
-
for ( name in options )
|
|
189
|
-
jQuery.attr(
|
|
190
|
-
type ?
|
|
191
|
-
this.style :
|
|
192
|
-
this,
|
|
193
|
-
name, jQuery.prop( this, options[ name ], type, i, name )
|
|
194
|
-
);
|
|
195
|
-
});
|
|
196
|
-
},
|
|
197
|
-
|
|
198
|
-
css: function( key, value ) {
|
|
199
|
-
// ignore negative width and height values
|
|
200
|
-
if ( (key == 'width' || key == 'height') && parseFloat(value) < 0 )
|
|
201
|
-
value = undefined;
|
|
202
|
-
return this.attr( key, value, "curCSS" );
|
|
203
|
-
},
|
|
204
|
-
|
|
205
|
-
text: function( text ) {
|
|
206
|
-
if ( typeof text != "object" && text != null )
|
|
207
|
-
return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) );
|
|
208
|
-
|
|
209
|
-
var ret = "";
|
|
210
|
-
|
|
211
|
-
jQuery.each( text || this, function(){
|
|
212
|
-
jQuery.each( this.childNodes, function(){
|
|
213
|
-
if ( this.nodeType != 8 )
|
|
214
|
-
ret += this.nodeType != 1 ?
|
|
215
|
-
this.nodeValue :
|
|
216
|
-
jQuery.fn.text( [ this ] );
|
|
217
|
-
});
|
|
218
|
-
});
|
|
219
|
-
|
|
220
|
-
return ret;
|
|
221
|
-
},
|
|
222
|
-
|
|
223
|
-
wrapAll: function( html ) {
|
|
224
|
-
if ( this[0] )
|
|
225
|
-
// The elements to wrap the target around
|
|
226
|
-
jQuery( html, this[0].ownerDocument )
|
|
227
|
-
.clone()
|
|
228
|
-
.insertBefore( this[0] )
|
|
229
|
-
.map(function(){
|
|
230
|
-
var elem = this;
|
|
231
|
-
|
|
232
|
-
while ( elem.firstChild )
|
|
233
|
-
elem = elem.firstChild;
|
|
234
|
-
|
|
235
|
-
return elem;
|
|
236
|
-
})
|
|
237
|
-
.append(this);
|
|
238
|
-
|
|
239
|
-
return this;
|
|
240
|
-
},
|
|
241
|
-
|
|
242
|
-
wrapInner: function( html ) {
|
|
243
|
-
return this.each(function(){
|
|
244
|
-
jQuery( this ).contents().wrapAll( html );
|
|
245
|
-
});
|
|
246
|
-
},
|
|
247
|
-
|
|
248
|
-
wrap: function( html ) {
|
|
249
|
-
return this.each(function(){
|
|
250
|
-
jQuery( this ).wrapAll( html );
|
|
251
|
-
});
|
|
252
|
-
},
|
|
253
|
-
|
|
254
|
-
append: function() {
|
|
255
|
-
return this.domManip(arguments, true, false, function(elem){
|
|
256
|
-
if (this.nodeType == 1)
|
|
257
|
-
this.appendChild( elem );
|
|
258
|
-
});
|
|
259
|
-
},
|
|
260
|
-
|
|
261
|
-
prepend: function() {
|
|
262
|
-
return this.domManip(arguments, true, true, function(elem){
|
|
263
|
-
if (this.nodeType == 1)
|
|
264
|
-
this.insertBefore( elem, this.firstChild );
|
|
265
|
-
});
|
|
266
|
-
},
|
|
267
|
-
|
|
268
|
-
before: function() {
|
|
269
|
-
return this.domManip(arguments, false, false, function(elem){
|
|
270
|
-
this.parentNode.insertBefore( elem, this );
|
|
271
|
-
});
|
|
272
|
-
},
|
|
273
|
-
|
|
274
|
-
after: function() {
|
|
275
|
-
return this.domManip(arguments, false, true, function(elem){
|
|
276
|
-
this.parentNode.insertBefore( elem, this.nextSibling );
|
|
277
|
-
});
|
|
278
|
-
},
|
|
279
|
-
|
|
280
|
-
end: function() {
|
|
281
|
-
return this.prevObject || jQuery( [] );
|
|
282
|
-
},
|
|
283
|
-
|
|
284
|
-
find: function( selector ) {
|
|
285
|
-
var elems = jQuery.map(this, function(elem){
|
|
286
|
-
return jQuery.find( selector, elem );
|
|
287
|
-
});
|
|
288
|
-
|
|
289
|
-
return this.pushStack( /[^+>] [^+>]/.test( selector ) || selector.indexOf("..") > -1 ?
|
|
290
|
-
jQuery.unique( elems ) :
|
|
291
|
-
elems );
|
|
292
|
-
},
|
|
293
|
-
|
|
294
|
-
clone: function( events ) {
|
|
295
|
-
// Do the clone
|
|
296
|
-
var ret = this.map(function(){
|
|
297
|
-
if ( jQuery.browser.msie && !jQuery.isXMLDoc(this) ) {
|
|
298
|
-
// IE copies events bound via attachEvent when
|
|
299
|
-
// using cloneNode. Calling detachEvent on the
|
|
300
|
-
// clone will also remove the events from the orignal
|
|
301
|
-
// In order to get around this, we use innerHTML.
|
|
302
|
-
// Unfortunately, this means some modifications to
|
|
303
|
-
// attributes in IE that are actually only stored
|
|
304
|
-
// as properties will not be copied (such as the
|
|
305
|
-
// the name attribute on an input).
|
|
306
|
-
var clone = this.cloneNode(true),
|
|
307
|
-
container = document.createElement("div");
|
|
308
|
-
container.appendChild(clone);
|
|
309
|
-
return jQuery.clean([container.innerHTML])[0];
|
|
310
|
-
} else
|
|
311
|
-
return this.cloneNode(true);
|
|
312
|
-
});
|
|
313
|
-
|
|
314
|
-
// Need to set the expando to null on the cloned set if it exists
|
|
315
|
-
// removeData doesn't work here, IE removes it from the original as well
|
|
316
|
-
// this is primarily for IE but the data expando shouldn't be copied over in any browser
|
|
317
|
-
var clone = ret.find("*").andSelf().each(function(){
|
|
318
|
-
if ( this[ expando ] != undefined )
|
|
319
|
-
this[ expando ] = null;
|
|
320
|
-
});
|
|
321
|
-
|
|
322
|
-
// Copy the events from the original to the clone
|
|
323
|
-
if ( events === true )
|
|
324
|
-
this.find("*").andSelf().each(function(i){
|
|
325
|
-
if (this.nodeType == 3)
|
|
326
|
-
return;
|
|
327
|
-
var events = jQuery.data( this, "events" );
|
|
328
|
-
|
|
329
|
-
for ( var type in events )
|
|
330
|
-
for ( var handler in events[ type ] )
|
|
331
|
-
jQuery.event.add( clone[ i ], type, events[ type ][ handler ], events[ type ][ handler ].data );
|
|
332
|
-
});
|
|
333
|
-
|
|
334
|
-
// Return the cloned set
|
|
335
|
-
return ret;
|
|
336
|
-
},
|
|
337
|
-
|
|
338
|
-
filter: function( selector ) {
|
|
339
|
-
return this.pushStack(
|
|
340
|
-
jQuery.isFunction( selector ) &&
|
|
341
|
-
jQuery.grep(this, function(elem, i){
|
|
342
|
-
return selector.call( elem, i );
|
|
343
|
-
}) ||
|
|
344
|
-
|
|
345
|
-
jQuery.multiFilter( selector, this ) );
|
|
346
|
-
},
|
|
347
|
-
|
|
348
|
-
not: function( selector ) {
|
|
349
|
-
if ( selector.constructor == String )
|
|
350
|
-
// test special case where just one selector is passed in
|
|
351
|
-
if ( isSimple.test( selector ) )
|
|
352
|
-
return this.pushStack( jQuery.multiFilter( selector, this, true ) );
|
|
353
|
-
else
|
|
354
|
-
selector = jQuery.multiFilter( selector, this );
|
|
355
|
-
|
|
356
|
-
var isArrayLike = selector.length && selector[selector.length - 1] !== undefined && !selector.nodeType;
|
|
357
|
-
return this.filter(function() {
|
|
358
|
-
return isArrayLike ? jQuery.inArray( this, selector ) < 0 : this != selector;
|
|
359
|
-
});
|
|
360
|
-
},
|
|
361
|
-
|
|
362
|
-
add: function( selector ) {
|
|
363
|
-
return !selector ? this : this.pushStack( jQuery.merge(
|
|
364
|
-
this.get(),
|
|
365
|
-
selector.constructor == String ?
|
|
366
|
-
jQuery( selector ).get() :
|
|
367
|
-
selector.length != undefined && (!selector.nodeName || jQuery.nodeName(selector, "form")) ?
|
|
368
|
-
selector : [selector] ) );
|
|
369
|
-
},
|
|
370
|
-
|
|
371
|
-
is: function( selector ) {
|
|
372
|
-
return selector ?
|
|
373
|
-
jQuery.multiFilter( selector, this ).length > 0 :
|
|
374
|
-
false;
|
|
375
|
-
},
|
|
376
|
-
|
|
377
|
-
hasClass: function( selector ) {
|
|
378
|
-
return this.is( "." + selector );
|
|
379
|
-
},
|
|
380
|
-
|
|
381
|
-
val: function( value ) {
|
|
382
|
-
if ( value == undefined ) {
|
|
383
|
-
|
|
384
|
-
if ( this.length ) {
|
|
385
|
-
var elem = this[0];
|
|
386
|
-
|
|
387
|
-
// We need to handle select boxes special
|
|
388
|
-
if ( jQuery.nodeName( elem, "select" ) ) {
|
|
389
|
-
var index = elem.selectedIndex,
|
|
390
|
-
values = [],
|
|
391
|
-
options = elem.options,
|
|
392
|
-
one = elem.type == "select-one";
|
|
393
|
-
|
|
394
|
-
// Nothing was selected
|
|
395
|
-
if ( index < 0 )
|
|
396
|
-
return null;
|
|
397
|
-
|
|
398
|
-
// Loop through all the selected options
|
|
399
|
-
for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) {
|
|
400
|
-
var option = options[ i ];
|
|
401
|
-
|
|
402
|
-
if ( option.selected ) {
|
|
403
|
-
// Get the specifc value for the option
|
|
404
|
-
value = jQuery.browser.msie && !option.attributes.value.specified ? option.text : option.value;
|
|
405
|
-
|
|
406
|
-
// We don't need an array for one selects
|
|
407
|
-
if ( one )
|
|
408
|
-
return value;
|
|
409
|
-
|
|
410
|
-
// Multi-Selects return an array
|
|
411
|
-
values.push( value );
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
return values;
|
|
416
|
-
|
|
417
|
-
// Everything else, we just grab the value
|
|
418
|
-
} else
|
|
419
|
-
return (this[0].value || "").replace(/\r/g, "");
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
return undefined;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
return this.each(function(){
|
|
427
|
-
if ( this.nodeType != 1 )
|
|
428
|
-
return;
|
|
429
|
-
|
|
430
|
-
if ( value.constructor == Array && /radio|checkbox/.test( this.type ) )
|
|
431
|
-
this.checked = (jQuery.inArray(this.value, value) >= 0 ||
|
|
432
|
-
jQuery.inArray(this.name, value) >= 0);
|
|
433
|
-
|
|
434
|
-
else if ( jQuery.nodeName( this, "select" ) ) {
|
|
435
|
-
var values = value.constructor == Array ?
|
|
436
|
-
value :
|
|
437
|
-
[ value ];
|
|
438
|
-
|
|
439
|
-
jQuery( "option", this ).each(function(){
|
|
440
|
-
this.selected = (jQuery.inArray( this.value, values ) >= 0 ||
|
|
441
|
-
jQuery.inArray( this.text, values ) >= 0);
|
|
442
|
-
});
|
|
443
|
-
|
|
444
|
-
if ( !values.length )
|
|
445
|
-
this.selectedIndex = -1;
|
|
446
|
-
|
|
447
|
-
} else
|
|
448
|
-
this.value = value;
|
|
449
|
-
});
|
|
450
|
-
},
|
|
451
|
-
|
|
452
|
-
html: function( value ) {
|
|
453
|
-
return value == undefined ?
|
|
454
|
-
(this.length ?
|
|
455
|
-
this[0].innerHTML :
|
|
456
|
-
null) :
|
|
457
|
-
this.empty().append( value );
|
|
458
|
-
},
|
|
459
|
-
|
|
460
|
-
replaceWith: function( value ) {
|
|
461
|
-
return this.after( value ).remove();
|
|
462
|
-
},
|
|
463
|
-
|
|
464
|
-
eq: function( i ) {
|
|
465
|
-
return this.slice( i, i + 1 );
|
|
466
|
-
},
|
|
467
|
-
|
|
468
|
-
slice: function() {
|
|
469
|
-
return this.pushStack( Array.prototype.slice.apply( this, arguments ) );
|
|
470
|
-
},
|
|
471
|
-
|
|
472
|
-
map: function( callback ) {
|
|
473
|
-
return this.pushStack( jQuery.map(this, function(elem, i){
|
|
474
|
-
return callback.call( elem, i, elem );
|
|
475
|
-
}));
|
|
476
|
-
},
|
|
477
|
-
|
|
478
|
-
andSelf: function() {
|
|
479
|
-
return this.add( this.prevObject );
|
|
480
|
-
},
|
|
481
|
-
|
|
482
|
-
data: function( key, value ){
|
|
483
|
-
var parts = key.split(".");
|
|
484
|
-
parts[1] = parts[1] ? "." + parts[1] : "";
|
|
485
|
-
|
|
486
|
-
if ( value == null ) {
|
|
487
|
-
var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
|
|
488
|
-
|
|
489
|
-
if ( data == undefined && this.length )
|
|
490
|
-
data = jQuery.data( this[0], key );
|
|
491
|
-
|
|
492
|
-
return data == null && parts[1] ?
|
|
493
|
-
this.data( parts[0] ) :
|
|
494
|
-
data;
|
|
495
|
-
} else
|
|
496
|
-
return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){
|
|
497
|
-
jQuery.data( this, key, value );
|
|
498
|
-
});
|
|
499
|
-
},
|
|
500
|
-
|
|
501
|
-
removeData: function( key ){
|
|
502
|
-
return this.each(function(){
|
|
503
|
-
jQuery.removeData( this, key );
|
|
504
|
-
});
|
|
505
|
-
},
|
|
506
|
-
|
|
507
|
-
domManip: function( args, table, reverse, callback ) {
|
|
508
|
-
var clone = this.length > 1, elems;
|
|
509
|
-
|
|
510
|
-
return this.each(function(){
|
|
511
|
-
if ( !elems ) {
|
|
512
|
-
elems = jQuery.clean( args, this.ownerDocument );
|
|
513
|
-
|
|
514
|
-
if ( reverse )
|
|
515
|
-
elems.reverse();
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
var obj = this;
|
|
519
|
-
|
|
520
|
-
if ( table && jQuery.nodeName( this, "table" ) && jQuery.nodeName( elems[0], "tr" ) )
|
|
521
|
-
obj = this.getElementsByTagName("tbody")[0] || this.appendChild( this.ownerDocument.createElement("tbody") );
|
|
522
|
-
|
|
523
|
-
var scripts = jQuery( [] );
|
|
524
|
-
|
|
525
|
-
jQuery.each(elems, function(){
|
|
526
|
-
var elem = clone ?
|
|
527
|
-
jQuery( this ).clone( true )[0] :
|
|
528
|
-
this;
|
|
529
|
-
|
|
530
|
-
// execute all scripts after the elements have been injected
|
|
531
|
-
if ( jQuery.nodeName( elem, "script" ) ) {
|
|
532
|
-
scripts = scripts.add( elem );
|
|
533
|
-
} else {
|
|
534
|
-
// Remove any inner scripts for later evaluation
|
|
535
|
-
if ( elem.nodeType == 1 )
|
|
536
|
-
scripts = scripts.add( jQuery( "script", elem ).remove() );
|
|
537
|
-
|
|
538
|
-
// Inject the elements into the document
|
|
539
|
-
callback.call( obj, elem );
|
|
540
|
-
}
|
|
541
|
-
});
|
|
542
|
-
|
|
543
|
-
scripts.each( evalScript );
|
|
544
|
-
});
|
|
545
|
-
}
|
|
546
|
-
};
|
|
547
|
-
|
|
548
|
-
// Give the init function the jQuery prototype for later instantiation
|
|
549
|
-
jQuery.prototype.init.prototype = jQuery.prototype;
|
|
550
|
-
|
|
551
|
-
function evalScript( i, elem ) {
|
|
552
|
-
if ( elem.src )
|
|
553
|
-
jQuery.ajax({
|
|
554
|
-
url: elem.src,
|
|
555
|
-
async: false,
|
|
556
|
-
dataType: "script"
|
|
557
|
-
});
|
|
558
|
-
|
|
559
|
-
else
|
|
560
|
-
jQuery.globalEval( elem.text || elem.textContent || elem.innerHTML || "" );
|
|
561
|
-
|
|
562
|
-
if ( elem.parentNode )
|
|
563
|
-
elem.parentNode.removeChild( elem );
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
jQuery.extend = jQuery.fn.extend = function() {
|
|
567
|
-
// copy reference to target object
|
|
568
|
-
var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options;
|
|
569
|
-
|
|
570
|
-
// Handle a deep copy situation
|
|
571
|
-
if ( target.constructor == Boolean ) {
|
|
572
|
-
deep = target;
|
|
573
|
-
target = arguments[1] || {};
|
|
574
|
-
// skip the boolean and the target
|
|
575
|
-
i = 2;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
// Handle case when target is a string or something (possible in deep copy)
|
|
579
|
-
if ( typeof target != "object" && typeof target != "function" )
|
|
580
|
-
target = {};
|
|
581
|
-
|
|
582
|
-
// extend jQuery itself if only one argument is passed
|
|
583
|
-
if ( length == 1 ) {
|
|
584
|
-
target = this;
|
|
585
|
-
i = 0;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
for ( ; i < length; i++ )
|
|
589
|
-
// Only deal with non-null/undefined values
|
|
590
|
-
if ( (options = arguments[ i ]) != null )
|
|
591
|
-
// Extend the base object
|
|
592
|
-
for ( var name in options ) {
|
|
593
|
-
// Prevent never-ending loop
|
|
594
|
-
if ( target === options[ name ] )
|
|
595
|
-
continue;
|
|
596
|
-
|
|
597
|
-
// Recurse if we're merging object values
|
|
598
|
-
if ( deep && options[ name ] && typeof options[ name ] == "object" && target[ name ] && !options[ name ].nodeType )
|
|
599
|
-
target[ name ] = jQuery.extend( target[ name ], options[ name ] );
|
|
600
|
-
|
|
601
|
-
// Don't bring in undefined values
|
|
602
|
-
else if ( options[ name ] != undefined )
|
|
603
|
-
target[ name ] = options[ name ];
|
|
604
|
-
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
// Return the modified object
|
|
608
|
-
return target;
|
|
609
|
-
};
|
|
610
|
-
|
|
611
|
-
var expando = "jQuery" + (new Date()).getTime(), uuid = 0, windowData = {};
|
|
612
|
-
|
|
613
|
-
// exclude the following css properties to add px
|
|
614
|
-
var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i;
|
|
615
|
-
|
|
616
|
-
jQuery.extend({
|
|
617
|
-
noConflict: function( deep ) {
|
|
618
|
-
window.$ = _$;
|
|
619
|
-
|
|
620
|
-
if ( deep )
|
|
621
|
-
window.jQuery = _jQuery;
|
|
622
|
-
|
|
623
|
-
return jQuery;
|
|
624
|
-
},
|
|
625
|
-
|
|
626
|
-
// See test/unit/core.js for details concerning this function.
|
|
627
|
-
isFunction: function( fn ) {
|
|
628
|
-
return !!fn && typeof fn != "string" && !fn.nodeName &&
|
|
629
|
-
fn.constructor != Array && /function/i.test( fn + "" );
|
|
630
|
-
},
|
|
631
|
-
|
|
632
|
-
// check if an element is in a (or is an) XML document
|
|
633
|
-
isXMLDoc: function( elem ) {
|
|
634
|
-
return elem.documentElement && !elem.body ||
|
|
635
|
-
elem.tagName && elem.ownerDocument && !elem.ownerDocument.body;
|
|
636
|
-
},
|
|
637
|
-
|
|
638
|
-
// Evalulates a script in a global context
|
|
639
|
-
globalEval: function( data ) {
|
|
640
|
-
data = jQuery.trim( data );
|
|
641
|
-
|
|
642
|
-
if ( data ) {
|
|
643
|
-
// Inspired by code by Andrea Giammarchi
|
|
644
|
-
// http://webreflection.blogspot.com/2007/08/global-scope-evaluation-and-dom.html
|
|
645
|
-
var head = document.getElementsByTagName("head")[0] || document.documentElement,
|
|
646
|
-
script = document.createElement("script");
|
|
647
|
-
|
|
648
|
-
script.type = "text/javascript";
|
|
649
|
-
if ( jQuery.browser.msie )
|
|
650
|
-
script.text = data;
|
|
651
|
-
else
|
|
652
|
-
script.appendChild( document.createTextNode( data ) );
|
|
653
|
-
|
|
654
|
-
head.appendChild( script );
|
|
655
|
-
head.removeChild( script );
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
|
|
659
|
-
nodeName: function( elem, name ) {
|
|
660
|
-
return elem.nodeName && elem.nodeName.toUpperCase() == name.toUpperCase();
|
|
661
|
-
},
|
|
662
|
-
|
|
663
|
-
cache: {},
|
|
664
|
-
|
|
665
|
-
data: function( elem, name, data ) {
|
|
666
|
-
elem = elem == window ?
|
|
667
|
-
windowData :
|
|
668
|
-
elem;
|
|
669
|
-
|
|
670
|
-
var id = elem[ expando ];
|
|
671
|
-
|
|
672
|
-
// Compute a unique ID for the element
|
|
673
|
-
if ( !id )
|
|
674
|
-
id = elem[ expando ] = ++uuid;
|
|
675
|
-
|
|
676
|
-
// Only generate the data cache if we're
|
|
677
|
-
// trying to access or manipulate it
|
|
678
|
-
if ( name && !jQuery.cache[ id ] )
|
|
679
|
-
jQuery.cache[ id ] = {};
|
|
680
|
-
|
|
681
|
-
// Prevent overriding the named cache with undefined values
|
|
682
|
-
if ( data != undefined )
|
|
683
|
-
jQuery.cache[ id ][ name ] = data;
|
|
684
|
-
|
|
685
|
-
// Return the named cache data, or the ID for the element
|
|
686
|
-
return name ?
|
|
687
|
-
jQuery.cache[ id ][ name ] :
|
|
688
|
-
id;
|
|
689
|
-
},
|
|
690
|
-
|
|
691
|
-
removeData: function( elem, name ) {
|
|
692
|
-
elem = elem == window ?
|
|
693
|
-
windowData :
|
|
694
|
-
elem;
|
|
695
|
-
|
|
696
|
-
var id = elem[ expando ];
|
|
697
|
-
|
|
698
|
-
// If we want to remove a specific section of the element's data
|
|
699
|
-
if ( name ) {
|
|
700
|
-
if ( jQuery.cache[ id ] ) {
|
|
701
|
-
// Remove the section of cache data
|
|
702
|
-
delete jQuery.cache[ id ][ name ];
|
|
703
|
-
|
|
704
|
-
// If we've removed all the data, remove the element's cache
|
|
705
|
-
name = "";
|
|
706
|
-
|
|
707
|
-
for ( name in jQuery.cache[ id ] )
|
|
708
|
-
break;
|
|
709
|
-
|
|
710
|
-
if ( !name )
|
|
711
|
-
jQuery.removeData( elem );
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
// Otherwise, we want to remove all of the element's data
|
|
715
|
-
} else {
|
|
716
|
-
// Clean up the element expando
|
|
717
|
-
try {
|
|
718
|
-
delete elem[ expando ];
|
|
719
|
-
} catch(e){
|
|
720
|
-
// IE has trouble directly removing the expando
|
|
721
|
-
// but it's ok with using removeAttribute
|
|
722
|
-
if ( elem.removeAttribute )
|
|
723
|
-
elem.removeAttribute( expando );
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
// Completely remove the data cache
|
|
727
|
-
delete jQuery.cache[ id ];
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
|
|
731
|
-
// args is for internal usage only
|
|
732
|
-
each: function( object, callback, args ) {
|
|
733
|
-
if ( args ) {
|
|
734
|
-
if ( object.length == undefined ) {
|
|
735
|
-
for ( var name in object )
|
|
736
|
-
if ( callback.apply( object[ name ], args ) === false )
|
|
737
|
-
break;
|
|
738
|
-
} else
|
|
739
|
-
for ( var i = 0, length = object.length; i < length; i++ )
|
|
740
|
-
if ( callback.apply( object[ i ], args ) === false )
|
|
741
|
-
break;
|
|
742
|
-
|
|
743
|
-
// A special, fast, case for the most common use of each
|
|
744
|
-
} else {
|
|
745
|
-
if ( object.length == undefined ) {
|
|
746
|
-
for ( var name in object )
|
|
747
|
-
if ( callback.call( object[ name ], name, object[ name ] ) === false )
|
|
748
|
-
break;
|
|
749
|
-
} else
|
|
750
|
-
for ( var i = 0, length = object.length, value = object[0];
|
|
751
|
-
i < length && callback.call( value, i, value ) !== false; value = object[++i] ){}
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
return object;
|
|
755
|
-
},
|
|
756
|
-
|
|
757
|
-
prop: function( elem, value, type, i, name ) {
|
|
758
|
-
// Handle executable functions
|
|
759
|
-
if ( jQuery.isFunction( value ) )
|
|
760
|
-
value = value.call( elem, i );
|
|
761
|
-
|
|
762
|
-
// Handle passing in a number to a CSS property
|
|
763
|
-
return value && value.constructor == Number && type == "curCSS" && !exclude.test( name ) ?
|
|
764
|
-
value + "px" :
|
|
765
|
-
value;
|
|
766
|
-
},
|
|
767
|
-
|
|
768
|
-
className: {
|
|
769
|
-
// internal only, use addClass("class")
|
|
770
|
-
add: function( elem, classNames ) {
|
|
771
|
-
jQuery.each((classNames || "").split(/\s+/), function(i, className){
|
|
772
|
-
if ( elem.nodeType == 1 && !jQuery.className.has( elem.className, className ) )
|
|
773
|
-
elem.className += (elem.className ? " " : "") + className;
|
|
774
|
-
});
|
|
775
|
-
},
|
|
776
|
-
|
|
777
|
-
// internal only, use removeClass("class")
|
|
778
|
-
remove: function( elem, classNames ) {
|
|
779
|
-
if (elem.nodeType == 1)
|
|
780
|
-
elem.className = classNames != undefined ?
|
|
781
|
-
jQuery.grep(elem.className.split(/\s+/), function(className){
|
|
782
|
-
return !jQuery.className.has( classNames, className );
|
|
783
|
-
}).join(" ") :
|
|
784
|
-
"";
|
|
785
|
-
},
|
|
786
|
-
|
|
787
|
-
// internal only, use is(".class")
|
|
788
|
-
has: function( elem, className ) {
|
|
789
|
-
return jQuery.inArray( className, (elem.className || elem).toString().split(/\s+/) ) > -1;
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
|
|
793
|
-
// A method for quickly swapping in/out CSS properties to get correct calculations
|
|
794
|
-
swap: function( elem, options, callback ) {
|
|
795
|
-
var old = {};
|
|
796
|
-
// Remember the old values, and insert the new ones
|
|
797
|
-
for ( var name in options ) {
|
|
798
|
-
old[ name ] = elem.style[ name ];
|
|
799
|
-
elem.style[ name ] = options[ name ];
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
callback.call( elem );
|
|
803
|
-
|
|
804
|
-
// Revert the old values
|
|
805
|
-
for ( var name in options )
|
|
806
|
-
elem.style[ name ] = old[ name ];
|
|
807
|
-
},
|
|
808
|
-
|
|
809
|
-
css: function( elem, name, force ) {
|
|
810
|
-
if ( name == "width" || name == "height" ) {
|
|
811
|
-
var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ];
|
|
812
|
-
|
|
813
|
-
function getWH() {
|
|
814
|
-
val = name == "width" ? elem.offsetWidth : elem.offsetHeight;
|
|
815
|
-
var padding = 0, border = 0;
|
|
816
|
-
jQuery.each( which, function() {
|
|
817
|
-
padding += parseFloat(jQuery.curCSS( elem, "padding" + this, true)) || 0;
|
|
818
|
-
border += parseFloat(jQuery.curCSS( elem, "border" + this + "Width", true)) || 0;
|
|
819
|
-
});
|
|
820
|
-
val -= Math.round(padding + border);
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
if ( jQuery(elem).is(":visible") )
|
|
824
|
-
getWH();
|
|
825
|
-
else
|
|
826
|
-
jQuery.swap( elem, props, getWH );
|
|
827
|
-
|
|
828
|
-
return Math.max(0, val);
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
return jQuery.curCSS( elem, name, force );
|
|
832
|
-
},
|
|
833
|
-
|
|
834
|
-
curCSS: function( elem, name, force ) {
|
|
835
|
-
var ret;
|
|
836
|
-
|
|
837
|
-
// A helper method for determining if an element's values are broken
|
|
838
|
-
function color( elem ) {
|
|
839
|
-
if ( !jQuery.browser.safari )
|
|
840
|
-
return false;
|
|
841
|
-
|
|
842
|
-
var ret = document.defaultView.getComputedStyle( elem, null );
|
|
843
|
-
return !ret || ret.getPropertyValue("color") == "";
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
// We need to handle opacity special in IE
|
|
847
|
-
if ( name == "opacity" && jQuery.browser.msie ) {
|
|
848
|
-
ret = jQuery.attr( elem.style, "opacity" );
|
|
849
|
-
|
|
850
|
-
return ret == "" ?
|
|
851
|
-
"1" :
|
|
852
|
-
ret;
|
|
853
|
-
}
|
|
854
|
-
// Opera sometimes will give the wrong display answer, this fixes it, see #2037
|
|
855
|
-
if ( jQuery.browser.opera && name == "display" ) {
|
|
856
|
-
var save = elem.style.outline;
|
|
857
|
-
elem.style.outline = "0 solid black";
|
|
858
|
-
elem.style.outline = save;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
// Make sure we're using the right name for getting the float value
|
|
862
|
-
if ( name.match( /float/i ) )
|
|
863
|
-
name = styleFloat;
|
|
864
|
-
|
|
865
|
-
if ( !force && elem.style && elem.style[ name ] )
|
|
866
|
-
ret = elem.style[ name ];
|
|
867
|
-
|
|
868
|
-
else if ( document.defaultView && document.defaultView.getComputedStyle ) {
|
|
869
|
-
|
|
870
|
-
// Only "float" is needed here
|
|
871
|
-
if ( name.match( /float/i ) )
|
|
872
|
-
name = "float";
|
|
873
|
-
|
|
874
|
-
name = name.replace( /([A-Z])/g, "-$1" ).toLowerCase();
|
|
875
|
-
|
|
876
|
-
var getComputedStyle = document.defaultView.getComputedStyle( elem, null );
|
|
877
|
-
|
|
878
|
-
if ( getComputedStyle && !color( elem ) )
|
|
879
|
-
ret = getComputedStyle.getPropertyValue( name );
|
|
880
|
-
|
|
881
|
-
// If the element isn't reporting its values properly in Safari
|
|
882
|
-
// then some display: none elements are involved
|
|
883
|
-
else {
|
|
884
|
-
var swap = [], stack = [];
|
|
885
|
-
|
|
886
|
-
// Locate all of the parent display: none elements
|
|
887
|
-
for ( var a = elem; a && color(a); a = a.parentNode )
|
|
888
|
-
stack.unshift(a);
|
|
889
|
-
|
|
890
|
-
// Go through and make them visible, but in reverse
|
|
891
|
-
// (It would be better if we knew the exact display type that they had)
|
|
892
|
-
for ( var i = 0; i < stack.length; i++ )
|
|
893
|
-
if ( color( stack[ i ] ) ) {
|
|
894
|
-
swap[ i ] = stack[ i ].style.display;
|
|
895
|
-
stack[ i ].style.display = "block";
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
// Since we flip the display style, we have to handle that
|
|
899
|
-
// one special, otherwise get the value
|
|
900
|
-
ret = name == "display" && swap[ stack.length - 1 ] != null ?
|
|
901
|
-
"none" :
|
|
902
|
-
( getComputedStyle && getComputedStyle.getPropertyValue( name ) ) || "";
|
|
903
|
-
|
|
904
|
-
// Finally, revert the display styles back
|
|
905
|
-
for ( var i = 0; i < swap.length; i++ )
|
|
906
|
-
if ( swap[ i ] != null )
|
|
907
|
-
stack[ i ].style.display = swap[ i ];
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
// We should always get a number back from opacity
|
|
911
|
-
if ( name == "opacity" && ret == "" )
|
|
912
|
-
ret = "1";
|
|
913
|
-
|
|
914
|
-
} else if ( elem.currentStyle ) {
|
|
915
|
-
var camelCase = name.replace(/\-(\w)/g, function(all, letter){
|
|
916
|
-
return letter.toUpperCase();
|
|
917
|
-
});
|
|
918
|
-
|
|
919
|
-
ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ];
|
|
920
|
-
|
|
921
|
-
// From the awesome hack by Dean Edwards
|
|
922
|
-
// http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
|
|
923
|
-
|
|
924
|
-
// If we're not dealing with a regular pixel number
|
|
925
|
-
// but a number that has a weird ending, we need to convert it to pixels
|
|
926
|
-
if ( !/^\d+(px)?$/i.test( ret ) && /^\d/.test( ret ) ) {
|
|
927
|
-
// Remember the original values
|
|
928
|
-
var style = elem.style.left, runtimeStyle = elem.runtimeStyle.left;
|
|
929
|
-
|
|
930
|
-
// Put in the new values to get a computed value out
|
|
931
|
-
elem.runtimeStyle.left = elem.currentStyle.left;
|
|
932
|
-
elem.style.left = ret || 0;
|
|
933
|
-
ret = elem.style.pixelLeft + "px";
|
|
934
|
-
|
|
935
|
-
// Revert the changed values
|
|
936
|
-
elem.style.left = style;
|
|
937
|
-
elem.runtimeStyle.left = runtimeStyle;
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
return ret;
|
|
942
|
-
},
|
|
943
|
-
|
|
944
|
-
clean: function( elems, context ) {
|
|
945
|
-
var ret = [];
|
|
946
|
-
context = context || document;
|
|
947
|
-
// !context.createElement fails in IE with an error but returns typeof 'object'
|
|
948
|
-
if (typeof context.createElement == 'undefined')
|
|
949
|
-
context = context.ownerDocument || context[0] && context[0].ownerDocument || document;
|
|
950
|
-
|
|
951
|
-
jQuery.each(elems, function(i, elem){
|
|
952
|
-
if ( !elem )
|
|
953
|
-
return;
|
|
954
|
-
|
|
955
|
-
if ( elem.constructor == Number )
|
|
956
|
-
elem = elem.toString();
|
|
957
|
-
|
|
958
|
-
// Convert html string into DOM nodes
|
|
959
|
-
if ( typeof elem == "string" ) {
|
|
960
|
-
// Fix "XHTML"-style tags in all browsers
|
|
961
|
-
elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){
|
|
962
|
-
return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ?
|
|
963
|
-
all :
|
|
964
|
-
front + "></" + tag + ">";
|
|
965
|
-
});
|
|
966
|
-
|
|
967
|
-
// Trim whitespace, otherwise indexOf won't work as expected
|
|
968
|
-
var tags = jQuery.trim( elem ).toLowerCase(), div = context.createElement("div");
|
|
969
|
-
|
|
970
|
-
var wrap =
|
|
971
|
-
// option or optgroup
|
|
972
|
-
!tags.indexOf("<opt") &&
|
|
973
|
-
[ 1, "<select multiple='multiple'>", "</select>" ] ||
|
|
974
|
-
|
|
975
|
-
!tags.indexOf("<leg") &&
|
|
976
|
-
[ 1, "<fieldset>", "</fieldset>" ] ||
|
|
977
|
-
|
|
978
|
-
tags.match(/^<(thead|tbody|tfoot|colg|cap)/) &&
|
|
979
|
-
[ 1, "<table>", "</table>" ] ||
|
|
980
|
-
|
|
981
|
-
!tags.indexOf("<tr") &&
|
|
982
|
-
[ 2, "<table><tbody>", "</tbody></table>" ] ||
|
|
983
|
-
|
|
984
|
-
// <thead> matched above
|
|
985
|
-
(!tags.indexOf("<td") || !tags.indexOf("<th")) &&
|
|
986
|
-
[ 3, "<table><tbody><tr>", "</tr></tbody></table>" ] ||
|
|
987
|
-
|
|
988
|
-
!tags.indexOf("<col") &&
|
|
989
|
-
[ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ] ||
|
|
990
|
-
|
|
991
|
-
// IE can't serialize <link> and <script> tags normally
|
|
992
|
-
jQuery.browser.msie &&
|
|
993
|
-
[ 1, "div<div>", "</div>" ] ||
|
|
994
|
-
|
|
995
|
-
[ 0, "", "" ];
|
|
996
|
-
|
|
997
|
-
// Go to html and back, then peel off extra wrappers
|
|
998
|
-
div.innerHTML = wrap[1] + elem + wrap[2];
|
|
999
|
-
|
|
1000
|
-
// Move to the right depth
|
|
1001
|
-
while ( wrap[0]-- )
|
|
1002
|
-
div = div.lastChild;
|
|
1003
|
-
|
|
1004
|
-
// Remove IE's autoinserted <tbody> from table fragments
|
|
1005
|
-
if ( jQuery.browser.msie ) {
|
|
1006
|
-
|
|
1007
|
-
// String was a <table>, *may* have spurious <tbody>
|
|
1008
|
-
var tbody = !tags.indexOf("<table") && tags.indexOf("<tbody") < 0 ?
|
|
1009
|
-
div.firstChild && div.firstChild.childNodes :
|
|
1010
|
-
|
|
1011
|
-
// String was a bare <thead> or <tfoot>
|
|
1012
|
-
wrap[1] == "<table>" && tags.indexOf("<tbody") < 0 ?
|
|
1013
|
-
div.childNodes :
|
|
1014
|
-
[];
|
|
1015
|
-
|
|
1016
|
-
for ( var j = tbody.length - 1; j >= 0 ; --j )
|
|
1017
|
-
if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length )
|
|
1018
|
-
tbody[ j ].parentNode.removeChild( tbody[ j ] );
|
|
1019
|
-
|
|
1020
|
-
// IE completely kills leading whitespace when innerHTML is used
|
|
1021
|
-
if ( /^\s/.test( elem ) )
|
|
1022
|
-
div.insertBefore( context.createTextNode( elem.match(/^\s*/)[0] ), div.firstChild );
|
|
1023
|
-
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
elem = jQuery.makeArray( div.childNodes );
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
if ( elem.length === 0 && (!jQuery.nodeName( elem, "form" ) && !jQuery.nodeName( elem, "select" )) )
|
|
1030
|
-
return;
|
|
1031
|
-
|
|
1032
|
-
if ( elem[0] == undefined || jQuery.nodeName( elem, "form" ) || elem.options )
|
|
1033
|
-
ret.push( elem );
|
|
1034
|
-
|
|
1035
|
-
else
|
|
1036
|
-
ret = jQuery.merge( ret, elem );
|
|
1037
|
-
|
|
1038
|
-
});
|
|
1039
|
-
|
|
1040
|
-
return ret;
|
|
1041
|
-
},
|
|
1042
|
-
|
|
1043
|
-
attr: function( elem, name, value ) {
|
|
1044
|
-
// don't set attributes on text and comment nodes
|
|
1045
|
-
if (!elem || elem.nodeType == 3 || elem.nodeType == 8)
|
|
1046
|
-
return undefined;
|
|
1047
|
-
|
|
1048
|
-
var fix = jQuery.isXMLDoc( elem ) ?
|
|
1049
|
-
{} :
|
|
1050
|
-
jQuery.props;
|
|
1051
|
-
|
|
1052
|
-
// Safari mis-reports the default selected property of a hidden option
|
|
1053
|
-
// Accessing the parent's selectedIndex property fixes it
|
|
1054
|
-
if ( name == "selected" && jQuery.browser.safari )
|
|
1055
|
-
elem.parentNode.selectedIndex;
|
|
1056
|
-
|
|
1057
|
-
// Certain attributes only work when accessed via the old DOM 0 way
|
|
1058
|
-
if ( fix[ name ] ) {
|
|
1059
|
-
if ( value != undefined )
|
|
1060
|
-
elem[ fix[ name ] ] = value;
|
|
1061
|
-
|
|
1062
|
-
return elem[ fix[ name ] ];
|
|
1063
|
-
|
|
1064
|
-
} else if ( jQuery.browser.msie && name == "style" )
|
|
1065
|
-
return jQuery.attr( elem.style, "cssText", value );
|
|
1066
|
-
|
|
1067
|
-
else if ( value == undefined && jQuery.browser.msie && jQuery.nodeName( elem, "form" ) && (name == "action" || name == "method") )
|
|
1068
|
-
return elem.getAttributeNode( name ).nodeValue;
|
|
1069
|
-
|
|
1070
|
-
// IE elem.getAttribute passes even for style
|
|
1071
|
-
else if ( elem.tagName ) {
|
|
1072
|
-
|
|
1073
|
-
if ( value != undefined ) {
|
|
1074
|
-
// We can't allow the type property to be changed (since it causes problems in IE)
|
|
1075
|
-
if ( name == "type" && jQuery.nodeName( elem, "input" ) && elem.parentNode )
|
|
1076
|
-
throw "type property can't be changed";
|
|
1077
|
-
|
|
1078
|
-
// convert the value to a string (all browsers do this but IE) see #1070
|
|
1079
|
-
elem.setAttribute( name, "" + value );
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
if ( jQuery.browser.msie && /href|src/.test( name ) && !jQuery.isXMLDoc( elem ) )
|
|
1083
|
-
return elem.getAttribute( name, 2 );
|
|
1084
|
-
|
|
1085
|
-
return elem.getAttribute( name );
|
|
1086
|
-
|
|
1087
|
-
// elem is actually elem.style ... set the style
|
|
1088
|
-
} else {
|
|
1089
|
-
// IE actually uses filters for opacity
|
|
1090
|
-
if ( name == "opacity" && jQuery.browser.msie ) {
|
|
1091
|
-
if ( value != undefined ) {
|
|
1092
|
-
// IE has trouble with opacity if it does not have layout
|
|
1093
|
-
// Force it by setting the zoom level
|
|
1094
|
-
elem.zoom = 1;
|
|
1095
|
-
|
|
1096
|
-
// Set the alpha filter to set the opacity
|
|
1097
|
-
elem.filter = (elem.filter || "").replace( /alpha\([^)]*\)/, "" ) +
|
|
1098
|
-
(parseFloat( value ).toString() == "NaN" ? "" : "alpha(opacity=" + value * 100 + ")");
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
return elem.filter && elem.filter.indexOf("opacity=") >= 0 ?
|
|
1102
|
-
(parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() :
|
|
1103
|
-
"";
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
name = name.replace(/-([a-z])/ig, function(all, letter){
|
|
1107
|
-
return letter.toUpperCase();
|
|
1108
|
-
});
|
|
1109
|
-
|
|
1110
|
-
if ( value != undefined )
|
|
1111
|
-
elem[ name ] = value;
|
|
1112
|
-
|
|
1113
|
-
return elem[ name ];
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
|
|
1117
|
-
trim: function( text ) {
|
|
1118
|
-
return (text || "").replace( /^\s+|\s+$/g, "" );
|
|
1119
|
-
},
|
|
1120
|
-
|
|
1121
|
-
makeArray: function( array ) {
|
|
1122
|
-
var ret = [];
|
|
1123
|
-
|
|
1124
|
-
// Need to use typeof to fight Safari childNodes crashes
|
|
1125
|
-
if ( typeof array != "array" )
|
|
1126
|
-
for ( var i = 0, length = array.length; i < length; i++ )
|
|
1127
|
-
ret.push( array[ i ] );
|
|
1128
|
-
else
|
|
1129
|
-
ret = array.slice( 0 );
|
|
1130
|
-
|
|
1131
|
-
return ret;
|
|
1132
|
-
},
|
|
1133
|
-
|
|
1134
|
-
inArray: function( elem, array ) {
|
|
1135
|
-
for ( var i = 0, length = array.length; i < length; i++ )
|
|
1136
|
-
if ( array[ i ] == elem )
|
|
1137
|
-
return i;
|
|
1138
|
-
|
|
1139
|
-
return -1;
|
|
1140
|
-
},
|
|
1141
|
-
|
|
1142
|
-
merge: function( first, second ) {
|
|
1143
|
-
// We have to loop this way because IE & Opera overwrite the length
|
|
1144
|
-
// expando of getElementsByTagName
|
|
1145
|
-
|
|
1146
|
-
// Also, we need to make sure that the correct elements are being returned
|
|
1147
|
-
// (IE returns comment nodes in a '*' query)
|
|
1148
|
-
if ( jQuery.browser.msie ) {
|
|
1149
|
-
for ( var i = 0; second[ i ]; i++ )
|
|
1150
|
-
if ( second[ i ].nodeType != 8 )
|
|
1151
|
-
first.push( second[ i ] );
|
|
1152
|
-
|
|
1153
|
-
} else
|
|
1154
|
-
for ( var i = 0; second[ i ]; i++ )
|
|
1155
|
-
first.push( second[ i ] );
|
|
1156
|
-
|
|
1157
|
-
return first;
|
|
1158
|
-
},
|
|
1159
|
-
|
|
1160
|
-
unique: function( array ) {
|
|
1161
|
-
var ret = [], done = {};
|
|
1162
|
-
|
|
1163
|
-
try {
|
|
1164
|
-
|
|
1165
|
-
for ( var i = 0, length = array.length; i < length; i++ ) {
|
|
1166
|
-
var id = jQuery.data( array[ i ] );
|
|
1167
|
-
|
|
1168
|
-
if ( !done[ id ] ) {
|
|
1169
|
-
done[ id ] = true;
|
|
1170
|
-
ret.push( array[ i ] );
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
} catch( e ) {
|
|
1175
|
-
ret = array;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
return ret;
|
|
1179
|
-
},
|
|
1180
|
-
|
|
1181
|
-
grep: function( elems, callback, inv ) {
|
|
1182
|
-
var ret = [];
|
|
1183
|
-
|
|
1184
|
-
// Go through the array, only saving the items
|
|
1185
|
-
// that pass the validator function
|
|
1186
|
-
for ( var i = 0, length = elems.length; i < length; i++ )
|
|
1187
|
-
if ( !inv && callback( elems[ i ], i ) || inv && !callback( elems[ i ], i ) )
|
|
1188
|
-
ret.push( elems[ i ] );
|
|
1189
|
-
|
|
1190
|
-
return ret;
|
|
1191
|
-
},
|
|
1192
|
-
|
|
1193
|
-
map: function( elems, callback ) {
|
|
1194
|
-
var ret = [];
|
|
1195
|
-
|
|
1196
|
-
// Go through the array, translating each of the items to their
|
|
1197
|
-
// new value (or values).
|
|
1198
|
-
for ( var i = 0, length = elems.length; i < length; i++ ) {
|
|
1199
|
-
var value = callback( elems[ i ], i );
|
|
1200
|
-
|
|
1201
|
-
if ( value !== null && value != undefined ) {
|
|
1202
|
-
if ( value.constructor != Array )
|
|
1203
|
-
value = [ value ];
|
|
1204
|
-
|
|
1205
|
-
ret = ret.concat( value );
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
return ret;
|
|
1210
|
-
}
|
|
1211
|
-
});
|
|
1212
|
-
|
|
1213
|
-
var userAgent = navigator.userAgent.toLowerCase();
|
|
1214
|
-
|
|
1215
|
-
// Figure out what browser is being used
|
|
1216
|
-
jQuery.browser = {
|
|
1217
|
-
version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [])[1],
|
|
1218
|
-
safari: /webkit/.test( userAgent ),
|
|
1219
|
-
opera: /opera/.test( userAgent ),
|
|
1220
|
-
msie: /msie/.test( userAgent ) && !/opera/.test( userAgent ),
|
|
1221
|
-
mozilla: /mozilla/.test( userAgent ) && !/(compatible|webkit)/.test( userAgent )
|
|
1222
|
-
};
|
|
1223
|
-
|
|
1224
|
-
var styleFloat = jQuery.browser.msie ?
|
|
1225
|
-
"styleFloat" :
|
|
1226
|
-
"cssFloat";
|
|
1227
|
-
|
|
1228
|
-
jQuery.extend({
|
|
1229
|
-
// Check to see if the W3C box model is being used
|
|
1230
|
-
boxModel: !jQuery.browser.msie || document.compatMode == "CSS1Compat",
|
|
1231
|
-
|
|
1232
|
-
props: {
|
|
1233
|
-
"for": "htmlFor",
|
|
1234
|
-
"class": "className",
|
|
1235
|
-
"float": styleFloat,
|
|
1236
|
-
cssFloat: styleFloat,
|
|
1237
|
-
styleFloat: styleFloat,
|
|
1238
|
-
innerHTML: "innerHTML",
|
|
1239
|
-
className: "className",
|
|
1240
|
-
value: "value",
|
|
1241
|
-
disabled: "disabled",
|
|
1242
|
-
checked: "checked",
|
|
1243
|
-
readonly: "readOnly",
|
|
1244
|
-
selected: "selected",
|
|
1245
|
-
maxlength: "maxLength",
|
|
1246
|
-
selectedIndex: "selectedIndex",
|
|
1247
|
-
defaultValue: "defaultValue",
|
|
1248
|
-
tagName: "tagName",
|
|
1249
|
-
nodeName: "nodeName"
|
|
1250
|
-
}
|
|
1251
|
-
});
|
|
1252
|
-
|
|
1253
|
-
jQuery.each({
|
|
1254
|
-
parent: function(elem){return elem.parentNode;},
|
|
1255
|
-
parents: function(elem){return jQuery.dir(elem,"parentNode");},
|
|
1256
|
-
next: function(elem){return jQuery.nth(elem,2,"nextSibling");},
|
|
1257
|
-
prev: function(elem){return jQuery.nth(elem,2,"previousSibling");},
|
|
1258
|
-
nextAll: function(elem){return jQuery.dir(elem,"nextSibling");},
|
|
1259
|
-
prevAll: function(elem){return jQuery.dir(elem,"previousSibling");},
|
|
1260
|
-
siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},
|
|
1261
|
-
children: function(elem){return jQuery.sibling(elem.firstChild);},
|
|
1262
|
-
contents: function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}
|
|
1263
|
-
}, function(name, fn){
|
|
1264
|
-
jQuery.fn[ name ] = function( selector ) {
|
|
1265
|
-
var ret = jQuery.map( this, fn );
|
|
1266
|
-
|
|
1267
|
-
if ( selector && typeof selector == "string" )
|
|
1268
|
-
ret = jQuery.multiFilter( selector, ret );
|
|
1269
|
-
|
|
1270
|
-
return this.pushStack( jQuery.unique( ret ) );
|
|
1271
|
-
};
|
|
1272
|
-
});
|
|
1273
|
-
|
|
1274
|
-
jQuery.each({
|
|
1275
|
-
appendTo: "append",
|
|
1276
|
-
prependTo: "prepend",
|
|
1277
|
-
insertBefore: "before",
|
|
1278
|
-
insertAfter: "after",
|
|
1279
|
-
replaceAll: "replaceWith"
|
|
1280
|
-
}, function(name, original){
|
|
1281
|
-
jQuery.fn[ name ] = function() {
|
|
1282
|
-
var args = arguments;
|
|
1283
|
-
|
|
1284
|
-
return this.each(function(){
|
|
1285
|
-
for ( var i = 0, length = args.length; i < length; i++ )
|
|
1286
|
-
jQuery( args[ i ] )[ original ]( this );
|
|
1287
|
-
});
|
|
1288
|
-
};
|
|
1289
|
-
});
|
|
1290
|
-
|
|
1291
|
-
jQuery.each({
|
|
1292
|
-
removeAttr: function( name ) {
|
|
1293
|
-
jQuery.attr( this, name, "" );
|
|
1294
|
-
if (this.nodeType == 1)
|
|
1295
|
-
this.removeAttribute( name );
|
|
1296
|
-
},
|
|
1297
|
-
|
|
1298
|
-
addClass: function( classNames ) {
|
|
1299
|
-
jQuery.className.add( this, classNames );
|
|
1300
|
-
},
|
|
1301
|
-
|
|
1302
|
-
removeClass: function( classNames ) {
|
|
1303
|
-
jQuery.className.remove( this, classNames );
|
|
1304
|
-
},
|
|
1305
|
-
|
|
1306
|
-
toggleClass: function( classNames ) {
|
|
1307
|
-
jQuery.className[ jQuery.className.has( this, classNames ) ? "remove" : "add" ]( this, classNames );
|
|
1308
|
-
},
|
|
1309
|
-
|
|
1310
|
-
remove: function( selector ) {
|
|
1311
|
-
if ( !selector || jQuery.filter( selector, [ this ] ).r.length ) {
|
|
1312
|
-
// Prevent memory leaks
|
|
1313
|
-
jQuery( "*", this ).add(this).each(function(){
|
|
1314
|
-
jQuery.event.remove(this);
|
|
1315
|
-
jQuery.removeData(this);
|
|
1316
|
-
});
|
|
1317
|
-
if (this.parentNode)
|
|
1318
|
-
this.parentNode.removeChild( this );
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
|
|
1322
|
-
empty: function() {
|
|
1323
|
-
// Remove element nodes and prevent memory leaks
|
|
1324
|
-
jQuery( ">*", this ).remove();
|
|
1325
|
-
|
|
1326
|
-
// Remove any remaining nodes
|
|
1327
|
-
while ( this.firstChild )
|
|
1328
|
-
this.removeChild( this.firstChild );
|
|
1329
|
-
}
|
|
1330
|
-
}, function(name, fn){
|
|
1331
|
-
jQuery.fn[ name ] = function(){
|
|
1332
|
-
return this.each( fn, arguments );
|
|
1333
|
-
};
|
|
1334
|
-
});
|
|
1335
|
-
|
|
1336
|
-
jQuery.each([ "Height", "Width" ], function(i, name){
|
|
1337
|
-
var type = name.toLowerCase();
|
|
1338
|
-
|
|
1339
|
-
jQuery.fn[ type ] = function( size ) {
|
|
1340
|
-
// Get window width or height
|
|
1341
|
-
return this[0] == window ?
|
|
1342
|
-
// Opera reports document.body.client[Width/Height] properly in both quirks and standards
|
|
1343
|
-
jQuery.browser.opera && document.body[ "client" + name ] ||
|
|
1344
|
-
|
|
1345
|
-
// Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths)
|
|
1346
|
-
jQuery.browser.safari && window[ "inner" + name ] ||
|
|
1347
|
-
|
|
1348
|
-
// Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
|
|
1349
|
-
document.compatMode == "CSS1Compat" && document.documentElement[ "client" + name ] || document.body[ "client" + name ] :
|
|
1350
|
-
|
|
1351
|
-
// Get document width or height
|
|
1352
|
-
this[0] == document ?
|
|
1353
|
-
// Either scroll[Width/Height] or offset[Width/Height], whichever is greater
|
|
1354
|
-
Math.max(
|
|
1355
|
-
Math.max(document.body["scroll" + name], document.documentElement["scroll" + name]),
|
|
1356
|
-
Math.max(document.body["offset" + name], document.documentElement["offset" + name])
|
|
1357
|
-
) :
|
|
1358
|
-
|
|
1359
|
-
// Get or set width or height on the element
|
|
1360
|
-
size == undefined ?
|
|
1361
|
-
// Get width or height on the element
|
|
1362
|
-
(this.length ? jQuery.css( this[0], type ) : null) :
|
|
1363
|
-
|
|
1364
|
-
// Set the width or height on the element (default to pixels if value is unitless)
|
|
1365
|
-
this.css( type, size.constructor == String ? size : size + "px" );
|
|
1366
|
-
};
|
|
1367
|
-
});
|
|
1368
|
-
|
|
1369
|
-
var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
|
|
1370
|
-
"(?:[\\w*_-]|\\\\.)" :
|
|
1371
|
-
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
|
|
1372
|
-
quickChild = new RegExp("^>\\s*(" + chars + "+)"),
|
|
1373
|
-
quickID = new RegExp("^(" + chars + "+)(#)(" + chars + "+)"),
|
|
1374
|
-
quickClass = new RegExp("^([#.]?)(" + chars + "*)");
|
|
1375
|
-
|
|
1376
|
-
jQuery.extend({
|
|
1377
|
-
expr: {
|
|
1378
|
-
"": function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},
|
|
1379
|
-
"#": function(a,i,m){return a.getAttribute("id")==m[2];},
|
|
1380
|
-
":": {
|
|
1381
|
-
// Position Checks
|
|
1382
|
-
lt: function(a,i,m){return i<m[3]-0;},
|
|
1383
|
-
gt: function(a,i,m){return i>m[3]-0;},
|
|
1384
|
-
nth: function(a,i,m){return m[3]-0==i;},
|
|
1385
|
-
eq: function(a,i,m){return m[3]-0==i;},
|
|
1386
|
-
first: function(a,i){return i==0;},
|
|
1387
|
-
last: function(a,i,m,r){return i==r.length-1;},
|
|
1388
|
-
even: function(a,i){return i%2==0;},
|
|
1389
|
-
odd: function(a,i){return i%2;},
|
|
1390
|
-
|
|
1391
|
-
// Child Checks
|
|
1392
|
-
"first-child": function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},
|
|
1393
|
-
"last-child": function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},
|
|
1394
|
-
"only-child": function(a){return !jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},
|
|
1395
|
-
|
|
1396
|
-
// Parent Checks
|
|
1397
|
-
parent: function(a){return a.firstChild;},
|
|
1398
|
-
empty: function(a){return !a.firstChild;},
|
|
1399
|
-
|
|
1400
|
-
// Text Check
|
|
1401
|
-
contains: function(a,i,m){return (a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},
|
|
1402
|
-
|
|
1403
|
-
// Visibility
|
|
1404
|
-
visible: function(a){return "hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},
|
|
1405
|
-
hidden: function(a){return "hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},
|
|
1406
|
-
|
|
1407
|
-
// Form attributes
|
|
1408
|
-
enabled: function(a){return !a.disabled;},
|
|
1409
|
-
disabled: function(a){return a.disabled;},
|
|
1410
|
-
checked: function(a){return a.checked;},
|
|
1411
|
-
selected: function(a){return a.selected||jQuery.attr(a,"selected");},
|
|
1412
|
-
|
|
1413
|
-
// Form elements
|
|
1414
|
-
text: function(a){return "text"==a.type;},
|
|
1415
|
-
radio: function(a){return "radio"==a.type;},
|
|
1416
|
-
checkbox: function(a){return "checkbox"==a.type;},
|
|
1417
|
-
file: function(a){return "file"==a.type;},
|
|
1418
|
-
password: function(a){return "password"==a.type;},
|
|
1419
|
-
submit: function(a){return "submit"==a.type;},
|
|
1420
|
-
image: function(a){return "image"==a.type;},
|
|
1421
|
-
reset: function(a){return "reset"==a.type;},
|
|
1422
|
-
button: function(a){return "button"==a.type||jQuery.nodeName(a,"button");},
|
|
1423
|
-
input: function(a){return /input|select|textarea|button/i.test(a.nodeName);},
|
|
1424
|
-
|
|
1425
|
-
// :has()
|
|
1426
|
-
has: function(a,i,m){return jQuery.find(m[3],a).length;},
|
|
1427
|
-
|
|
1428
|
-
// :header
|
|
1429
|
-
header: function(a){return /h\d/i.test(a.nodeName);},
|
|
1430
|
-
|
|
1431
|
-
// :animated
|
|
1432
|
-
animated: function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
|
|
1436
|
-
// The regular expressions that power the parsing engine
|
|
1437
|
-
parse: [
|
|
1438
|
-
// Match: [@value='test'], [@foo]
|
|
1439
|
-
/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,
|
|
1440
|
-
|
|
1441
|
-
// Match: :contains('foo')
|
|
1442
|
-
/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,
|
|
1443
|
-
|
|
1444
|
-
// Match: :even, :last-chlid, #id, .class
|
|
1445
|
-
new RegExp("^([:.#]*)(" + chars + "+)")
|
|
1446
|
-
],
|
|
1447
|
-
|
|
1448
|
-
multiFilter: function( expr, elems, not ) {
|
|
1449
|
-
var old, cur = [];
|
|
1450
|
-
|
|
1451
|
-
while ( expr && expr != old ) {
|
|
1452
|
-
old = expr;
|
|
1453
|
-
var f = jQuery.filter( expr, elems, not );
|
|
1454
|
-
expr = f.t.replace(/^\s*,\s*/, "" );
|
|
1455
|
-
cur = not ? elems = f.r : jQuery.merge( cur, f.r );
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
return cur;
|
|
1459
|
-
},
|
|
1460
|
-
|
|
1461
|
-
find: function( t, context ) {
|
|
1462
|
-
// Quickly handle non-string expressions
|
|
1463
|
-
if ( typeof t != "string" )
|
|
1464
|
-
return [ t ];
|
|
1465
|
-
|
|
1466
|
-
// check to make sure context is a DOM element or a document
|
|
1467
|
-
if ( context && context.nodeType != 1 && context.nodeType != 9)
|
|
1468
|
-
return [ ];
|
|
1469
|
-
|
|
1470
|
-
// Set the correct context (if none is provided)
|
|
1471
|
-
context = context || document;
|
|
1472
|
-
|
|
1473
|
-
// Initialize the search
|
|
1474
|
-
var ret = [context], done = [], last, nodeName;
|
|
1475
|
-
|
|
1476
|
-
// Continue while a selector expression exists, and while
|
|
1477
|
-
// we're no longer looping upon ourselves
|
|
1478
|
-
while ( t && last != t ) {
|
|
1479
|
-
var r = [];
|
|
1480
|
-
last = t;
|
|
1481
|
-
|
|
1482
|
-
t = jQuery.trim(t);
|
|
1483
|
-
|
|
1484
|
-
var foundToken = false;
|
|
1485
|
-
|
|
1486
|
-
// An attempt at speeding up child selectors that
|
|
1487
|
-
// point to a specific element tag
|
|
1488
|
-
var re = quickChild;
|
|
1489
|
-
var m = re.exec(t);
|
|
1490
|
-
|
|
1491
|
-
if ( m ) {
|
|
1492
|
-
nodeName = m[1].toUpperCase();
|
|
1493
|
-
|
|
1494
|
-
// Perform our own iteration and filter
|
|
1495
|
-
for ( var i = 0; ret[i]; i++ )
|
|
1496
|
-
for ( var c = ret[i].firstChild; c; c = c.nextSibling )
|
|
1497
|
-
if ( c.nodeType == 1 && (nodeName == "*" || c.nodeName.toUpperCase() == nodeName) )
|
|
1498
|
-
r.push( c );
|
|
1499
|
-
|
|
1500
|
-
ret = r;
|
|
1501
|
-
t = t.replace( re, "" );
|
|
1502
|
-
if ( t.indexOf(" ") == 0 ) continue;
|
|
1503
|
-
foundToken = true;
|
|
1504
|
-
} else {
|
|
1505
|
-
re = /^([>+~])\s*(\w*)/i;
|
|
1506
|
-
|
|
1507
|
-
if ( (m = re.exec(t)) != null ) {
|
|
1508
|
-
r = [];
|
|
1509
|
-
|
|
1510
|
-
var merge = {};
|
|
1511
|
-
nodeName = m[2].toUpperCase();
|
|
1512
|
-
m = m[1];
|
|
1513
|
-
|
|
1514
|
-
for ( var j = 0, rl = ret.length; j < rl; j++ ) {
|
|
1515
|
-
var n = m == "~" || m == "+" ? ret[j].nextSibling : ret[j].firstChild;
|
|
1516
|
-
for ( ; n; n = n.nextSibling )
|
|
1517
|
-
if ( n.nodeType == 1 ) {
|
|
1518
|
-
var id = jQuery.data(n);
|
|
1519
|
-
|
|
1520
|
-
if ( m == "~" && merge[id] ) break;
|
|
1521
|
-
|
|
1522
|
-
if (!nodeName || n.nodeName.toUpperCase() == nodeName ) {
|
|
1523
|
-
if ( m == "~" ) merge[id] = true;
|
|
1524
|
-
r.push( n );
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
if ( m == "+" ) break;
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
ret = r;
|
|
1532
|
-
|
|
1533
|
-
// And remove the token
|
|
1534
|
-
t = jQuery.trim( t.replace( re, "" ) );
|
|
1535
|
-
foundToken = true;
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
// See if there's still an expression, and that we haven't already
|
|
1540
|
-
// matched a token
|
|
1541
|
-
if ( t && !foundToken ) {
|
|
1542
|
-
// Handle multiple expressions
|
|
1543
|
-
if ( !t.indexOf(",") ) {
|
|
1544
|
-
// Clean the result set
|
|
1545
|
-
if ( context == ret[0] ) ret.shift();
|
|
1546
|
-
|
|
1547
|
-
// Merge the result sets
|
|
1548
|
-
done = jQuery.merge( done, ret );
|
|
1549
|
-
|
|
1550
|
-
// Reset the context
|
|
1551
|
-
r = ret = [context];
|
|
1552
|
-
|
|
1553
|
-
// Touch up the selector string
|
|
1554
|
-
t = " " + t.substr(1,t.length);
|
|
1555
|
-
|
|
1556
|
-
} else {
|
|
1557
|
-
// Optimize for the case nodeName#idName
|
|
1558
|
-
var re2 = quickID;
|
|
1559
|
-
var m = re2.exec(t);
|
|
1560
|
-
|
|
1561
|
-
// Re-organize the results, so that they're consistent
|
|
1562
|
-
if ( m ) {
|
|
1563
|
-
m = [ 0, m[2], m[3], m[1] ];
|
|
1564
|
-
|
|
1565
|
-
} else {
|
|
1566
|
-
// Otherwise, do a traditional filter check for
|
|
1567
|
-
// ID, class, and element selectors
|
|
1568
|
-
re2 = quickClass;
|
|
1569
|
-
m = re2.exec(t);
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
m[2] = m[2].replace(/\\/g, "");
|
|
1573
|
-
|
|
1574
|
-
var elem = ret[ret.length-1];
|
|
1575
|
-
|
|
1576
|
-
// Try to do a global search by ID, where we can
|
|
1577
|
-
if ( m[1] == "#" && elem && elem.getElementById && !jQuery.isXMLDoc(elem) ) {
|
|
1578
|
-
// Optimization for HTML document case
|
|
1579
|
-
var oid = elem.getElementById(m[2]);
|
|
1580
|
-
|
|
1581
|
-
// Do a quick check for the existence of the actual ID attribute
|
|
1582
|
-
// to avoid selecting by the name attribute in IE
|
|
1583
|
-
// also check to insure id is a string to avoid selecting an element with the name of 'id' inside a form
|
|
1584
|
-
if ( (jQuery.browser.msie||jQuery.browser.opera) && oid && typeof oid.id == "string" && oid.id != m[2] )
|
|
1585
|
-
oid = jQuery('[@id="'+m[2]+'"]', elem)[0];
|
|
1586
|
-
|
|
1587
|
-
// Do a quick check for node name (where applicable) so
|
|
1588
|
-
// that div#foo searches will be really fast
|
|
1589
|
-
ret = r = oid && (!m[3] || jQuery.nodeName(oid, m[3])) ? [oid] : [];
|
|
1590
|
-
} else {
|
|
1591
|
-
// We need to find all descendant elements
|
|
1592
|
-
for ( var i = 0; ret[i]; i++ ) {
|
|
1593
|
-
// Grab the tag name being searched for
|
|
1594
|
-
var tag = m[1] == "#" && m[3] ? m[3] : m[1] != "" || m[0] == "" ? "*" : m[2];
|
|
1595
|
-
|
|
1596
|
-
// Handle IE7 being really dumb about <object>s
|
|
1597
|
-
if ( tag == "*" && ret[i].nodeName.toLowerCase() == "object" )
|
|
1598
|
-
tag = "param";
|
|
1599
|
-
|
|
1600
|
-
r = jQuery.merge( r, ret[i].getElementsByTagName( tag ));
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
// It's faster to filter by class and be done with it
|
|
1604
|
-
if ( m[1] == "." )
|
|
1605
|
-
r = jQuery.classFilter( r, m[2] );
|
|
1606
|
-
|
|
1607
|
-
// Same with ID filtering
|
|
1608
|
-
if ( m[1] == "#" ) {
|
|
1609
|
-
var tmp = [];
|
|
1610
|
-
|
|
1611
|
-
// Try to find the element with the ID
|
|
1612
|
-
for ( var i = 0; r[i]; i++ )
|
|
1613
|
-
if ( r[i].getAttribute("id") == m[2] ) {
|
|
1614
|
-
tmp = [ r[i] ];
|
|
1615
|
-
break;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
r = tmp;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
ret = r;
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
t = t.replace( re2, "" );
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
// If a selector string still exists
|
|
1630
|
-
if ( t ) {
|
|
1631
|
-
// Attempt to filter it
|
|
1632
|
-
var val = jQuery.filter(t,r);
|
|
1633
|
-
ret = r = val.r;
|
|
1634
|
-
t = jQuery.trim(val.t);
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
// An error occurred with the selector;
|
|
1639
|
-
// just return an empty set instead
|
|
1640
|
-
if ( t )
|
|
1641
|
-
ret = [];
|
|
1642
|
-
|
|
1643
|
-
// Remove the root context
|
|
1644
|
-
if ( ret && context == ret[0] )
|
|
1645
|
-
ret.shift();
|
|
1646
|
-
|
|
1647
|
-
// And combine the results
|
|
1648
|
-
done = jQuery.merge( done, ret );
|
|
1649
|
-
|
|
1650
|
-
return done;
|
|
1651
|
-
},
|
|
1652
|
-
|
|
1653
|
-
classFilter: function(r,m,not){
|
|
1654
|
-
m = " " + m + " ";
|
|
1655
|
-
var tmp = [];
|
|
1656
|
-
for ( var i = 0; r[i]; i++ ) {
|
|
1657
|
-
var pass = (" " + r[i].className + " ").indexOf( m ) >= 0;
|
|
1658
|
-
if ( !not && pass || not && !pass )
|
|
1659
|
-
tmp.push( r[i] );
|
|
1660
|
-
}
|
|
1661
|
-
return tmp;
|
|
1662
|
-
},
|
|
1663
|
-
|
|
1664
|
-
filter: function(t,r,not) {
|
|
1665
|
-
var last;
|
|
1666
|
-
|
|
1667
|
-
// Look for common filter expressions
|
|
1668
|
-
while ( t && t != last ) {
|
|
1669
|
-
last = t;
|
|
1670
|
-
|
|
1671
|
-
var p = jQuery.parse, m;
|
|
1672
|
-
|
|
1673
|
-
for ( var i = 0; p[i]; i++ ) {
|
|
1674
|
-
m = p[i].exec( t );
|
|
1675
|
-
|
|
1676
|
-
if ( m ) {
|
|
1677
|
-
// Remove what we just matched
|
|
1678
|
-
t = t.substring( m[0].length );
|
|
1679
|
-
|
|
1680
|
-
m[2] = m[2].replace(/\\/g, "");
|
|
1681
|
-
break;
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
if ( !m )
|
|
1686
|
-
break;
|
|
1687
|
-
|
|
1688
|
-
// :not() is a special case that can be optimized by
|
|
1689
|
-
// keeping it out of the expression list
|
|
1690
|
-
if ( m[1] == ":" && m[2] == "not" )
|
|
1691
|
-
// optimize if only one selector found (most common case)
|
|
1692
|
-
r = isSimple.test( m[3] ) ?
|
|
1693
|
-
jQuery.filter(m[3], r, true).r :
|
|
1694
|
-
jQuery( r ).not( m[3] );
|
|
1695
|
-
|
|
1696
|
-
// We can get a big speed boost by filtering by class here
|
|
1697
|
-
else if ( m[1] == "." )
|
|
1698
|
-
r = jQuery.classFilter(r, m[2], not);
|
|
1699
|
-
|
|
1700
|
-
else if ( m[1] == "[" ) {
|
|
1701
|
-
var tmp = [], type = m[3];
|
|
1702
|
-
|
|
1703
|
-
for ( var i = 0, rl = r.length; i < rl; i++ ) {
|
|
1704
|
-
var a = r[i], z = a[ jQuery.props[m[2]] || m[2] ];
|
|
1705
|
-
|
|
1706
|
-
if ( z == null || /href|src|selected/.test(m[2]) )
|
|
1707
|
-
z = jQuery.attr(a,m[2]) || '';
|
|
1708
|
-
|
|
1709
|
-
if ( (type == "" && !!z ||
|
|
1710
|
-
type == "=" && z == m[5] ||
|
|
1711
|
-
type == "!=" && z != m[5] ||
|
|
1712
|
-
type == "^=" && z && !z.indexOf(m[5]) ||
|
|
1713
|
-
type == "$=" && z.substr(z.length - m[5].length) == m[5] ||
|
|
1714
|
-
(type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ not )
|
|
1715
|
-
tmp.push( a );
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
r = tmp;
|
|
1719
|
-
|
|
1720
|
-
// We can get a speed boost by handling nth-child here
|
|
1721
|
-
} else if ( m[1] == ":" && m[2] == "nth-child" ) {
|
|
1722
|
-
var merge = {}, tmp = [],
|
|
1723
|
-
// parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6'
|
|
1724
|
-
test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec(
|
|
1725
|
-
m[3] == "even" && "2n" || m[3] == "odd" && "2n+1" ||
|
|
1726
|
-
!/\D/.test(m[3]) && "0n+" + m[3] || m[3]),
|
|
1727
|
-
// calculate the numbers (first)n+(last) including if they are negative
|
|
1728
|
-
first = (test[1] + (test[2] || 1)) - 0, last = test[3] - 0;
|
|
1729
|
-
|
|
1730
|
-
// loop through all the elements left in the jQuery object
|
|
1731
|
-
for ( var i = 0, rl = r.length; i < rl; i++ ) {
|
|
1732
|
-
var node = r[i], parentNode = node.parentNode, id = jQuery.data(parentNode);
|
|
1733
|
-
|
|
1734
|
-
if ( !merge[id] ) {
|
|
1735
|
-
var c = 1;
|
|
1736
|
-
|
|
1737
|
-
for ( var n = parentNode.firstChild; n; n = n.nextSibling )
|
|
1738
|
-
if ( n.nodeType == 1 )
|
|
1739
|
-
n.nodeIndex = c++;
|
|
1740
|
-
|
|
1741
|
-
merge[id] = true;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
var add = false;
|
|
1745
|
-
|
|
1746
|
-
if ( first == 0 ) {
|
|
1747
|
-
if ( node.nodeIndex == last )
|
|
1748
|
-
add = true;
|
|
1749
|
-
} else if ( (node.nodeIndex - last) % first == 0 && (node.nodeIndex - last) / first >= 0 )
|
|
1750
|
-
add = true;
|
|
1751
|
-
|
|
1752
|
-
if ( add ^ not )
|
|
1753
|
-
tmp.push( node );
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
r = tmp;
|
|
1757
|
-
|
|
1758
|
-
// Otherwise, find the expression to execute
|
|
1759
|
-
} else {
|
|
1760
|
-
var fn = jQuery.expr[ m[1] ];
|
|
1761
|
-
if ( typeof fn == "object" )
|
|
1762
|
-
fn = fn[ m[2] ];
|
|
1763
|
-
|
|
1764
|
-
if ( typeof fn == "string" )
|
|
1765
|
-
fn = eval("false||function(a,i){return " + fn + ";}");
|
|
1766
|
-
|
|
1767
|
-
// Execute it against the current filter
|
|
1768
|
-
r = jQuery.grep( r, function(elem, i){
|
|
1769
|
-
return fn(elem, i, m, r);
|
|
1770
|
-
}, not );
|
|
1771
|
-
}
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
// Return an array of filtered elements (r)
|
|
1775
|
-
// and the modified expression string (t)
|
|
1776
|
-
return { r: r, t: t };
|
|
1777
|
-
},
|
|
1778
|
-
|
|
1779
|
-
dir: function( elem, dir ){
|
|
1780
|
-
var matched = [];
|
|
1781
|
-
var cur = elem[dir];
|
|
1782
|
-
while ( cur && cur != document ) {
|
|
1783
|
-
if ( cur.nodeType == 1 )
|
|
1784
|
-
matched.push( cur );
|
|
1785
|
-
cur = cur[dir];
|
|
1786
|
-
}
|
|
1787
|
-
return matched;
|
|
1788
|
-
},
|
|
1789
|
-
|
|
1790
|
-
nth: function(cur,result,dir,elem){
|
|
1791
|
-
result = result || 1;
|
|
1792
|
-
var num = 0;
|
|
1793
|
-
|
|
1794
|
-
for ( ; cur; cur = cur[dir] )
|
|
1795
|
-
if ( cur.nodeType == 1 && ++num == result )
|
|
1796
|
-
break;
|
|
1797
|
-
|
|
1798
|
-
return cur;
|
|
1799
|
-
},
|
|
1800
|
-
|
|
1801
|
-
sibling: function( n, elem ) {
|
|
1802
|
-
var r = [];
|
|
1803
|
-
|
|
1804
|
-
for ( ; n; n = n.nextSibling ) {
|
|
1805
|
-
if ( n.nodeType == 1 && (!elem || n != elem) )
|
|
1806
|
-
r.push( n );
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
return r;
|
|
1810
|
-
}
|
|
1811
|
-
});
|
|
1812
|
-
|
|
1813
|
-
/*
|
|
1814
|
-
* A number of helper functions used for managing events.
|
|
1815
|
-
* Many of the ideas behind this code orignated from
|
|
1816
|
-
* Dean Edwards' addEvent library.
|
|
1817
|
-
*/
|
|
1818
|
-
jQuery.event = {
|
|
1819
|
-
|
|
1820
|
-
// Bind an event to an element
|
|
1821
|
-
// Original by Dean Edwards
|
|
1822
|
-
add: function(elem, types, handler, data) {
|
|
1823
|
-
if ( elem.nodeType == 3 || elem.nodeType == 8 )
|
|
1824
|
-
return;
|
|
1825
|
-
|
|
1826
|
-
// For whatever reason, IE has trouble passing the window object
|
|
1827
|
-
// around, causing it to be cloned in the process
|
|
1828
|
-
if ( jQuery.browser.msie && elem.setInterval != undefined )
|
|
1829
|
-
elem = window;
|
|
1830
|
-
|
|
1831
|
-
// Make sure that the function being executed has a unique ID
|
|
1832
|
-
if ( !handler.guid )
|
|
1833
|
-
handler.guid = this.guid++;
|
|
1834
|
-
|
|
1835
|
-
// if data is passed, bind to handler
|
|
1836
|
-
if( data != undefined ) {
|
|
1837
|
-
// Create temporary function pointer to original handler
|
|
1838
|
-
var fn = handler;
|
|
1839
|
-
|
|
1840
|
-
// Create unique handler function, wrapped around original handler
|
|
1841
|
-
handler = function() {
|
|
1842
|
-
// Pass arguments and context to original handler
|
|
1843
|
-
return fn.apply(this, arguments);
|
|
1844
|
-
};
|
|
1845
|
-
|
|
1846
|
-
// Store data in unique handler
|
|
1847
|
-
handler.data = data;
|
|
1848
|
-
|
|
1849
|
-
// Set the guid of unique handler to the same of original handler, so it can be removed
|
|
1850
|
-
handler.guid = fn.guid;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
// Init the element's event structure
|
|
1854
|
-
var events = jQuery.data(elem, "events") || jQuery.data(elem, "events", {}),
|
|
1855
|
-
handle = jQuery.data(elem, "handle") || jQuery.data(elem, "handle", function(){
|
|
1856
|
-
// returned undefined or false
|
|
1857
|
-
var val;
|
|
1858
|
-
|
|
1859
|
-
// Handle the second event of a trigger and when
|
|
1860
|
-
// an event is called after a page has unloaded
|
|
1861
|
-
if ( typeof jQuery == "undefined" || jQuery.event.triggered )
|
|
1862
|
-
return val;
|
|
1863
|
-
|
|
1864
|
-
val = jQuery.event.handle.apply(arguments.callee.elem, arguments);
|
|
1865
|
-
|
|
1866
|
-
return val;
|
|
1867
|
-
});
|
|
1868
|
-
// Add elem as a property of the handle function
|
|
1869
|
-
// This is to prevent a memory leak with non-native
|
|
1870
|
-
// event in IE.
|
|
1871
|
-
handle.elem = elem;
|
|
1872
|
-
|
|
1873
|
-
// Handle multiple events seperated by a space
|
|
1874
|
-
// jQuery(...).bind("mouseover mouseout", fn);
|
|
1875
|
-
jQuery.each(types.split(/\s+/), function(index, type) {
|
|
1876
|
-
// Namespaced event handlers
|
|
1877
|
-
var parts = type.split(".");
|
|
1878
|
-
type = parts[0];
|
|
1879
|
-
handler.type = parts[1];
|
|
1880
|
-
|
|
1881
|
-
// Get the current list of functions bound to this event
|
|
1882
|
-
var handlers = events[type];
|
|
1883
|
-
|
|
1884
|
-
// Init the event handler queue
|
|
1885
|
-
if (!handlers) {
|
|
1886
|
-
handlers = events[type] = {};
|
|
1887
|
-
|
|
1888
|
-
// Check for a special event handler
|
|
1889
|
-
// Only use addEventListener/attachEvent if the special
|
|
1890
|
-
// events handler returns false
|
|
1891
|
-
if ( !jQuery.event.special[type] || jQuery.event.special[type].setup.call(elem) === false ) {
|
|
1892
|
-
// Bind the global event handler to the element
|
|
1893
|
-
if (elem.addEventListener)
|
|
1894
|
-
elem.addEventListener(type, handle, false);
|
|
1895
|
-
else if (elem.attachEvent)
|
|
1896
|
-
elem.attachEvent("on" + type, handle);
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
// Add the function to the element's handler list
|
|
1901
|
-
handlers[handler.guid] = handler;
|
|
1902
|
-
|
|
1903
|
-
// Keep track of which events have been used, for global triggering
|
|
1904
|
-
jQuery.event.global[type] = true;
|
|
1905
|
-
});
|
|
1906
|
-
|
|
1907
|
-
// Nullify elem to prevent memory leaks in IE
|
|
1908
|
-
elem = null;
|
|
1909
|
-
},
|
|
1910
|
-
|
|
1911
|
-
guid: 1,
|
|
1912
|
-
global: {},
|
|
1913
|
-
|
|
1914
|
-
// Detach an event or set of events from an element
|
|
1915
|
-
remove: function(elem, types, handler) {
|
|
1916
|
-
// don't do events on text and comment nodes
|
|
1917
|
-
if ( elem.nodeType == 3 || elem.nodeType == 8 )
|
|
1918
|
-
return;
|
|
1919
|
-
|
|
1920
|
-
var events = jQuery.data(elem, "events"), ret, index;
|
|
1921
|
-
|
|
1922
|
-
if ( events ) {
|
|
1923
|
-
// Unbind all events for the element
|
|
1924
|
-
if ( types == undefined || (typeof types == "string" && types.charAt(0) == ".") )
|
|
1925
|
-
for ( var type in events )
|
|
1926
|
-
this.remove( elem, type + (types || "") );
|
|
1927
|
-
else {
|
|
1928
|
-
// types is actually an event object here
|
|
1929
|
-
if ( types.type ) {
|
|
1930
|
-
handler = types.handler;
|
|
1931
|
-
types = types.type;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
// Handle multiple events seperated by a space
|
|
1935
|
-
// jQuery(...).unbind("mouseover mouseout", fn);
|
|
1936
|
-
jQuery.each(types.split(/\s+/), function(index, type){
|
|
1937
|
-
// Namespaced event handlers
|
|
1938
|
-
var parts = type.split(".");
|
|
1939
|
-
type = parts[0];
|
|
1940
|
-
|
|
1941
|
-
if ( events[type] ) {
|
|
1942
|
-
// remove the given handler for the given type
|
|
1943
|
-
if ( handler )
|
|
1944
|
-
delete events[type][handler.guid];
|
|
1945
|
-
|
|
1946
|
-
// remove all handlers for the given type
|
|
1947
|
-
else
|
|
1948
|
-
for ( handler in events[type] )
|
|
1949
|
-
// Handle the removal of namespaced events
|
|
1950
|
-
if ( !parts[1] || events[type][handler].type == parts[1] )
|
|
1951
|
-
delete events[type][handler];
|
|
1952
|
-
|
|
1953
|
-
// remove generic event handler if no more handlers exist
|
|
1954
|
-
for ( ret in events[type] ) break;
|
|
1955
|
-
if ( !ret ) {
|
|
1956
|
-
if ( !jQuery.event.special[type] || jQuery.event.special[type].teardown.call(elem) === false ) {
|
|
1957
|
-
if (elem.removeEventListener)
|
|
1958
|
-
elem.removeEventListener(type, jQuery.data(elem, "handle"), false);
|
|
1959
|
-
else if (elem.detachEvent)
|
|
1960
|
-
elem.detachEvent("on" + type, jQuery.data(elem, "handle"));
|
|
1961
|
-
}
|
|
1962
|
-
ret = null;
|
|
1963
|
-
delete events[type];
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
});
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
// Remove the expando if it's no longer used
|
|
1970
|
-
for ( ret in events ) break;
|
|
1971
|
-
if ( !ret ) {
|
|
1972
|
-
var handle = jQuery.data( elem, "handle" );
|
|
1973
|
-
if ( handle ) handle.elem = null;
|
|
1974
|
-
jQuery.removeData( elem, "events" );
|
|
1975
|
-
jQuery.removeData( elem, "handle" );
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
|
|
1980
|
-
trigger: function(type, data, elem, donative, extra) {
|
|
1981
|
-
// Clone the incoming data, if any
|
|
1982
|
-
data = jQuery.makeArray(data || []);
|
|
1983
|
-
|
|
1984
|
-
if ( type.indexOf("!") >= 0 ) {
|
|
1985
|
-
type = type.slice(0, -1);
|
|
1986
|
-
var exclusive = true;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
// Handle a global trigger
|
|
1990
|
-
if ( !elem ) {
|
|
1991
|
-
// Only trigger if we've ever bound an event for it
|
|
1992
|
-
if ( this.global[type] )
|
|
1993
|
-
jQuery("*").add([window, document]).trigger(type, data);
|
|
1994
|
-
|
|
1995
|
-
// Handle triggering a single element
|
|
1996
|
-
} else {
|
|
1997
|
-
// don't do events on text and comment nodes
|
|
1998
|
-
if ( elem.nodeType == 3 || elem.nodeType == 8 )
|
|
1999
|
-
return undefined;
|
|
2000
|
-
|
|
2001
|
-
var val, ret, fn = jQuery.isFunction( elem[ type ] || null ),
|
|
2002
|
-
// Check to see if we need to provide a fake event, or not
|
|
2003
|
-
event = !data[0] || !data[0].preventDefault;
|
|
2004
|
-
|
|
2005
|
-
// Pass along a fake event
|
|
2006
|
-
if ( event )
|
|
2007
|
-
data.unshift( this.fix({ type: type, target: elem }) );
|
|
2008
|
-
|
|
2009
|
-
// Enforce the right trigger type
|
|
2010
|
-
data[0].type = type;
|
|
2011
|
-
if ( exclusive )
|
|
2012
|
-
data[0].exclusive = true;
|
|
2013
|
-
|
|
2014
|
-
// Trigger the event
|
|
2015
|
-
if ( jQuery.isFunction( jQuery.data(elem, "handle") ) )
|
|
2016
|
-
val = jQuery.data(elem, "handle").apply( elem, data );
|
|
2017
|
-
|
|
2018
|
-
// Handle triggering native .onfoo handlers
|
|
2019
|
-
if ( !fn && elem["on"+type] && elem["on"+type].apply( elem, data ) === false )
|
|
2020
|
-
val = false;
|
|
2021
|
-
|
|
2022
|
-
// Extra functions don't get the custom event object
|
|
2023
|
-
if ( event )
|
|
2024
|
-
data.shift();
|
|
2025
|
-
|
|
2026
|
-
// Handle triggering of extra function
|
|
2027
|
-
if ( extra && jQuery.isFunction( extra ) ) {
|
|
2028
|
-
// call the extra function and tack the current return value on the end for possible inspection
|
|
2029
|
-
ret = extra.apply( elem, val == null ? data : data.concat( val ) );
|
|
2030
|
-
// if anything is returned, give it precedence and have it overwrite the previous value
|
|
2031
|
-
if (ret !== undefined)
|
|
2032
|
-
val = ret;
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
// Trigger the native events (except for clicks on links)
|
|
2036
|
-
if ( fn && donative !== false && val !== false && !(jQuery.nodeName(elem, 'a') && type == "click") ) {
|
|
2037
|
-
this.triggered = true;
|
|
2038
|
-
try {
|
|
2039
|
-
elem[ type ]();
|
|
2040
|
-
// prevent IE from throwing an error for some hidden elements
|
|
2041
|
-
} catch (e) {}
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
this.triggered = false;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
return val;
|
|
2048
|
-
},
|
|
2049
|
-
|
|
2050
|
-
handle: function(event) {
|
|
2051
|
-
// returned undefined or false
|
|
2052
|
-
var val;
|
|
2053
|
-
|
|
2054
|
-
// Empty object is for triggered events with no data
|
|
2055
|
-
event = jQuery.event.fix( event || window.event || {} );
|
|
2056
|
-
|
|
2057
|
-
// Namespaced event handlers
|
|
2058
|
-
var parts = event.type.split(".");
|
|
2059
|
-
event.type = parts[0];
|
|
2060
|
-
|
|
2061
|
-
var handlers = jQuery.data(this, "events") && jQuery.data(this, "events")[event.type], args = Array.prototype.slice.call( arguments, 1 );
|
|
2062
|
-
args.unshift( event );
|
|
2063
|
-
|
|
2064
|
-
for ( var j in handlers ) {
|
|
2065
|
-
var handler = handlers[j];
|
|
2066
|
-
// Pass in a reference to the handler function itself
|
|
2067
|
-
// So that we can later remove it
|
|
2068
|
-
args[0].handler = handler;
|
|
2069
|
-
args[0].data = handler.data;
|
|
2070
|
-
|
|
2071
|
-
// Filter the functions by class
|
|
2072
|
-
if ( !parts[1] && !event.exclusive || handler.type == parts[1] ) {
|
|
2073
|
-
var ret = handler.apply( this, args );
|
|
2074
|
-
|
|
2075
|
-
if ( val !== false )
|
|
2076
|
-
val = ret;
|
|
2077
|
-
|
|
2078
|
-
if ( ret === false ) {
|
|
2079
|
-
event.preventDefault();
|
|
2080
|
-
event.stopPropagation();
|
|
2081
|
-
}
|
|
2082
|
-
}
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
// Clean up added properties in IE to prevent memory leak
|
|
2086
|
-
if (jQuery.browser.msie)
|
|
2087
|
-
event.target = event.preventDefault = event.stopPropagation =
|
|
2088
|
-
event.handler = event.data = null;
|
|
2089
|
-
|
|
2090
|
-
return val;
|
|
2091
|
-
},
|
|
2092
|
-
|
|
2093
|
-
fix: function(event) {
|
|
2094
|
-
// store a copy of the original event object
|
|
2095
|
-
// and clone to set read-only properties
|
|
2096
|
-
var originalEvent = event;
|
|
2097
|
-
event = jQuery.extend({}, originalEvent);
|
|
2098
|
-
|
|
2099
|
-
// add preventDefault and stopPropagation since
|
|
2100
|
-
// they will not work on the clone
|
|
2101
|
-
event.preventDefault = function() {
|
|
2102
|
-
// if preventDefault exists run it on the original event
|
|
2103
|
-
if (originalEvent.preventDefault)
|
|
2104
|
-
originalEvent.preventDefault();
|
|
2105
|
-
// otherwise set the returnValue property of the original event to false (IE)
|
|
2106
|
-
originalEvent.returnValue = false;
|
|
2107
|
-
};
|
|
2108
|
-
event.stopPropagation = function() {
|
|
2109
|
-
// if stopPropagation exists run it on the original event
|
|
2110
|
-
if (originalEvent.stopPropagation)
|
|
2111
|
-
originalEvent.stopPropagation();
|
|
2112
|
-
// otherwise set the cancelBubble property of the original event to true (IE)
|
|
2113
|
-
originalEvent.cancelBubble = true;
|
|
2114
|
-
};
|
|
2115
|
-
|
|
2116
|
-
// Fix target property, if necessary
|
|
2117
|
-
if ( !event.target )
|
|
2118
|
-
event.target = event.srcElement || document; // Fixes #1925 where srcElement might not be defined either
|
|
2119
|
-
|
|
2120
|
-
// check if target is a textnode (safari)
|
|
2121
|
-
if ( event.target.nodeType == 3 )
|
|
2122
|
-
event.target = originalEvent.target.parentNode;
|
|
2123
|
-
|
|
2124
|
-
// Add relatedTarget, if necessary
|
|
2125
|
-
if ( !event.relatedTarget && event.fromElement )
|
|
2126
|
-
event.relatedTarget = event.fromElement == event.target ? event.toElement : event.fromElement;
|
|
2127
|
-
|
|
2128
|
-
// Calculate pageX/Y if missing and clientX/Y available
|
|
2129
|
-
if ( event.pageX == null && event.clientX != null ) {
|
|
2130
|
-
var doc = document.documentElement, body = document.body;
|
|
2131
|
-
event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc.clientLeft || 0);
|
|
2132
|
-
event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc.clientTop || 0);
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
// Add which for key events
|
|
2136
|
-
if ( !event.which && ((event.charCode || event.charCode === 0) ? event.charCode : event.keyCode) )
|
|
2137
|
-
event.which = event.charCode || event.keyCode;
|
|
2138
|
-
|
|
2139
|
-
// Add metaKey to non-Mac browsers (use ctrl for PC's and Meta for Macs)
|
|
2140
|
-
if ( !event.metaKey && event.ctrlKey )
|
|
2141
|
-
event.metaKey = event.ctrlKey;
|
|
2142
|
-
|
|
2143
|
-
// Add which for click: 1 == left; 2 == middle; 3 == right
|
|
2144
|
-
// Note: button is not normalized, so don't use it
|
|
2145
|
-
if ( !event.which && event.button )
|
|
2146
|
-
event.which = (event.button & 1 ? 1 : ( event.button & 2 ? 3 : ( event.button & 4 ? 2 : 0 ) ));
|
|
2147
|
-
|
|
2148
|
-
return event;
|
|
2149
|
-
},
|
|
2150
|
-
|
|
2151
|
-
special: {
|
|
2152
|
-
ready: {
|
|
2153
|
-
setup: function() {
|
|
2154
|
-
// Make sure the ready event is setup
|
|
2155
|
-
bindReady();
|
|
2156
|
-
return;
|
|
2157
|
-
},
|
|
2158
|
-
|
|
2159
|
-
teardown: function() { return; }
|
|
2160
|
-
},
|
|
2161
|
-
|
|
2162
|
-
mouseenter: {
|
|
2163
|
-
setup: function() {
|
|
2164
|
-
if ( jQuery.browser.msie ) return false;
|
|
2165
|
-
jQuery(this).bind("mouseover", jQuery.event.special.mouseenter.handler);
|
|
2166
|
-
return true;
|
|
2167
|
-
},
|
|
2168
|
-
|
|
2169
|
-
teardown: function() {
|
|
2170
|
-
if ( jQuery.browser.msie ) return false;
|
|
2171
|
-
jQuery(this).unbind("mouseover", jQuery.event.special.mouseenter.handler);
|
|
2172
|
-
return true;
|
|
2173
|
-
},
|
|
2174
|
-
|
|
2175
|
-
handler: function(event) {
|
|
2176
|
-
// If we actually just moused on to a sub-element, ignore it
|
|
2177
|
-
if ( withinElement(event, this) ) return true;
|
|
2178
|
-
// Execute the right handlers by setting the event type to mouseenter
|
|
2179
|
-
arguments[0].type = "mouseenter";
|
|
2180
|
-
return jQuery.event.handle.apply(this, arguments);
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
|
|
2184
|
-
mouseleave: {
|
|
2185
|
-
setup: function() {
|
|
2186
|
-
if ( jQuery.browser.msie ) return false;
|
|
2187
|
-
jQuery(this).bind("mouseout", jQuery.event.special.mouseleave.handler);
|
|
2188
|
-
return true;
|
|
2189
|
-
},
|
|
2190
|
-
|
|
2191
|
-
teardown: function() {
|
|
2192
|
-
if ( jQuery.browser.msie ) return false;
|
|
2193
|
-
jQuery(this).unbind("mouseout", jQuery.event.special.mouseleave.handler);
|
|
2194
|
-
return true;
|
|
2195
|
-
},
|
|
2196
|
-
|
|
2197
|
-
handler: function(event) {
|
|
2198
|
-
// If we actually just moused on to a sub-element, ignore it
|
|
2199
|
-
if ( withinElement(event, this) ) return true;
|
|
2200
|
-
// Execute the right handlers by setting the event type to mouseleave
|
|
2201
|
-
arguments[0].type = "mouseleave";
|
|
2202
|
-
return jQuery.event.handle.apply(this, arguments);
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
};
|
|
2207
|
-
|
|
2208
|
-
jQuery.fn.extend({
|
|
2209
|
-
bind: function( type, data, fn ) {
|
|
2210
|
-
return type == "unload" ? this.one(type, data, fn) : this.each(function(){
|
|
2211
|
-
jQuery.event.add( this, type, fn || data, fn && data );
|
|
2212
|
-
});
|
|
2213
|
-
},
|
|
2214
|
-
|
|
2215
|
-
one: function( type, data, fn ) {
|
|
2216
|
-
return this.each(function(){
|
|
2217
|
-
jQuery.event.add( this, type, function(event) {
|
|
2218
|
-
jQuery(this).unbind(event);
|
|
2219
|
-
return (fn || data).apply( this, arguments);
|
|
2220
|
-
}, fn && data);
|
|
2221
|
-
});
|
|
2222
|
-
},
|
|
2223
|
-
|
|
2224
|
-
unbind: function( type, fn ) {
|
|
2225
|
-
return this.each(function(){
|
|
2226
|
-
jQuery.event.remove( this, type, fn );
|
|
2227
|
-
});
|
|
2228
|
-
},
|
|
2229
|
-
|
|
2230
|
-
trigger: function( type, data, fn ) {
|
|
2231
|
-
return this.each(function(){
|
|
2232
|
-
jQuery.event.trigger( type, data, this, true, fn );
|
|
2233
|
-
});
|
|
2234
|
-
},
|
|
2235
|
-
|
|
2236
|
-
triggerHandler: function( type, data, fn ) {
|
|
2237
|
-
if ( this[0] )
|
|
2238
|
-
return jQuery.event.trigger( type, data, this[0], false, fn );
|
|
2239
|
-
return undefined;
|
|
2240
|
-
},
|
|
2241
|
-
|
|
2242
|
-
toggle: function() {
|
|
2243
|
-
// Save reference to arguments for access in closure
|
|
2244
|
-
var args = arguments;
|
|
2245
|
-
|
|
2246
|
-
return this.click(function(event) {
|
|
2247
|
-
// Figure out which function to execute
|
|
2248
|
-
this.lastToggle = 0 == this.lastToggle ? 1 : 0;
|
|
2249
|
-
|
|
2250
|
-
// Make sure that clicks stop
|
|
2251
|
-
event.preventDefault();
|
|
2252
|
-
|
|
2253
|
-
// and execute the function
|
|
2254
|
-
return args[this.lastToggle].apply( this, arguments ) || false;
|
|
2255
|
-
});
|
|
2256
|
-
},
|
|
2257
|
-
|
|
2258
|
-
hover: function(fnOver, fnOut) {
|
|
2259
|
-
return this.bind('mouseenter', fnOver).bind('mouseleave', fnOut);
|
|
2260
|
-
},
|
|
2261
|
-
|
|
2262
|
-
ready: function(fn) {
|
|
2263
|
-
// Attach the listeners
|
|
2264
|
-
bindReady();
|
|
2265
|
-
|
|
2266
|
-
// If the DOM is already ready
|
|
2267
|
-
if ( jQuery.isReady )
|
|
2268
|
-
// Execute the function immediately
|
|
2269
|
-
fn.call( document, jQuery );
|
|
2270
|
-
|
|
2271
|
-
// Otherwise, remember the function for later
|
|
2272
|
-
else
|
|
2273
|
-
// Add the function to the wait list
|
|
2274
|
-
jQuery.readyList.push( function() { return fn.call(this, jQuery); } );
|
|
2275
|
-
|
|
2276
|
-
return this;
|
|
2277
|
-
}
|
|
2278
|
-
});
|
|
2279
|
-
|
|
2280
|
-
jQuery.extend({
|
|
2281
|
-
isReady: false,
|
|
2282
|
-
readyList: [],
|
|
2283
|
-
// Handle when the DOM is ready
|
|
2284
|
-
ready: function() {
|
|
2285
|
-
// Make sure that the DOM is not already loaded
|
|
2286
|
-
if ( !jQuery.isReady ) {
|
|
2287
|
-
// Remember that the DOM is ready
|
|
2288
|
-
jQuery.isReady = true;
|
|
2289
|
-
|
|
2290
|
-
// If there are functions bound, to execute
|
|
2291
|
-
if ( jQuery.readyList ) {
|
|
2292
|
-
// Execute all of them
|
|
2293
|
-
jQuery.each( jQuery.readyList, function(){
|
|
2294
|
-
this.apply( document );
|
|
2295
|
-
});
|
|
2296
|
-
|
|
2297
|
-
// Reset the list of functions
|
|
2298
|
-
jQuery.readyList = null;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
// Trigger any bound ready events
|
|
2302
|
-
jQuery(document).triggerHandler("ready");
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
});
|
|
2306
|
-
|
|
2307
|
-
var readyBound = false;
|
|
2308
|
-
|
|
2309
|
-
function bindReady(){
|
|
2310
|
-
if ( readyBound ) return;
|
|
2311
|
-
readyBound = true;
|
|
2312
|
-
|
|
2313
|
-
// Mozilla, Opera (see further below for it) and webkit nightlies currently support this event
|
|
2314
|
-
if ( document.addEventListener && !jQuery.browser.opera)
|
|
2315
|
-
// Use the handy event callback
|
|
2316
|
-
document.addEventListener( "DOMContentLoaded", jQuery.ready, false );
|
|
2317
|
-
|
|
2318
|
-
// If IE is used and is not in a frame
|
|
2319
|
-
// Continually check to see if the document is ready
|
|
2320
|
-
if ( jQuery.browser.msie && window == top ) (function(){
|
|
2321
|
-
if (jQuery.isReady) return;
|
|
2322
|
-
try {
|
|
2323
|
-
// If IE is used, use the trick by Diego Perini
|
|
2324
|
-
// http://javascript.nwbox.com/IEContentLoaded/
|
|
2325
|
-
document.documentElement.doScroll("left");
|
|
2326
|
-
} catch( error ) {
|
|
2327
|
-
setTimeout( arguments.callee, 0 );
|
|
2328
|
-
return;
|
|
2329
|
-
}
|
|
2330
|
-
// and execute any waiting functions
|
|
2331
|
-
jQuery.ready();
|
|
2332
|
-
})();
|
|
2333
|
-
|
|
2334
|
-
if ( jQuery.browser.opera )
|
|
2335
|
-
document.addEventListener( "DOMContentLoaded", function () {
|
|
2336
|
-
if (jQuery.isReady) return;
|
|
2337
|
-
for (var i = 0; i < document.styleSheets.length; i++)
|
|
2338
|
-
if (document.styleSheets[i].disabled) {
|
|
2339
|
-
setTimeout( arguments.callee, 0 );
|
|
2340
|
-
return;
|
|
2341
|
-
}
|
|
2342
|
-
// and execute any waiting functions
|
|
2343
|
-
jQuery.ready();
|
|
2344
|
-
}, false);
|
|
2345
|
-
|
|
2346
|
-
if ( jQuery.browser.safari ) {
|
|
2347
|
-
var numStyles;
|
|
2348
|
-
(function(){
|
|
2349
|
-
if (jQuery.isReady) return;
|
|
2350
|
-
if ( document.readyState != "loaded" && document.readyState != "complete" ) {
|
|
2351
|
-
setTimeout( arguments.callee, 0 );
|
|
2352
|
-
return;
|
|
2353
|
-
}
|
|
2354
|
-
if ( numStyles === undefined )
|
|
2355
|
-
numStyles = jQuery("style, link[rel=stylesheet]").length;
|
|
2356
|
-
if ( document.styleSheets.length != numStyles ) {
|
|
2357
|
-
setTimeout( arguments.callee, 0 );
|
|
2358
|
-
return;
|
|
2359
|
-
}
|
|
2360
|
-
// and execute any waiting functions
|
|
2361
|
-
jQuery.ready();
|
|
2362
|
-
})();
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
// A fallback to window.onload, that will always work
|
|
2366
|
-
jQuery.event.add( window, "load", jQuery.ready );
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
|
|
2370
|
-
"mousedown,mouseup,mousemove,mouseover,mouseout,change,select," +
|
|
2371
|
-
"submit,keydown,keypress,keyup,error").split(","), function(i, name){
|
|
2372
|
-
|
|
2373
|
-
// Handle event binding
|
|
2374
|
-
jQuery.fn[name] = function(fn){
|
|
2375
|
-
return fn ? this.bind(name, fn) : this.trigger(name);
|
|
2376
|
-
};
|
|
2377
|
-
});
|
|
2378
|
-
|
|
2379
|
-
// Checks if an event happened on an element within another element
|
|
2380
|
-
// Used in jQuery.event.special.mouseenter and mouseleave handlers
|
|
2381
|
-
var withinElement = function(event, elem) {
|
|
2382
|
-
// Check if mouse(over|out) are still within the same parent element
|
|
2383
|
-
var parent = event.relatedTarget;
|
|
2384
|
-
// Traverse up the tree
|
|
2385
|
-
while ( parent && parent != elem ) try { parent = parent.parentNode; } catch(error) { parent = elem; }
|
|
2386
|
-
// Return true if we actually just moused on to a sub-element
|
|
2387
|
-
return parent == elem;
|
|
2388
|
-
};
|
|
2389
|
-
|
|
2390
|
-
// Prevent memory leaks in IE
|
|
2391
|
-
// And prevent errors on refresh with events like mouseover in other browsers
|
|
2392
|
-
// Window isn't included so as not to unbind existing unload events
|
|
2393
|
-
jQuery(window).bind("unload", function() {
|
|
2394
|
-
jQuery("*").add(document).unbind();
|
|
2395
|
-
});
|
|
2396
|
-
jQuery.fn.extend({
|
|
2397
|
-
load: function( url, params, callback ) {
|
|
2398
|
-
if ( jQuery.isFunction( url ) )
|
|
2399
|
-
return this.bind("load", url);
|
|
2400
|
-
|
|
2401
|
-
var off = url.indexOf(" ");
|
|
2402
|
-
if ( off >= 0 ) {
|
|
2403
|
-
var selector = url.slice(off, url.length);
|
|
2404
|
-
url = url.slice(0, off);
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
callback = callback || function(){};
|
|
2408
|
-
|
|
2409
|
-
// Default to a GET request
|
|
2410
|
-
var type = "GET";
|
|
2411
|
-
|
|
2412
|
-
// If the second parameter was provided
|
|
2413
|
-
if ( params )
|
|
2414
|
-
// If it's a function
|
|
2415
|
-
if ( jQuery.isFunction( params ) ) {
|
|
2416
|
-
// We assume that it's the callback
|
|
2417
|
-
callback = params;
|
|
2418
|
-
params = null;
|
|
2419
|
-
|
|
2420
|
-
// Otherwise, build a param string
|
|
2421
|
-
} else {
|
|
2422
|
-
params = jQuery.param( params );
|
|
2423
|
-
type = "POST";
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
var self = this;
|
|
2427
|
-
|
|
2428
|
-
// Request the remote document
|
|
2429
|
-
jQuery.ajax({
|
|
2430
|
-
url: url,
|
|
2431
|
-
type: type,
|
|
2432
|
-
dataType: "html",
|
|
2433
|
-
data: params,
|
|
2434
|
-
complete: function(res, status){
|
|
2435
|
-
// If successful, inject the HTML into all the matched elements
|
|
2436
|
-
if ( status == "success" || status == "notmodified" )
|
|
2437
|
-
// See if a selector was specified
|
|
2438
|
-
self.html( selector ?
|
|
2439
|
-
// Create a dummy div to hold the results
|
|
2440
|
-
jQuery("<div/>")
|
|
2441
|
-
// inject the contents of the document in, removing the scripts
|
|
2442
|
-
// to avoid any 'Permission Denied' errors in IE
|
|
2443
|
-
.append(res.responseText.replace(/<script(.|\s)*?\/script>/g, ""))
|
|
2444
|
-
|
|
2445
|
-
// Locate the specified elements
|
|
2446
|
-
.find(selector) :
|
|
2447
|
-
|
|
2448
|
-
// If not, just inject the full result
|
|
2449
|
-
res.responseText );
|
|
2450
|
-
|
|
2451
|
-
self.each( callback, [res.responseText, status, res] );
|
|
2452
|
-
}
|
|
2453
|
-
});
|
|
2454
|
-
return this;
|
|
2455
|
-
},
|
|
2456
|
-
|
|
2457
|
-
serialize: function() {
|
|
2458
|
-
return jQuery.param(this.serializeArray());
|
|
2459
|
-
},
|
|
2460
|
-
serializeArray: function() {
|
|
2461
|
-
return this.map(function(){
|
|
2462
|
-
return jQuery.nodeName(this, "form") ?
|
|
2463
|
-
jQuery.makeArray(this.elements) : this;
|
|
2464
|
-
})
|
|
2465
|
-
.filter(function(){
|
|
2466
|
-
return this.name && !this.disabled &&
|
|
2467
|
-
(this.checked || /select|textarea/i.test(this.nodeName) ||
|
|
2468
|
-
/text|hidden|password/i.test(this.type));
|
|
2469
|
-
})
|
|
2470
|
-
.map(function(i, elem){
|
|
2471
|
-
var val = jQuery(this).val();
|
|
2472
|
-
return val == null ? null :
|
|
2473
|
-
val.constructor == Array ?
|
|
2474
|
-
jQuery.map( val, function(val, i){
|
|
2475
|
-
return {name: elem.name, value: val};
|
|
2476
|
-
}) :
|
|
2477
|
-
{name: elem.name, value: val};
|
|
2478
|
-
}).get();
|
|
2479
|
-
}
|
|
2480
|
-
});
|
|
2481
|
-
|
|
2482
|
-
// Attach a bunch of functions for handling common AJAX events
|
|
2483
|
-
jQuery.each( "ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i,o){
|
|
2484
|
-
jQuery.fn[o] = function(f){
|
|
2485
|
-
return this.bind(o, f);
|
|
2486
|
-
};
|
|
2487
|
-
});
|
|
2488
|
-
|
|
2489
|
-
var jsc = (new Date).getTime();
|
|
2490
|
-
|
|
2491
|
-
jQuery.extend({
|
|
2492
|
-
get: function( url, data, callback, type ) {
|
|
2493
|
-
// shift arguments if data argument was ommited
|
|
2494
|
-
if ( jQuery.isFunction( data ) ) {
|
|
2495
|
-
callback = data;
|
|
2496
|
-
data = null;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
return jQuery.ajax({
|
|
2500
|
-
type: "GET",
|
|
2501
|
-
url: url,
|
|
2502
|
-
data: data,
|
|
2503
|
-
success: callback,
|
|
2504
|
-
dataType: type
|
|
2505
|
-
});
|
|
2506
|
-
},
|
|
2507
|
-
|
|
2508
|
-
getScript: function( url, callback ) {
|
|
2509
|
-
return jQuery.get(url, null, callback, "script");
|
|
2510
|
-
},
|
|
2511
|
-
|
|
2512
|
-
getJSON: function( url, data, callback ) {
|
|
2513
|
-
return jQuery.get(url, data, callback, "json");
|
|
2514
|
-
},
|
|
2515
|
-
|
|
2516
|
-
post: function( url, data, callback, type ) {
|
|
2517
|
-
if ( jQuery.isFunction( data ) ) {
|
|
2518
|
-
callback = data;
|
|
2519
|
-
data = {};
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
return jQuery.ajax({
|
|
2523
|
-
type: "POST",
|
|
2524
|
-
url: url,
|
|
2525
|
-
data: data,
|
|
2526
|
-
success: callback,
|
|
2527
|
-
dataType: type
|
|
2528
|
-
});
|
|
2529
|
-
},
|
|
2530
|
-
|
|
2531
|
-
ajaxSetup: function( settings ) {
|
|
2532
|
-
jQuery.extend( jQuery.ajaxSettings, settings );
|
|
2533
|
-
},
|
|
2534
|
-
|
|
2535
|
-
ajaxSettings: {
|
|
2536
|
-
global: true,
|
|
2537
|
-
type: "GET",
|
|
2538
|
-
timeout: 0,
|
|
2539
|
-
contentType: "application/x-www-form-urlencoded",
|
|
2540
|
-
processData: true,
|
|
2541
|
-
async: true,
|
|
2542
|
-
data: null,
|
|
2543
|
-
username: null,
|
|
2544
|
-
password: null,
|
|
2545
|
-
accepts: {
|
|
2546
|
-
xml: "application/xml, text/xml",
|
|
2547
|
-
html: "text/html",
|
|
2548
|
-
script: "text/javascript, application/javascript",
|
|
2549
|
-
json: "application/json, text/javascript",
|
|
2550
|
-
text: "text/plain",
|
|
2551
|
-
_default: "*/*"
|
|
2552
|
-
}
|
|
2553
|
-
},
|
|
2554
|
-
|
|
2555
|
-
// Last-Modified header cache for next request
|
|
2556
|
-
lastModified: {},
|
|
2557
|
-
|
|
2558
|
-
ajax: function( s ) {
|
|
2559
|
-
var jsonp, jsre = /=\?(&|$)/g, status, data;
|
|
2560
|
-
|
|
2561
|
-
// Extend the settings, but re-extend 's' so that it can be
|
|
2562
|
-
// checked again later (in the test suite, specifically)
|
|
2563
|
-
s = jQuery.extend(true, s, jQuery.extend(true, {}, jQuery.ajaxSettings, s));
|
|
2564
|
-
|
|
2565
|
-
// convert data if not already a string
|
|
2566
|
-
if ( s.data && s.processData && typeof s.data != "string" )
|
|
2567
|
-
s.data = jQuery.param(s.data);
|
|
2568
|
-
|
|
2569
|
-
// Handle JSONP Parameter Callbacks
|
|
2570
|
-
if ( s.dataType == "jsonp" ) {
|
|
2571
|
-
if ( s.type.toLowerCase() == "get" ) {
|
|
2572
|
-
if ( !s.url.match(jsre) )
|
|
2573
|
-
s.url += (s.url.match(/\?/) ? "&" : "?") + (s.jsonp || "callback") + "=?";
|
|
2574
|
-
} else if ( !s.data || !s.data.match(jsre) )
|
|
2575
|
-
s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
|
|
2576
|
-
s.dataType = "json";
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
// Build temporary JSONP function
|
|
2580
|
-
if ( s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre)) ) {
|
|
2581
|
-
jsonp = "jsonp" + jsc++;
|
|
2582
|
-
|
|
2583
|
-
// Replace the =? sequence both in the query string and the data
|
|
2584
|
-
if ( s.data )
|
|
2585
|
-
s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1");
|
|
2586
|
-
s.url = s.url.replace(jsre, "=" + jsonp + "$1");
|
|
2587
|
-
|
|
2588
|
-
// We need to make sure
|
|
2589
|
-
// that a JSONP style response is executed properly
|
|
2590
|
-
s.dataType = "script";
|
|
2591
|
-
|
|
2592
|
-
// Handle JSONP-style loading
|
|
2593
|
-
window[ jsonp ] = function(tmp){
|
|
2594
|
-
data = tmp;
|
|
2595
|
-
success();
|
|
2596
|
-
complete();
|
|
2597
|
-
// Garbage collect
|
|
2598
|
-
window[ jsonp ] = undefined;
|
|
2599
|
-
try{ delete window[ jsonp ]; } catch(e){}
|
|
2600
|
-
if ( head )
|
|
2601
|
-
head.removeChild( script );
|
|
2602
|
-
};
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
if ( s.dataType == "script" && s.cache == null )
|
|
2606
|
-
s.cache = false;
|
|
2607
|
-
|
|
2608
|
-
if ( s.cache === false && s.type.toLowerCase() == "get" ) {
|
|
2609
|
-
var ts = (new Date()).getTime();
|
|
2610
|
-
// try replacing _= if it is there
|
|
2611
|
-
var ret = s.url.replace(/(\?|&)_=.*?(&|$)/, "$1_=" + ts + "$2");
|
|
2612
|
-
// if nothing was replaced, add timestamp to the end
|
|
2613
|
-
s.url = ret + ((ret == s.url) ? (s.url.match(/\?/) ? "&" : "?") + "_=" + ts : "");
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
// If data is available, append data to url for get requests
|
|
2617
|
-
if ( s.data && s.type.toLowerCase() == "get" ) {
|
|
2618
|
-
s.url += (s.url.match(/\?/) ? "&" : "?") + s.data;
|
|
2619
|
-
|
|
2620
|
-
// IE likes to send both get and post data, prevent this
|
|
2621
|
-
s.data = null;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
// Watch for a new set of requests
|
|
2625
|
-
if ( s.global && ! jQuery.active++ )
|
|
2626
|
-
jQuery.event.trigger( "ajaxStart" );
|
|
2627
|
-
|
|
2628
|
-
// If we're requesting a remote document
|
|
2629
|
-
// and trying to load JSON or Script with a GET
|
|
2630
|
-
if ( (!s.url.indexOf("http") || !s.url.indexOf("//")) && s.dataType == "script" && s.type.toLowerCase() == "get" ) {
|
|
2631
|
-
var head = document.getElementsByTagName("head")[0];
|
|
2632
|
-
var script = document.createElement("script");
|
|
2633
|
-
script.src = s.url;
|
|
2634
|
-
if (s.scriptCharset)
|
|
2635
|
-
script.charset = s.scriptCharset;
|
|
2636
|
-
|
|
2637
|
-
// Handle Script loading
|
|
2638
|
-
if ( !jsonp ) {
|
|
2639
|
-
var done = false;
|
|
2640
|
-
|
|
2641
|
-
// Attach handlers for all browsers
|
|
2642
|
-
script.onload = script.onreadystatechange = function(){
|
|
2643
|
-
if ( !done && (!this.readyState ||
|
|
2644
|
-
this.readyState == "loaded" || this.readyState == "complete") ) {
|
|
2645
|
-
done = true;
|
|
2646
|
-
success();
|
|
2647
|
-
complete();
|
|
2648
|
-
head.removeChild( script );
|
|
2649
|
-
}
|
|
2650
|
-
};
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
head.appendChild(script);
|
|
2654
|
-
|
|
2655
|
-
// We handle everything using the script element injection
|
|
2656
|
-
return undefined;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
var requestDone = false;
|
|
2660
|
-
|
|
2661
|
-
// Create the request object; Microsoft failed to properly
|
|
2662
|
-
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
|
|
2663
|
-
var xml = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
|
|
2664
|
-
|
|
2665
|
-
// Open the socket
|
|
2666
|
-
xml.open(s.type, s.url, s.async, s.username, s.password);
|
|
2667
|
-
|
|
2668
|
-
// Need an extra try/catch for cross domain requests in Firefox 3
|
|
2669
|
-
try {
|
|
2670
|
-
// Set the correct header, if data is being sent
|
|
2671
|
-
if ( s.data )
|
|
2672
|
-
xml.setRequestHeader("Content-Type", s.contentType);
|
|
2673
|
-
|
|
2674
|
-
// Set the If-Modified-Since header, if ifModified mode.
|
|
2675
|
-
if ( s.ifModified )
|
|
2676
|
-
xml.setRequestHeader("If-Modified-Since",
|
|
2677
|
-
jQuery.lastModified[s.url] || "Thu, 01 Jan 1970 00:00:00 GMT" );
|
|
2678
|
-
|
|
2679
|
-
// Set header so the called script knows that it's an XMLHttpRequest
|
|
2680
|
-
xml.setRequestHeader("X-Requested-With", "XMLHttpRequest");
|
|
2681
|
-
|
|
2682
|
-
// Set the Accepts header for the server, depending on the dataType
|
|
2683
|
-
xml.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ?
|
|
2684
|
-
s.accepts[ s.dataType ] + ", */*" :
|
|
2685
|
-
s.accepts._default );
|
|
2686
|
-
} catch(e){}
|
|
2687
|
-
|
|
2688
|
-
// Allow custom headers/mimetypes
|
|
2689
|
-
if ( s.beforeSend )
|
|
2690
|
-
s.beforeSend(xml);
|
|
2691
|
-
|
|
2692
|
-
if ( s.global )
|
|
2693
|
-
jQuery.event.trigger("ajaxSend", [xml, s]);
|
|
2694
|
-
|
|
2695
|
-
// Wait for a response to come back
|
|
2696
|
-
var onreadystatechange = function(isTimeout){
|
|
2697
|
-
// The transfer is complete and the data is available, or the request timed out
|
|
2698
|
-
if ( !requestDone && xml && (xml.readyState == 4 || isTimeout == "timeout") ) {
|
|
2699
|
-
requestDone = true;
|
|
2700
|
-
|
|
2701
|
-
// clear poll interval
|
|
2702
|
-
if (ival) {
|
|
2703
|
-
clearInterval(ival);
|
|
2704
|
-
ival = null;
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
|
-
status = isTimeout == "timeout" && "timeout" ||
|
|
2708
|
-
!jQuery.httpSuccess( xml ) && "error" ||
|
|
2709
|
-
s.ifModified && jQuery.httpNotModified( xml, s.url ) && "notmodified" ||
|
|
2710
|
-
"success";
|
|
2711
|
-
|
|
2712
|
-
if ( status == "success" ) {
|
|
2713
|
-
// Watch for, and catch, XML document parse errors
|
|
2714
|
-
try {
|
|
2715
|
-
// process the data (runs the xml through httpData regardless of callback)
|
|
2716
|
-
data = jQuery.httpData( xml, s.dataType );
|
|
2717
|
-
} catch(e) {
|
|
2718
|
-
status = "parsererror";
|
|
2719
|
-
}
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
// Make sure that the request was successful or notmodified
|
|
2723
|
-
if ( status == "success" ) {
|
|
2724
|
-
// Cache Last-Modified header, if ifModified mode.
|
|
2725
|
-
var modRes;
|
|
2726
|
-
try {
|
|
2727
|
-
modRes = xml.getResponseHeader("Last-Modified");
|
|
2728
|
-
} catch(e) {} // swallow exception thrown by FF if header is not available
|
|
2729
|
-
|
|
2730
|
-
if ( s.ifModified && modRes )
|
|
2731
|
-
jQuery.lastModified[s.url] = modRes;
|
|
2732
|
-
|
|
2733
|
-
// JSONP handles its own success callback
|
|
2734
|
-
if ( !jsonp )
|
|
2735
|
-
success();
|
|
2736
|
-
} else
|
|
2737
|
-
jQuery.handleError(s, xml, status);
|
|
2738
|
-
|
|
2739
|
-
// Fire the complete handlers
|
|
2740
|
-
complete();
|
|
2741
|
-
|
|
2742
|
-
// Stop memory leaks
|
|
2743
|
-
if ( s.async )
|
|
2744
|
-
xml = null;
|
|
2745
|
-
}
|
|
2746
|
-
};
|
|
2747
|
-
|
|
2748
|
-
if ( s.async ) {
|
|
2749
|
-
// don't attach the handler to the request, just poll it instead
|
|
2750
|
-
var ival = setInterval(onreadystatechange, 13);
|
|
2751
|
-
|
|
2752
|
-
// Timeout checker
|
|
2753
|
-
if ( s.timeout > 0 )
|
|
2754
|
-
setTimeout(function(){
|
|
2755
|
-
// Check to see if the request is still happening
|
|
2756
|
-
if ( xml ) {
|
|
2757
|
-
// Cancel the request
|
|
2758
|
-
xml.abort();
|
|
2759
|
-
|
|
2760
|
-
if( !requestDone )
|
|
2761
|
-
onreadystatechange( "timeout" );
|
|
2762
|
-
}
|
|
2763
|
-
}, s.timeout);
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
// Send the data
|
|
2767
|
-
try {
|
|
2768
|
-
xml.send(s.data);
|
|
2769
|
-
} catch(e) {
|
|
2770
|
-
jQuery.handleError(s, xml, null, e);
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
// firefox 1.5 doesn't fire statechange for sync requests
|
|
2774
|
-
if ( !s.async )
|
|
2775
|
-
onreadystatechange();
|
|
2776
|
-
|
|
2777
|
-
function success(){
|
|
2778
|
-
// If a local callback was specified, fire it and pass it the data
|
|
2779
|
-
if ( s.success )
|
|
2780
|
-
s.success( data, status );
|
|
2781
|
-
|
|
2782
|
-
// Fire the global callback
|
|
2783
|
-
if ( s.global )
|
|
2784
|
-
jQuery.event.trigger( "ajaxSuccess", [xml, s] );
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
function complete(){
|
|
2788
|
-
// Process result
|
|
2789
|
-
if ( s.complete )
|
|
2790
|
-
s.complete(xml, status);
|
|
2791
|
-
|
|
2792
|
-
// The request was completed
|
|
2793
|
-
if ( s.global )
|
|
2794
|
-
jQuery.event.trigger( "ajaxComplete", [xml, s] );
|
|
2795
|
-
|
|
2796
|
-
// Handle the global AJAX counter
|
|
2797
|
-
if ( s.global && ! --jQuery.active )
|
|
2798
|
-
jQuery.event.trigger( "ajaxStop" );
|
|
2799
|
-
}
|
|
2800
|
-
|
|
2801
|
-
// return XMLHttpRequest to allow aborting the request etc.
|
|
2802
|
-
return xml;
|
|
2803
|
-
},
|
|
2804
|
-
|
|
2805
|
-
handleError: function( s, xml, status, e ) {
|
|
2806
|
-
// If a local callback was specified, fire it
|
|
2807
|
-
if ( s.error ) s.error( xml, status, e );
|
|
2808
|
-
|
|
2809
|
-
// Fire the global callback
|
|
2810
|
-
if ( s.global )
|
|
2811
|
-
jQuery.event.trigger( "ajaxError", [xml, s, e] );
|
|
2812
|
-
},
|
|
2813
|
-
|
|
2814
|
-
// Counter for holding the number of active queries
|
|
2815
|
-
active: 0,
|
|
2816
|
-
|
|
2817
|
-
// Determines if an XMLHttpRequest was successful or not
|
|
2818
|
-
httpSuccess: function( r ) {
|
|
2819
|
-
try {
|
|
2820
|
-
// IE error sometimes returns 1223 when it should be 204 so treat it as success, see #1450
|
|
2821
|
-
return !r.status && location.protocol == "file:" ||
|
|
2822
|
-
( r.status >= 200 && r.status < 300 ) || r.status == 304 || r.status == 1223 ||
|
|
2823
|
-
jQuery.browser.safari && r.status == undefined;
|
|
2824
|
-
} catch(e){}
|
|
2825
|
-
return false;
|
|
2826
|
-
},
|
|
2827
|
-
|
|
2828
|
-
// Determines if an XMLHttpRequest returns NotModified
|
|
2829
|
-
httpNotModified: function( xml, url ) {
|
|
2830
|
-
try {
|
|
2831
|
-
var xmlRes = xml.getResponseHeader("Last-Modified");
|
|
2832
|
-
|
|
2833
|
-
// Firefox always returns 200. check Last-Modified date
|
|
2834
|
-
return xml.status == 304 || xmlRes == jQuery.lastModified[url] ||
|
|
2835
|
-
jQuery.browser.safari && xml.status == undefined;
|
|
2836
|
-
} catch(e){}
|
|
2837
|
-
return false;
|
|
2838
|
-
},
|
|
2839
|
-
|
|
2840
|
-
httpData: function( r, type ) {
|
|
2841
|
-
var ct = r.getResponseHeader("content-type");
|
|
2842
|
-
var xml = type == "xml" || !type && ct && ct.indexOf("xml") >= 0;
|
|
2843
|
-
var data = xml ? r.responseXML : r.responseText;
|
|
2844
|
-
|
|
2845
|
-
if ( xml && data.documentElement.tagName == "parsererror" )
|
|
2846
|
-
throw "parsererror";
|
|
2847
|
-
|
|
2848
|
-
// If the type is "script", eval it in global context
|
|
2849
|
-
if ( type == "script" )
|
|
2850
|
-
jQuery.globalEval( data );
|
|
2851
|
-
|
|
2852
|
-
// Get the JavaScript object, if JSON is used.
|
|
2853
|
-
if ( type == "json" )
|
|
2854
|
-
data = eval("(" + data + ")");
|
|
2855
|
-
|
|
2856
|
-
return data;
|
|
2857
|
-
},
|
|
2858
|
-
|
|
2859
|
-
// Serialize an array of form elements or a set of
|
|
2860
|
-
// key/values into a query string
|
|
2861
|
-
param: function( a ) {
|
|
2862
|
-
var s = [];
|
|
2863
|
-
|
|
2864
|
-
// If an array was passed in, assume that it is an array
|
|
2865
|
-
// of form elements
|
|
2866
|
-
if ( a.constructor == Array || a.jquery )
|
|
2867
|
-
// Serialize the form elements
|
|
2868
|
-
jQuery.each( a, function(){
|
|
2869
|
-
s.push( encodeURIComponent(this.name) + "=" + encodeURIComponent( this.value ) );
|
|
2870
|
-
});
|
|
2871
|
-
|
|
2872
|
-
// Otherwise, assume that it's an object of key/value pairs
|
|
2873
|
-
else
|
|
2874
|
-
// Serialize the key/values
|
|
2875
|
-
for ( var j in a )
|
|
2876
|
-
// If the value is an array then the key names need to be repeated
|
|
2877
|
-
if ( a[j] && a[j].constructor == Array )
|
|
2878
|
-
jQuery.each( a[j], function(){
|
|
2879
|
-
s.push( encodeURIComponent(j) + "=" + encodeURIComponent( this ) );
|
|
2880
|
-
});
|
|
2881
|
-
else
|
|
2882
|
-
s.push( encodeURIComponent(j) + "=" + encodeURIComponent( a[j] ) );
|
|
2883
|
-
|
|
2884
|
-
// Return the resulting serialization
|
|
2885
|
-
return s.join("&").replace(/%20/g, "+");
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
|
-
});
|
|
2889
|
-
jQuery.fn.extend({
|
|
2890
|
-
show: function(speed,callback){
|
|
2891
|
-
return speed ?
|
|
2892
|
-
this.animate({
|
|
2893
|
-
height: "show", width: "show", opacity: "show"
|
|
2894
|
-
}, speed, callback) :
|
|
2895
|
-
|
|
2896
|
-
this.filter(":hidden").each(function(){
|
|
2897
|
-
this.style.display = this.oldblock || "";
|
|
2898
|
-
if ( jQuery.css(this,"display") == "none" ) {
|
|
2899
|
-
var elem = jQuery("<" + this.tagName + " />").appendTo("body");
|
|
2900
|
-
this.style.display = elem.css("display");
|
|
2901
|
-
// handle an edge condition where css is - div { display:none; } or similar
|
|
2902
|
-
if (this.style.display == "none")
|
|
2903
|
-
this.style.display = "block";
|
|
2904
|
-
elem.remove();
|
|
2905
|
-
}
|
|
2906
|
-
}).end();
|
|
2907
|
-
},
|
|
2908
|
-
|
|
2909
|
-
hide: function(speed,callback){
|
|
2910
|
-
return speed ?
|
|
2911
|
-
this.animate({
|
|
2912
|
-
height: "hide", width: "hide", opacity: "hide"
|
|
2913
|
-
}, speed, callback) :
|
|
2914
|
-
|
|
2915
|
-
this.filter(":visible").each(function(){
|
|
2916
|
-
this.oldblock = this.oldblock || jQuery.css(this,"display");
|
|
2917
|
-
this.style.display = "none";
|
|
2918
|
-
}).end();
|
|
2919
|
-
},
|
|
2920
|
-
|
|
2921
|
-
// Save the old toggle function
|
|
2922
|
-
_toggle: jQuery.fn.toggle,
|
|
2923
|
-
|
|
2924
|
-
toggle: function( fn, fn2 ){
|
|
2925
|
-
return jQuery.isFunction(fn) && jQuery.isFunction(fn2) ?
|
|
2926
|
-
this._toggle( fn, fn2 ) :
|
|
2927
|
-
fn ?
|
|
2928
|
-
this.animate({
|
|
2929
|
-
height: "toggle", width: "toggle", opacity: "toggle"
|
|
2930
|
-
}, fn, fn2) :
|
|
2931
|
-
this.each(function(){
|
|
2932
|
-
jQuery(this)[ jQuery(this).is(":hidden") ? "show" : "hide" ]();
|
|
2933
|
-
});
|
|
2934
|
-
},
|
|
2935
|
-
|
|
2936
|
-
slideDown: function(speed,callback){
|
|
2937
|
-
return this.animate({height: "show"}, speed, callback);
|
|
2938
|
-
},
|
|
2939
|
-
|
|
2940
|
-
slideUp: function(speed,callback){
|
|
2941
|
-
return this.animate({height: "hide"}, speed, callback);
|
|
2942
|
-
},
|
|
2943
|
-
|
|
2944
|
-
slideToggle: function(speed, callback){
|
|
2945
|
-
return this.animate({height: "toggle"}, speed, callback);
|
|
2946
|
-
},
|
|
2947
|
-
|
|
2948
|
-
fadeIn: function(speed, callback){
|
|
2949
|
-
return this.animate({opacity: "show"}, speed, callback);
|
|
2950
|
-
},
|
|
2951
|
-
|
|
2952
|
-
fadeOut: function(speed, callback){
|
|
2953
|
-
return this.animate({opacity: "hide"}, speed, callback);
|
|
2954
|
-
},
|
|
2955
|
-
|
|
2956
|
-
fadeTo: function(speed,to,callback){
|
|
2957
|
-
return this.animate({opacity: to}, speed, callback);
|
|
2958
|
-
},
|
|
2959
|
-
|
|
2960
|
-
animate: function( prop, speed, easing, callback ) {
|
|
2961
|
-
var optall = jQuery.speed(speed, easing, callback);
|
|
2962
|
-
|
|
2963
|
-
return this[ optall.queue === false ? "each" : "queue" ](function(){
|
|
2964
|
-
if ( this.nodeType != 1)
|
|
2965
|
-
return false;
|
|
2966
|
-
|
|
2967
|
-
var opt = jQuery.extend({}, optall);
|
|
2968
|
-
var hidden = jQuery(this).is(":hidden"), self = this;
|
|
2969
|
-
|
|
2970
|
-
for ( var p in prop ) {
|
|
2971
|
-
if ( prop[p] == "hide" && hidden || prop[p] == "show" && !hidden )
|
|
2972
|
-
return jQuery.isFunction(opt.complete) && opt.complete.apply(this);
|
|
2973
|
-
|
|
2974
|
-
if ( p == "height" || p == "width" ) {
|
|
2975
|
-
// Store display property
|
|
2976
|
-
opt.display = jQuery.css(this, "display");
|
|
2977
|
-
|
|
2978
|
-
// Make sure that nothing sneaks out
|
|
2979
|
-
opt.overflow = this.style.overflow;
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
if ( opt.overflow != null )
|
|
2984
|
-
this.style.overflow = "hidden";
|
|
2985
|
-
|
|
2986
|
-
opt.curAnim = jQuery.extend({}, prop);
|
|
2987
|
-
|
|
2988
|
-
jQuery.each( prop, function(name, val){
|
|
2989
|
-
var e = new jQuery.fx( self, opt, name );
|
|
2990
|
-
|
|
2991
|
-
if ( /toggle|show|hide/.test(val) )
|
|
2992
|
-
e[ val == "toggle" ? hidden ? "show" : "hide" : val ]( prop );
|
|
2993
|
-
else {
|
|
2994
|
-
var parts = val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),
|
|
2995
|
-
start = e.cur(true) || 0;
|
|
2996
|
-
|
|
2997
|
-
if ( parts ) {
|
|
2998
|
-
var end = parseFloat(parts[2]),
|
|
2999
|
-
unit = parts[3] || "px";
|
|
3000
|
-
|
|
3001
|
-
// We need to compute starting value
|
|
3002
|
-
if ( unit != "px" ) {
|
|
3003
|
-
self.style[ name ] = (end || 1) + unit;
|
|
3004
|
-
start = ((end || 1) / e.cur(true)) * start;
|
|
3005
|
-
self.style[ name ] = start + unit;
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
// If a +=/-= token was provided, we're doing a relative animation
|
|
3009
|
-
if ( parts[1] )
|
|
3010
|
-
end = ((parts[1] == "-=" ? -1 : 1) * end) + start;
|
|
3011
|
-
|
|
3012
|
-
e.custom( start, end, unit );
|
|
3013
|
-
} else
|
|
3014
|
-
e.custom( start, val, "" );
|
|
3015
|
-
}
|
|
3016
|
-
});
|
|
3017
|
-
|
|
3018
|
-
// For JS strict compliance
|
|
3019
|
-
return true;
|
|
3020
|
-
});
|
|
3021
|
-
},
|
|
3022
|
-
|
|
3023
|
-
queue: function(type, fn){
|
|
3024
|
-
if ( jQuery.isFunction(type) || ( type && type.constructor == Array )) {
|
|
3025
|
-
fn = type;
|
|
3026
|
-
type = "fx";
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
if ( !type || (typeof type == "string" && !fn) )
|
|
3030
|
-
return queue( this[0], type );
|
|
3031
|
-
|
|
3032
|
-
return this.each(function(){
|
|
3033
|
-
if ( fn.constructor == Array )
|
|
3034
|
-
queue(this, type, fn);
|
|
3035
|
-
else {
|
|
3036
|
-
queue(this, type).push( fn );
|
|
3037
|
-
|
|
3038
|
-
if ( queue(this, type).length == 1 )
|
|
3039
|
-
fn.apply(this);
|
|
3040
|
-
}
|
|
3041
|
-
});
|
|
3042
|
-
},
|
|
3043
|
-
|
|
3044
|
-
stop: function(clearQueue, gotoEnd){
|
|
3045
|
-
var timers = jQuery.timers;
|
|
3046
|
-
|
|
3047
|
-
if (clearQueue)
|
|
3048
|
-
this.queue([]);
|
|
3049
|
-
|
|
3050
|
-
this.each(function(){
|
|
3051
|
-
// go in reverse order so anything added to the queue during the loop is ignored
|
|
3052
|
-
for ( var i = timers.length - 1; i >= 0; i-- )
|
|
3053
|
-
if ( timers[i].elem == this ) {
|
|
3054
|
-
if (gotoEnd)
|
|
3055
|
-
// force the next step to be the last
|
|
3056
|
-
timers[i](true);
|
|
3057
|
-
timers.splice(i, 1);
|
|
3058
|
-
}
|
|
3059
|
-
});
|
|
3060
|
-
|
|
3061
|
-
// start the next in the queue if the last step wasn't forced
|
|
3062
|
-
if (!gotoEnd)
|
|
3063
|
-
this.dequeue();
|
|
3064
|
-
|
|
3065
|
-
return this;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
});
|
|
3069
|
-
|
|
3070
|
-
var queue = function( elem, type, array ) {
|
|
3071
|
-
if ( !elem )
|
|
3072
|
-
return undefined;
|
|
3073
|
-
|
|
3074
|
-
type = type || "fx";
|
|
3075
|
-
|
|
3076
|
-
var q = jQuery.data( elem, type + "queue" );
|
|
3077
|
-
|
|
3078
|
-
if ( !q || array )
|
|
3079
|
-
q = jQuery.data( elem, type + "queue",
|
|
3080
|
-
array ? jQuery.makeArray(array) : [] );
|
|
3081
|
-
|
|
3082
|
-
return q;
|
|
3083
|
-
};
|
|
3084
|
-
|
|
3085
|
-
jQuery.fn.dequeue = function(type){
|
|
3086
|
-
type = type || "fx";
|
|
3087
|
-
|
|
3088
|
-
return this.each(function(){
|
|
3089
|
-
var q = queue(this, type);
|
|
3090
|
-
|
|
3091
|
-
q.shift();
|
|
3092
|
-
|
|
3093
|
-
if ( q.length )
|
|
3094
|
-
q[0].apply( this );
|
|
3095
|
-
});
|
|
3096
|
-
};
|
|
3097
|
-
|
|
3098
|
-
jQuery.extend({
|
|
3099
|
-
|
|
3100
|
-
speed: function(speed, easing, fn) {
|
|
3101
|
-
var opt = speed && speed.constructor == Object ? speed : {
|
|
3102
|
-
complete: fn || !fn && easing ||
|
|
3103
|
-
jQuery.isFunction( speed ) && speed,
|
|
3104
|
-
duration: speed,
|
|
3105
|
-
easing: fn && easing || easing && easing.constructor != Function && easing
|
|
3106
|
-
};
|
|
3107
|
-
|
|
3108
|
-
opt.duration = (opt.duration && opt.duration.constructor == Number ?
|
|
3109
|
-
opt.duration :
|
|
3110
|
-
{ slow: 600, fast: 200 }[opt.duration]) || 400;
|
|
3111
|
-
|
|
3112
|
-
// Queueing
|
|
3113
|
-
opt.old = opt.complete;
|
|
3114
|
-
opt.complete = function(){
|
|
3115
|
-
if ( opt.queue !== false )
|
|
3116
|
-
jQuery(this).dequeue();
|
|
3117
|
-
if ( jQuery.isFunction( opt.old ) )
|
|
3118
|
-
opt.old.apply( this );
|
|
3119
|
-
};
|
|
3120
|
-
|
|
3121
|
-
return opt;
|
|
3122
|
-
},
|
|
3123
|
-
|
|
3124
|
-
easing: {
|
|
3125
|
-
linear: function( p, n, firstNum, diff ) {
|
|
3126
|
-
return firstNum + diff * p;
|
|
3127
|
-
},
|
|
3128
|
-
swing: function( p, n, firstNum, diff ) {
|
|
3129
|
-
return ((-Math.cos(p*Math.PI)/2) + 0.5) * diff + firstNum;
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
|
-
|
|
3133
|
-
timers: [],
|
|
3134
|
-
timerId: null,
|
|
3135
|
-
|
|
3136
|
-
fx: function( elem, options, prop ){
|
|
3137
|
-
this.options = options;
|
|
3138
|
-
this.elem = elem;
|
|
3139
|
-
this.prop = prop;
|
|
3140
|
-
|
|
3141
|
-
if ( !options.orig )
|
|
3142
|
-
options.orig = {};
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
|
-
});
|
|
3146
|
-
|
|
3147
|
-
jQuery.fx.prototype = {
|
|
3148
|
-
|
|
3149
|
-
// Simple function for setting a style value
|
|
3150
|
-
update: function(){
|
|
3151
|
-
if ( this.options.step )
|
|
3152
|
-
this.options.step.apply( this.elem, [ this.now, this ] );
|
|
3153
|
-
|
|
3154
|
-
(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
|
|
3155
|
-
|
|
3156
|
-
// Set display property to block for height/width animations
|
|
3157
|
-
if ( this.prop == "height" || this.prop == "width" )
|
|
3158
|
-
this.elem.style.display = "block";
|
|
3159
|
-
},
|
|
3160
|
-
|
|
3161
|
-
// Get the current size
|
|
3162
|
-
cur: function(force){
|
|
3163
|
-
if ( this.elem[this.prop] != null && this.elem.style[this.prop] == null )
|
|
3164
|
-
return this.elem[ this.prop ];
|
|
3165
|
-
|
|
3166
|
-
var r = parseFloat(jQuery.css(this.elem, this.prop, force));
|
|
3167
|
-
return r && r > -10000 ? r : parseFloat(jQuery.curCSS(this.elem, this.prop)) || 0;
|
|
3168
|
-
},
|
|
3169
|
-
|
|
3170
|
-
// Start an animation from one number to another
|
|
3171
|
-
custom: function(from, to, unit){
|
|
3172
|
-
this.startTime = (new Date()).getTime();
|
|
3173
|
-
this.start = from;
|
|
3174
|
-
this.end = to;
|
|
3175
|
-
this.unit = unit || this.unit || "px";
|
|
3176
|
-
this.now = this.start;
|
|
3177
|
-
this.pos = this.state = 0;
|
|
3178
|
-
this.update();
|
|
3179
|
-
|
|
3180
|
-
var self = this;
|
|
3181
|
-
function t(gotoEnd){
|
|
3182
|
-
return self.step(gotoEnd);
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
t.elem = this.elem;
|
|
3186
|
-
|
|
3187
|
-
jQuery.timers.push(t);
|
|
3188
|
-
|
|
3189
|
-
if ( jQuery.timerId == null ) {
|
|
3190
|
-
jQuery.timerId = setInterval(function(){
|
|
3191
|
-
var timers = jQuery.timers;
|
|
3192
|
-
|
|
3193
|
-
for ( var i = 0; i < timers.length; i++ )
|
|
3194
|
-
if ( !timers[i]() )
|
|
3195
|
-
timers.splice(i--, 1);
|
|
3196
|
-
|
|
3197
|
-
if ( !timers.length ) {
|
|
3198
|
-
clearInterval( jQuery.timerId );
|
|
3199
|
-
jQuery.timerId = null;
|
|
3200
|
-
}
|
|
3201
|
-
}, 13);
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
|
|
3205
|
-
// Simple 'show' function
|
|
3206
|
-
show: function(){
|
|
3207
|
-
// Remember where we started, so that we can go back to it later
|
|
3208
|
-
this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
|
|
3209
|
-
this.options.show = true;
|
|
3210
|
-
|
|
3211
|
-
// Begin the animation
|
|
3212
|
-
this.custom(0, this.cur());
|
|
3213
|
-
|
|
3214
|
-
// Make sure that we start at a small width/height to avoid any
|
|
3215
|
-
// flash of content
|
|
3216
|
-
if ( this.prop == "width" || this.prop == "height" )
|
|
3217
|
-
this.elem.style[this.prop] = "1px";
|
|
3218
|
-
|
|
3219
|
-
// Start by showing the element
|
|
3220
|
-
jQuery(this.elem).show();
|
|
3221
|
-
},
|
|
3222
|
-
|
|
3223
|
-
// Simple 'hide' function
|
|
3224
|
-
hide: function(){
|
|
3225
|
-
// Remember where we started, so that we can go back to it later
|
|
3226
|
-
this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
|
|
3227
|
-
this.options.hide = true;
|
|
3228
|
-
|
|
3229
|
-
// Begin the animation
|
|
3230
|
-
this.custom(this.cur(), 0);
|
|
3231
|
-
},
|
|
3232
|
-
|
|
3233
|
-
// Each step of an animation
|
|
3234
|
-
step: function(gotoEnd){
|
|
3235
|
-
var t = (new Date()).getTime();
|
|
3236
|
-
|
|
3237
|
-
if ( gotoEnd || t > this.options.duration + this.startTime ) {
|
|
3238
|
-
this.now = this.end;
|
|
3239
|
-
this.pos = this.state = 1;
|
|
3240
|
-
this.update();
|
|
3241
|
-
|
|
3242
|
-
this.options.curAnim[ this.prop ] = true;
|
|
3243
|
-
|
|
3244
|
-
var done = true;
|
|
3245
|
-
for ( var i in this.options.curAnim )
|
|
3246
|
-
if ( this.options.curAnim[i] !== true )
|
|
3247
|
-
done = false;
|
|
3248
|
-
|
|
3249
|
-
if ( done ) {
|
|
3250
|
-
if ( this.options.display != null ) {
|
|
3251
|
-
// Reset the overflow
|
|
3252
|
-
this.elem.style.overflow = this.options.overflow;
|
|
3253
|
-
|
|
3254
|
-
// Reset the display
|
|
3255
|
-
this.elem.style.display = this.options.display;
|
|
3256
|
-
if ( jQuery.css(this.elem, "display") == "none" )
|
|
3257
|
-
this.elem.style.display = "block";
|
|
3258
|
-
}
|
|
3259
|
-
|
|
3260
|
-
// Hide the element if the "hide" operation was done
|
|
3261
|
-
if ( this.options.hide )
|
|
3262
|
-
this.elem.style.display = "none";
|
|
3263
|
-
|
|
3264
|
-
// Reset the properties, if the item has been hidden or shown
|
|
3265
|
-
if ( this.options.hide || this.options.show )
|
|
3266
|
-
for ( var p in this.options.curAnim )
|
|
3267
|
-
jQuery.attr(this.elem.style, p, this.options.orig[p]);
|
|
3268
|
-
}
|
|
3269
|
-
|
|
3270
|
-
// If a callback was provided, execute it
|
|
3271
|
-
if ( done && jQuery.isFunction( this.options.complete ) )
|
|
3272
|
-
// Execute the complete function
|
|
3273
|
-
this.options.complete.apply( this.elem );
|
|
3274
|
-
|
|
3275
|
-
return false;
|
|
3276
|
-
} else {
|
|
3277
|
-
var n = t - this.startTime;
|
|
3278
|
-
this.state = n / this.options.duration;
|
|
3279
|
-
|
|
3280
|
-
// Perform the easing function, defaults to swing
|
|
3281
|
-
this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
|
|
3282
|
-
this.now = this.start + ((this.end - this.start) * this.pos);
|
|
3283
|
-
|
|
3284
|
-
// Perform the next step of the animation
|
|
3285
|
-
this.update();
|
|
3286
|
-
}
|
|
3287
|
-
|
|
3288
|
-
return true;
|
|
3289
|
-
}
|
|
3290
|
-
|
|
3291
|
-
};
|
|
3292
|
-
|
|
3293
|
-
jQuery.fx.step = {
|
|
3294
|
-
scrollLeft: function(fx){
|
|
3295
|
-
fx.elem.scrollLeft = fx.now;
|
|
3296
|
-
},
|
|
3297
|
-
|
|
3298
|
-
scrollTop: function(fx){
|
|
3299
|
-
fx.elem.scrollTop = fx.now;
|
|
3300
|
-
},
|
|
3301
|
-
|
|
3302
|
-
opacity: function(fx){
|
|
3303
|
-
jQuery.attr(fx.elem.style, "opacity", fx.now);
|
|
3304
|
-
},
|
|
3305
|
-
|
|
3306
|
-
_default: function(fx){
|
|
3307
|
-
fx.elem.style[ fx.prop ] = fx.now + fx.unit;
|
|
3308
|
-
}
|
|
3309
|
-
};
|
|
3310
|
-
// The Offset Method
|
|
3311
|
-
// Originally By Brandon Aaron, part of the Dimension Plugin
|
|
3312
|
-
// http://jquery.com/plugins/project/dimensions
|
|
3313
|
-
jQuery.fn.offset = function() {
|
|
3314
|
-
var left = 0, top = 0, elem = this[0], results;
|
|
3315
|
-
|
|
3316
|
-
if ( elem ) with ( jQuery.browser ) {
|
|
3317
|
-
var parent = elem.parentNode,
|
|
3318
|
-
offsetChild = elem,
|
|
3319
|
-
offsetParent = elem.offsetParent,
|
|
3320
|
-
doc = elem.ownerDocument,
|
|
3321
|
-
safari2 = safari && parseInt(version) < 522 && !/adobeair/i.test(userAgent),
|
|
3322
|
-
fixed = jQuery.css(elem, "position") == "fixed";
|
|
3323
|
-
|
|
3324
|
-
// Use getBoundingClientRect if available
|
|
3325
|
-
if ( elem.getBoundingClientRect ) {
|
|
3326
|
-
var box = elem.getBoundingClientRect();
|
|
3327
|
-
|
|
3328
|
-
// Add the document scroll offsets
|
|
3329
|
-
add(box.left + Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft),
|
|
3330
|
-
box.top + Math.max(doc.documentElement.scrollTop, doc.body.scrollTop));
|
|
3331
|
-
|
|
3332
|
-
// IE adds the HTML element's border, by default it is medium which is 2px
|
|
3333
|
-
// IE 6 and 7 quirks mode the border width is overwritable by the following css html { border: 0; }
|
|
3334
|
-
// IE 7 standards mode, the border is always 2px
|
|
3335
|
-
// This border/offset is typically represented by the clientLeft and clientTop properties
|
|
3336
|
-
// However, in IE6 and 7 quirks mode the clientLeft and clientTop properties are not updated when overwriting it via CSS
|
|
3337
|
-
// Therefore this method will be off by 2px in IE while in quirksmode
|
|
3338
|
-
add( -doc.documentElement.clientLeft, -doc.documentElement.clientTop );
|
|
3339
|
-
|
|
3340
|
-
// Otherwise loop through the offsetParents and parentNodes
|
|
3341
|
-
} else {
|
|
3342
|
-
|
|
3343
|
-
// Initial element offsets
|
|
3344
|
-
add( elem.offsetLeft, elem.offsetTop );
|
|
3345
|
-
|
|
3346
|
-
// Get parent offsets
|
|
3347
|
-
while ( offsetParent ) {
|
|
3348
|
-
// Add offsetParent offsets
|
|
3349
|
-
add( offsetParent.offsetLeft, offsetParent.offsetTop );
|
|
3350
|
-
|
|
3351
|
-
// Mozilla and Safari > 2 does not include the border on offset parents
|
|
3352
|
-
// However Mozilla adds the border for table or table cells
|
|
3353
|
-
if ( mozilla && !/^t(able|d|h)$/i.test(offsetParent.tagName) || safari && !safari2 )
|
|
3354
|
-
border( offsetParent );
|
|
3355
|
-
|
|
3356
|
-
// Add the document scroll offsets if position is fixed on any offsetParent
|
|
3357
|
-
if ( !fixed && jQuery.css(offsetParent, "position") == "fixed" )
|
|
3358
|
-
fixed = true;
|
|
3359
|
-
|
|
3360
|
-
// Set offsetChild to previous offsetParent unless it is the body element
|
|
3361
|
-
offsetChild = /^body$/i.test(offsetParent.tagName) ? offsetChild : offsetParent;
|
|
3362
|
-
// Get next offsetParent
|
|
3363
|
-
offsetParent = offsetParent.offsetParent;
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
// Get parent scroll offsets
|
|
3367
|
-
while ( parent && parent.tagName && !/^body|html$/i.test(parent.tagName) ) {
|
|
3368
|
-
// Remove parent scroll UNLESS that parent is inline or a table to work around Opera inline/table scrollLeft/Top bug
|
|
3369
|
-
if ( !/^inline|table.*$/i.test(jQuery.css(parent, "display")) )
|
|
3370
|
-
// Subtract parent scroll offsets
|
|
3371
|
-
add( -parent.scrollLeft, -parent.scrollTop );
|
|
3372
|
-
|
|
3373
|
-
// Mozilla does not add the border for a parent that has overflow != visible
|
|
3374
|
-
if ( mozilla && jQuery.css(parent, "overflow") != "visible" )
|
|
3375
|
-
border( parent );
|
|
3376
|
-
|
|
3377
|
-
// Get next parent
|
|
3378
|
-
parent = parent.parentNode;
|
|
3379
|
-
}
|
|
3380
|
-
|
|
3381
|
-
// Safari <= 2 doubles body offsets with a fixed position element/offsetParent or absolutely positioned offsetChild
|
|
3382
|
-
// Mozilla doubles body offsets with a non-absolutely positioned offsetChild
|
|
3383
|
-
if ( (safari2 && (fixed || jQuery.css(offsetChild, "position") == "absolute")) ||
|
|
3384
|
-
(mozilla && jQuery.css(offsetChild, "position") != "absolute") )
|
|
3385
|
-
add( -doc.body.offsetLeft, -doc.body.offsetTop );
|
|
3386
|
-
|
|
3387
|
-
// Add the document scroll offsets if position is fixed
|
|
3388
|
-
if ( fixed )
|
|
3389
|
-
add(Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft),
|
|
3390
|
-
Math.max(doc.documentElement.scrollTop, doc.body.scrollTop));
|
|
3391
|
-
}
|
|
3392
|
-
|
|
3393
|
-
// Return an object with top and left properties
|
|
3394
|
-
results = { top: top, left: left };
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
function border(elem) {
|
|
3398
|
-
add( jQuery.curCSS(elem, "borderLeftWidth", true), jQuery.curCSS(elem, "borderTopWidth", true) );
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
|
-
function add(l, t) {
|
|
3402
|
-
left += parseInt(l) || 0;
|
|
3403
|
-
top += parseInt(t) || 0;
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
return results;
|
|
3407
|
-
};
|
|
3408
|
-
})();
|