Home
last modified time | relevance | path

Searched refs:getHistoryType (Results 1 – 25 of 71) sorted by relevance

123

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/model/
H A DSiteNode.java362 && (historyReference.getHistoryType() == HistoryReference.TYPE_PROXIED in setHistoryReference()
363 || historyReference.getHistoryType() in setHistoryReference()
370 && (historyReference.getHistoryType() == HistoryReference.TYPE_PROXIED in setHistoryReference()
371 || historyReference.getHistoryType() in setHistoryReference()
383 if (HistoryReference.TYPE_SCANNER == historyReference.getHistoryType()) { in setHistoryReference()
614 if (this.historyReference.getHistoryType() == type) { in hasHistoryType()
618 if (href.getHistoryType() == type) { in hasHistoryType()
629 if (this.historyReference.getHistoryType() != type) { in hasJustHistoryType()
633 if (href.getHistoryType() != type) { in hasJustHistoryType()
H A DHistoryReference.java365 build(history.getSessionId(), history.getHistoryId(), history.getHistoryType(), msg); in HistoryReference()
379 build(session.getSessionId(), history.getHistoryId(), history.getHistoryType(), msg); in HistoryReference()
499 public int getHistoryType() { in getHistoryType() method in HistoryReference
H A DSiteMap.java479 newNode = new SiteNode(this, baseRef.getHistoryType(), nodeName); in findAndAddChild()
482 newNode = new SiteNode(this, baseRef.getHistoryType(), nodeName); in findAndAddChild()
545 node = new SiteNode(this, ref.getHistoryType(), leafName); in findAndAddLeaf()
548 node = new SiteNode(this, ref.getHistoryType(), leafName); in findAndAddLeaf()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtoolutils.h316 int getHistoryType() override { return HistoryType::BrushTool; } in getHistoryType() function
342 int getHistoryType() override { return HistoryType::GeometricTool; } in getHistoryType() function
361 int getHistoryType() override { return HistoryType::GeometricTool; } in getHistoryType() function
383 int getHistoryType() override { return HistoryType::ControlPointEditorTool; } in getHistoryType() function
420 int getHistoryType() override { return HistoryType::ControlPointEditorTool; } in getHistoryType() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dstudiopalettecmd.cpp88 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::PaletteAssignUndo
129 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::StudioPaletteAssignUndo
155 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::DeletePaletteUndo
181 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::CreatePaletteUndo
226 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::DeleteFolderUndo
250 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::CreateFolderUndo
303 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon9ab3cfc10111::MovePaletteUndo
H A Dpalettecmd.cpp254 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890211::ArrangeStylesUndo
326 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890311::CreateStyleUndo
456 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890411::AddStylesUndo
675 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890611::AddPageUndo
740 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890711::DestroyPageUndo
796 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890811::SetReferenceImageUndo
1058 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890911::MovePageUndo
1112 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890a11::RenamePageUndo
1178 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890b11::RenamePaletteStyleUndo
1243 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anon0b78df890c11::setStylePickedPositionUndo
[all …]
H A Dtstageobjectcmd.cpp88 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::NewCameraUndo
144 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::NewPegbarUndo
192 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::SetActiveCameraUndo
249 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::RemoveSplineUndo
294 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::NewSplineUndo
338 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::SplineLinkUndo
463 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::RemovePegbarNodeUndo
557 int getHistoryType() override { return HistoryType::Schematic; } in getHistoryType() function in __anonca4f6d190111::RemoveColumnsUndo
1001 int getHistoryType() override { return HistoryType::Unidentified; } in getHistoryType() function in __anonca4f6d190211::SetAttributeUndo
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/table/
H A DDefaultHistoryReferencesTableEntry.java76 ? historyReference.getHistoryType() in DefaultHistoryReferencesTableEntry()
80 ? HrefTypeInfo.getFromType(historyReference.getHistoryType()) in DefaultHistoryReferencesTableEntry()
170 public Integer getHistoryType() { in getHistoryType() method in DefaultHistoryReferencesTableEntry
H A DAbstractHistoryReferencesTableEntry.java83 public Integer getHistoryType() { in getHistoryType() method in AbstractHistoryReferencesTableEntry
173 return this.getHistoryType(); in getValue()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dstageobjectutil.h216 int getHistoryType() override { return HistoryType::EditTool_Move; } in getHistoryType() function
241 int getHistoryType() override { return HistoryType::EditTool_Move; } in getHistoryType() function
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/history/
H A DPopupMenuTag.java41 return !HistoryReference.getTemporaryTypes().contains(historyReference.getHistoryType()); in isButtonEnabledForHistoryReference()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dtundo.cpp95 int getHistoryType() override { in getHistoryType() function in __anone87b7c540111::TUndoBlock
97 return TUndo::getHistoryType(); in getHistoryType()
99 return m_undos.back()->getHistoryType(); in getHistoryType()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/search/
H A DSearchAPI.java199 recordHistory.getHistoryType(), in handleApiView()
212 map.put("type", String.valueOf(recordHistory.getHistoryType())); in handleApiView()
276 rh.getHistoryType(), in handleApiOther()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/
H A DPopupMenuShowInHistory.java62 switch (historyReference.getHistoryType()) { in isButtonEnabledForHistoryReference()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/db/
H A DRecordHistory.java76 public int getHistoryType() { in getHistoryType() method in RecordHistory
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtundo.h51 virtual int getHistoryType() { return 0; } // HistoryType::Unidentified in getHistoryType() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilmstripcommand.cpp689 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80111::PasteRasterAreasUndo
809 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80111::PasteVectorAreasUndo
1056 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80111::PasteFramesUndo
1109 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80111::DeleteFramesUndo
1170 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80111::CutFramesUndo
1240 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80211::AddFramesUndo
1343 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80311::RenumberUndo
1785 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80411::UndoInsertEmptyFrames
1857 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80511::FilmstripReverseUndo
1946 int getHistoryType() override { return HistoryType::FilmStrip; } in getHistoryType() function in __anon4524e6e80611::FilmstripSwingUndo
[all …]
H A Dcellselectioncommand.cpp74 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40111::ReverseUndo
122 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40211::SwingUndo
185 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40311::IncrementUndo
272 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40411::RandomUndo
372 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40511::StepUndo
473 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40611::EachUndo
586 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40711::ReframeUndo
1182 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40b11::RollupUndo
1328 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anonbf6bb6d40d11::CloneLevelUndo
H A Dcellselection.cpp265 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::PasteCellsUndo
312 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::DeleteCellsUndo
369 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::CutCellsUndo
400 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::InsertUndo
594 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::PasteStrokesInCellUndo
765 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::PasteToonzImageInCellsUndo
802 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::PasteFullColorImageInCellsUndo
857 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::PasteDrawingsInCellUndo
983 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::OverwritePasteCellsUndo
1095 int getHistoryType() override { return HistoryType::Xsheet; } in getHistoryType() function in __anon94815ff50111::OverwritePasteNumbersUndo
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/alert/
H A DPopupMenuAlert.java94 return (href.getHistoryType() != HistoryReference.TYPE_TEMPORARY); in isButtonEnabledForHistoryReference()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/anticsrf/
H A DAntiCsrfDetectScanner.java68 if (this.registerToken(msg.getHistoryRef().getHistoryType())) { in scanHttpResponseReceive()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/popup/
H A DPopupMenuHistoryReferenceContainer.java231 return historyReference.getHistoryType() != HistoryReference.TYPE_TEMPORARY; in isButtonEnabledForHistoryReference()
H A DPopupMenuItemHistoryReferenceContainer.java226 return historyReference.getHistoryType() != HistoryReference.TYPE_TEMPORARY; in isButtonEnabledForHistoryReference()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstyleselection.cpp324 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0111::PasteStylesUndo
400 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0111::DeleteStylesUndo
469 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0111::CutStylesUndo
1043 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0211::UndoPasteValues
1307 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0311::UndoBlendColor
1437 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in __anond15dfb6b0411::UndoLinkToStudioPalette
1627 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in UndoRemoveLink
1743 int getHistoryType() override { return HistoryType::Palette; } in getHistoryType() function in getBackOriginalStyleUndo
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/pscan/
H A DPassiveScanThread.java193 int hrefHistoryType = href.getHistoryType(); in run()
303 if (HistoryReference.getTemporaryTypes().contains(href.getHistoryType())) { in run()

123