Home
last modified time | relevance | path

Searched refs:optEntry (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.cpp237 return &optEntry; in FindOption()
397 if (optEntry) in LocateOptionSrcPos()
812 if (!optEntry) in ParseEnumValue()
855 if (!optEntry) in ParseIntValue()
868 optEntry->SetValue(optEntry->GetDefValue()); in ParseIntValue()
878 if (!optEntry) in SetOption()
939 if (optEntry && strcmp(optEntry->GetName(), optname)) in FindOption()
941 optEntry->SetName(optname); in FindOption()
944 return optEntry; in FindOption()
950 if (optEntry) in GetOption()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dshhopt.c84 optStructCount(const optEntry opt[]) in optStructCount()
96 optMatch(optEntry const opt[], in optMatch()
155 optString(const optEntry opte, int lng) in optString()
172 static optEntry
178 optEntry opte; in optStructToEntry()
192 static optEntry *
210 optEntryTable = (optEntry *) malloc(count * sizeof(optEntry)); in optStructTblToEntryTbl()
232 optNeedsArgument(const optEntry opt) in optNeedsArgument()
567 optEntry *opt_table; /* malloc'ed array */ in pm_optParseOptions()
764 optEntry const opt_table[], in parse_long_option()
[all …]
H A Dshhopt.h26 optEntry * option_def;
86 optEntry * option_def;
148 } optEntry; typedef
173 optEntry *opt_table;
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/
H A DAtomicBatchDispatcher-inl.h43 folly::Optional<Entry>& optEntry = optEntries_[sequenceNumber];
44 assert(!optEntry || !"Multiple inputs have the same token sequence number");
45 optEntry = Entry(std::move(input));
46 return optEntry->promise.getFuture();
51 for (auto& optEntry : optEntries_) {
52 if (optEntry) {
53 optEntry->promise.setException(exceptionWrapper);
96 for (auto& optEntry : optEntries_) {
97 inputs.emplace_back(std::move(optEntry->input));
/dports/news/nzbget/nzbget-21.1/daemon/extension/
H A DScriptConfig.cpp123 Options::OptEntry* optEntry = optEntries->FindOption(optname); in SaveConfig() local
124 if (optEntry) in SaveConfig()
126 infile.Print("%s=%s\n", optEntry->GetName(), optEntry->GetValue()); in SaveConfig()
127 writtenOptions.insert(optEntry); in SaveConfig()
138 for (Options::OptEntry& optEntry : *optEntries) in SaveConfig()
140 std::set<Options::OptEntry*>::iterator fit = writtenOptions.find(&optEntry); in SaveConfig()
143 infile.Print("%s=%s\n", optEntry.GetName(), optEntry.GetValue()); in SaveConfig()
/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dppmcolors.c33 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
H A Dpamseq.c34 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
H A Dpgmramp.c45 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
/dports/news/nzbget/nzbget-21.1/daemon/util/
H A DScript.cpp199 for (Options::OptEntry& optEntry : g_Options->GuardOptEntries()) in PrepareEnvOptions()
201 const char* value = GetOptValue(optEntry.GetName(), optEntry.GetValue()); in PrepareEnvOptions()
202 if (stripPrefix && !strncmp(optEntry.GetName(), stripPrefix, prefixLen) && in PrepareEnvOptions()
203 (int)strlen(optEntry.GetName()) > prefixLen) in PrepareEnvOptions()
205 SetEnvVarSpecial("NZBPO", optEntry.GetName() + prefixLen, value); in PrepareEnvOptions()
209 SetEnvVarSpecial("NZBOP", optEntry.GetName(), value); in PrepareEnvOptions()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtohdiff.c40 optEntry *option_def = malloc( 100*sizeof( optEntry ) ); in parseCommandLine()
H A Dhdifftopam.c35 optEntry *option_def = malloc( 100*sizeof( optEntry ) ); in parseCommandLine()
H A Dpamtodjvurle.c47 optEntry *option_def = malloc( 100*sizeof( optEntry ) ); in parseCommandLine()
H A Dpamtopfm.c54 optEntry *option_def = malloc( 100*sizeof( optEntry ) ); in parseCommandLine()
/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/scheduledExecution/
H A D_optlistContent.gsp24 …<li id="optli_${i}" class="optEntry draggableitem ${highlight==optionsel?.name?'dohighlight':''} $…
33 $$('li.optEntry.dohighlight').each(Element.highlight);
H A D_optlistitemContent.gsp44 …onclick=" _doRemoveOption('${enc(js:option.name)}', $(this).up('li.optEntry'),'reqtoken_del_${enc(…
56 …lass="textbtn textbtn-info" onclick="_optedit('${enc(js:option.name)}',$(this).up('li.optEntry'));"
100 _optedit('${enc(js:option.name)}',$(e).up('li.optEntry'));
/dports/sysutils/rundeck3/WEB-INF/classes/scheduledExecution/
H A D_optlistContent.gsp24 …<li id="optli_${i}" class="el-collapse-item optEntry draggableitem droppableitem ${highlight==opti…
32 jQuery('li.optEntry.dohighlight').each(function(index, elem){
H A D_optlistitemContent.gsp85 …ck=" _doRemoveOption('${enc(js:option.name)}', jQuery(this).closest('li.optEntry'),'reqtoken_del_$…
94 … btn-xs btn-info" onclick="_optedit('${enc(js:option.name)}',jQuery(this).closest('li.optEntry'));"
119 _optedit('${enc(js:option.name)}',jQuery(this).closest('li.optEntry'));
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpamsharpmap.c51 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
H A Dpamslice.c52 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dthinkjettopbm.l160 optEntry *option_def = malloc(100*sizeof(optEntry));
H A Dpbmtoepsi.c87 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
H A Dpbmtoescp2.c52 optEntry * option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
H A Dpbmtopsg3.c50 optEntry *option_def = malloc(100*sizeof(optEntry)); in parseCommandLine()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/xtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/spatial/rstarvariants/xtree/
H A DAbstractXTree.java576 int optEntry = -1; in choosePath() local
624 optVolume = SpatialUtil.volume(node.getEntry(optEntry)); in choosePath()
630 optEntry = index; in choosePath()
637 optEntry = index; in choosePath()
645 optEntry = index; in choosePath()
649 assert optEntry >= 0; in choosePath() local
650 newSubtree = new IndexTreePath<>(subtree, node.getEntry(optEntry), optEntry); in choosePath()
/dports/graphics/netpbm/netpbm-10.91.01/other/
H A Dppmsvgalib.c48 optEntry *option_def = malloc( 100*sizeof( optEntry ) ); in parseCommandLine()

123456789