module basic. % imported by default '!='(X,Y) => X != Y. '!=='(X,Y) => X !== Y. '*'(X,Y) = X * Y. '**'(X,Y) = X ** Y. '+'(X) = X. '+'(X,Y) = X + Y. '++'(X,Y) = X ++ Y. '-'(X) = -X. '-'(X,Y) = X - Y. '/'(X,Y) = X / Y. '//'(X,Y) = X // Y. '/<'(X,Y) = X /< Y. '/>'(X,Y) = X /> Y. '/\\'(X,Y) = X /\ Y. '<'(X,Y) => X < Y. '<<'(X,Y) = X << Y. '<='(X,Y) => X <= Y. '='(X,Y) => X = Y. '=:='(X,Y) => X =:= Y. '=<'(X,Y) => X <= Y. '=='(X,Y) => X == Y. '=\\='(X,Y) => X =\= Y. '=..'(X,Y) => '=..'(X,Y). '>'(X,Y) => X > Y. '>='(X,Y) => X >= Y. '>>'(X,Y) = X >> Y. '@<'(X,Y) => X @< Y. '@<='(X,Y) => X @=< Y. '@=<'(X,Y) => X @=< Y. '@>'(X,Y) => X @> Y. '@>='(X,Y) => X @>= Y. '\\/'(X,Y) = X \/ Y. '^'(X, Y) = Res => bp.b_XOR_ccf(X,Y,Res). '~'(X) = ~X. '\\+'(Call) => throw($meta_meta_call_not_allowed('\\+'(Call))). acyclic_term(Term) => acyclic_term(Term). and_to_list(Conjunction) = and_to_list(Conjunction). append(X,Y, Z) => append(X,Y,Z). append(X,Y,Z, T) => append(X,Y,Z,T). apply(S) = _ => throw($meta_meta_call_not_allowed(apply(S))). apply(S, A1) = _ => throw($meta_meta_call_not_allowed(apply(S,A1))). apply(S,A1, A2) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2))). apply(S,A1,A2, A3) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3))). apply(S,A1,A2,A3, A4) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4))). apply(S,A1,A2,A3,A4, A5) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5))). apply(S,A1,A2,A3,A4,A5, A6) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5,A6))). apply(S,A1,A2,A3,A4,A5,A6, A7) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5,A6,A7))). apply(S,A1,A2,A3,A4,A5,A6,A7, A8) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5,A6,A7,A8))). apply(S,A1,A2,A3,A4,A5,A6,A7,A8, A9) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5,A6,A7,A8,A9))). apply(S,A1,A2,A3,A4,A5,A6,A7,A8,A9, A10) = _ => throw($meta_meta_call_not_allowed(apply(S,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10))). arg(I,T, A) => arg(I,T,A). arity(Term) = arity(Term). array(Term) => array(Term). ascii_digit(Char) => digit(Char). ascii_alpha(Char) => ascii_alpha(Char). ascii_alpha_digit(Char) => ascii_alpha_digit(Char). ascii_lowercase(Char) => lowercase(Char). ascii_uppercase(Char) => uppercase(Char). atom(Term) => atom(Term). atom_chars(Atm) = atom_chars(Atm). atom_codes(Atm) = atom_codes(Atm). atomic(Term) => atomic(Term). attr_var(Term) => attr_var(Term). avg(ListOrArray) = avg(ListOrArray). between(From,To, X) => between(From,To,X). bigint(Term) => bigint(Term). bind_vars(Term, Val) => bind_vars(Term,Val). call(S) => throw($meta_meta_call_not_allowed(call(S))). call(S, A1) => throw($meta_meta_call_not_allowed(call(S,A1))). call(S,A1, A2) => throw($meta_meta_call_not_allowed(call(S,A1,A2))). call(S,A1,A2, A3) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3))). call(S,A1,A2,A3, A4) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4))). call(S,A1,A2,A3,A4, A5) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5))). call(S,A1,A2,A3,A4,A5, A6) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5,A6))). call(S,A1,A2,A3,A4,A5,A6, A7) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5,A6,A7))). call(S,A1,A2,A3,A4,A5,A6,A7, A8) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5,A6,A7,A8))). call(S,A1,A2,A3,A4,A5,A6,A7,A8, A9) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5,A6,A7,A8,A9))). call(S,A1,A2,A3,A4,A5,A6,A7,A8,A9, A10) => throw($meta_meta_call_not_allowed(call(S,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10))). call_cleanup(S, Cleanup) => throw($meta_meta_call_not_allowed(call_cleanup(S,Cleanup))). catch(S,Exception, Handler) => throw($meta_meta_call_not_allowed(catch(S,Exception,Handler))). char(Term) => char(Term). chr(Code) = chr(Code). clear(Map) => clear(Map). compare_terms(Term1, Term2) = compare_terms(Term1,Term2). compound(Term) => compound(Term). copy_term(Term) = copy_term(Term). copy_term_shallow(Term) = copy_term_shallow(Term). del(Map,Key) => del(Map,Key). delete(List, X) = delete(List,X). delete_all(List, X) = delete_all(List,X). different_terms(Term1, Term2) => different_terms(Term1,Term2). digit(Char) => digit(Char). div(X,Y) = X div Y. dvar(Term) => dvar(Term). bool_dvar(Term) => bool_dvar(Term). dvar_or_int(Term) => dvar_or_int(Term). fail => fail. false => false. find_all(Template, S) = _ => throw($meta_meta_call_not_allowed(find_all(Template,S))). findall(Template, S) = _ => throw($meta_meta_call_not_allowed(findall(Template,S))). count_all(S) = _ => throw($meta_meta_call_not_allowed(count_all(S))). first(Compound) = first(Compound). flatten(List) = flatten(List). float(Term) => float(Term). fold(F,Acc, List) = fold(F,Acc,List). freeze(X, Goal) => throw($meta_meta_call_not_allowed(freeze(X,Goal))). functor(T,F, N) => functor(T,F,N). get(Map, Key) = get(Map,Key). get(Map,Key, Default) = get(Map,Key,Default). get_attr(AttrVar, Key) = get_attr(AttrVar,Key). get_attr(AttrVar,Key, DefaultVal) = get_attr(AttrVar,Key,DefaultVal). get_global_map = get_global_map(). get_global_map(Id) = get_global_map(Id). get_heap_map = get_heap_map(). get_heap_map(Id) = get_heap_map(Id). get_table_map = get_table_map(). get_table_map(Id) = get_table_map(Id). ground(Term) => ground(Term). handle_exception(Exception, Source) => handle_exception(Exception,Source). has_key(Map, Key) => has_key(Map,Key). hash_code(Term) = hash_code(Term). head(List) = head(List). heap_is_empty(Heap) => heap_is_empty(Heap). heap_pop(Heap) = heap_pop(Heap). heap
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module ranger.shared.settings</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial">&n