Home
last modified time | relevance | path

Searched refs:abbr (Results 1 – 25 of 123) sorted by relevance

12345

/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/davcal/fullcalendar-3.10.5/locale/
H A Dja.js1abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1…
/plugin/abbr/
H A Dplugin.info.txt1 base abbr
6 desc abbr tag for abbreviation markup
7 url https://www.dokuwiki.org/plugin: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/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/combo/ComboStrap/
H A DBrand.php19 const ABBR_PROPERTY = 'abbr';
192 $abbr = $brandProperties[self::ABBR_PROPERTY] ?? null;
193 if (empty($abbr)) {
196 self::$BRAND_ABBR[$abbr] = $brandName;
341 $value = $this->brandDict['abbr'] ?? null;
H A DPageUrlPath.php167 * to verify that this is a page id abbr
176 $abbr = $page->getPageIdAbbr();
177 return self::encodePageId($abbr);
/plugin/discussion/
H A Dstyle.css55 div.dokuwiki .comment_head abbr {
64 div.dokuwiki .comment_head abbr.published {
69 div.dokuwiki .comment_head abbr.updated {
/plugin/linkback/
H A Dstyle.css40 div.dokuwiki .linkback_head abbr {
44 div.dokuwiki .linkback_head abbr.received {
/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/combo/resources/theme/default/components/css/
H A Dtooltip.css10 /** same as abbr **/
/plugin/farmer/
H A Dall.less3 .chosen-container-single .chosen-single abbr,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.0.md15 * Fixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` …
H A DChangeLog-2.2.md9 * Fixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` …
/plugin/randominc/
H A Dstyle.css22 div.dokuwiki div.inclmeta abbr.published {
/plugin/include/
H A Dstyle.css22 div.dokuwiki div.inclmeta abbr.published {
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css280 abbr { selector
284 abbr[title] {
289 em abbr {
/plugin/farmer/css/
H A Dchosen.less97 .chosen-container-single .chosen-single abbr {
107 .chosen-container-single .chosen-single abbr:hover {
110 .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
389 .chosen-rtl .chosen-single abbr {
439 .chosen-container-single .chosen-single abbr,
/plugin/adhoctags/images/
H A DREADME37 * abbr.svg
/plugin/task/
H A Dstyle.css25 div.dokuwiki div.vcalendar 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/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/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>");

12345