Home
last modified time | relevance | path

Searched refs:words (Results 51 – 75 of 319) sorted by relevance

12345678910>>...13

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1494 $words = (int)($inputitem['size'] / 3);
1499 for ($i=0; $i < $words; ++$i) {
1505 if ($inputitem['size'] - $words * 3 == 1) {
1523 $words = (int)($inputitem['size'] / 2);
1527 for ($i=0; $i < $words; ++$i) {
1602 if ($inputitem['size'] > $words) {
2027 $words = (int)(($bits + 7) / 8);
2030 $padlen = $maxwords - $words;
2283 if ($words >= $size) {
2329 $words = (1 << $bits) - 1;
[all …]
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1words","str","obj","split","i","length","modelicaKeywords","modelicaBuiltin","modelicaAtoms","def"…
H A Dvhdl.min.js.map1words","str","obj","split","i","length","allCaps","toUpperCase","firstCap","charAt","slice","metaH…
H A Dprotobuf.min.js.map1words","RegExp","join","keywordArray","keywords","registerHelper","identifiers","tokenBase","strea…
H A Dpuppet.min.js.map1words","variable_regex","style","string","split","i","length","tokenString","stream","state","curr…
H A Dsieve.min.js.map1words","str","obj","split","i","length","keywords","atoms","indentUnit","tokenBase","stream","stat…
H A Decl.min.js.map1words","str","obj","split","i","length","metaHook","stream","state","startOfLine","skipToEnd","ind…
H A Dpascal.min.js.map1words","str","obj","split","i","length","keywords","atoms","null","isOperatorChar","tokenBase","st…
H A Dtroff.min.js.map1words","tokenBase","stream","eatSpace","sol","ch","next","match","skipTo","eatWhile","eat","skipTo…
H A Dnginx.min.js.map1words","str","obj","split","i","length","keywords","keywords_block","keywords_important","indentUn…
H A Dttcn-cfg.min.js.map1words","str","obj","split","i","length","defineMIME","name"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAA…
/plugin/autolink2/
H A Dadmin.php113 $words[]=$opts['query'];
115 return search_regex(&$data,$base,$file,$reg,$words);
H A Dplugin.info.txt6 desc Generate automatic links for words defined by add plugin
/plugin/codehighlight/cp/engines/
H A Dgecko.js127 words = rangeAndCaret[0].substring(rangeAndCaret[1]-40,rangeAndCaret[1]);
128 words = words.replace(/[\s\n\r\);\W]/g,'\n').split('\n');
129 return words[words.length-1].replace(/[\W]/gi,'').toLowerCase();
H A Dmsie.js216 words = rangeAndCaret[0].substring(rangeAndCaret[1]-40,rangeAndCaret[1]);
217 words = words.replace(/[\s\n\r\);\W]/g,'\n').split('\n');
218 return words[words.length-1].replace(/[\W]/gi,'').toLowerCase();
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php270 $words = mb_split('\s+', Multibyte::trim($fragment));
272 $word_count = count($words);
274 $last_word = Multibyte::trim($words[$word_count - 1]);
/plugin/qrcode2/
H A Dphpqrcode.php430 if($words >= $size)
478 $words = (1 << $bits) - 1;
484 return $words;
1075 $words = (int)($this->size / 3);
1082 for($i=0; $i<$words; $i++) {
1110 $words = (int)($this->size / 2);
1116 for($i=0; $i<$words; $i++) {
1243 if($this->size > $words) {
1246 … $st2 = new QRinputItem($this->mode, $this->size - $words, array_slice($this->data, $words));
1663 $words = (int)(($bits + 7) / 8);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php143 $words = preg_split("/\s+/",$root->get_attribute($attr_name));
144 foreach ($words as $word) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.font-size.php20 $this->assertEqual($text->words[0], "TEXT");
/plugin/statistics/inc/
H A DStatisticsLogger.class.php177 $words = explode(' ', utf8_stripspecials($query, ' ', '\._\-:\*'));
178 $this->log_search($_REQUEST['p'], $query, $words, $name);
184 public function log_search($page, $query, $words, $engine) { argument
197 foreach($words as $word) {
/plugin/mark2memorize/
H A Dplugin.info.txt6 desc Allow you to show and hide words more easily.
/plugin/searchstats/
H A Daction.php54 foreach($q['words'] as $saveWord) {
H A Dplugin.info.txt6 desc This plugin records the search words and displays stats in the admin section
/plugin/codehighlight/cp/languages/
H A Djava.css5 b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
/plugin/cloud/
H A Dplugin.info.txt7 desc Displays the most used words in a word cloud.

12345678910>>...13