Home
last modified time | relevance | path

Searched refs:words (Results 251 – 275 of 319) sorted by path

1...<<111213

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.line.php24 $words = $this->break_into_words($this->collapse_whitespace($line));
25 foreach ($words as $word) {
H A Dinline.content.builder.pre.wrap.php28 $words = $this->break_into_words($line);
29 foreach ($words as $word) {
H A Dtree.navigation.inc.php67 print(get_class($box).":".$box->uid.":".join('/', $box->words)."\n");
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.font-size.php20 $this->assertEqual($text->words[0], "TEXT");
/plugin/html2pdf/snorriheim/
H A Ddesign.css502 /* inline code words */
H A Dprint.css161 /* inline code words */
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php100 $words = explode(' ', $text);
102 foreach ($words as $word) {
146 $words = explode(' ', $firstTitle);
148 foreach ($words as $word) {
181 $words = explode(' ', $secondTitle);
183 foreach ($words as $word) {
/plugin/interwikiformatting/
H A DREADME.md12words run together without spaces the plugin will reinsert them and on sites like Wikipedia where …
34 …- **Capitalize Words Toggle** (*capitalize_words*) - Whether or not all words in the display inter…
35 …ace separated list of words that should not be capitalized. This setting is ignored if capitalizin…
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php44 protected $words; variable in IPLib\\Address\\IPv6
70 $this->words = null;
188 * @param int[]|array $words
195 if (count($words) === 8) {
198 $word = $words[$i];
298 return $this->words;
460 $words = $this->getWords();
467 $words[$i] = 0;
469 ++$words[$i];
485 $words = $this->getWords();
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt2056 # but without ID, one is restricted to words that are simple text and not Jmol entities.
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Popup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Popup.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mark2memorize/
H A Dplugin.info.txt6 desc Allow you to show and hide words more easily.
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md4 Multiple underscores in words
H A Dgithub-sample.md16 Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like pe…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md106 Some of these words *are emphasized*.
107 Some of these words _are emphasized also_.
114 <p>Some of these words <em>are emphasized</em>.
115 Some of these words <em>are emphasized also</em>.</p>
H A Dspecs.md450 In other words, a *number-period-space* sequence at the beginning of a
641 multiple words in the link text:
/plugin/odt/ODT/css/
H A Dcssimportnew.php85 $words = preg_split ('/\s/', $attributes [$this->attribute]);
86 if (array_search($this->value, $words) !== false) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pagequery/
H A DPageQuery.php409 * Provide month and day format in real words if required
689 * __realdate__' column should contain real dates if you need dates in words
953 $id = str_replace(':', ': ', $id); // make a little whitespace before words so ucwords can work!
1032 * @param string $extent c? = ? chars, w? = ? words, l? = ? lines, ~? = search up to text/char/symbol
1047 $words = str_word_count($text, 1, '.');
1048 $result = implode(' ', array_slice($words, 0, $cnt));
1049 if ($cnt > 0 && $cnt <= count($words) && $words[$cnt - 1] !== '.') {
H A Dreadme.md15 * Search for words in the page content as well--fulltext!
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …he full value is\n // RFC 2047-encoded.\n\n // Firefox also decodes words even where RFC 204…
H A Dpdf.worker.js.map1words\n n = data[i++];\n if (inFDEF || inELSE) {\n i += n * 2;\…

1...<<111213