Home
last modified time | relevance | path

Searched refs:wordList (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ReplaceDictionaryConfig.php28 public function setWordList(GooglePrivacyDlpV2WordList $wordList) argument
30 $this->wordList = $wordList;
37 return $this->wordList;
H A DGooglePrivacyDlpV2Dictionary.php44 public function setWordList(GooglePrivacyDlpV2WordList $wordList) argument
46 $this->wordList = $wordList;
53 return $this->wordList;
/plugin/codemirror/dist/modes/
H A Dforth.min.js1wordList:[]}},token:function(b,c){var d;if(b.eatSpace()){return null}if(c.state===""){if(b.match(/…
H A Dforth.min.js.map1wordList","word","i","length","toUpperCase","undefined","startState","state","base","token","strea…
/plugin/glossary/
H A Dglossary.class.php781 $wordList = '';
783 $wordList .= str_replace ("@@WORD@@", $word, $wordTpl);
787 $replace = array ('@@WORD@@' => $wordList,