Home
last modified time | relevance | path

Searched refs:word (Results 51 – 75 of 430) sorted by relevance

12345678910>>...18

/plugin/loglog/
H A Dstyle.css4 word-wrap: break-word;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php181 * Displays text in multiple word wrapped columns
304 foreach ($words as $word) {
305 if ($this->strlen($actual . $word) <= $width) {
306 $actual .= $word . ' ';
311 $actual = $word;
/plugin/quickstats/
H A Daction.php239 foreach($words as $word) {
240 $this->set_queries($queries,$word,'words');
295 function set_queries(&$queries,$word,$which) { argument
296 if(!isset($queries[$which][$word])) {
297 $queries[$which][$word]['count'] = 1;
300 $queries[$which][$word]['count'] += 1;
302 if(!isset($queries[$which][$word][$this->ipaddr])) {
303 $queries[$which][$word][$this->ipaddr] = 1;
305 else $queries[$which][$word][$this->ipaddr] += 1;
/plugin/autolink3/
H A Dadmin.php35 if (isset($_REQUEST['word'])) $word = $_REQUEST['word'];
158 <input type = 'text' name='word'/>
/plugin/tooltip/
H A DREADME14 - {!word:tooltip content}} for one-word tooltips, definitions and the like.
/plugin/pagetemplater/
H A DREADME.md16 The template page has to have the word ``@@CONTENT@@`` in the content. This is the placeholder wher…
20 …n your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the template page (where ``YOURPLACEHOL…
/plugin/codemirror/dist/modes/
H A Deiffel.min.js.map1word","current","propertyIsEnumerable","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAA…
H A Dfactor.min.js.map1word, defined word, etc\n {regex: /((?:GENERIC)|\\:?\\:)(\\s+)(\\S+)(\\s+)(\\()/, token: [\"k…
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php30 foreach ($temp as $key=>$word) {
31 $temp[$key] = ucfirst(strtolower($word));
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.table.css20 word-wrap: break-word;
/plugin/combo/ComboStrap/
H A DResourceName.php41 foreach ($words as $word) {
42 $wordsUc[] = ucfirst($word);
H A DFetcherVignette.php159 foreach ($words as $word) {
161 if ($actualLength + strlen($word) > $maxCharacterByLine) {
169 $actualLine = $word;
178 $actualLine = $word;
180 $actualLine = "$actualLine $word";
/plugin/sphinxsearch-was/
H A DSphinxSearch.php222 foreach ($words as $id => $word) {
223 $words[$id] = "*" . $word . "*";
231 foreach ($words as $id => $word) {
232 $words[$id] = trim($word, "*");
/plugin/sphinxsearch/
H A DSphinxSearch.php218 foreach($words as $id => $word){
219 $words[$id] = "*".$word."*";
227 foreach($words as $id => $word){
228 $words[$id] = trim($word, "*");
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64word-convert|xdmp:with-namespaces|xdmp:version|xdmp:value|xdmp:user-roles|xdmp:user-last-login|xdm…
/plugin/revealjs/css/theme/template/
H A Dtheme.scss58 word-wrap: break-word;
168 word-wrap: break-word;
183 word-wrap: normal;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
/plugin/quickstats/scripts/
H A Dextended_data.php131 foreach($ar as $word =>$data) {
132 $word = htmlentities($word);
133 $word = str_replace('%','&#37;',$word);
135 $search_terms .= "&nbsp;&nbsp;&nbsp;$word (" . $data[$ip] . ')<br />';
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css49 word-wrap: break-word; /* Internet Explorer 5.5+ */
/plugin/sqlraw/
H A Dsyntax.php722 $word = '';
726 $out[] = $word;
727 $word = '';
731 $word .= $str[$i];
735 $word .= '\\\\';
738 $out[] = $word;
742 $word .= $str[$i];
746 $out[] = $word;
/plugin/revealjs/css/theme/
H A Dblack.css55 word-wrap: break-word; }
151 word-wrap: break-word;
163 word-wrap: normal; }
H A Dmoon.css59 word-wrap: break-word; }
155 word-wrap: break-word;
167 word-wrap: normal; }
H A Dnight.css53 word-wrap: break-word; }
149 word-wrap: break-word;
161 word-wrap: normal; }
H A Dserif.css55 word-wrap: break-word; }
151 word-wrap: break-word;
163 word-wrap: normal; }

12345678910>>...18