Home
last modified time | relevance | path

Searched refs:term (Results 451 – 475 of 565) sorted by path

1...<<11121314151617181920>>...23

/plugin/shortcutkey/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/showif/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/showinitpage/
H A Dgpl-3.0.md161 All rights granted under this License are granted for the term of
322 fixed term (regardless of how the transaction is characterized), the
387 governed by this License along with a term that is a further
388 restriction, you may remove that term. If a license document contains
/plugin/sidebarng/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/plugin/simplemap/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/simplewikipagetree/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/sincetil/
H A DLICENSE.md70 the term "modification".) Each licensee is addressed as "you".
/plugin/siteexport/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/sneakyindexfix/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/snippeter/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/snippets/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/plugin/socialite/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/solr/
H A DREADME.md32 …result document a higher ranking. Wildcards are automatically added at the end of each search term.
/plugin/sphinxsearch-was/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
H A DINSTALL87 would be noticed by searching for for a term that is contained within a very long page.
/plugin/sphinxsearch/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/plugin/spreadout/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/sql2wiki/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/ssocas/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/plugin/stale/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/stellarium/
H A DLICENSE.md27 …language. (Hereinafter, translation is included without limitation in the term "modification".) Ea…
/plugin/strata/helper/
H A Dtriples.php396 function _name($term) {
397 if($term['type'] == 'variable') {
399 if(empty($this->_variableLookup[$term['text']])) {
400 $this->_variableLookup[$term['text']] = $this->_alias('v');
403 return $this->_variableLookup[$term['text']];
404 } elseif($term['type'] == 'literal') {
406 if(empty($this->_literalLookup[$term['text']])) {
408 $this->_literalLookup[$term['text']] = $this->_alias('lit');
412 return $this->_literalLookup[$term['text']];
536 // handle overlapping terms by coalescing them into a single term
378 _name($term) global() argument
[all...]
/plugin/struct/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/struct/script/
H A DEntryEditor.js72 var term = request.term;
74 term = extractLast(term);
76 struct_ajax(name, cb, {search: term});
H A Dfunctions.js39 * @param {string} term
42 function extractLast(term) { argument
43 return split(term).pop();

1...<<11121314151617181920>>...23