Searched refs:text (Results 1 – 10 of 10) sorted by relevance
/web-bugs/www/js/ |
H A D | Markdown.Converter.js | 161 text = "\n\n" + text + "\n\n"; 164 text = _Detab(text); 173 text = _HashHTMLBlocks(text); 178 text = _RunBlockGamut(text); 387 text = _DoHeaders(text); 395 text = _DoLists(text); 396 text = _DoCodeBlocks(text); 415 text = _DoCodeSpans(text); 421 text = _DoImages(text); 422 text = _DoAnchors(text); [all …]
|
H A D | jquery.autocomplete-min.js | 10 …true;this.container.show();},processResponse:function(text){var response;try{response=eval("("+tex… argument
|
/web-bugs/www/css/ |
H A D | style.css | 34 text-align: left; 42 text-align: right; 52 text-align: right; 90 text-align: right; 106 text-align: right; 121 text-align: left; 131 text-align: left; 138 text-align: center; 251 text-align: right; 303 text-align: left; [all …]
|
/web-bugs/www/ |
H A D | gh-pull-add.php | 120 $text = <<<TXT variable 128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); 131 mail_bug_updates($buginfo, $buginfo, $email, $text, 4, $bug_id);
|
H A D | patch-add.php | 141 $text = <<<TXT variable 149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); 152 mail_bug_updates($buginfo, $buginfo, $email, $text, 4, $bug_id);
|
H A D | bug.php | 1233 function link_to_people($email, $text) argument 1238 return '<a href="//people.php.net/' . urlencode($username) . '">' . $text . '</a>'; 1240 return $text;
|
/web-bugs/include/ |
H A D | functions.php | 822 $text = []; 903 $text[] = " New Comment:\n\n{$ncomment}"; 910 $text[] = $old_comments; 912 $wrapped_text = join("\n", $text); 1127 function addlinks($text) argument 1129 $text = htmlspecialchars($text); 1133 $text = preg_replace("/[.,]?-=-\"/", '"', $text); 1134 return $text; 1682 function make_ticket_links($text) argument 1687 $text [all …]
|
/web-bugs/sql/ |
H A D | schema.sql | 12 ldesc text NOT NULL, 38 comment text NOT NULL, 80 message text NOT NULL,
|
/web-bugs/docs/ |
H A D | templates.md | 136 <input type="text" name="title"> 152 <input type="text" name="title">
|
/web-bugs/ |
H A D | composer.lock | 277 "phpunit/php-text-template": "^1.2.1", 392 "name": "phpunit/php-text-template", 396 "url": "https://github.com/sebastianbergmann/php-text-template.git", 401 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2af… 426 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 431 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 432 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 583 "phpunit/php-text-template": "^1.2.1",
|
Completed in 45 milliseconds