Home
last modified time | relevance | path

Searched refs:whyNot (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/misc/usd/USD-21.11/pxr/base/js/
H A Dvalue.cpp194 std::string* whyNot) in _CheckType() argument
197 if (whyNot) { in _CheckType()
213 std::string whyNot; in GetJsObject() local
215 TF_CODING_ERROR(whyNot); in GetJsObject()
227 std::string whyNot; in GetJsArray() local
241 std::string whyNot; in GetString() local
253 std::string whyNot; in GetBool() local
265 std::string whyNot; in GetInt() local
277 std::string whyNot; in GetInt64() local
292 std::string whyNot; in GetUInt64() local
[all …]
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dhelpers.php492 if (is_string($whyNot))
493 $whyNot = array($whyNot => 1);
495 $paperId = (isset($whyNot["paperId"]) ? $whyNot["paperId"] : -1);
496 $reviewId = (isset($whyNot["reviewId"]) ? $whyNot["reviewId"] : -1);
501 if (isset($whyNot[$x]))
506 if (isset($whyNot["noPaper"]))
508 if (isset($whyNot["dbError"]))
520 if (isset($whyNot["signin"]))
530 if (isset($whyNot["decided"]))
579 if (isset($whyNot["author"]))
[all …]
H A Dcontact.php2080 return $whyNot;
2107 return $whyNot;
2132 return $whyNot;
2157 return $whyNot;
2196 return $whyNot;
2246 return $whyNot;
2426 return $whyNot;
2618 return $whyNot;
2711 return $whyNot;
2829 return $whyNot;
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dallowed.h59 SdfAllowed(const char* whyNot) : _state(std::string(whyNot)) { } in SdfAllowed() argument
61 SdfAllowed(const std::string& whyNot) : _state(whyNot) { } in SdfAllowed() argument
63 SdfAllowed(bool condition, const char* whyNot) : in SdfAllowed() argument
64 _state(!condition, std::string(whyNot)) { } in SdfAllowed()
66 SdfAllowed(bool condition, const std::string& whyNot) : in SdfAllowed() argument
67 _state(!condition, whyNot) { } in SdfAllowed()
101 bool IsAllowed(std::string* whyNot) const in IsAllowed() argument
103 if (whyNot && _state) { in IsAllowed()
104 *whyNot = *_state; in IsAllowed()
H A DnamespaceEdit.cpp168 bool Remove(std::string* whyNot);
227 std::string* whyNot);
330 *whyNot = "Coding error: Removing root"; in Remove()
358 std::string* whyNot) in Reparent() argument
378 if (!node->Remove(whyNot)) { in Reparent()
413 std::string* whyNot) in Apply() argument
496 if (!node->Remove(whyNot)) { in _Remove()
518 std::string* whyNot) in _Move() argument
963 std::string whyNot; in Process() local
965 &whyNot)) { in Process()
[all …]
H A DchildrenUtils.cpp530 std::string* whyNot) in CanMoveChildForBatchNamespaceEdit() argument
536 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
543 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
549 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
557 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
579 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
595 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
611 if (whyNot) { in CanMoveChildForBatchNamespaceEdit()
626 std::string* whyNot) in CanRemoveChildForBatchNamespaceEdit() argument
632 if (whyNot) { in CanRemoveChildForBatchNamespaceEdit()
[all …]
H A DassetPathResolver.cpp71 string* whyNot) in Sdf_CanCreateNewLayerWithIdentifier() argument
74 if (whyNot) { in Sdf_CanCreateNewLayerWithIdentifier()
75 *whyNot = "cannot use empty identifier."; in Sdf_CanCreateNewLayerWithIdentifier()
81 if (whyNot) { in Sdf_CanCreateNewLayerWithIdentifier()
82 *whyNot = "cannot use anonymous layer identifier."; in Sdf_CanCreateNewLayerWithIdentifier()
88 if (whyNot) { in Sdf_CanCreateNewLayerWithIdentifier()
89 *whyNot = "cannot use arguments in the identifier."; in Sdf_CanCreateNewLayerWithIdentifier()
95 return ArGetResolver().CanCreateNewLayerWithIdentifier(identifier, whyNot); in Sdf_CanCreateNewLayerWithIdentifier()
/dports/www/hotcrp/hotcrp-2.102/src/listactions/
H A Dla_get_rev.php97 $whyNot = $user->perm_review($prow, null);
98 if ($whyNot && !isset($whyNot["deadline"])
99 && !isset($whyNot["reviewNotAssigned"]))
100 $errors[whyNotText($whyNot, true)] = true;
102 if ($whyNot) {
103 $t = whyNotText($whyNot, true);
105 if (!isset($whyNot["deadline"]))
132 if (($whyNot = $user->perm_view_paper($prow))) {
182 if (($whyNot = $user->perm_view_paper($row)))
183 $errors[] = "#$row->paperId: " . whyNotText($whyNot);
[all …]
/dports/www/hotcrp/hotcrp-2.102/
H A Dpaper.php133 Conf::msg_error(whyNotText($whyNot));
143 Conf::msg_error(whyNotText($whyNot));
175 $whyNot = $Me->perm_start_paper();
179 $whyNot = $Me->perm_update_paper($prow);
180 if ($whyNot
187 if ($whyNot) {
188 Conf::msg_error(whyNotText($whyNot));
189 return $whyNot;
318 $whyNot = update_paper($Qreq, $action); variable
319 if ($whyNot === true)
[all …]
H A Dcomment.php22 $Conf->paper = $prow = PaperTable::paperRow($Qreq, $whyNot);
130 if (($whyNot = $Me->perm_respond($prow, $xcrow, true)))
131 return Conf::msg_error(whyNotText($whyNot));
153 if (($whyNot = $Me->perm_submit_comment($prow, $crow))) variable
154 Conf::msg_error(whyNotText($whyNot));
162 if (($whyNot = $Me->perm_submit_comment($prow, $crow))) variable
163 Conf::msg_error(whyNotText($whyNot));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitsubmiteditorwidget.cpp158 bool GitSubmitEditorWidget::canSubmit(QString *whyNot) const in canSubmit()
161 if (whyNot) in canSubmit()
162 *whyNot = tr("Invalid author"); in canSubmit()
166 if (whyNot) in canSubmit()
167 *whyNot = tr("Invalid email"); in canSubmit()
171 if (whyNot) in canSubmit()
172 *whyNot = tr("Unresolved merge conflicts"); in canSubmit()
175 return SubmitEditorWidget::canSubmit(whyNot); in canSubmit()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dprim.cpp268 if (whyNot) { in _IsPrimTypeValidApplyToTarget()
269 *whyNot = TfStringPrintf( in _IsPrimTypeValidApplyToTarget()
290 if (whyNot) { in _CanApplyAPI()
304 whyNot); in _CanApplyAPI()
327 if (whyNot) { in _CanApplyAPI()
340 if (whyNot) { in _CanApplyAPI()
341 *whyNot = TfStringPrintf( in _CanApplyAPI()
355 whyNot); in _CanApplyAPI()
368 if (whyNot) { in CanApplyAPI()
369 *whyNot = std::move(errorMsg); in CanApplyAPI()
[all …]
H A Drelationship.cpp74 std::string* whyNot) const in _GetTargetForAuthoring()
80 if (whyNot) { in _GetTargetForAuthoring()
81 *whyNot = "Cannot target a prototype or an object within a " in _GetTargetForAuthoring()
91 if (whyNot) { in _GetTargetForAuthoring()
92 *whyNot = TfStringPrintf("Cannot map <%s> to layer @%s@ via stage's " in _GetTargetForAuthoring()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPictureAnalyzer.cpp57 bool SkPictureGpuAnalyzer::suitableForGpuRasterization(const char** whyNot) const { in suitableForGpuRasterization()
59 if (whyNot) { *whyNot = "Too many slow paths (either concave or dashed)."; } in suitableForGpuRasterization()
/dports/misc/usd/USD-21.11/pxr/usd/usd/codegenTemplates/
H A DwrapSchemaClass.cpp108 std::string whyNot;
109 bool result = {{ cls.cppClassName }}::CanApply(prim, name, &whyNot);
110 return {{ cls.cppClassName }}_CanApplyResult(result, whyNot);
116 std::string whyNot;
117 bool result = {{ cls.cppClassName }}::CanApply(prim, &whyNot);
118 return {{ cls.cppClassName }}_CanApplyResult(result, whyNot);
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/basic/
H A DwrapSingleApplyAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdContrivedSingleApplyAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdContrivedSingleApplyAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/namespace/
H A DwrapSingleApplyAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdContrivedSingleApplyAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdContrivedSingleApplyAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DwrapVolumeLightAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdLuxVolumeLightAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdLuxVolumeLightAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
H A DwrapMeshLightAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdLuxMeshLightAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdLuxMeshLightAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/headerTerminatorString/
H A DwrapSingleApplyAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdContrivedSingleApplyAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdContrivedSingleApplyAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A DwrapArticulationRootAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdPhysicsArticulationRootAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdPhysicsArticulationRootAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
H A DwrapFilteredPairsAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdPhysicsFilteredPairsAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdPhysicsFilteredPairsAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A DwrapSettingsAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdRenderSettingsAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdRenderSettingsAPI_CanApplyResult(result, whyNot); in _WrapCanApply()
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Ddownload.go91 whyNot string // for testing, why fileInfoPacked failed. member
200 return fileInfo{whyNot: "no search"}, false
204 return fileInfo{whyNot: "fetcher type"}, false
209 return fileInfo{whyNot: "range header"}, false
214 return fileInfo{whyNot: "search error"}, false
218 return fileInfo{whyNot: "search index doesn't know file"}, false
222 return fileInfo{whyNot: "no wholeref from search index"}, false
228 return fileInfo{whyNot: "WholeRefFetcher returned ErrNotexist"}, false
232 return fileInfo{whyNot: "WholeRefFetcher and index don't agree"}, false
236 return fileInfo{whyNot: "WholeRefFetcher error"}, false
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/nestedNamespace/
H A DwrapSingleApplyAPI.cpp72 std::string whyNot; in _WrapCanApply() local
73 bool result = UsdContrivedSingleApplyAPI::CanApply(prim, &whyNot); in _WrapCanApply()
74 return UsdContrivedSingleApplyAPI_CanApplyResult(result, whyNot); in _WrapCanApply()

1234567891011