Home
last modified time | relevance | path

Searched refs:docnum (Results 1 – 25 of 2943) sorted by relevance

12345678910>>...118

/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dcolumns.py180 def fill(self, docnum): argument
183 if docnum > self._count:
190 def finish(self, docnum): argument
207 def sort_key(self, docnum): argument
208 return self[docnum]
266 def fill(self, docnum): argument
273 self.fill(docnum)
527 self.fill(docnum)
704 key = self[docnum]
1193 def fill(self, docnum): argument
[all …]
H A Dreading.py78 self._minid = docnum
79 self._maxid = docnum
317 return (docnum for docnum in xrange(self.doc_count_all())
326 yield docnum, self.stored_fields(docnum)
329 def is_deleted(self, docnum): argument
336 def stored_fields(self, docnum): argument
647 def is_deleted(self, docnum): argument
681 def stored_fields(self, docnum): argument
684 assert docnum >= 0
929 def is_deleted(self, docnum): argument
[all …]
/dports/databases/namazu2/namazu-2.0.21/tests/
H A Dnamazu-1319 docnum=`perl -lne 'print $1 if /^files (\d+)/' idx22/NMZ.status`
22 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
23 test "$docnum" != "$hitnum" && exit 1 # error if not matched
26 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
27 test "$docnum" != "$hitnum" && exit 1 # error if not matched
30 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
31 test "$docnum" != "$hitnum" && exit 1 # error if not matched
36 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
40 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
44 echo "docnum:" $docnum, "hitnum:" $hitnum >> $LOG
[all …]
H A Dmknmz-834 docnum=`../scripts/gtnmz idx10/NMZ.r`
35 test $docnum != $origdocnum && exit 1 # error if not equal
43 docnum=`../scripts/gtnmz idx10/NMZ.r`
44 docnum2=`expr $docnum + $docnum`
52 docnum=`../scripts/gtnmz idx10/NMZ.r`
53 docnum2=`expr $docnum + $docnum`
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/matching/
H A Dcombo.py123 def skip_to(self, docnum): argument
127 self._docnum = docnum
224 docnum = self._docnum
228 while docnum < limit:
231 docnum += 1
233 if docnum == limit:
252 def skip_to(self, docnum): argument
291 docnum = self._docnum
298 yield docnum
300 docnum += 1
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/codec/
H A Dmemory.py93 def start_doc(self, docnum): argument
95 self._docnum = docnum
111 docnum = self._docnum
139 def is_deleted(self, docnum): argument
182 def stored_fields(self, docnum): argument
316 del self._stored[docnum]
317 del self._lengths[docnum]
318 del self._vectors[docnum]
324 def is_deleted(self, docnum): argument
330 if docnum not in stored:
[all …]
H A Dbase.py129 def start_doc(self, docnum): argument
209 if docnum == -1:
401 def is_deleted(self, docnum): argument
414 return (docnum for docnum in xrange(self.doc_count_all())
419 yield docnum, self.stored_fields(docnum)
471 def stored_fields(self, docnum): argument
624 def is_deleted(self, docnum): argument
686 def is_deleted(self, docnum): argument
733 return rnum, docnum - offset
740 def is_deleted(self, docnum): argument
[all …]
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drclm_preview.cpp145 void RclMain::startPreview(int docnum, Rcl::Doc doc, int mod) in startPreview() argument
190 curPreview->makeDocCurrent(doc, docnum); in startPreview()
223 previewPrevOrNextInTab(w, sid, docnum, true); in previewNextInTab()
229 previewPrevOrNextInTab(w, sid, docnum, false); in previewPrevInTab()
248 docnum++; in previewPrevOrNextInTab()
250 docnum--; in previewPrevOrNextInTab()
251 if (docnum < 0 || !m_source || docnum >= m_source->getResCnt()) { in previewPrevOrNextInTab()
262 if (!reslist->getDoc(docnum, doc)) { in previewPrevOrNextInTab()
268 w->makeDocCurrent(doc, docnum, true); in previewPrevOrNextInTab()
273 void RclMain::previewExposed(Preview *, int sid, int docnum) in previewExposed() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/obj2yaml/
H A Delf-mips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/obj2yaml/
H A Delf-mips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags
22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32
24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64
26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi32
28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64
67 # RUN: yaml2obj --docnum=6 %s -o %t-mach-3900
69 # RUN: yaml2obj --docnum=7 %s -o %t-mach-4010
71 # RUN: yaml2obj --docnum=8 %s -o %t-mach-4100
73 # RUN: yaml2obj --docnum=9 %s -o %t-mach-4650
79 # RUN: yaml2obj --docnum=12 %s -o %t-mach-sb1
[all …]
/dports/databases/namazu2/namazu-2.0.21/pltests/
H A Dnamazu-2.pl.in45 my $docnum;
51 $docnum = $1;
55 $docnum = $docnum + $docnum;
75 pltests::putline($LOG, "docnum: $docnum hitnum: $hitnum");
77 if ($docnum != $hitnum) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/yaml2obj/ELF/
H A Dheader-osabi.yaml4 # RUN: yaml2obj %s --docnum=1 -o %t.default
5 # RUN: yaml2obj %s --docnum=2 -o %t.none
26 # RUN: yaml2obj %s --docnum=3 -o %t.hpux
39 # RUN: yaml2obj %s --docnum=4 -o %t.netbsd
53 # RUN: yaml2obj %s --docnum=5 -o %t.gnu
75 # RUN: yaml2obj %s --docnum=7 -o %t.hurd
101 # RUN: yaml2obj %s --docnum=9 -o %t.aix
114 # RUN: yaml2obj %s --docnum=10 -o %t.irix
192 # RUN: yaml2obj %s --docnum=16 -o %t.nsk
205 # RUN: yaml2obj %s --docnum=17 -o %t.aros
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/yaml2obj/ELF/
H A Dheader-osabi.yaml4 # RUN: yaml2obj %s --docnum=1 -o %t.default
5 # RUN: yaml2obj %s --docnum=2 -o %t.none
26 # RUN: yaml2obj %s --docnum=3 -o %t.hpux
39 # RUN: yaml2obj %s --docnum=4 -o %t.netbsd
53 # RUN: yaml2obj %s --docnum=5 -o %t.gnu
75 # RUN: yaml2obj %s --docnum=7 -o %t.hurd
101 # RUN: yaml2obj %s --docnum=9 -o %t.aix
114 # RUN: yaml2obj %s --docnum=10 -o %t.irix
192 # RUN: yaml2obj %s --docnum=16 -o %t.nsk
205 # RUN: yaml2obj %s --docnum=17 -o %t.aros
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/yaml2obj/ELF/
H A Dheader-osabi.yaml4 # RUN: yaml2obj %s --docnum=1 -o %t.default
5 # RUN: yaml2obj %s --docnum=2 -o %t.none
24 # RUN: yaml2obj %s --docnum=3 -o %t.hpux
36 # RUN: yaml2obj %s --docnum=4 -o %t.netbsd
49 # RUN: yaml2obj %s --docnum=5 -o %t.gnu
69 # RUN: yaml2obj %s --docnum=7 -o %t.hurd
93 # RUN: yaml2obj %s --docnum=9 -o %t.aix
105 # RUN: yaml2obj %s --docnum=10 -o %t.irix
177 # RUN: yaml2obj %s --docnum=16 -o %t.nsk
189 # RUN: yaml2obj %s --docnum=17 -o %t.aros
[all …]

12345678910>>...118