Home
last modified time | relevance | path

Searched refs:text (Results 2976 – 3000 of 3150) sorted by path

1...<<111112113114115116117118119120>>...126

/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
16 text-align: center;
33 text-align: center;
38 text-align: left;
42 text-align: right;
46 text-align: center;
470 .oi[data-glyph=text]:before { content:'\e0ca'; }
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css63 text-decoration: none;
90 text-decoration: none;
104 input[type=text], select {
122 text-decoration: none;
150 text-decoration: none;
170 text-align: left;
203 .actions input[type=text], select {
215 text-align: center;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php56 $text = '';
67 $text .= $reader->value;
83 return $text;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md653 * Fixed: \r is properly stripped in text values.
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng20 value-text
26 element text {
56 element text {
65 value-text
71 element text {
82 value-text
182 value-text
354 value-text = element text {
657 value-text
666 value-text
[all …]
H A Dxcard.rng19 value-text = element text { text }
20 value-text-list = value-text+
131 value-text
148 value-text-list
198 element text { "work" | "home" | "text" | "voice"
211 value-text
246 value-text
253 value-text
267 value-text-list
301 value-text-list
[all …]
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md176 * #25: Added `readText` to quickly grab all text from a node and advance the
224 a string (in case of a text-node), or an array (in case there were child
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DUri.php63 $writer->text(
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php131 $text = null;
178 $text .= $this->value;
202 return ($elements ? $elements : $text);
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php169 $writer->text($value);
/plugin/webdavclient/db/
H A Dupdate0001.sql3 uri text,
7 username text,
8 password text,
9 dwuser text,
10 type text,
13 ctag text,
21 uri text,
24 etag text,
29 uid text
34 uri text,
[all …]
H A Dupdate0002.sql1 ALTER TABLE connections ADD permission text;
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md427 * Fixed: \r is properly stripped in text values.
/plugin/weiqi/
H A Dstyle.css12 text-align: center;
18 text-decoration: blink;
/plugin/whoisonline/
H A Dstyle.css24 text-align:center;
32 text-align:center;
34 text-transform:uppercase;
/plugin/whyspam/
H A Dadmin.php74 function _checkit($file,&$text){ argument
79text = preg_replace('!(\b)(www\.[\w.:?\-;,]+?\.[\w.:?\-;,]+?[\w/\#~:.?+=&%@\!\-.:?\-;,]+?)([.:?\-;…
85 if(preg_match('#('.$block.')#si',$text,$matches)){
86 $pos = strpos($text,$matches[0]);
89 $snip = substr($text,$s,$l);
H A Dplugin.info.txt6 desc Allows managers to check why a certain text was blocked as spam.
/plugin/whyspam/lang/en/
H A Dintro.txt3 … check a text for spam blocked by the wiki's [[doku>blacklist]] feature. It will display which con…
/plugin/widearea/
H A DREADME.md5 to add an expanded text edit field in the DokuWiki editor. You can see a demo
/plugin/wikicalendar/
H A Dstyle.css18 text-align: center;
37 text-align: center;
78 text-decoration: none;
101 text-decoration: none;
116 text-decoration: none;
/plugin/wikipediasnippet/
H A Dall.css40 text-align: right;
44 text-align: left;
H A Dsyntax.php100 $text = $xml->query->pages->page->extract;
101 if (!$text) {
112 $text = str_replace('href="/', 'href="'.$wpUrl , $text);
114 $text = str_replace('src="//', 'src="http://' , $text);
149 $text = $xml->query->rightsinfo['text'];
/plugin/workflow/
H A Dscript.js45 function wfRenderLink(target, script, text) { argument
46 …" href="doku.php?id=' + wfnamespace + ':' + target + '" onclick="' + script + '">' + text + '</a>';
117 ….trim(jQuery(this).val()).split(/\s+/).join('\\b)(?=.*\\b') + ').*$', reg = RegExp(val, 'i'), text;
119 text = jQuery(this).text().replace(/\s+/g, ' ');
120 return !reg.test(text);
H A Dstyle.css9 text-align: left;
/plugin/workflow/syntax/
H A Ddecision.php16 function wf_render_link($ns, $page, $onclick, $text) { argument
20 …ass=\"wikilink$exists\" title=\"$page\" href=\"doku.php?id=$page\" onclick=\"$onclick\">$text</a>";
90 $text = in_array('|', $tokens) ? trim($tokens[2]) : $page;
107 …der_criteria($criteria) . "\"><td>" . wf_render_link($wfns, $page, $onclick, $text) . "</td></tr>";

1...<<111112113114115116117118119120>>...126