Home
last modified time | relevance | path

Searched defs:FixedWeightPostingSource (Results 1 – 21 of 21) sorted by relevance

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/
H A DCoverUtils.h13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * You should have received a copy of the GNU General Public License in FixedWeightPostingSource()
42 SayonaraDir, in FixedWeightPostingSource()
43 Library, in FixedWeightPostingSource()
44 AudioFile, in FixedWeightPostingSource()
/dports/databases/py-xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DFixedWeightPostingSource.cs13 public class FixedWeightPostingSource : PostingSource { class
16 …internal FixedWeightPostingSource(global::System.IntPtr cPtr, bool cMemoryOwn) : base(XapianPINVOK… in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
42 …public FixedWeightPostingSource(double wt) : this(XapianPINVOKE.new_FixedWeightPostingSource(wt), … in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/csharp/generated-csharp/
H A DFixedWeightPostingSource.cs14 public class FixedWeightPostingSource : PostingSource { class
17 …internal FixedWeightPostingSource(IntPtr cPtr, bool cMemoryOwn) : base(XapianPINVOKE.FixedWeightPo… in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
43 …public FixedWeightPostingSource(double wt) : this(XapianPINVOKE.new_FixedWeightPostingSource(wt), … in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
/dports/databases/php-xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DFixedWeightPostingSource.cs13 public class FixedWeightPostingSource : PostingSource { class
16 …internal FixedWeightPostingSource(global::System.IntPtr cPtr, bool cMemoryOwn) : base(XapianPINVOK… in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
42 …public FixedWeightPostingSource(double wt) : this(XapianPINVOKE.new_FixedWeightPostingSource(wt), … in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DFixedWeightPostingSource.cs13 public class FixedWeightPostingSource : PostingSource { class
16 …internal FixedWeightPostingSource(global::System.IntPtr cPtr, bool cMemoryOwn) : base(XapianPINVOK… in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
42 …public FixedWeightPostingSource(double wt) : this(XapianPINVOKE.new_FixedWeightPostingSource(wt), … in FixedWeightPostingSource() method in Xapian.FixedWeightPostingSource
/dports/databases/py-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DFixedWeightPostingSource.java11 public class FixedWeightPostingSource extends PostingSource { class
14 protected FixedWeightPostingSource(long cPtr, boolean cMemoryOwn) { in FixedWeightPostingSource() method in FixedWeightPostingSource
38 public FixedWeightPostingSource(double wt) { in FixedWeightPostingSource() method in FixedWeightPostingSource
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DFixedWeightPostingSource.java11 public class FixedWeightPostingSource extends PostingSource { class
14 protected FixedWeightPostingSource(long cPtr, boolean cMemoryOwn) { in FixedWeightPostingSource() method in FixedWeightPostingSource
38 public FixedWeightPostingSource(double wt) { in FixedWeightPostingSource() method in FixedWeightPostingSource
/dports/databases/php-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DFixedWeightPostingSource.java11 public class FixedWeightPostingSource extends PostingSource { class
14 protected FixedWeightPostingSource(long cPtr, boolean cMemoryOwn) { in FixedWeightPostingSource() method in FixedWeightPostingSource
38 public FixedWeightPostingSource(double wt) { in FixedWeightPostingSource() method in FixedWeightPostingSource
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java-swig/org/xapian/
H A DFixedWeightPostingSource.java11 public class FixedWeightPostingSource extends PostingSource { class
14 public FixedWeightPostingSource(long cPtr, boolean cMemoryOwn) { in FixedWeightPostingSource() method in FixedWeightPostingSource
38 public FixedWeightPostingSource(double wt) { in FixedWeightPostingSource() method in FixedWeightPostingSource
/dports/databases/lua-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DFixedWeightPostingSource.java11 public class FixedWeightPostingSource extends PostingSource { class
14 protected FixedWeightPostingSource(long cPtr, boolean cMemoryOwn) { in FixedWeightPostingSource() method in FixedWeightPostingSource
38 public FixedWeightPostingSource(double wt) { in FixedWeightPostingSource() method in FixedWeightPostingSource
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dpostingsource.cc404 FixedWeightPostingSource::FixedWeightPostingSource(Xapian::weight wt) in FixedWeightPostingSource() function in Xapian::FixedWeightPostingSource
/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dpostingsource.cc418 FixedWeightPostingSource::FixedWeightPostingSource(double wt) in FixedWeightPostingSource() function in Xapian::FixedWeightPostingSource
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/modern/
H A Dxapian.py2162 class FixedWeightPostingSource(PostingSource): class
/dports/databases/py-xapian/xapian-bindings-1.4.18/python3/
H A Dxapian.py7662 class FixedWeightPostingSource(PostingSource): class
/dports/databases/py-xapian/xapian-bindings-1.4.18/python/
H A Dxapian.py7674 class FixedWeightPostingSource(PostingSource): class
/dports/databases/php-xapian/xapian-bindings-1.4.18/python/
H A Dxapian.py7674 class FixedWeightPostingSource(PostingSource): class
/dports/databases/php-xapian/xapian-bindings-1.4.18/python3/
H A Dxapian.py7662 class FixedWeightPostingSource(PostingSource): class
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python/
H A Dxapian.py7674 class FixedWeightPostingSource(PostingSource): class
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python3/
H A Dxapian.py7662 class FixedWeightPostingSource(PostingSource): class
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python/
H A Dxapian.py7674 class FixedWeightPostingSource(PostingSource): class
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python3/
H A Dxapian.py7662 class FixedWeightPostingSource(PostingSource): class