- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 389 for Biundo (0.56 sec)
-
docs/.vuepress/components/Fa/Undo.vue
<script>import { library } from "@fortawesome/fontawesome-svg-core"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; import { faUndo } from "@fortawesome/free-solid-svg-icons"; library.add(faUndo); export default { name: "FaUndo", components: {FontAwesomeIcon}, props:{ size: {type: String,required: false,default: null}, color: { type: String, required: false, default: null},
Plain Text - Registered: 2020-12-15 15:31 - Last Modified: 2020-10-05 12:40 - 1.1K bytes - Viewed (0) -
blacklist/img/bindo_com_996_2.jpg
bindo_com_996_2.jpg...
Image - Registered: 2021-01-14 08:11 - Last Modified: 2019-04-12 15:34 - 46.9K bytes - Viewed (0) -
blacklist/img/bindo_com_996.jpg
bindo_com_996.jpg...
Image - Registered: 2021-01-14 08:11 - Last Modified: 2019-04-12 15:18 - 41.7K bytes - Viewed (0) -
pixmaps/tb_undo.xpm
tb_undo.xpm...
Others - Registered: 2021-01-11 09:55 - Last Modified: 2004-06-13 20:20 - 667 bytes - Viewed (0) -
examples/todos-with-undo/src/containers/UndoRedo.js
import React from 'react' import { ActionCreators as UndoActionCreators } from 'redux-undo' import { connect } from 'react-redux' let UndoRedo = ({ canUndo, canRedo, onUndo, onRedo }) => ( <p> <button onClick={onUndo} disabled={!canUndo}> Undo </button> <button onClick={onRedo} disabled={!canRedo}> Redo </button> </p> ) const mapStateToProps = (state) => ({ canUndo: state.todos.past.length > 0,
JavaScript - Registered: 2021-01-10 03:43 - Last Modified: 2016-09-19 14:20 - 679 bytes - Viewed (0) -
app/serializers/activitypub/undo_block_serializer.rb
Ruby - Registered: 2021-01-10 06:18 - Last Modified: 2019-03-27 14:55 - 418 bytes - Viewed (0) -
app/serializers/activitypub/undo_announce_serializer.rb
has_one :virtual_object, key: :object, serializer: ActivityPub::ActivitySerializer def id [ActivityPub::TagManager.instance.uri_for(object.account), '#announces/', object.id, '/undo'].join end def type 'Undo' end def actor ActivityPub::TagManager.instance.uri_for(object.account) end def to [ActivityPub::TagManager::COLLECTIONS[:public]] end def virtual_object
Ruby - Registered: 2021-01-10 06:18 - Last Modified: 2020-06-02 17:24 - 605 bytes - Viewed (0) -
app/lib/activitypub/activity/undo.rb
# frozen_string_literal: true class ActivityPub::Activity::Undo < ActivityPub::Activity def perform case @object['type'] when 'Announce' undo_announce when 'Accept' undo_accept when 'Follow' undo_follow when 'Like' undo_like when 'Block' undo_block when nil handle_reference end end private def handle_reference
Ruby - Registered: 2021-01-10 06:18 - Last Modified: 2020-07-22 09:45 - 3.1K bytes - Viewed (0) -
assets/icons/undo.svg
undo.svg...
Image - Registered: 2021-01-15 14:05 - Last Modified: 2016-02-16 07:32 - 192 bytes - Viewed (0) -
Ghidra/Extensions/sample/src/main/help/help/shared/undo.png
undo.png...
Image - Registered: 2021-01-14 20:45 - Last Modified: 2019-03-26 17:46 - 185 bytes - Viewed (0)