Home
last modified time | relevance | path

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

123456

/plugin/asciidocjs/node_modules/ejs/bin/
Dcli.js34 abbr: 'o', property
38 abbr: 'f', property
42 abbr: 'i', property
46 abbr: 'm', property
51 abbr: 'p', property
56 abbr: 'c', property
61 abbr: 's', property
67 abbr: 'n', property
72 abbr: 'l', property
77 abbr: 'w', property
[all …]
/plugin/asciidocjs/node_modules/jake/lib/
Dprogram.js46 abbr: 'f', property
50 abbr: 'q', property
54 abbr: 'C', property
58 abbr: 'B', property
62 abbr: 'T', property
68 abbr: 't', property
74 abbr: 'ls', property
79 abbr: 'h', property
82 abbr: 'V', property
86 abbr: 'v', property
[all …]
Dparseargs.js43 self.shortOpts[item.abbr] = item;
/plugin/timetrack/db/
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/asciidocjs/node_modules/jake/test/unit/
Dparseargs.js25 abbr: 'C', property
30 abbr: 'f', property
35 abbr: 'T', property
39 abbr: 'ls', property
43 abbr: 't', property
48 abbr: 'h', property
52 abbr: 'V', property
/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… property
/plugin/abbr/
Dplugin.info.txt1 base abbr
6 desc abbr tag for abbreviation markup
7 url https://www.dokuwiki.org/plugin:abbr
/plugin/timetrack/
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]);
125 …es = $sqlite->query('INSERT OR IGNORE INTO project (page_id, abbr) VALUES (?,?)', $page_id, $abbr);
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
157 …ite->query('INSERT OR IGNORE INTO task (project_id,abbr,active) VALUES (?,?,1)',$project_id,$abbr);
[all …]
/plugin/wysiwyg/fckeditor/editor/dtd/
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… property
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
68 abbr: L,
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… property
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
75 abbr: L,
/plugin/combo/ComboStrap/
H A DBrand.php192 $abbr = $brandProperties[self::ABBR_PROPERTY] ?? null;
193 if (empty($abbr)) {
196 self::$BRAND_ABBR[$abbr] = $brandName;
H A DPageUrlPath.php175 $abbr = $page->getPageIdAbbr();
176 return self::encodePageId($abbr);
/plugin/discussion/
Dstyle.css55 div.dokuwiki .comment_head abbr {
64 div.dokuwiki .comment_head abbr.published {
69 div.dokuwiki .comment_head abbr.updated {
/plugin/linkback/
Dstyle.css40 div.dokuwiki .linkback_head abbr {
44 div.dokuwiki .linkback_head abbr.received {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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
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
/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/
DChangeLog-3.0.md15 * Fixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` …
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
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
/plugin/randominc/
Dstyle.css22 div.dokuwiki div.inclmeta abbr.published {
/plugin/geonav/tpl/startermap/css/
Dbasic.css280 abbr { selector
284 abbr[title] {
289 em abbr {
/plugin/include/
H A Dstyle.css30 div.dokuwiki div.inclmeta abbr.published {
/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/
DREADME37 * abbr.svg
/plugin/task/
Dstyle.css25 div.dokuwiki div.vcalendar abbr {

123456