Home
last modified time | relevance | path

Searched refs:craft (Results 1 – 25 of 1635) sorted by relevance

12345678910>>...66

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/.github/workflows/
H A Dmain.yml48 …run: git clone --depth=1 https://invent.kde.org/kde/craftmaster.git "$env:HOME/craft/CraftMaster/C…
53 ${{ github.workspace }}/.github/workflows/.craft.ps1 --setup
56 …run: ${{ github.workspace }}/.github/workflows/.craft.ps1 -c --unshelve "${{ github.workspace }}/…
61 ${{ github.workspace }}/.github/workflows/.craft.ps1 -c dev-utils/nsis
65 ${{ github.workspace }}/.github/workflows/.craft.ps1 -c dev-utils/linuxdeploy
69 …run: ${{ github.workspace }}/.github/workflows/.craft.ps1 -c --install-deps owncloud/owncloud-clie…
75 …$env:BUILD_DIR = $(${{ github.workspace }}/.github/workflows/.craft.ps1 -c --get buildDir -q owncl…
85 …$env:BUILD_DIR = $(${{ github.workspace }}/.github/workflows/.craft.ps1 -c --get buildDir -q owncl…
97 Copy-Item "$env:HOME/craft/binaries/*" "${{ github.workspace }}/binaries/"
98 …${{ github.workspace }}/.github/workflows/.craft.ps1 -c --shelve "${{ github.workspace }}/.craft.s…
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/
H A Dappveyor.yml14 function craft() {
23 craft craft
24 craft --install-deps gammaray
28 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER gammaray
33 craft --add-blueprint-repository [git]https://github.com/KDAB/craft-blueprints-kdab.git
34 craft --no-cache gammaray-binary-probes
35 craft nsis
37 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --package gammaray
41 #craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --test gammaray
/dports/finance/skrooge/skrooge-2.26.1/
H A Dappveyor.yml13 function craft() {
22 craft craft
23 craft --install-deps skrooge
27 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER skrooge
32 craft --add-blueprint-repository [git]https://cgit.kde.org/craft-blueprints-kde.git
33 craft --no-cache skrooge-binary-probes
34 craft nsis
36 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --package skrooge
40 #craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --test skrooge
/dports/textproc/kdiff3/kdiff3-1.9.4/
H A DINSTALL22 For windows the build should be done via. craft. Although other methods may work they are not
27 This should be automatically installed by craft.
39 1)cd to your craft root
41 2)C:\CraftRoot\craft\craftenv.ps1
42 3)craft png2ico
43 4)craft kdiff3
45 4) craft --target 1.9 kdiff3
54 5)craft nsis
56 6)craft --package kdiff3 or craft --target 1.9 --package kdiff3
58 This will be a time consuming process on first run as craft will have to download all dependencies.
[all …]
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DInstructablesBridge.php84 'All' => '/craft/',
85 'Art' => '/craft/art/projects/',
88 'Cards' => '/craft/cards/projects/',
89 'Clay' => '/craft/clay/projects/',
94 'Fashion' => '/craft/fashion/projects/',
95 'Felt' => '/craft/felt/projects/',
98 'Jewelry' => '/craft/jewelry/projects/',
102 'No-Sew' => '/craft/no-sew/projects/',
103 'Paper' => '/craft/paper/projects/',
107 'Reuse' => '/craft/reuse/projects/',
[all …]
/dports/deskutils/charmtimetracker/Charm-1.12.0/
H A Dappveyor.yml14 function craft() {
23 craft craft
24 craft nsis
25 craft --install-deps charm
29 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER charm
33 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --package charm
37 craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --test charm
/dports/games/openxcom/OpenXcom-1.0/src/Ufopaedia/
H A DArticleStateCraft.cpp40 RuleCraft *craft = _game->getRuleset()->getCraft(defs->id); in ArticleStateCraft() local
78 ss << tr("STR_MAXIMUM_SPEED_UC").arg(Text::formatNumber(craft->getMaxSpeed())) << L'\n'; in ArticleStateCraft()
79 ss << tr("STR_ACCELERATION").arg(craft->getAcceleration()) << L'\n'; in ArticleStateCraft()
80 ss << tr("STR_FUEL_CAPACITY").arg(Text::formatNumber(craft->getMaxFuel())) << L'\n'; in ArticleStateCraft()
81 ss << tr("STR_WEAPON_PODS").arg(craft->getWeapons()) << L'\n'; in ArticleStateCraft()
82 ss << tr("STR_DAMAGE_CAPACITY_UC").arg(Text::formatNumber(craft->getMaxDamage())) << L'\n'; in ArticleStateCraft()
83 ss << tr("STR_CARGO_SPACE").arg(craft->getSoldiers()) << L'\n'; in ArticleStateCraft()
84 ss << tr("STR_HWP_CAPACITY").arg(craft->getVehicles()); in ArticleStateCraft()
/dports/games/starfighter/starfighter-2.4/src/
H A Dexplosion.c61 void explosion_addEngine(Object *craft) in explosion_addEngine() argument
66 float x = craft->x + (craft->engineX * craft->face); in explosion_addEngine()
67 float y = craft->y + craft->engineY; in explosion_addEngine()
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dportage2craft.py33 def process(app, appname, portage, craft, indent): argument
68 …with subprocess.Popen(["find", os.path.join(craft, "kde", "applications"), "-name", appname], stdo…
72 if not process(appname, appname, portage, craft, "%s\t" % indent):
88 … with subprocess.Popen(["find", craft, "-name", packagename], stdout=subprocess.PIPE) as find:
92 otherdeps.append(craftdep[len(craft):])
102 with subprocess.Popen(["find", craft, "-name", f], stdout=subprocess.PIPE) as find:
103 fixedframeworks.append(find.stdout.read().decode("utf-8").strip()[len(craft):])
110 outdir = os.path.join(craft, "kde", "applications", app)
130 craft_dir = os.path.join(options.craft, "kde/applications/%s" % app)
141 process(app, appname, options.portage, options.craft, "")
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/
H A D.craft.shelf3 …itories = https://invent.kde.org/packaging/craft-blueprints-kde.git|master|;https://github.com/own…
8 [craft/craft-blueprints-kde]
12 [craft/craft-blueprints-owncloud]
16 [craft/craft-core]
153 [virtual/craft-blueprints-kde-base]
/dports/deskutils/nextcloudclient/desktop-3.4.1/
H A Dappveyor.yml13 function craft() {
27 craft --add-blueprint-repository [git]https://github.com/nextcloud/desktop-client-blueprints.git
28 craft craft
29 craft --install-deps nextcloud-client
30 craft nsis
34 craft --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client
/dports/games/openxcom/OpenXcom-1.0/src/Basescape/
H A DTransferItemsState.cpp279 if ((*s)->getCraft() == craft) in completeTransfer()
300 if (*c == craft) in completeTransfer()
304 bool returning = (craft->getDestination() == (Target*)craft->getBase()); in completeTransfer()
306 craft->setBaseOnly(_baseTo); in completeTransfer()
307 if (craft->getFuel() <= craft->getFuelLimit(_baseTo)) in completeTransfer()
309 craft->setLowFuel(true); in completeTransfer()
310 craft->returnToBase(); in completeTransfer()
314 craft->setLowFuel(false); in completeTransfer()
315 craft->returnToBase(); in completeTransfer()
665 Craft *craft = 0; in decreaseByValue() local
[all …]
H A DSellState.cpp321 Craft *craft = _crafts[getCraftIndex(i)]; in btnOkClick() local
324 …for (std::vector<CraftWeapon*>::iterator w = craft->getWeapons()->begin(); w != craft->getWeapons(… in btnOkClick()
342 if ((*s)->getCraft() == craft) in btnOkClick()
351 if ((*f)->getCraft() == craft) in btnOkClick()
361 if (*c == craft) in btnOkClick()
367 delete craft; in btnOkClick()
566 Craft *craft = _crafts[getCraftIndex(_sel)]; in getPrice() local
567 return craft->getRules()->getSellCost(); in getPrice()
643 Craft *craft; in changeByValue() local
656 craft = _crafts[getCraftIndex(_sel)]; in changeByValue()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcrafting.cpp262 if( !craft.is_craft() ) { in crafting_speed_multiplier()
643 if( p.wield( craft ) ) { in wield_craft()
855 craft.tname() ); in start_craft()
860 if( !craft.is_craft() ) { in craft_skill_gain()
900 if( !craft.is_craft() ) { in craft_proficiency_gain()
1046 if( craft.components.empty() ) { in destroy_random_component()
1150 if( !craft.is_craft() ) { in complete_craft()
1323 if( !craft.is_craft() ) { in can_continue_craft()
1328 return can_continue_craft( craft, craft.get_continue_reqs() ); in can_continue_craft()
1889 if( !craft.is_craft() ) { in craft_consume_tools()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcrafting.cpp262 if( !craft.is_craft() ) { in crafting_speed_multiplier()
643 if( p.wield( craft ) ) { in wield_craft()
855 craft.tname() ); in start_craft()
860 if( !craft.is_craft() ) { in craft_skill_gain()
900 if( !craft.is_craft() ) { in craft_proficiency_gain()
1046 if( craft.components.empty() ) { in destroy_random_component()
1150 if( !craft.is_craft() ) { in complete_craft()
1323 if( !craft.is_craft() ) { in can_continue_craft()
1328 return can_continue_craft( craft, craft.get_continue_reqs() ); in can_continue_craft()
1889 if( !craft.is_craft() ) { in craft_consume_tools()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/vendor/gitignore/
H A DCraftCMS.gitignore1 # Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
2 # not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
3 /craft/storage/*
4 !/craft/storage/rebrand
/dports/www/gitea/gitea-1.16.5/options/gitignore/
H A DCraftCMS1 # Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
2 # not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
3 /craft/storage/*
4 !/craft/storage/rebrand
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/_pfs/
H A Dpfs_cr_feats.lst12 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
13 …OD TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
14 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
15 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
16 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
17 …D TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
18 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
19 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
20 … TYPE:PFSNotLegal !PRECHARACTERTYPE:1,PC DESC:.CLEAR DESC:Neither the craft feats nor the item…
23 …D DESC:.CLEAR BENEFIT:.CLEAR !PRECHARACTERTYPE:1,PC DESC:Neither the craft feats nor the item…
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_aircraft.cpp2482 *craft = *crafttype; in AIR_LoadAircraftXML()
2488 if (craft->idx < 0) { in AIR_LoadAircraftXML()
2519 Q_strncpyz(craft->name, s, sizeof(craft->name)); in AIR_LoadAircraftXML()
2561 AIR_LoadAircraftSlotsXML(craft, craft->weapons, snode, true, craft->maxWeapons); in AIR_LoadAircraftXML()
2563 AIR_LoadAircraftSlotsXML(craft, &craft->shield, snode, false, 1); in AIR_LoadAircraftXML()
2565 AIR_LoadAircraftSlotsXML(craft, craft->electronics, snode, false, craft->maxElectronics); in AIR_LoadAircraftXML()
2570 if (!craft->homebase) in AIR_LoadAircraftXML()
2610 craft->itemTypes = l; in AIR_LoadAircraftXML()
2659 aircraft_t craft; in AIR_LoadXML() local
2663 AIR_CorrectAircraftSlotPointers(AIR_Add(craft.homebase, &craft)); in AIR_LoadXML()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/dev-docs/
H A Dpackaging.md11 exe | Windows | [Craft Blueprints Repository][craft]
12 dmg | macOS | [Craft Blueprints Repository][craft]
18 * For **Craft** based packing the command is `craft --package kdenlive`. For further instructions s…
24 [craft]: https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/kde/kdemultimedia/kden…
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DDebriefingState.cpp381 Craft* craft = 0; in prepareDebriefing() local
412 craft = (*j); in prepareDebriefing()
415 craft->returnToBase(); in prepareDebriefing()
416 craft->setLowFuel(true); in prepareDebriefing()
417 craft->setInBattlescape(false); in prepareDebriefing()
756 if ((*i)->getCraft() == craft) in prepareDebriefing()
769 delete craft; in prepareDebriefing()
916 if (craft) in prepareDebriefing()
918 reequipCraft(base, craft, true); in prepareDebriefing()
1001 …for (std::vector<Vehicle*>::iterator i = craft->getVehicles()->begin(); i != craft->getVehicles()-… in reequipCraft()
[all …]
H A DBriefingState.cpp50 BriefingState::BriefingState(Game *game, Craft *craft, Base *base) : State(game) in BriefingState() argument
117 if (craft) in BriefingState()
119 if (craft->getDestination()) in BriefingState()
121 _txtTarget->setText(craft->getDestination()->getName(_game->getLanguage())); in BriefingState()
124 s = tr("STR_CRAFT_").arg(craft->getName(_game->getLanguage())); in BriefingState()
/dports/games/palomino/palomino/src/lua_bind/
H A Dbind_control.cc46 shptr<Craft> craft = POP_USERDATA_AS_SHPTR<Craft>( L ); in Control_SetCurrentCraft() local
47 CHECK_TYPESIG(craft,TYPESIG_CRAFT); in Control_SetCurrentCraft()
48 SET_CURRENT_CRAFT( craft ); in Control_SetCurrentCraft()
/dports/games/openxcom/OpenXcom-1.0/src/Savegame/
H A DTransfer.cpp66 if (const YAML::Node &craft = node["craft"]) in load() local
68 std::string type = craft["type"].as<std::string>(); in load()
72 _craft->load(craft, rule, 0); in load()
146 void Transfer::setCraft(Craft *craft) in setCraft() argument
148 _craft = craft; in setCraft()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/docs/modules/ROOT/pages/
H A Dbuilding.adoc2 :kde-craft-url: https://community.kde.org/Craft
166 C:\CraftRoot\craft\craftenv.ps1
181 craft --add-blueprint-repository https://github.com/owncloud/craft-blueprints-owncloud.git
192 craft owncloud-client
200 craft --install-deps owncloud-client
201 craft --fetch owncloud-client
217 craft --configure --make --install
218 craft owncloud-client
229 craft --qmerge owncloud-client
239 craft nsis
[all …]

12345678910>>...66