Searched refs:forceExpand (Results 1 – 7 of 7) sorted by relevance
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/purtle/src/ |
H A D | JsonLdRdfWriter.php | 390 * @param bool $forceExpand If true, don't try to add this type to the 393 protected function addTypedValue( $type, $simpleVal, $expandedVal=null, $forceExpand=false ) { argument 394 if ( !$forceExpand ) {
|
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/purtle/src/ |
H A D | JsonLdRdfWriter.php | 390 * @param bool $forceExpand If true, don't try to add this type to the 393 protected function addTypedValue( $type, $simpleVal, $expandedVal=null, $forceExpand=false ) { argument 394 if ( !$forceExpand ) {
|
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/purtle/src/ |
H A D | JsonLdRdfWriter.php | 390 * @param bool $forceExpand If true, don't try to add this type to the 393 protected function addTypedValue( $type, $simpleVal, $expandedVal=null, $forceExpand=false ) { argument 394 if ( !$forceExpand ) {
|
/dports/devel/splint/splint-3.1.2/src/ |
H A D | cpphash.c | 306 /*@null@*/ hashNode cpphash_lookupExpand (char *name, int len, int hash, bool forceExpand) in cpphash_lookupExpand() argument 320 if (defn->noExpand && !forceExpand) { in cpphash_lookupExpand()
|
H A D | cpplib.c | 5994 cpplib_getTokenAux (cppReader *pfile, bool forceExpand) in cpplib_getTokenAux() argument 6530 hp = cpphash_lookupExpand (ident, size_toInt (ident_len), -1, forceExpand); in cpplib_getTokenAux()
|
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/completion/ |
H A D | katecompletionwidget.h | 72 bool toggleExpanded(bool forceExpand = false, bool forceUnExpand = false);
|
H A D | katecompletionwidget.cpp | 1145 bool KateCompletionWidget::toggleExpanded(bool forceExpand, bool forceUnExpand) in toggleExpanded() argument 1147 if ((canExpandCurrentItem() || forceExpand) && !forceUnExpand) { in toggleExpanded()
|