Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
21 function ctype_print($text) { return p\Ctype::ctype_print($text); }
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
23 function ctype_space($text) { return p\Ctype::ctype_space($text); }
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
DCtype.php32 public static function ctype_alnum($text)
48 public static function ctype_alpha($text)
64 public static function ctype_cntrl($text)
80 public static function ctype_digit($text)
96 public static function ctype_graph($text)
112 public static function ctype_lower($text)
128 public static function ctype_print($text)
144 public static function ctype_punct($text)
160 public static function ctype_space($text)
176 public static function ctype_upper($text)
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
DCtype.php32 public static function ctype_alnum($text)
48 public static function ctype_alpha($text)
64 public static function ctype_cntrl($text)
80 public static function ctype_digit($text)
96 public static function ctype_graph($text)
112 public static function ctype_lower($text)
128 public static function ctype_print($text)
144 public static function ctype_punct($text)
160 public static function ctype_space($text)
176 public static function ctype_upper($text)
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
DCtype.php32 public static function ctype_alnum($text)
48 public static function ctype_alpha($text)
64 public static function ctype_cntrl($text)
80 public static function ctype_digit($text)
96 public static function ctype_graph($text)
112 public static function ctype_lower($text)
128 public static function ctype_print($text)
144 public static function ctype_punct($text)
160 public static function ctype_space($text)
176 public static function ctype_upper($text)
[all …]
/plugin/readability/
Dcalc.php12 $text = $_REQUEST['html'].'. '; variable
13 $text = preg_replace('!</(li|h[1-5])>!i','. ',$text); //make sentences from those tags variable
14 $text = strip_tags($text); variable
62 function calculate_readingtime($text){
74 function gunning_fog_score($text) {
84 function calculate_flesch($text) {
94 function calculate_flesch_grade($text) {
104 function percentage_number_words_three_syllables($text) {
122 function average_words_sentence($text) {
134 function average_syllables_word($text) {
/plugin/markdownextra/
Dmarkdown.php59 function Markdown($text) {
113 function mdwp_MarkdownPost($text) {
150 function mdwp_add_p($text) {
160 function mdwp_hide_tags($text) {
164 function mdwp_show_tags($text) {
189 function smarty_modifier_markdown($text) {
203 function TextileThis($text, $lite='', $encode='') {
209 function TextileRestricted($text, $lite='', $noimage='') {
213 function blockLite($text) { return $text; }
312 function transform($text) {
[all …]
/plugin/textile2/
DclassTextile.php277 function TextileThis($text, $lite='', $encode='', $noimage='', $strict='', $rel='')
311 function TextileRestricted($text, $lite=1, $noimage=1, $rel='nofollow')
413 function hasRawText($text)
422 function table($text)
461 function lists($text)
520 function block($text)
640 function graf($text)
664 function span($text)
714 function links($text)
757 function getRefs($text)
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js59 function Markdown(text) { argument
199 Markdown_Parser.prototype.__wrapSTXETX__ = function(text) { argument
209 Markdown_Parser.prototype.__unwrapSTXETX__ = function(text) { argument
218 Markdown_Parser.prototype._php_preg_quote = function(text) { argument
279 Markdown_Parser.prototype.transform = function(text) { argument
320 Markdown_Parser.prototype.hashHTMLBlocks = function(text) { argument
457 text = text.replace(all, function(match, text) { argument
476 Markdown_Parser.prototype.hashPart = function(text, boundary) { argument
496 Markdown_Parser.prototype.hashBlock = function(text) { argument
504 Markdown_Parser.prototype.stripLinkDefinitions = function(text) { argument
[all …]
/plugin/latexport/implementation/
Ddecorator_headings.php64 function header($text, $level, $pos) {
97 private function h1($text, $pos) {
126 private function h2($text, $pos) {
145 private function h3($text, $pos) {
149 private function h4($text, $pos) {
153 private function h5($text, $pos) {
/plugin/noticeboard/classes/
DEditForm.php47 function setEMName($text){
51 function setEMStartDate($text){
55 function setEMEndDate($text){
59 function setEMStartTime($text){
63 function setEMEndTime($text){
67 function setEMDeadline($text){
/plugin/noticeboard/noticeboard/classes/
DEditForm.php47 function setEMName($text){
51 function setEMStartDate($text){
55 function setEMEndDate($text){
59 function setEMStartTime($text){
63 function setEMEndTime($text){
67 function setEMDeadline($text){
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.glyph.js143 checkbox: { text: "check_box_outline_blank" }, property
144 checkboxSelected: { text: "check_box" }, property
145 checkboxUnknown: { text: "indeterminate_check_box" }, property
146 dragHelper: { text: "play_arrow" }, property
147 dropMarker: { text: "arrow-forward" }, property
148 error: { text: "warning" }, property
149 expanderClosed: { text: "chevron_right" }, property
150 expanderLazy: { text: "last_page" }, property
151 expanderOpen: { text: "expand_more" }, property
153 text: "autorenew", property
[all …]
/plugin/openid/Auth/OpenID/
DHMAC.php25 function Auth_OpenID_SHA1($text)
58 function Auth_OpenID_HMACSHA1($key, $text)
82 function Auth_OpenID_SHA256($text)
96 function Auth_OpenID_HMACSHA256($key, $text)
/plugin/fedauth/Auth/OpenID/
DHMAC.php25 function Auth_OpenID_SHA1($text)
57 function Auth_OpenID_HMACSHA1($key, $text)
81 function Auth_OpenID_SHA256($text)
95 function Auth_OpenID_HMACSHA256($key, $text)
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/test/
Dcliui.js27 {text: 'i am a string that should be wrapped', width: 15}, property
129 {text: 'i am a second string', align: 'right'}, property
151 {text: 'i am a second string', align: 'center', padding: [0, 2, 0, 2]}, property
173 {text: 'i have padding on my left', padding: [0, 0, 0, 4]}, property
174 {text: 'i have padding on my right', padding: [0, 2, 0, 0], align: 'center'}, property
175 {text: 'i have no padding', padding: [0, 0, 0, 0]} property
196 {text: 'i am a second string', padding: [2, 0, 0, 0]}, property
197 {text: 'i am a third string that should be wrapped', padding: [0, 0, 1, 0]} property
221 {text: 'i am a string', padding: [0, 1, 0, 0]}, property
222 {text: 'i am a second string', padding: [0, 2, 0, 0]}, property
[all …]
/plugin/gcalendar/inc/
Dgcal_read.php191 function fetch_date(&$text,$default_date) {
222 function fetch_time(&$text) {
247 function fetch_inline_category(&$text) {
326 function fast_p_render($text) {
/plugin/pagebuttons/
Dscript.js49 text: LANG.plugins.pagebuttons.btn_ok, property
56 text: LANG.plugins.pagebuttons.btn_cancel, property
103 text: LANG.plugins.pagebuttons.btn_ok, property
112 text: LANG.plugins.pagebuttons.btn_cancel, property
159 text: LANG.plugins.pagebuttons.btn_ok, property
168 text: LANG.plugins.pagebuttons.btn_cancel, property
/plugin/ifauthex/lib/
Dtokenizer.php24 function mb_preg_match($text, $matchRegex, $position=0) {
42 function sb_preg_match($text, $matchRegex, $position=0) {
91 public function tryMatch($text, $position) {
110 public function __construct($definition, $text, $position, $length) {
118 public function text() { return $this->_text; } function in AST\\TokenInstance
134 function tokenize($text, array $tokDefs, array $stripTokDefs) {
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php65 private function replaceFloatNumbers(string $text)
93 private function restoreReplacements($text)
115 private static function linebreakSplit($text)
407 public function split($text, $flags = 0)
463 public function count($text)
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverSelectInterface.php67 public function selectByVisibleText($text);
79 public function selectByVisiblePartialText($text);
116 public function deselectByVisibleText($text);
127 public function deselectByVisiblePartialText($text);
/plugin/mdpage/vendor/cebe/markdown/
DParser.php48 public function parse($text)
73 public function parseParagraph($text)
294 protected function prepareMarkers($text)
319 protected function parseInline($text)
372 protected function parseEscape($text)
/plugin/struct/renderer/
Dcsv.php137 public function cdata($text)
183 public function code($text, $lang = null, $file = null)
188 public function header($text, $level, $pos)
198 public function unformatted($text)
203 public function php($text)
208 public function phpblock($text)
213 public function html($text)
218 public function htmlblock($text)
223 public function preformatted($text)
228 public function file($text, $lang = null, $file = null)
/plugin/mdpage/vendor/cebe/markdown/tests/
DParserTest.php78 protected function parseMarkerA($text)
83 protected function parseMarkerB($text)
88 protected function parseMarkerC($text)

12345678910>>...41