Home
last modified time | relevance | path

Searched refs:getEntryAttribute (Results 1 – 7 of 7) sorted by relevance

/dports/misc/sword/sword-1.8.1/bindings/java-jni/src/org/crosswire/android/sword/
H A DSWModule.java69 …public native String[] getEntryAttribute(String level1, String level2, String level3, boolean… in getEntryAttribute() method in SWModule
/dports/misc/sword/sword-1.8.1/bindings/corba/omniorbcpp/
H A Dswordorb-impl.hpp55 …swordorb::StringList* getEntryAttribute(const char* level1, const char* level2, const char* level3…
H A Dswordorb-impl.cpp108 swordorb::StringList* swordorb_SWModule_i::getEntryAttribute(const char* level1, const char* level2… in getEntryAttribute() function in swordorb_SWModule_i
/dports/misc/sword/sword-1.8.1/bindings/corba/orbitcpp/
H A Dswordorb-impl.hpp63 …StringList *getEntryAttribute(const char *level1, const char *level2, const char *level3, CORBA::B…
H A Dswordorb-impl.cpp231 StringList *SWModule_impl::getEntryAttribute(const char *level1, const char *level2, const char *le… in getEntryAttribute() function in swordorb::SWModule_impl
/dports/misc/sword/sword-1.8.1/bindings/corba/
H A Dswordorb.idl63 …StringList getEntryAttribute(in string level1, in string level2, in string level3, in boolean f…
/dports/misc/sword/sword-1.8.1/bindings/cordova/org.crosswire.sword.cordova.SWORD/src/android/
H A DSWORD.java424 …for (String k : mod.getEntryAttribute(args.getString(1), args.getString(2), args.getString(3), arg… in execute()
533 for (String h : mod.getEntryAttribute("Heading", "Preverse", "", true)) { in getRenderChapter()