Home
last modified time | relevance | path

Searched refs:entry_category (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/serendipity/Serendipity-2.3.5/templates/skeleton/
H A Dentries.tpl13entry_category"}{if $entry_category.category_icon}<a href="{$entry_category.category_link}"><img c…
28 … from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category…
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/
H A Dentries.tpl13entry_category"}{if $entry_category.category_icon}<a href="{$entry_category.category_link}"><img c…
30 … from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category…
/dports/www/serendipity/Serendipity-2.3.5/templates/bootstrap4/
H A Dentries.tpl16entry_category"}{if $entry_category.category_icon}<a href="{$entry_category.category_link}"><img c…
32 …y.categories item="entry_category" name="categories"}<a class="post_category" href="{$entry_catego…
/dports/www/serendipity/Serendipity-2.3.5/templates/bulletproof/
H A Dentries_summary.tpl17 … from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category…
/dports/www/serendipity/Serendipity-2.3.5/templates/clean-blog/
H A Dentries.tpl19entry_category"}{if $entry_category.category_icon}<a href="{$entry_category.category_link}"><img c…
38entry_category" name="categories"}<a class="btn btn-sm btn-default" href="{$entry_category.categor…
/dports/www/serendipity/Serendipity-2.3.5/templates/timeline/
H A Dentries.tpl95entry_category"}{if $entry_category.category_icon}<a href="{$entry_category.category_link}"><img c…
111entry_category" name="categories"}<a class="btn btn-sm btn-default btn-theme" href="{$entry_catego…
/dports/deskutils/xmdiary/xmdiary-3.0.3/xddump/
H A DxtmDump.c784 entry_record.entry.entry_category = XTM_DB_ENTRY_LIST; in processAppointments()
899 entry_record.entry.entry_category = XTM_DB_ENTRY_LIST; in processRepeated()
1007 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) in printTaggedOutput()
1013 if( entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) in printTaggedOutput()
1095 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST || in printTaggedOutput()
1096 entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) in printTaggedOutput()
/dports/www/serendipity/Serendipity-2.3.5/templates/next/
H A Dentries.tpl27 … from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category…
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmEditEntry.c1324 entry_ref -> entry.entry_category = XTM_DB_ENTRY_LIST; in fetchEntryValues()
1333 entry_ref -> entry.entry_category = XTM_DB_REP_ENTRY_LIST; in fetchEntryValues()
1344 entry_ref -> entry.entry_category = XTM_DB_REP_ENTRY_LIST; in fetchEntryValues()
1351 entry_ref -> entry.entry_category = XTM_DB_STICKY_LIST; in fetchEntryValues()
1535 if( entry_ref -> entry.entry_category == XTM_DB_ENTRY_LIST ) in readEntryToEdit()
1633 new_entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) { in saveEntry()
1786 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) { in setEntryValues()
1801 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) { in setEntryValues()
1862 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST || in setEntryValues()
1863 entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) in setEntryValues()
[all …]
H A DxtmArchive.c217 if( use_entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST || in xtmArArchiveEntry()
218 use_entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) { in xtmArArchiveEntry()
606 (int) use_entry_ref -> entry.entry_category ); in okCB()
H A DxtmFreeze.c222 if( entry_record.entry.entry_category != XTM_DB_REP_ENTRY_LIST ) { in xtmFzFreezeEntry()
541 entry_record.entry.entry_category = XTM_DB_ENTRY_LIST; in okCB()
H A DxtmDbTools.c1655 if( entry_record.entry.entry_category == XTM_DB_ENTRY_LIST ) { in xtmDbDeleteEntry()
1665 if( entry_record.entry.entry_category == XTM_DB_REP_ENTRY_LIST || in xtmDbDeleteEntry()
1666 entry_record.entry.entry_category == XTM_DB_STICKY_LIST ) { in xtmDbDeleteEntry()
1724 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST || in xtmDbFetchEntry()
1725 entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) { in xtmDbFetchEntry()
2913 if( entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST && in doInsertEntry()
2915 entry_ref -> entry.entry_category = XTM_DB_ENTRY_LIST; in doInsertEntry()
2929 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) { in doInsertEntry()
2948 if( entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST && in doInsertEntry()
2964 if( entry_ref -> entry.entry_category == XTM_DB_ENTRY_LIST ) { in doInsertEntry()
H A DxtmCpMvEntry.c711 if( new_entry.entry.entry_category == XTM_DB_REP_ENTRY_LIST || in doMoveCopyCB()
712 new_entry.entry.entry_category == XTM_DB_STICKY_LIST ) { in doMoveCopyCB()
H A DxtmDuplEntry.c240 if( use_entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST || in xtmDpDuplicateEntry()
241 use_entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) { in xtmDpDuplicateEntry()
H A DxtmDbMisc.c829 entry_ref -> entry_category != XTM_DB_REP_ENTRY_LIST ) in fetchFilteredEntriesDay()
833 entry_ref -> entry_category != XTM_DB_STICKY_LIST ) in fetchFilteredEntriesDay()
H A DxtmDbTools.h325 UINT8 entry_category; member
H A DxtmFormat.c336 if( entry_record -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) { in xtmFoFormatEntryFlags()
H A DxtmSchedAct.c549 if( entry_record.entry.entry_category == XTM_DB_REP_ENTRY_LIST || in xtmSaDoCutBuffer()
550 entry_record.entry.entry_category == XTM_DB_STICKY_LIST ) { in xtmSaDoCutBuffer()
627 if( entry_record.entry.entry_category != XTM_DB_REP_ENTRY_LIST ) in xtmSaDoNotThisWeek()
H A DxtmPrEntries.c1246 if( entry_ref -> entry.entry_category == XTM_DB_REP_ENTRY_LIST ) in saveRecordToFile()
1249 if( entry_ref -> entry.entry_category == XTM_DB_STICKY_LIST ) in saveRecordToFile()
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdrestore/
H A DxtmRestore.c454 entry_ref -> entry_category = (UINT8) XTM_DB_ENTRY_LIST; in fetchEntry()
591 entry_ref -> entry_category = XTM_DB_REP_ENTRY_LIST; in fetchEntry()
594 entry_ref -> entry_category = XTM_DB_STICKY_LIST; in fetchEntry()
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/extension/payment/
H A Ddivido.twig143 …category"><span data-toggle="tooltip" title="{{ help_category }}">{{ entry_category }}</span></lab…
145 …<input type="text" name="category" value="" placeholder="{{ entry_category }}" id="category" class…
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdprformat/
H A DxtmPrFormat.c109 XTM_DB_ENTRY_CATEGORY entry_category; member
678 entry_ref -> entry_category = XTM_DB_ENTRY_LIST; in fetchEntry()
759 entry_ref -> entry_category = XTM_DB_REP_ENTRY_LIST; in fetchEntry()
762 entry_ref -> entry_category = XTM_DB_STICKY_LIST; in fetchEntry()
/dports/www/habari/habari-0.8/system/handlers/
H A Datomhandler.php586 $entry_category = $entry->addChild( 'category' );
587 $entry_category->addAttribute( 'term', $tag->term );
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/marketing/
H A Dcoupon_form.twig130 …category"><span data-toggle="tooltip" title="{{ help_category }}">{{ entry_category }}</span></lab…
132 …<input type="text" name="category" value="" placeholder="{{ entry_category }}" id="input-category"…
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/extension/feed/
H A Dgoogle_base.twig38 …<input type="text" name="category" value="" placeholder="{{ entry_category }}" id="input-category"…

12