Home
last modified time | relevance | path

Searched refs:abbr (Results 101 – 123 of 123) sorted by path

12345

/plugin/linkback/
H A Dstyle.css40 div.dokuwiki .linkback_head abbr {
44 div.dokuwiki .linkback_head abbr.received {
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2881 ), function(match, prev, abbr) { argument
2882 if (abbr in self.abbr_desciptions) {
2883 var desc = self.abbr_desciptions[abbr];
2885 return self.hashPart("<abbr>" + abbr + "</abbr>");
2888 return self.hashPart("<abbr title=\"" + desc + "\">" + abbr + "</abbr>");
/plugin/markdownextra/
H A Dmarkdown.php3244 $abbr = $matches[0];
3245 if (isset($this->abbr_desciptions[$abbr])) {
3246 $desc = $this->abbr_desciptions[$abbr];
3248 return $this->hashPart("<abbr>$abbr</abbr>");
3251 return $this->hashPart("<abbr title=\"$desc\">$abbr</abbr>");
/plugin/randominc/
H A Dstyle.css22 div.dokuwiki div.inclmeta abbr.published {
/plugin/s5/ui/blue/
H A Dpretty.css58 h1 abbr {font-variant: small-caps;}
/plugin/s5/ui/default/
H A Dpretty.css46 h1 abbr {font-variant: small-caps;}
/plugin/s5/ui/dokuwiki/
H A Dpretty.css45 h1 abbr {font-variant: small-caps;}
/plugin/s5/ui/flower/
H A Dpretty.css55 h1 abbr {font-variant: small-caps;}
/plugin/s5/ui/pixel/
H A Dpretty.css51 h1 abbr {font-variant: small-caps;}
/plugin/s5/ui/yatil/
H A Dpretty.css71 h1 abbr {font-variant: small-caps;}
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css27 h1 abbr
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css9 a, abbr, acronym, address, big, cite, code, selector
/plugin/subjectindex/plugins/
H A DEntryVerse.php38 $abbr = $num . strtolower($name);
43 $hit = (preg_grep('/(^|\s)' . $abbr . '($|\s)/', $this->abbrs));
/plugin/tagfilter/script/select2/
H A Dselect2.css87 .select2-container .select2-choice abbr {
104 .select2-container.select2-allowclear .select2-choice abbr {
108 .select2-container .select2-choice abbr:hover {
432 .select2-container.select2-container-disabled .select2-choice abbr {
636 .select2-container .select2-choice abbr,
/plugin/tagfilter/
H A Dstyle.css190 .select2-container .select2-choice abbr {
207 .select2-container.select2-allowclear .select2-choice abbr {
211 .select2-container .select2-choice abbr:hover {
535 .select2-container.select2-container-disabled .select2-choice abbr {
739 .select2-container .select2-choice abbr,
/plugin/task/
H A Dstyle.css25 div.dokuwiki div.vcalendar abbr {
/plugin/timetrack/db/
H A Dupdate0001.sql7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT); field
8 CREATE UNIQUE INDEX idx_project ON project(page_id,abbr);
10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field
11 CREATE UNIQUE INDEX idx_task ON task(project_id,abbr);
/plugin/timetrack/
H A Dhelper.php112 * @param string $abbr id
116 public function updateProject($pageid, $abbr = '', $name = '', $from = 0, $to = 0) { argument
119 if(!$abbr) $abbr = noNS($pageid);
124 if(!$page_id) dbg(['no page id',$pageid,$abbr,$name]);
128 $res = $sqlite->query("SELECT id FROM project WHERE page_id = ? AND abbr = ?", $page_id, $abbr);
139 $task_id = $this->updateTask($project_id,$abbr,$name);
150 * @param string $abbr
154 public function updateTask($project_id,$abbr,$name) { argument
233 * @param string $abbr id
237 public function getProject($pageid, $abbr = '') { argument
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js37 …InlineChildReqElements : { abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,… property in FCKListsLib.InlineChildReqElements
40 …InlineNonEmptyElements : { a:1,abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,fon… property in FCKListsLib.InlineNonEmptyElements
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js32 …D = X({sub:1, bdo:1, 'var':1, sup:1, br:1, kbd:1, map:1, samp:1, b:1, acronym:1, '#':1, abbr:1, co…
36 …:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, select:1, '#':1, ins:1, abbr:1, label:1, code:1,… property in FCK.DTD.H
68 abbr: L,
H A Dfck_xhtml10transitional.js35 …G = X({b:1, acronym:1, bdo:1, 'var':1, '#':1, abbr:1, code:1, br:1, i:1, cite:1, kbd:1, u:1, strik…
39 …, ol:1, h1:1, h3:1, h2:1, form:1, font:1, '#':1, select:1, menu:1, ins:1, abbr:1, label:1, code:1,… property in FCK.DTD.K
75 abbr: L,
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js41abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1… property in FCKListsLib.InlineChildReqElements
50abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1},F… property in FCK.DTD.K
H A Dfckeditorcode_ie.js42abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1… property in FCKListsLib.InlineChildReqElements
51abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1},F… property in FCK.DTD.K

12345