repo_name stringlengths 6 69 | path stringlengths 6 178 | copies stringclasses 278
values | size stringlengths 4 7 | content stringlengths 671 917k | license stringclasses 15
values |
|---|---|---|---|---|---|
Vadavim/test | scripts/zones/Lower_Jeuno/npcs/Adelflete.lua | 37 | 1376 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Adelflete
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
----------------------------------... | gpl-3.0 |
likunpeng/cocos | QuickGame/src/cocos/ui/GuiConstants.lua | 38 | 2802 |
ccui = ccui or {}
ccui.BrightStyle =
{
none = -1,
normal = 0,
highlight = 1,
}
ccui.TextureResType =
{
localType = 0,
plistType = 1,
}
ccui.TouchEventType =
{
began = 0,
moved = 1,
ended = 2,
canceled = 3,
}
ccui.SizeType =
{
absolute = 0,
percent = 1,
}
ccui.PositionTy... | apache-2.0 |
Elkazan/darkstar | scripts/globals/mobskills/Trinary_Tap.lua | 13 | 2016 | ---------------------------------------------------
-- Trinary Tap
-- Attempts to absorb three buffs from a single target, or otherwise steals HP.
-- Type: Magical
-- Utsusemi/Blink absorb: Ignores Shadows
-- Range: Melee
-- Notes: Can be any (positive) buff, including food. Will drain about 100HP if it can't take any ... | gpl-3.0 |
yjxiong/TripletNet | Data.lua | 3 | 8563 | local opt = opt or {}
local Dataset = opt.dataset or 'SVHN'
local PreProcDir = opt.preProcDir or './'
local Whiten = opt.whiten or false
local DataPath = opt.datapath or '/home/ehoffer/Datasets/'
local SimpleNormalization = (opt.normalize==1) or false
local TestData
local TrainData
local Classes
if Dataset =='Cifar10... | mit |
likunpeng/cocos | QuickGame/frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/TurnOffTiles.lua | 10 | 1192 |
--------------------------------
-- @module TurnOffTiles
-- @extend TiledGrid3DAction
-- @parent_module cc
--------------------------------
--
-- @function [parent=#TurnOffTiles] turnOnTile
-- @param self
-- @param #vec2_table pos
--------------------------------
--
-- @function [parent=#TurnOffTiles] tur... | apache-2.0 |
Elkazan/darkstar | scripts/globals/items/choco-ligar.lua | 36 | 1156 | -----------------------------------------
-- ID: 5919
-- Item: Choco-ligar
-- Food Effect: 3 Min, All Races
-----------------------------------------
-- Vitality 1
-- Speed 12.5%
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-----... | gpl-3.0 |
Pumpkin-Framework/JNLua | src/test/resources/com/naef/jnlua/test/Reflection.lua | 1 | 4269 | --[[
$Id$
See LICENSE.txt for license terms.
]]
module(..., package.seeall)
-- General reflection test
function testReflection ()
-- Static field
local TestObject = java.require("com.naef.jnlua.test.fixture.TestObject")
assert(TestObject.TEST_FIELD == "test")
TestObject.TEST_FIELD = ""
assert(TestObject.TEST_FIE... | mit |
Elkazan/darkstar | scripts/globals/items/crepe_belle_helene.lua | 36 | 1333 | -----------------------------------------
-- ID: 5778
-- Item: Crepe Belle Helene
-- Food Effect: 60 Min, All Races
-----------------------------------------
-- Intelligence +2
-- MP Healing +3
-- Magic Accuracy +6
-- Magic Defense +1
-----------------------------------------
require("scripts/globals/status");
------... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Bastok_Markets/npcs/Pavel.lua | 30 | 1775 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Pavel
-- Involved in Quest: Stamp Hunt
-- @pos -349.798 -10.002 -181.296 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
requi... | gpl-3.0 |
findstr/silly | lualib/http/server.lua | 1 | 4415 | local core = require "sys.core"
local socket = require "sys.socket"
local tls = require "sys.tls"
local stream = require "http.stream"
local assert = assert
local tonumber = tonumber
local sub = string.sub
local find = string.find
local format = string.format
local gmatch = string.gmatch
local insert = table.insert
lo... | mit |
Vadavim/test | scripts/zones/Bastok_Mines/npcs/_6i8.lua | 19 | 1285 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Door
-- Involved in Quest: A Thief in Norg!?
-- @pos 70 7 2 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("sc... | gpl-3.0 |
hoku586/darkstar | scripts/zones/RuLude_Gardens/npcs/Magian_Moogle_Green.lua | 14 | 2441 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Magian Moogle (Green Bobble)
-- Type: Magian Trials NPC (Job Emotes)
-- @pos -4.558 2.451 111.305 64
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
-----------------------------------
require("sc... | gpl-3.0 |
Vadavim/test | scripts/globals/items/lizard_egg.lua | 35 | 1182 | -----------------------------------------
-- ID: 4362
-- Item: lizard_egg
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Health 5
-- Magic 5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
... | gpl-3.0 |
honghaier2020/cocos_lua_4_http_test | CCBReaderLoad.lua | 79 | 5530 | ccb = ccb or {}
function CCBReaderLoad(strFilePath,proxy,owner)
if nil == proxy then
return nil
end
local ccbReader = proxy:createCCBReader()
local node = ccbReader:load(strFilePath)
local rootName = ""
--owner set in readCCBFromFile is proxy
if nil ~= owner then
--C... | mit |
hoku586/darkstar | scripts/zones/The_Shrine_of_RuAvitau/Zone.lua | 12 | 5595 | -----------------------------------
--
-- Zone: The_Shrine_of_RuAvitau (178)
--
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/missions");
require("scripts/global... | gpl-3.0 |
buffer51/ntm | experiments/repeat_copy.lua | 1 | 9189 | require 'nn'
require 'optim'
require 'gnuplot'
ntm = require '../models/ntm'
--[[
This tasks aims to train a NTM to repeat a sequence a given number of times,
thus emulating a for loop.
The input is the random sequence of 0 & 1s, followed by a marker repeated as
many times as we want copies, and a final end delimit... | apache-2.0 |
hoku586/darkstar | scripts/zones/Aydeewa_Subterrane/npcs/16.lua | 9 | 1612 | -----------------------------------
-- Area: Aydeewa Subterrane
-- NPC: Blank (TOAU-20 Cutscene, TOAU-27 Cutscene)
-- @pos -298 36 -38 68
-----------------------------------
package.loaded["scripts/zones/Aydeewa_Subterrane/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
requir... | gpl-3.0 |
justmao945/lab | private/linux/home/user/.config/awesome/rc.lua | 1 | 17767 | -- Standard awesome library {{{
require("awful")
require("awful.autofocus")
require("awful.rules")
-- Theme handling library
require("beautiful")
-- Notification library
require("naughty")
-- Load Debian menu entries
require("debian.menu")
local quake = require('quake')
local pacmd = require('pacmd')
--}}}
-- {{{ Er... | mit |
Jazzelhawk/Starfall | lua/starfall/sflib.lua | 2 | 27537 | -------------------------------------------------------------------------------
-- The main Starfall library
-------------------------------------------------------------------------------
if SF ~= nil then return end
SF = {}
jit.off() -- Needed so ops counting will work reliably.
-- Do a couple of checks for retard... | bsd-3-clause |
Vadavim/test | scripts/zones/Meriphataud_Mountains_[S]/npcs/Cavernous_Maw.lua | 29 | 1505 | -----------------------------------
-- Area: Meriphataud Mountains [S]
-- NPC: Cavernous Maw
-- @pos 597 -32 279 97
-- Teleports Players to Meriphataud Mountains
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains_[S]/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/mobskills/Antimatter.lua | 18 | 1115 | ---------------------------------------------------
-- Antimatter
--
-- Description: Single-target ranged Light damage (~700-1500), ignores Utsusemi.
-- Type: Magical
--
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/g... | gpl-3.0 |
dftec-es/civ2civ3_earth | 2.5/civ2civ3_earth/script.lua | 6 | 2853 | -- Freeciv - Copyright (C) 2007 - The Freeciv Project
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2, or (at your option)
-- any later version.
--
-- This program ... | gpl-2.0 |
hoku586/darkstar | scripts/globals/items/reishi_mushroom.lua | 12 | 1182 | -----------------------------------------
-- ID: 4449
-- Item: reishi_mushroom
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Strength -6
-- Mind 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
------... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Port_Jeuno/npcs/Dohhel.lua | 14 | 1044 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Dohhel
-- Type: Event Scene Replayer
-- @zone 246
-- @pos -156.031 -2 6.051
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
--------------------... | gpl-3.0 |
KragleStudios/gmFactionWars | gamemode/core/resource/resource_sv.lua | 1 | 8852 | local fw = fw
local net_WriteUInt = net.WriteUInt
local pairs = pairs
local ipairs = ipairs
local setmetatable = setmetatable
--
-- RESOURCE ENTITIES
--
ndoc.table.fwEntityResources = ndoc.table.fwEntityResources or {}
local resource_entities = __FW_RESOURCE_ENTITIES or {}
__FW_RESOURCE_ENTITIES = resource_entities... | mit |
hoku586/darkstar | scripts/zones/Western_Adoulin/npcs/Porter_Moogle.lua | 14 | 1533 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Porter Moogle
-- Type: Storage Moogle
-- @zone 256
-- @pos TODO
-----------------------------------
package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Western_Adoulin/T... | gpl-3.0 |
MrKiaN/MineBot | libs/lua-redis.lua | 580 | 35599 | local redis = {
_VERSION = 'redis-lua 2.0.4',
_DESCRIPTION = 'A Lua client library for the redis key value storage system.',
_COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri',
}
-- The following line is used for backwards compatibility in order to keep the `Redis`
-- global module name. Using... | gpl-2.0 |
hoku586/darkstar | scripts/globals/items/pot_of_royal_tea.lua | 12 | 1191 | -----------------------------------------
-- ID: 4524
-- Item: pot_of_royal_tea
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Vitality -1
-- Charisma 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck... | gpl-3.0 |
szagoruyko/torch7 | init.lua | 3 | 5146 | -- We are using paths.require to appease mkl
-- Make this work with LuaJIT in Lua 5.2 compatibility mode, which
-- renames string.gfind (already deprecated in 5.1)
if not string.gfind then
string.gfind = string.gmatch
end
if not table.unpack then
table.unpack = unpack
end
require "paths"
paths.require "libtorch... | bsd-3-clause |
Vadavim/test | scripts/zones/Balgas_Dais/bcnms/charming_trio.lua | 13 | 1813 | -----------------------------------
-- Area: Balgas_Dais
-- Name: Charming Trio
-----------------------------------
package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/titles");
require("scripts/globals/quests");
require("scripts/zones/Balg... | gpl-3.0 |
Elkazan/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Tateeya.lua | 34 | 2468 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Tateeya
-- Automaton Attachment Unlocks
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Navukgo_Execution_Chamber/mobs/Karababa.lua | 12 | 2698 | -----------------------------------
-- Area: Navukgo Execution Chamber
-- MOB: Karababa
-----------------------------------
package.loaded["scripts/zones/Navukgo_Execution_Chamber/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/Navukgo_Execution_Chamber/T... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Kazham/npcs/Rauteinot.lua | 26 | 3159 | -----------------------------------
-- Area: Kazham
-- NPC: Rauteinot
-- Starts and Finishes Quest: Missionary Man
-- @zone 250
-- @pos -42 -10 -89
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require(... | gpl-3.0 |
mkosler/CSCE-443-Project-2 | lib/LoveFrames/objects/internal/multichoice/multichoicelist.lua | 8 | 10372 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2013 Kenny Shields --
--]]------------------------------------------------
-- multichoicelist class
local newobject = loveframes.NewObject("multichoicelist", "loveframes_object_multichoicelist", true)
--... | mit |
LuaExtend/LuaExtend | tools/ZeroBraneStudio/lualibs/metalua/compiler/parser.lua | 11 | 1512 | --------------------------------------------------------------------------------
-- Copyright (c) 2006-2013 Fabien Fleutot and others.
--
-- All rights reserved.
--
-- This program and the accompanying materials are made available
-- under the terms of the Eclipse Public License v1.0 which
-- accompanies this distribut... | apache-2.0 |
harawong/kca_lua | 4-3炸鱼捞铝.lua | 2 | 4646 | require("\\Lua\\ztaskVer2")
require("\\Lua\\Battle")
require("\\Lua\\changebynew")
require("\\Lua\\³¢ÊÔÔ¶Õ÷") --³¢ÊÔÒ»´ÎÔ¶Õ÷()
local ÀÌÂÁ=1 --Ñ¡ÔñÊÇ·ñÀÌÂÁ£¬1ÊÇ£¬0·ñ
local ÐÝÃßʱ¼ä=9
local ÔËÐдÎÊý=20
--Ô¶Õ÷
--[[
k2_conquest = C.éL¾àëx¾Áº½º£_ID2
k3_conquest = C.·À¿ÕÉäÄÑÝÁ_ID6
k4_conquest = C.º£ÉÏ×o... | gpl-2.0 |
aqasaeed/daus | plugins/all.lua | 1321 | 4661 | do
data = load_data(_config.moderation.data)
local function get_msgs_user_chat(user_id, chat_id)
local user_info = {}
local uhash = 'user:'..user_id
local user = redis:hgetall(uhash)
local um_hash = 'msgs:'..user_id..':'..chat_id
user_info.msgs = tonumber(redis:get(um_hash) or 0)
user_info.name = user_print... | gpl-2.0 |
ff94315/luci-1 | applications/luci-app-redsocks2/luasrc/model/cbi/redsocks2/general.lua | 10 | 4917 | --[[
Redsocks2 基础配置页面
Copyright (C) 2015 GuoGuo <gch981213@gmail.com>
]]--
m = Map("redsocks2", translate("Redsocks2 - General Settings"),
translatef("A modified version of redsocks.Beside the basic function of redsocks,it can redirect TCP connections which are blocked via proxy automatically without a blacklist.")... | apache-2.0 |
Elkazan/darkstar | scripts/zones/Temenos/mobs/Goblin_Warlord.lua | 16 | 1189 | -----------------------------------
-- Area: Temenos N T
-- NPC: Goblin_Warlord
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-------------------------... | gpl-3.0 |
Vadavim/test | scripts/zones/Tahrongi_Canyon/npcs/Shattered_Telepoint.lua | 1 | 2157 | -----------------------------------
-- Area: Tahrongi_Canyon
-- NPC: Shattered Telepoint
-- @pos 179 35 255 117
-----------------------------------
package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Ta... | gpl-3.0 |
LuaExtend/LuaExtend | tools/ZeroBraneStudio/lualibs/luainspect/dump.lua | 5 | 2727 | -- Recursive object dumper, for debugging.
-- (c) 2010 David Manura, MIT License.
local M = {}
-- My own object dumper.
-- Intended for debugging, not serialization, with compact formatting.
-- Robust against recursion.
-- Renders Metalua table tag fields specially {tag=X, ...} --> "`X{...}".
-- On first call, only p... | apache-2.0 |
Elkazan/darkstar | scripts/globals/items/serving_of_salmon_roe.lua | 35 | 1341 | -----------------------------------------
-- ID: 5218
-- Item: serving_of_salmon_roe
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health 8
-- Magic 8
-- Dexterity 2
-- Mind -1
-----------------------------------------
require("scripts/globals/status");
-------------------... | gpl-3.0 |
marmalade/gbsgamejam | QuickGameExample/resources/quicklua/Qjson.lua | 6 | 1180 | --[[/*
* (C) 2012-2013 Marmalade.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... | mit |
marmalade/gbsgamejam | QuickGameTemplate/resources/quicklua/Qjson.lua | 6 | 1180 | --[[/*
* (C) 2012-2013 Marmalade.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... | mit |
syaoraner/TC2_Eluna_3.3.5a | ElunaScripts/Enchant display system.lua | 1 | 3539 |
-- Enchant display system:
--[[
-- SQL, execute to characters database:
CREATE TABLE `custom_item_enchant_visuals` (
`iguid` INT(10) UNSIGNED NOT NULL COMMENT 'item DB guid',
`display` INT(10) UNSIGNED NOT NULL COMMENT 'enchantID',
PRIMARY KEY (`iguid`)
... | gpl-2.0 |
Elkazan/darkstar | scripts/globals/items/kitron.lua | 36 | 1151 | -----------------------------------------
-- ID: 4273
-- Item: Kitron
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
--------... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/weaponskills/tachi_ageha.lua | 30 | 1716 | -----------------------------------
-- Tachi Ageha
-- Great Katana weapon skill
-- Skill Level: 300
-- Lowers target's defense. Chance of lowering target's defense varies with TP.
-- 30% Defense Down
-- Duration of effect is exactly 3 minutes.
-- Aligned with the Shadow Gorget, Soil Gorget.
-- Aligned with the ... | gpl-3.0 |
Elkazan/darkstar | scripts/zones/Selbina/npcs/Falgima.lua | 29 | 1187 | -----------------------------------
-- Area: Selbina
-- NPC: Falgima
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
require("scripts/globals/shop");
----------------------... | gpl-3.0 |
Vadavim/test | scripts/zones/Port_Jeuno/npcs/Karl.lua | 17 | 2498 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Karl
-- Starts and Finishes Quest: Child's Play
-- @pos -60 0.1 -8 246
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
---------------------------------... | gpl-3.0 |
lbfamous/arcemu | src/scripts/lua/LuaBridge/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Dorothee.lua | 30 | 1308 | -- TODO:Timer (3 seconds before goes into combat) ,enrage when tito is killed,check video when tito is summoned.
function Dorothee_Water_Bolt(Unit, event, miscunit, misc)
Unit:ClearThreatList()
Unit:FullCastSpellOnTarget(31012,Unit:GetRandomPlayer())
end
function Dorothee_Summon_Tito(Unit, event, miscunit, misc)
pr... | agpl-3.0 |
Elkazan/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Justinius.lua | 19 | 1888 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Justinius
-- Involved in mission : COP2-3
-- @pos 76 -34 68 26
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("sc... | gpl-3.0 |
Elkazan/darkstar | scripts/zones/Castle_Zvahl_Keep_[S]/Zone.lua | 28 | 1341 | -----------------------------------
--
-- Zone: Castle_Zvahl_Keep_[S] (155)
--
-----------------------------------
package.loaded["scripts/zones/Castle_Zvahl_Keep_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Castle_Zvahl_Keep_[S]/TextIDs"... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/weaponskills/blade_chi.lua | 30 | 1380 | -----------------------------------
-- Blade Chi
-- Katana weapon skill
-- Skill Level: 150
-- Delivers a two-hit earth elemental attack. Damage varies with TP.
-- Aligned with the Thunder Gorget & Light Gorget.
-- Aligned with the Thunder Belt & Light Belt.
-- Element: Earth
-- Modifiers: STR:30% ; INT:30%
--... | gpl-3.0 |
Vadavim/test | scripts/globals/mobskills/Typhoon_Wing.lua | 12 | 1333 | ---------------------------------------------
-- Hurricane Wing
--
-- Description: Deals hurricane-force wind damage to enemies within a very wide area of effect. Additional effect: Blind
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: 30' radial.
-- Notes: Used only by Dragua, Fafnir, N... | gpl-3.0 |
LuaExtend/LuaExtend | tools/ZeroBraneStudio/lualibs/lexers/pkgbuild.lua | 5 | 2764 | -- Copyright 2006-2013 gwash. See LICENSE.
-- Archlinux PKGBUILD LPeg lexer.
local l = require('lexer')
local token, word_match = l.token, l.word_match
local P, R, S = lpeg.P, lpeg.R, lpeg.S
local M = {_NAME = 'pkgbuild'}
-- Whitespace.
local ws = token(l.WHITESPACE, l.space^1)
-- Comments.
local comment = token(l.... | apache-2.0 |
tcdog001/ap_project | feeds/luci/applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua | 36 | 1043 | --[[
LuCI hd-idle
(c) 2008 Yanira <forum-2008@email.de>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
require("nixio.fs")
m = Map... | gpl-2.0 |
hoku586/darkstar | scripts/zones/Windurst_Woods/npcs/Spare_Five.lua | 17 | 1506 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Spare Five
-- Working 100%
-- Involved in quest: A Greeting Cardian
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/globals/quests"] = nil;
require("scripts/globals/quests");
package.loaded["scripts/z... | gpl-3.0 |
CommandPost/CommandPost | src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua | 2 | 4834 | --- === cp.apple.finalcutpro.prefs.PlaybackPanel ===
---
--- Playback Panel Module.
--local log = require "hs.logger".new "playbackPanel"
--local inspect = require "hs.inspect"
local require = require
local axutils = require "cp.ui.axutils"
local CheckBox = require "... | mit |
hoku586/darkstar | scripts/globals/spells/dia.lua | 27 | 2184 | -----------------------------------------
-- Spell: Dia
-- Lowers an enemy's defense and gradually deals light elemental damage.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------... | gpl-3.0 |
Vadavim/test | scripts/globals/spells/regen.lua | 13 | 1583 | -----------------------------------------
-- Spell: Regen
-- Gradually restores target's HP.
-----------------------------------------
-- Cleric's Briault enhances the effect
-- Scale down duration based on level
-- Composure increases duration 3x
-----------------------------------------
require("scripts/glo... | gpl-3.0 |
hoku586/darkstar | scripts/globals/spells/valor_minuet.lua | 27 | 1497 | -----------------------------------------
-- Spell: Valor Minuet
-- Grants Attack bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,ta... | gpl-3.0 |
LuaExtend/LuaExtend | tools/ZeroBraneStudio/lualibs/lexers/nemerle.lua | 5 | 2529 | -- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Nemerle LPeg lexer.
local l = require('lexer')
local token, word_match = l.token, l.word_match
local P, R, S = lpeg.P, lpeg.R, lpeg.S
local M = {_NAME = 'nemerle'}
-- Whitespace.
local ws = token(l.WHITESPACE, l.space^1)
-- Comments.
local li... | apache-2.0 |
Elkazan/darkstar | scripts/zones/Jugner_Forest/npcs/Cavernous_Maw_2.lua | 29 | 1957 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Cavernous Maw
-- @pos 246.318, -0.709, 5.706 104
-- Teleports Players to Abyssea - Vunkerl
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Windurst_Waters/npcs/Prestapiq.lua | 17 | 1573 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Prestapiq
-- Only sells when Windurst controls Movalpolos
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Windurst_Waters/Te... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Abyssea-Attohwa/npcs/qm19.lua | 9 | 1547 | -----------------------------------
-- Zone: Abyssea-Attohwa
-- NPC: qm19 (???)
-- Spawns Ulhuadshi
-- @pos ? ? ? 215
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
... | gpl-3.0 |
ff94315/luci-1 | modules/luci-base/luasrc/sys.lua | 40 | 15171 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Licensed to the public under the Apache License 2.0.
local io = require "io"
local os = require "os"
local table = require "table"
local nixio = require "nixio"
local fs = require "nixio.fs"
local uci = require "luci.model.uci"
local luci = {}
l... | apache-2.0 |
Vadavim/test | scripts/zones/Dangruf_Wadi/npcs/qm3.lua | 17 | 1888 | -----------------------------------
-- NPC: ??? (QM3)
-- Type: Saltvix dice roll game part 2
-- @zone: 191
-- Involved in quest "As Thick As Thieves"
-----------------------------------
package.loaded["scripts/zones/Dangruf_Wadi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
CommandPost/CommandPost | src/extensions/cp/localized/init.lua | 1 | 6572 | --- === cp.localized ===
---
--- Helps look up localized names for folders.
local require = require
--local log = require "hs.logger".new "localized"
local fs = require "hs.fs"
local plist = require "hs.plist"
local localeID = require "cp.i18n.localeID"
lo... | mit |
Elkazan/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Cattah_Pamjah.lua | 38 | 1050 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Cattah Pamjah
-- Type: Title Changer
-- @zone: 94
-- @pos -13.564 -2 10.673
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;... | gpl-3.0 |
CommandPost/CommandPost | src/extensions/cp/apple/finalcutpro/inspector/transition/TransitionInspector.lua | 2 | 5148 | --- === cp.apple.finalcutpro.inspector.transition.TransitionInspector ===
---
--- Transition Inspector Module.
local require = require
--local log = require "hs.logger" .new "transInspect"
local axutils = require "cp.ui.axutils"
local strings = require "cp.... | mit |
hoku586/darkstar | scripts/globals/abilities/pets/gust_breath.lua | 29 | 1334 | ---------------------------------------------------
-- Gust Breath
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/globals/ability");
------------------------------------------------... | gpl-3.0 |
Vadavim/test | scripts/zones/Bastok_Markets/npcs/Porter_Moogle.lua | 41 | 1536 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Porter Moogle
-- Type: Storage Moogle
-- @zone 235
-- @pos TODO
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bastok_Markets/Tex... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/items/san_dorian_carrot.lua | 35 | 1200 | -----------------------------------------
-- ID: 4389
-- Item: san_dorian_carrot
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 2
-- Vitality -4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- O... | gpl-3.0 |
Vadavim/test | scripts/commands/takexp.lua | 26 | 1232 | ---------------------------------------------------------------------------------------------------
-- func: @takexp <amount> <player>
-- desc: Removes experience points from the target player.
---------------------------------------------------------------------------------------------------
cmdprops =
{
p... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/abilities/pets/aero_iv.lua | 20 | 1157 | ---------------------------------------------------
-- Aero 4
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/globals/magic");
----------------------------------------------... | gpl-3.0 |
Elkazan/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua | 17 | 3196 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: Wooden Ladder
-- @pos 101.9 -1.5 -101.9
-- @pos 101.948 -1.5 -18.016
-- @pos -61.888 -1.5 -18.079
-- @pos -218.109 -1.499 18.081
-- @pos -61.903 -1.5 138.099
-- @pos 21.901 -1.5 138.096
-- @pos 101.902 -1.5 181.902
-- @pos -159.32 -2.5 ... | gpl-3.0 |
hoku586/darkstar | scripts/globals/spells/absorb-vit.lua | 9 | 1369 | --------------------------------------
-- Spell: Absorb-VIT
-- Steals an enemy's vitality.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
----------------... | gpl-3.0 |
Vadavim/test | scripts/globals/items/scream_fungus.lua | 35 | 1193 | -----------------------------------------
-- ID: 4447
-- Item: scream_fungus
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Strength -4
-- Mind 2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCh... | gpl-3.0 |
Vadavim/test | scripts/globals/weaponskills/ukkos_fury.lua | 30 | 1805 | -----------------------------------
-- Ukko's Fury
-- Great Axe Weapon Skill
-- Skill Level: N/A
-- Description: Delivers a twofold attack that slows target. Chance of params.critical hit varies with TP. Ukonvasara: Aftermath.
-- Available only when equipped with Ukonvasara (85), Ukonvasara (90), Ukonvasara (95), ... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/items/baked_apple.lua | 35 | 1281 | -----------------------------------------
-- ID: 4406
-- Item: Baked Apple
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 20
-- Agility -1
-- Intelligence 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Sea_Serpent_Grotto/npcs/qm2.lua | 14 | 1491 | -----------------------------------
-- Area: Sea Serpent Grotto
-- NPC: ??? Used for Norg quest "The Sahagin's Stash"
-- @zone 176
-- @pos 295.276 27.129 213.043
-----------------------------------
package.loaded["scripts/zones/Sea_Serpent_Grotto/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
3scale/docker-gateway | gateway/src/apicast/conditions/operation.lua | 2 | 1662 | local setmetatable = setmetatable
local assert = assert
local tostring = tostring
local match = ngx.re.match
local TemplateString = require 'apicast.template_string'
local default_value_type = 'plain'
local _M = {}
local mt = { __index = _M }
local function create_template(value, type)
return TemplateString.new(... | mit |
likunpeng/cocos | QuickGame/runtime/ios/PrebuiltRuntimeLua.app/src/framework/cocos2dx/OpenglConstants.lua | 78 | 27074 | --Encapsulate opengl constants.
gl = gl or {}
gl.GCCSO_SHADER_BINARY_FJ = 0x9260
gl._3DC_XY_AMD = 0x87fa
gl._3DC_X_AMD = 0x87f9
gl.ACTIVE_ATTRIBUTES = 0x8b89
gl.ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8b8a
gl.ACTIVE_PROGRAM_EXT = 0x8259
gl.ACTIVE_TEXTURE = 0x84e0
gl.ACTIVE_UNIFORMS = 0x8b86
gl.ACTIVE_UNIFORM_M... | apache-2.0 |
Vadavim/test | scripts/zones/Hazhalm_Testing_Grounds/Zone.lua | 28 | 1351 | -----------------------------------
--
-- Zone: Hazhalm_Testing_Grounds (78)
--
-----------------------------------
package.loaded["scripts/zones/Hazhalm_Testing_Grounds/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Hazhalm_Testing_Grounds/Tex... | gpl-3.0 |
Vadavim/test | scripts/zones/Bastok_Mines/npcs/Vaghron.lua | 38 | 1396 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Vaghron
-- Type: Adventurer's Assistant
-- @pos -39.162 -1 -92.147 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("s... | gpl-3.0 |
Elkazan/darkstar | scripts/zones/Bastok_Mines/npcs/Gregory.lua | 38 | 1032 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Gregory
-- Type: ENM
-- @zone: 234
-- @pos 51.530 -1 -83.940
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones/Basto... | gpl-3.0 |
3scale/docker-gateway | spec/policy/tls/tls_spec.lua | 1 | 3753 | local _M = require('apicast.policy.tls')
local ssl = require('ngx.ssl')
local function assert_certificate_set()
assert.spy(ssl.clear_certs).was_called()
assert.spy(ssl.set_cert).was_called()
assert.spy(ssl.set_priv_key).was_called()
end
describe('tls policy', function()
before_each(function()
stub.... | mit |
Elkazan/darkstar | scripts/zones/Sealions_Den/npcs/Airship_Door.lua | 21 | 1823 | -----------------------------------
-- Area:
-- NPC: Airship_Door
-----------------------------------
package.loaded["scripts/zones/Sealions_Den/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/missions");
require("scripts/zones/Sealions_Den/TextIDs");
... | gpl-3.0 |
Vadavim/test | scripts/zones/LaLoff_Amphitheater/npcs/qm0_5.lua | 35 | 1154 | -----------------------------------
-- Area: LaLoff_Amphitheater
-- NPC: qm0 (warp player outside after they win fight)
-------------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
-------------------------------------
require("scripts/zones/LaLoff_Amphitheater/TextIDs");
... | gpl-3.0 |
Vadavim/test | scripts/globals/mobskills/Blade_Metsu.lua | 6 | 1094 | ---------------------------------------------
-- Blade Metsu
--
-- Description: Additional effect: Paralysis
-- Hidden effect: temporarily enhances Subtle Blow effect.
-- Type: Physical
-- Range: Melee
---------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/s... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Jugner_Forest/npcs/Cavernous_Maw.lua | 29 | 1443 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Cavernous Maw
-- @pos -118 -8 -518 104
-- Teleports Players to Jugner Forest [S]
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
... | gpl-3.0 |
hoku586/darkstar | scripts/globals/excavation.lua | 18 | 5208 | -------------------------------------------------
-- Excavation functions
-- Info from:
-- http://wiki.ffxiclopedia.org/wiki/Excavation
-------------------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/quests");
require("scripts/globals/settings");
--------------... | gpl-3.0 |
Elkazan/darkstar | scripts/globals/abilities/pets/healing_breath_iii.lua | 18 | 1884 | ---------------------------------------------------
-- Healing Breath III
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
---------------------------------------------------
function onAbi... | gpl-3.0 |
hoku586/darkstar | scripts/globals/spells/curaga_iv.lua | 28 | 1277 | -----------------------------------------
-- Spell: Curaga IV
-- Restores HP of all party members within area of effect.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSp... | gpl-3.0 |
Vadavim/test | scripts/zones/Port_Jeuno/npcs/Squintrox_Dryeyes.lua | 18 | 4407 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Squintrox Dryeyes
-- Type: Addon Mission Merchant
-- @pos -100.071 -1 11.869 246
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
re... | gpl-3.0 |
Vadavim/test | scripts/globals/items/mercanbaligi.lua | 18 | 1261 | -----------------------------------------
-- ID: 5454
-- Item: Mercanbaligi
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 4
-- Mind -6
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-----... | gpl-3.0 |
hoku586/darkstar | scripts/zones/Sih_Gates/Zone.lua | 17 | 1207 | -----------------------------------
--
-- Zone: Sih Gates
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Sih_Gates/TextIDs"] = nil;
require("scripts/zones/Sih_Gates/TextIDs");
-----------------------------------
-- onInitialize
----------------------------... | gpl-3.0 |
TeleDALAD/DALAD- | plugins/search_youtube.lua | 674 | 1270 | do
local google_config = load_from_file('data/google.lua')
local function httpsRequest(url)
print(url)
local res,code = https.request(url)
if code ~= 200 then return nil end
return json:decode(res)
end
local function searchYoutubeVideos(text)
local url = 'https://www.googleapis.com/youtube/v3/search?'
u... | gpl-2.0 |
Vadavim/test | scripts/globals/spells/bluemagic/1000_needles.lua | 1 | 1106 | -----------------------------------------
-- Spell: 1000 Needles
-- Shoots multiple needles at enemies within range
-- Spell cost: 350 MP
-- Monster Type: Plantoid
-- Spell Type: Magical (Light)
-- Blue Magic Points: 5
-- Stat Bonus: VIT+3, AGI+3
-- Level: 62
-- Casting Time: 12 seconds
-- Recast Time: 120 se... | gpl-3.0 |
likunpeng/cocos | QuickGame/frameworks/cocos2d-x/external/lua/luajit/src/src/jit/dis_x86.lua | 99 | 29330 | ----------------------------------------------------------------------------
-- LuaJIT x86/x64 disassembler module.
--
-- Copyright (C) 2005-2013 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
--------------------------------------------------------------------------... | apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.