Home
last modified time | relevance | path

Searched refs:isCustom (Results 201 – 225 of 512) sorted by relevance

12345678910>>...21

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DIndex.yaml39 isCustom:
/dports/games/openfodder/openfodder-1.6.0/Source/
H A DVersions.cpp301 if (isCustom()) { in getDataPath()
316 if (isCustom()) { in getDataFilePath()
H A DVersion.hpp119 bool isCustom() const { in isCustom() function
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/Magnum/OpenDdl/
H A DStructure.h79 bool isCustom() const { return type() == Type::Custom; } in isCustom() function
495 CORRADE_ASSERT(isCustom(), "OpenDdl::Structure::childrenOf(): not a custom structure", in childrenOf()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dkeysig.h59 bool isCustom() const { return _sig.custom(); } in isCustom() function
H A Dkeysig.cpp95 if (isCustom() && !isAtonal()) { in layout()
312 if (!parent() && (isAtonal() || isCustom()) && _sig.keySymbols().empty()) { in draw()
688 else if (isCustom()) in accessibleInfo()
H A DscoreOrder.h107 bool isCustom() const;
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/types/
H A DfieldOverrides.ts98 isCustom?: boolean; property
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/util/
H A DCustomWorkerUtils.cpp44 QString virtId = (tool->isCustom() ? "UCUST_" + id : id).toUpper(); in getVarName()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPDecor.hh78 inline bool isCustom(void) const { return (_custom.size() > 0); } in isCustom() function in PDecor::TitleItem
87 if (! isUserSet() && ! isCustom()) { in setReal()
/dports/security/keepassxc/keepassxc-2.6.6/src/totp/
H A Dtotp.cpp136 …bool isCustom = digits != DEFAULT_DIGITS || step != DEFAULT_STEP || algorithm != DEFAULT_ALGORITHM; in createSettings() local
138 …Settings{format, getEncoderByShortName(encoderShortName), algorithm, key, isCustom, digits, step}); in createSettings()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmaterialmanifest.cpp109 if (!isCustom()) return "game"; in sourceDescription()
/dports/devel/ice37/ice-3.7.2/cpp/src/slice2cs/
H A DCsUtil.cpp1321 bool isCustom = false; in writeSequenceMarshalUnmarshalCode() local
1345 isCustom = true; in writeSequenceMarshalUnmarshalCode()
1433 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1460 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1527 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1545 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1615 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1728 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1827 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1931 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/slice2cs/
H A DCsUtil.cpp1321 bool isCustom = false; in writeSequenceMarshalUnmarshalCode() local
1345 isCustom = true; in writeSequenceMarshalUnmarshalCode()
1433 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1460 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1527 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1545 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1615 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1728 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1827 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1931 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/slice2cs/
H A DCsUtil.cpp1321 bool isCustom = false; in writeSequenceMarshalUnmarshalCode() local
1345 isCustom = true; in writeSequenceMarshalUnmarshalCode()
1433 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1460 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1527 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1545 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1615 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1728 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1827 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
1931 else if(isCustom) in writeSequenceMarshalUnmarshalCode()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/
H A DCollectionSystemManager.cpp570 if (!sysDecl.isCustom) in initAutoCollectionSystems()
693 if (!sysDecl.isCustom) in createNewCollectionEntry()
828 if(it->second.decl.isCustom) in addEnabledCollectionsToDisplayedSystems()
838 …if(!it->second.decl.isCustom || themeFolderExists(it->first) || !Settings::getInstance()->getBool(… in addEnabledCollectionsToDisplayedSystems()
1007 if (sysDecl.isCustom == custom) in getCollectionThemeFolders()
H A DCollectionSystemManager.h29 bool isCustom; member
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java890 boolean isCustom = false; in write_value()
900 isCustom = true; in write_value()
929 if (isCustom) in write_value()
1389 boolean isCustom = false; in writeIDLValue()
1393 isCustom = true; in writeIDLValue()
1399 if (isCustom) in writeIDLValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java890 boolean isCustom = false; in write_value()
900 isCustom = true; in write_value()
929 if (isCustom) in write_value()
1389 boolean isCustom = false; in writeIDLValue()
1393 isCustom = true; in writeIDLValue()
1399 if (isCustom) in writeIDLValue()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/
H A DInsertHistory.java110 if (w.action.isCustom()) { in updateCustomComponents()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dwidgetdatabase_p.h105 bool isCustom() const;
/dports/databases/pecl-cassandra/php-driver-61faee0/tests/integration/Cassandra/
H A DSchemaMetadataIntegrationTest.php108 protected function assertIndex($index, $kind, $target, $className, $isCustom) { argument
111 $this->assertEquals($isCustom, $index->isCustom());
112 if ($isCustom) {
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dlfowidget.cpp406 bool isCustom = (val == 5);
407 if (isCustom && midiLfo) midiLfo->newCustomOffset();
408 amplitude->setDisabled(isCustom);
409 freqBox->setDisabled(isCustom);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DPackagesPreferencesPane.java87 cranMirror_.isCustom() in PackagesPreferencesPane()
241 cranMirror_.isCustom() in initialize()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dsky.cpp188 void setColor(Vector3f const &newColor, bool isCustom = true) in DENG2_PIMPL()
191 custom = isCustom; in DENG2_PIMPL()

12345678910>>...21