Searched refs:registerFunction (Results 1 - 10 of 10) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
H A DCoreOperators.java53 registerFunction("+", new AddFunction());
54 registerFunction("#+", new NumericAddFunction());
55 registerFunction("-", new SubtractFunction());
56 registerFunction("*", new MultiplyFunction());
57 registerFunction("/", new DivideFunction());
58 registerFunction("%", new ModuloFunction());
59 registerFunction("?", new ExistsFunction());
60 registerFunction("!", new NotFunction());
61 registerFunction("&&", new AndFunction());
62 registerFunction("||", ne
[all...]
H A DClearSilverCompatibleFunctions.java45 registerFunction("subcount", new SubcountFunction());
46 registerFunction("first", new FirstFunction());
47 registerFunction("last", new LastFunction());
50 registerFunction("len", new SubcountFunction());
53 registerFunction("abs", new AbsFunction());
54 registerFunction("max", new MaxFunction());
55 registerFunction("min", new MinFunction());
58 registerFunction("string.slice", new SliceFunction());
59 registerFunction("string.find", new FindFunction());
60 registerFunction("strin
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionRegistry.java85 public void registerFunction(String name, Function function) { method in class:FunctionRegistry
93 public void registerFunction(String name, final TextFilter textFilter) { method in class:FunctionRegistry
94 registerFunction(name, textFilter, false);
97 public void registerFunction(String name, final TextFilter textFilter, final boolean isEscaper) { method in class:FunctionRegistry
100 registerFunction(name, new Function() {
/external/jsilver/src/com/google/clearsilver/jsilver/
H A DJSilver.java395 globalFunctions.registerFunction(name, function);
402 globalFunctions.registerFunction(name, textFilter);
410 globalFunctions.registerFunction(name + "_escape", escaper, true);
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 276 milliseconds