| /dokuwiki/_test/tests/Search/Query/ |
| H A D | QueryEvaluatorTest.php | 36 $terms = [ 41 $evaluator = new QueryEvaluator($rpn, $terms); 49 $terms = []; 52 $evaluator = new QueryEvaluator($rpn, $terms); 64 $terms = [ 71 $evaluator = new QueryEvaluator($rpn, $terms); 83 $terms = [ 90 $evaluator = new QueryEvaluator($rpn, $terms); 103 $terms = [ 110 $evaluator = new QueryEvaluator($rpn, $terms); [all …]
|
| /dokuwiki/inc/Search/Query/ |
| H A D | QueryEvaluator.php | 24 protected array $terms; variable in dokuwiki\\Search\\Query\\QueryEvaluator 31 * @param Term[] $terms word => Term mapping from CollectionSearch::execute() 33 public function __construct(array $rpn, array $terms) argument 36 $this->terms = $terms; 72 if (isset($this->terms[$word])) { 73 $stack[] = new PageSet($this->terms[$word]->getEntityFrequencies());
|
| H A D | QueryParser.php | 104 $terms = preg_split( 111 foreach ($terms as $term) {
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | CollectionSearch.php | 106 foreach ($this->groupedTerms as $group => $terms) { 114 foreach ($terms as $term) {
|
| /dokuwiki/inc/Search/ |
| H A D | MetadataSearch.php | 96 $terms = $search->execute(); 97 $term = reset($terms); 166 $terms = $search->execute(); 170 $term = $terms[$v] ?? null;
|
| H A D | FulltextSearch.php | 103 $terms = $search->execute(); 106 $evaluator = new QueryEvaluator($q['parsed_ary'], $terms);
|
| H A D | concept.txt | 27 …ing pages as ''pageid => score''. The ''$highlight'' array is filled with terms to highlight. ''$s… 215 …tes searches against any collection. Use ''addTerm()'' to register search terms, then call ''execu… 220 $terms = $search->execute(); 221 foreach ($terms as $term) { 236 …itive matching, call ''caseInsensitive()'' on the search or on individual terms. This is useful fo… 259 * Boolean ''OR'' between terms
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | README | 19 it under the terms of the GNU General Public License as published by
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 19 it under the terms of the GNU General Public License as published by
|
| /dokuwiki/ |
| H A D | COPYING | 36 source code. And you must show them these terms so they know their 56 The precise terms and conditions for copying, distribution and 64 under the terms of this General Public License. The "Program", below, 92 distribute such modifications or work under the terms of Section 1 101 parties under the terms of this License. 117 themselves, then this License, and its terms, do not apply to those 120 on the Program, the distribution of the whole must be on the terms of 135 under Section 2) in object code or executable form under the terms of 139 source code, which must be distributed under the terms of Sections 146 distributed under the terms of Sections 1 and 2 above on a medium [all …]
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 36 source code. And you must show them these terms so they know their 56 The precise terms and conditions for copying, distribution and 64 under the terms of this General Public License. The "Program", below, 92 distribute such modifications or work under the terms of Section 1 101 parties under the terms of this License. 117 themselves, then this License, and its terms, do not apply to those 120 on the Program, the distribution of the whole must be on the terms of 135 under Section 2) in object code or executable form under the terms of 139 source code, which must be distributed under the terms of Sections 146 distributed under the terms of Sections 1 and 2 above on a medium [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 78 or can get the source code. And you must show them these terms so they 109 The precise terms and conditions for copying, distribution and 210 the terms of this License in conveying all material for which you do 213 and control, on terms that prohibit them from making any copies of 242 non-permissive terms added in accord with section 7 apply to the code; 253 terms of section 4, provided that you also meet all of these conditions: 266 additional terms, to the whole of the work, and all its parts, 288 You may convey a covered work in object code form under the terms 290 machine-readable Corresponding Source under the terms of this License, 386 "Additional permissions" are terms that supplement the terms of this [all …]
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 46 it. And you must show them these terms so they know their rights. 109 The precise terms and conditions for copying, distribution and 120 other authorized party saying it may be distributed under the terms of 129 which has been distributed under these terms. A "work based on the 164 distribute such modifications or work under the terms of Section 1 173 charge to all third parties under the terms of this License. 193 themselves, then this License, and its terms, do not apply to those 196 on the Library, the distribution of the whole must be on the terms of 211 3. You may opt to apply the terms of the ordinary GNU General Public 229 under the terms of Sections 1 and 2 above provided that you accompany [all …]
|