Home
last modified time | relevance | path

Searched refs:fixedPattern (Results 1 – 4 of 4) sorted by relevance

/dports/misc/adios2/ADIOS2-2.7.1/source/utils/adios_iotest/
H A Dsettings.h42 bool fixedPattern = false; // should Lock definitions? variable
H A DadiosStream.cpp195 if (step == 1 && settings.fixedPattern) in readADIOS()
320 if (step == 1 && settings.fixedPattern) in writeADIOS()
H A Dsettings.cpp194 fixedPattern = true; in processArgs()
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Doutputfilter.cpp1578 QString fixedPattern = uign; in command_unignore() local
1579 fixedPattern += QLatin1String("!*"); in command_unignore()
1584 if (Preferences::removeIgnore(fixedPattern)) in command_unignore()
1586 succeeded.append(fixedPattern); in command_unignore()