diff --git "a/stackv2_languages_freq.csv" "b/stackv2_languages_freq.csv" --- "a/stackv2_languages_freq.csv" +++ "b/stackv2_languages_freq.csv" @@ -1,227 +1,235 @@ -"blob_id","filename","extension","language","content" -"05c88d26830956a8e694c788f1a373aa3b746445","Module.bsl",".bsl","1C Enterprise","#Область ОписаниеПеременных +"blob_id","filename","extension","language","content","lang_ext_count","ext_fraction_per_lang","generated_fraction","vendor_fraction" +"135116c04b9409f582e4764c76f8508b1c9d6165","ManagerModule.bsl",".bsl","1C Enterprise"," +#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда -&НаКлиенте -Перем КэшированныеЗначения; //используется механизмом обработки изменения реквизитов ТЧ +#Область ПрограммныйИнтерфейс -// СтандартныеПодсистемы.РаботаСКонтрагентами -&НаКлиенте -Перем ПроверкаКонтрагентовПараметрыОбработчикаОжидания Экспорт; - -&НаКлиенте -Перем ФормаДлительнойОперации Экспорт; -// Конец СтандартныеПодсистемы.РаботаСКонтрагентами - -&НаКлиенте -Перем ПараметрыДляЗаписи Экспорт; - -#КонецОбласти - -#Область ОбработчикиСобытийФормы - -&НаСервере -Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) - - УстановитьУсловноеОформление(); +// Возвращает ошибки заполнения настроек элементов схемы. +// +// Параметры: +// Схема - СправочникСсылка.СхемыКомплексныхПроцессов, +// СправочникОбъект.СхемыКомплексныхПроцессов - ссылка или объект схемы. +// +// Возвращаемое значение: +// Массив +// * Строка +// +Функция ОшибкиЗаполненияНастроекЭлементовСхемы(Схема) Экспорт - Если Параметры.Свойство(""АвтоТест"") Тогда // Возврат при получении формы для анализа. - Возврат; - КонецЕсли; - - ОбновлениеИнформационнойБазы.ПроверитьОбъектОбработан(Объект, ЭтотОбъект); - - Если КлиентскоеПриложение.ТекущийВариантИнтерфейса() = ВариантИнтерфейсаКлиентскогоПриложения.Версия8_2 Тогда - Элементы.ГруппаИтого.ЦветФона = Новый Цвет(); - КонецЕсли; + УстановитьПривилегированныйРежим(Истина); - ИспользоватьПартнеровКакКонтрагентов = Пол" -"053397cda4d044f107085dcdb6ba072505da3ec3","module.bsl",".bsl","1C Enterprise","//////////////////////////////////////////////////////////////////////////////// -// ПЕРЕМЕННЫЕ МОДУЛЯ - -Перем мТекущийПакет, мТекущийПуть, мПредыдущийЭлемент, мИндексыКартинкиДляТипов; - -//////////////////////////////////////////////////////////////////////////////// -// ЭКСПОРТНЫЕ ПРОЦЕДУРЫ И ФУНКЦИИ - -//////////////////////////////////////////////////////////////////////////////// -// ПРОЦЕДУРЫ И ФУНКЦИИ ОБЩЕГО НАЗНАЧЕНИЯ - -Функция ПолучитьИдЗапросаПоПути(Путь) - Если Не ЗначениеЗаполнено(Путь) ИЛИ Путь.Количество() = 0 Тогда - Возврат Неопределено + ОшибкиНастроек = Новый Массив; + + Если ТипЗнч(Схема) = Тип(""СправочникСсылка.СхемыКомплексныхПроцессов"") Тогда + СхемаОбъект = Схема.ПолучитьОбъект(); Иначе - Возврат Путь[0].id + СхемаОбъект = Схема; КонецЕсли; -КонецФункции // ПолучитьИдЗапросаПоПути() - -Функция типыИсточниковДанных() - Возврат Новый Структура(""Пакет, Запрос, Код"", ""Пакет"", ""Запрос"", ""Код""); -КонецФункции - -Процедура КнопкаВыполнитьНажатиеДействие() - Если Не ЗначениеЗаполнено(ИмяЭлементаИзОблака) Тогда - ПоказатьПредупреждение(, ""Введите имя элемента.""); - Возврат; - КонецЕсли; + ГрафическаяСхема = СхемаОбъект.Схема.Получить(); - Если гЭтоЗапись(Режим) и Тип <> тип" -"10512f09ae98fafbc25c3b807ff33030d51de633","ObjectModule.bsl",".bsl","1C Enterprise","#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда + // Найдем имена первых действия после старта. + ИмяЭлементаСтарта = СхемаОбъект.ЭлементыСхемы.Найти( + Перечисления.ТипыЭлементовСхемыКомплексногоПроцесса.Старт, ""Тип"").Имя; + ИменаДействийПослеСтарта = Новый Массив; + НайтиИменаПосл","772","0.9357575757575758","0.0","0.0" +"0941b036dfd34cb3af2be75b6fc47b6e4d9f6b47","Module.bsl",".bsl","1C Enterprise","// 4D:ERP для Беларуси +// { +// Форма изменена +// } +// 4D + +#Область ОбработчикиСобытийФормы + +&НаСервере +Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) + + Если Параметры.Свойство(""АвтоТест"") Тогда // Возврат при получении формы для анализа. + Возврат; + КонецЕсли; -#Область ОбработчикиСобытий + УправлениеЭлементами() + +КонецПроцедуры -Процедура ПриКомпоновкеРезультата(ДокументРезультат, ДанныеРасшифровки, СтандартнаяОбработка) +&НаКлиенте +Процедура ОбработкаОповещения(ИмяСобытия, Параметр, Источник) - СтандартнаяОбработка = Ложь; - ПользовательскиеНастройкиМодифицированы = Ложь; + Если ИмяСобытия = ""Запись_НаборКонстант"" Тогда + // Изменены настройки программы в панелях администрирования + УправлениеЭлементами(); + КонецЕсли; - УстановитьОбязательныеНастройки(ПользовательскиеНастройкиМодифицированы); +КонецПроцедуры + +#КонецОбласти + +#Область ОбработчикиКомандФормы + +#Область ОбщиеСправочники + +&НаКлиенте +Процедура ОткрытьСправочникВидыДоходовНДФЛ(Команда) - НастройкиОтчета = КомпоновщикНастроек.ПолучитьНастройки(); + ОткрытьФорму(""Справочник.ВидыДоходовНДФЛ.ФормаСписка"", , ЭтаФорма); - КомпоновщикМакета = Новый КомпоновщикМакетаКомпоновкиДанных; - МакетКомпоновки = КомпоновщикМакета.Выполнить(СхемаКомпоновкиДанных, НастройкиОтчета, ДанныеРасшифровки); +КонецПроцедуры - КомпоновкаДанныхСервер.УстановитьЗаголовкиМакетаКомпоновки(СтруктураЗаголовковПолей(), МакетКомпоновки); +&НаКлиенте +Процедура ОткрытьРегистрСведенийВычетыКДоходамПоНДФЛ(Команда) + + ОткрытьФорму(""РегистрСведений.ВычетыПоДоходамНДФЛ.ФормаСписка"", , ЭтаФорма); - ПроцессорКомпоновки = Новый ПроцессорКомпоновкиДанных; - ПроцессорКомпоновки.Инициализировать(МакетКомпоновки, , ДанныеРасшифровки, Истина); +КонецПроцедуры + +&НаКлиенте +Процедура ОткрытьСправочникВиды","772","0.9357575757575758","0.0","0.0" +"09c7c56bcae626e1183a9b420ee4727f371f887c","Module.bsl",".bsl","1C Enterprise"," +#Область ПрограммныйИнтерфейс + +&НаКлиенте +Процедура ОповещениеОткрытьФормуВопроса(РезультатОткрытияФормы, ДополнительныеПараметры) Экспорт + Если НЕ РезультатОткрытияФормы = Неопределено Тогда + Если ВРЕГ(РезультатОткрытияФормы) = ""ДА"" Тогда + ЗакрытьСПередачейРезультата(); + КонецЕсли; + КонецЕсли; + ПервыйВвод = Истина; +КонецПроцедуры + +#КонецОбласти + +#Область ОбработчикиСобытийФормы - ПроцессорВывода = Новый Процессо��ВыводаРезультатаКомпоновкиДанныхВТабличныйДокумент; - ПроцессорВывода.УстановитьДокумент(ДокументРезультат); +&НаСервере +Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) - Универсальны" -"0d17f8547a7cc0c3269f77d9325eb84324b493cc","Module.bsl",".bsl","1C Enterprise"," -#Область ОбработчикиСобытийФормы + // Пропускаем инициализацию, чтобы гарантировать получение формы при передаче параметра ""АвтоТест"". + Если Параметры.Свойство(""АвтоТест"") Тогда + Возврат; + КонецЕсли; + + КоличествоСимволовПослеЗапятой = 2; + ПервыйВвод = Истина; + + Если Параметры.Свойство(""ФорматироватьСтроку"") Тогда + ФорматироватьСтроку = Параметры.ФорматироватьСтроку; + КонецЕсли; + + Если Параметры.Свойство(""Заголовок"") Тогда + Заголовок = Параметры.Заголовок; + КонецЕсли; + + Если Параметры.Свойство(""МаксимальноеЗначение"") Тогда + МаксимальноеЗначение = Параметры.Ма","772","0.9357575757575758","0.0","0.0" +"04831926e338a8e8b81d6a4ad7427e65da887886","RecordSetModule.bsl",".bsl","1C Enterprise","#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда -&НаСервере -Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) +#Область ОбработчикиСобытий + +Процедура ПередЗаписью(Отказ, Замещение) - об = РеквизитФормыВЗначение(""Объект""); - уатЗащищенныеФункцииСервер.уатДокументФормаЭлементаПриСозданииНаСервере(об, Отказ, СтандартнаяОбработка, ЭтотОбъект, ДопПараметрыОткрытие); - ЗначениеВРеквизитФормы(Об,""Объект""); - Если Отказ тогда + Если ЗарплатаКадры.ОтключитьБизнесЛогикуПриЗаписи(ЭтотОбъект) Тогда Возврат; КонецЕсли; - // СтандартныеПодсистемы.ВерсионированиеОбъектов - ВерсионированиеОбъектов.ПриСозданииНаСервере(ЭтотОбъект); - // Конец СтандартныеПодсистемы.ВерсионированиеОбъектов - - // СтандартныеПодсистемы.ПодключаемыеКоманды - ПодключаемыеКоманды.ПриСозданииНаСервере(ЭтотОбъект); - // Конец СтандартныеПодсистемы.ПодключаемыеКоманды - - уатОбщегоНазначенияСервер.ЗаполнитьШапкуДокумента( - Объект, - , - Параметры.ЗначениеКопирования, - Параметры.Основание, - , - , - , - Параметры.ЗначенияЗаполнения - ); + РегистрыСведений.УдалитьИсторияИспользованияПодразделений.ДополнитьНаборИспользованиемВИерархии(ЭтотОбъект); + РегистрыСведений.УдалитьИсторияИспользованияПодразделений.СохранитьИзменениеИспользованияПодразделений(ЭтотОбъект); - // Установка реквизитов формы. - ДатаДокумента = Объект.Дата; - Если НЕ ЗначениеЗаполнено(ДатаДокумента" -"1bef542683bdc6ea4060dcba9ad93e050f115ddb","Module.bsl",".bsl","1C Enterprise","#Область ОписаниеПеременных - -&НаКлиенте -Перем ВнутренниеДанные, ОписаниеДанных, ФормаОбъекта, ОбработкаПослеПредупреждения, ТекущийСписокПредставлений; +КонецПроцедуры #КонецОбласти -#Область ОбработчикиСобытийФормы - -&НаСервере -Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) - - Если Параметры.Свойство(""АвтоТест"") Тогда // Возврат при получении формы для анализа. - Возврат; - КонецЕсли; - - Если ЗначениеЗаполнено(Параметры.НаборСертификатов) Тогда - УказанНеизменяемыйНаборСертификатов = Истина; - ЗаполнитьСертификатыШифрованияИзНабора(Параметры.НаборСертификатов); - Если НаборСертификатов.Количество() = 0 И Параметры.ИзменятьНабор Тогда - // Если все сертификаты набора ссылочные и изменение набора разрешено, - // то взаимодействие с пользователем обычное, как будто он сам их добавил. - УказанНеизменяемыйНаборСертификатов = Ложь; - КонецЕсли; - КонецЕсли; - - ЭлектроннаяПодписьСлужебный.НастроитьФормуПодписанияШифрованияРасшифровки(ЭтотОбъект, Истина); - - Если Ука" -"2d9c3e6e91173371e393a0620cb89d47ba41c5ba","ОрганизацияGitHub.os",".os","1C Enterprise"," -Перем Логин Экспорт; // login -Перем Идентификатор Экспорт; // id -Перем Ссылка Экспорт; // url -Перем Описание Экспорт; // description -Перем Имя Экспорт; // name -Перем Компания Экспорт; // company -Перем Блог Экспорт; // blog -Перем Местоположение Экспорт; // location -Перем ЭлектроннаяПочта Экспорт; // email -Перем Подтверждено Экспорт; // is_verified -Перем Репозиториев Экспорт; // public_repos -Перем ДатаСоздания Экспорт; // created_at -Перем ДатаОбновления Экспорт; // updated_at - -Процедура ПриСозданииОбъекта(пЛогин = """") - - Если ЗначениеЗаполнено(пЛогин) Тогда - Логин = пЛогин; - КонецЕсли; +#КонецЕсли","772","0.9357575757575758","0.0","0.0" +"0d5a2970b46ee6adde8126727ed391fa00870e68","ManagerModule.bsl",".bsl","1C Enterprise"," +#Если Сервер Или ТолстыйКлиентОбычноеПриложение Или ВнешнееСоединение Тогда -КонецПроцедуры +#Область ПрограммныйИнтерфейс -Процедура Заполнить(Знач ВходящиеДанные) Экспорт +#Область ДляВызоваИзДругихПодсистем - Если ТипЗнч(ВходящиеДанные) = Тип(""Соответствие"") Тогда +// СтандартныеПодсистемы.УправлениеДоступом - Логин = ВходящиеДанные.Получить(""login""); - Идентификатор = ВходящиеДанные.Получить(""id""); - Ссылка = ВходящиеДанные.Получить(""url""); - Описание = ВходящиеДанные.Получить(""description""); - Имя = ВходящиеДанные.Получить(""name""); - Компания = ВходящиеДанные.Получить(""company""); - Бл" -"16954c11228e0b0c0f94aed9c2e4ad128d1eaeb9","filesyst.os",".os","1C Enterprise","Filsystemet i Firestorm OS! +// См. УправлениеДоступомПереопределяемый.ПриЗаполненииСписковСОграничениемДоступа. +Процедура ПриЗаполненииОграниченияДоступа(Ограничение) Экспорт + + Ограничение.Текст = + ""РазрешитьЧтение + |ГДЕ + | ИСТИНА + |; + |РазрешитьИзменениеЕслиРазрешеноЧтение + |ГДЕ + | ИзменениеОбъектаРазрешено(Взаимодействие)""; + +КонецПроцедуры -* St”d f”r l„ngre filnamn „n vad vanliga DOS klarar av. (64 tecken) +// Конец СтандартныеПодсистемы.УправлениеДоступом -* St”d f”r Sm†/Stora tecken i filnamnen +#КонецОбласти -* St”d f”r K”rbara ""Bibliotek"" DVS du kan ha ett bibliotek som n„r det - Exekveras s† startar huvudprogrammet i det biblioteket upp, detta - inneb„r att vi f†r en renare struktur eftersom vi inte beh”ver se all - data som finns i biblioteket, och att vi d„rf”r inte beh”ver heller bry - oss om vad som finns d„r! +#КонецОбласти -* St”d f”r ""mjuka"" l„nkningar av filer och bibliotek! +#Область СлужебныеПроцедурыИФункции -* St”d f”r H†rda l„nkar av partitioner och HD:s genom detta f†r man ett fil- - system som ser ut som om man har bara 1 h†rddisk. +//////////////////////////////////////////////////////////////////////////////// +// ��бработчики обновления -* 1 fil kan ”ppnas f”r L„sning eller skrivning. En fil som har ”ppnats f”r - l„sning kan ”ppnas f”r l„sning och skrivning av andra processer. En fil - som ”ppnats f”r skrivning kan bara ”ppnas f”r l„sning av andra program. - Dvs, En fil kan ”ppnas f”r l„sning av flera processer, men bara f”r - skrivning av 1 process. F”r att detta skall kunna till†tas (1 fil ”" -"36aa76856f148439368d9d78ffad7a8072fb649e","v8runner-test.os",".os","1C Enterprise","#Использовать "".."" +// Процедура обновления ИБ для версии БСП 2.2. +// Переносит Рассмотрено и РассмотретьПосле из реквизитов документов взаимодействий в регистр сведений +// ПредметыПапкиВзаимодействий. +// +Процедура ОбновитьХранениеРассмотреноРассмотретьПосле_2_2_0_0(Параметры) Экспор","772","0.9357575757575758","0.0","0.0" +"146b650242d68c7955671903d15f5e61deca4bab","СоответствияНазванийВидовОбъектов.os",".os","1C Enterprise","Перем СоответствияНазванийВидовОбъектов; + +Функция СоответствияНазванийВидовОбъектовИнициализировать() + + Если ТипЗнч(СоответствияНазванийВидовОбъектов) = Тип(""ТаблицаЗначений"") Тогда + Возврат СоответствияНазванийВидовОбъектов; + КонецЕсли; + + СоответствияНазванийВидовОбъектов = Новый ТаблицаЗначений; + СоответствияНазванийВидовОбъектов.Колонки.Добавить(""Группа""); + СоответствияНазванийВидовОбъектов.Колонки.Добавить(""ИмяАнгл""); + СоответствияНазванийВидовОбъектов.Колонки.Добавить(""ИмяАнглМнФормы""); + СоответствияНазванийВидовОбъектов.Колонки.Добавить(""Имя""); + СоответствияНазванийВидовОбъектов.Колонки.Добавить(""ИмяМнФормы""); + + СтрокаСоответствия = СоответствияНазванийВидовОбъектов.Добавить(); + СтрокаСоответствия.Группа = """"; + СтрокаСоответствия.ИмяАнгл = ""Constant""; + СтрокаСоответствия.ИмяАнглМнФормы = ""Constants""; + СтрокаСоответствия.Имя = ""Константа""; + СтрокаСоответствия.ИмяМнФормы = ""Константы""; + + СтрокаСоответствия = СоответствияНазванийВи","52","0.06303030303030303","0.0","0.0" +"1305d62d99c2fb50385ff6fb840adbf53a65d859","_CLF_P_ProcEnd_SIMChg.os",".os","1C Enterprise"," + + + + + + + + + + + + + + + + + + "","" "","""",}),0,({({""You snuzzle $hcname$."",""$mcname$ snuzzle$s$ $hcname$."",""$mcname$ snuzzle$s$ you."",0,0,0,}),({""You snuzzle $hcname$ $arg$."",""$mcname$ snuzzle$s$ $hcname$ $arg$."",""$mcname$ snuzzle$s$ you $arg$."",({""affectionately"",""warmly"",""gently"",""absentmindedly"",""seductively"",""dreamily"",""adorably"",""lustily"",""tenderly"",""lovingly"",""sensuously"",""longingly"",""softly"",""passionately"",""excitedly"",""snuzzily"",""snuzzably"",""on a coffee table"",""#"",}),0,0,}),}),})","52","0.06303030303030303","0.0","0.0" +"04c296cdac9ebecd807a2dcbdec5f9bb735bbbec","SODCLTXT.2DA",".2da","2-Dimensional Array","2DA V1.0 +-1 + CLASSID KITID LOWER DESCSTR MIXED BIOGRAPHY FALLEN BRIEFDESC +FIGHTER 2 16384 7201 9556 1076 65344 0 31252 +BERSERKER 2 1 24239 24284 24261 65344 0 31252 +WIZARD_SLAYER 2 2 24240 24285 24262 65344 0 31252 +KENSAI 2 3 24241 24286 24263 65344 0 31252 +DWARVEN_DEFENDER 2 34 31973 31975 ","54","1.125","0.0","0.0" +"07969879bdeab1096545a683daa265e96377dcad","cls_feat_drslyr.2da",".2da","2-Dimensional Array","2DA V2.0 + + FeatLabel FeatIndex List GrantedOnLevel OnMenu +0 FEAT_DRAGONSONG_STRENGTH 3441 3 1 1 +1 FEAT_DRAGONSONG_COMPULSION 3442 3 2 1 +2 FEAT_DRAGONSONG_SPEED 3443 3 3 1 +3 FEAT_DRAGONSONG_FEAR 3444 3 4 1 +4 FEAT_DRAGONSONG_HEALING 3445 3 5 1 +5 FEAT_LYRITHSONG2 3447 3 2 1 +6 FEAT_LYRITHSONG3 3448 3 3 1 +7 FEAT_LYRITHSONG4 3449 3 4 1 +8 FEAT_LYRITHSONG5 3450 3 5 1 +9 FEAT_LYRITHSONG7 3016 3 7 1 +10 FEAT_LYRITHSONG8 3017 3 8 1 +11 FEAT_LYRITHSONG9 ","54","1.125","0.0","0.0" +"1e61f0e2eba9a5107b3003672dd225e8c8c417cd","iprp_redcost.2da",".2da","2-Dimensional Array","2DA V2.0 + + Name Label Cost Value GS_IP_DISABLED +0 **** Random 0 0.0 **** +1 1658 -20% 0.5 0.2 TRUE +2 1659 -40% 0.75 0.4 TRUE +3 1660 -60% 1.0 0.6 TRUE +4 1661 -80% 1.25 0.8 TRUE +5 1662 -100% 1.5 1.0 TRUE","54","1.125","0.0","0.0" +"0eea13c5404f310aba665e7409d16e16b471c3d4","modal.2da",".2da","2-Dimensional Array","2DA V1.0 * -IDSNAME LEVEL NAME DESC TYPE IDSNUM SCROLL HALF PROJ SEQ CD_IMMUNITY -CLERIC_STRIKING 1 0 1 0 * * n * y * -CLERIC_FAERIE_FIRE 1 2 3 0 * * n * y * -CLERIC_SEEKING 2 4 5 0 * * n * y * -CLERIC_RESIST_ACID_CORROSION 2 21 22 0 * * n * y * -CLERIC_BULLS_STRENGTH 2 42 43 0 * * n * y * -CLERIC_CATS_GRACE 2 44 45 0 * * n * y * -CLERIC_BEARS_ENDURANCE 2 46 47 0 * * n * y * -CLERIC_PROTECTION_FROM_COLD 3 39 40 0 * * n * y * -CLERIC_STICKS_TO_SNAKES 4 6 7 0 * * n * y * -CLERIC_HEROISM 4 9 10 0 * * n * y * -CLERIC_REPEL_INSECTS 4 25 26 0 * * n * y * -CLERIC_ICE_STORM 4 * 41 0 * * n * y * -CLERIC_LIGHTNING_STORM 5 11 12 0 * * dd mh#lstrm y * -CLERIC_INFERNO 5 17 18 0 * * n * y * -CLERIC_BREAK_ENCHANTMENT 5 23 24 0 * mh#prs53 n * y * -CLERIC_HALLOW 5 33 34 0 * * n * y * -CLERIC_UNHALLOW 5 35 36 0 * * n * y * -CLERIC_SUPERHEROISM 6 13 14 0 * * n * y fear,level_drain -CLERIC_CELESTIAL_PROTECTION 6 15 16 0 * * n * y poison,disease" -"1f9cd3facf9eedc8ed3c5abfa41fd7d58e39a5c9","cls_feat_sdthf.2DA",".2da","2-Dimensional Array","2DA V2.0 - - FeatLabel FeatIndex List GrantedOnLevel OnMenu -0 FEAT_SHADOWTHIEFAMN_SNEAK_ATTACK_1 1562 3 1 0 -1 FEAT_SHADOWTHIEFAMN_SNEAK_ATTACK_2 1563 3 3 0 -2 FEAT_SHADOWTHIEFAMN_SNEAK_ATTACK_3 1564 3 5 0 -3 FEAT_DOUBLESPEAK 1565 3 1 0 -4 UncannyDodge1 195 3 2 0 -5 FEAT_SHADOWTHIEFAMN_REPUTATION 1566 3 3 0 -6 FEAT_IMPROVED_UNCANNY_DODGE 1394 3 5 0 -7 FEAT_ALERTNESS 0 1 -1 0 -8 FEAT_BLIND_FIGHT 408 1 -1 0 -9 FEAT_COMBAT_EXPERTISE 389 1 -1 0 -10 FEAT_FEINT 1098 1 -1 0 -11 FEAT_LIGHTNING_REFLEXES 24 1 -1 0 -12 FEAT_NIMBLE_FINGERS 1110 1 -1 0 -13 FEAT_SKILL_FOCUS_CONCENTRATION 173 1 -1 0 -14 FEAT_SKILL_FOCUS_DISABLE_TRAP 174 1 -1 0 -15 FEAT_SKILL_FOCUS_DISCIPLINE 175 1 -1 0 -16 FEAT_SKILL_FOCUS_HEAL 177 1 -1 0 -17 FEAT_SKILL_FOCUS_HIDE 178 1 -1 0 -18 FEAT_SKILL_FOCUS_LISTEN 179 1 -1 0 -19 FEAT_SKILL_FOCUS_LORE 180 1 -1 0 -20 FEAT_SKILL_FOCUS_MOVE_SILENTLY 181 1 -1 0 -21 FEAT_SKILL_FOCUS_OPENLOCK 182 1 -1 0 -22 FEAT_SKILL_FOCUS_PARRY 183 1 -1 0 -23 FEAT_SKILL_FOCUS_PERFORM 184 1 -1 0 -24 FEAT_SKILL_FOCUS_DIPLOM" -"0d8ad2ada95522fda04f21190cb848b7e8b5ffc1","SearchBox.4dm",".4dm","4D"," // CIM_Principal.Subformulario() - // Por: Alberto Bachler Klein: 21-10-15, 09:41:36 - // --------------------------------------------- - // - // - // --------------------------------------------- -C_LONGINT:C283($i;$l_evento;$l_Glass) -C_POINTER:C301($y_materiaRelacionada;$y_search;$y_tipoRelacion) -C_TEXT:C284($t_Texto;$t_textoEditado) - -ARRAY TEXT:C222($at_Palabras;0) - -$y_tipoRelacion:=OBJECT Get pointer:C1124(Object named:K67:5;""tipoReferencia"") -$y_materiaRelacionada:=OBJECT Get pointer:C1124(Object named:K67:5;""materiaRelacionada"") - -$l_evento:=SearchBox_FormEvent (OBJECT Get name:C1087(Object current:K67:2)) -SearchBox_EnableButton (OBJECT Get name:C1087(Object current:K67:2);True:C214) - -Case of - : ($l_evento=On Data Change:K2:15) - SearchBox_EnableButton (OBJECT Get name:C1087(Object current:K67:2);True:C214) - $t_Texto:=(OBJECT Get pointer:C1124(Object named:K67:5;""SearchBox""))-> - $y_search:=OBJECT Get pointer:C1124(Object named:K67:5;""SearchPicker"") - $t_textoEditado:=""@""+Get " -"1c62b80c49cb54d6349e69881fb64caeef86094f","ACT_VerificaScript.4dm",".4dm","4D","//%attributes = {} - //ACT_VerificaScript - -C_TEXT:C284($1;$0) -C_LONGINT:C283($i;$pos) -C_TEXT:C284($t_NuevaVariable;$t_script;$t_VariableAntigua) - -ARRAY TEXT:C222($at_script;0) - -$t_script:=$1 -AT_Text2Array (->$at_script;$t_script;""\r"") - -For ($i;1;Size of array:C274($at_script)) - Case of - : ($at_script{$i}=""@SET QUERY DESTINATION@"") - $pos:=Position:C15(""Into variable"";$at_script{$i}) - If ($pos#0) - $at_script{$i}:=Replace string:C233($at_script{$i};""\r"";"""") - $at_script{$i}:=Replace string:C233($at_script{$i};Char:C90(10);"""") - $t_VariableAntigua:=ST_GetWord ($at_script{$i};2;"";"") - $t_VariableAntigua:=Replace string:C233($t_VariableAntigua;"")"";"""") - $t_NuevaVariable:=Replace string:C233($t_VariableAntigua;""$"";""vl_"") - $t_script:=Replace string:C233($t_script;$t_VariableAntigua;$t_NuevaVariable) - End if - End case -End for - -$0:=$t_script - -" -"12d2ba75d9c150fb97c32c035e1c39d432603f52","XCR_ObtieneDatosPeriodoActual.4dm",".4dm","4D","//%attributes = {} - //XCR_ObtieneDatosPeriodoActual - -C_LONGINT:C283($periodo;$1) - -If (Count parameters:C259=1) - $periodo:=$1 -Else - $periodo:=PERIODOS_PeriodosActuales (Current date:C33(*);True:C214) -End if + SPELL ACTION STR_ON STR_OFF STR_FAIL AOESPELL REPEAT_MSG +NONE * * 0 0 0 0 0 +BARDSONG BARDSONG BattleSong -1 -1 -1 1 1 +DETECTTRAPS FINDTRAP FindTraps -1 -1 -1 0 0 +STEALTH SNEAK Hide 19944 4188 17120 0 0 +TURNUNDEAD TURN Turn -1 -1 -1 1 1 +","54","1.125","0.0","0.0" +"003e4954c6b7a9ad8861bfcd8acb82909e423eed","RACETHAC.2DA",".2da","2-Dimensional Array","2DA V1.0 +0 + LABEL HUMAN DWARF ELF GNOME HALF_ELF HALFLING HALFORC +89 BASTARDSWORD 0 0 0 0 0 0 0 +90 LONGSWORD 0 0 2 0 0 0 0 +91 SHORTSWORD 0 0 2 0 0 0 0 +92 AXE 0 2 0 0 0 ","54","1.125","0.0","0.0" +"0028a94fe6841d93fd626eb853bb3107c4563626","firstName.4dm",".4dm","4D","$evt:=Form event code:C388 +$animationTypes_ptr:=OBJECT Get pointer:C1124(Object named:K67:5;""animationTypes"") Case of - : ($periodo=1) - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion1:54:=[Alumnos_Actividades:28]Periodo1_Evaluación1:15 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion2:55:=[Alumnos_Actividades:28]Periodo1_Evaluación2:16 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion3:56:=[Alumnos_Actividades:28]Periodo1_Evaluación3:17 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion4:57:=[Alumnos_Actividades:28]Periodo1_Evaluación4:18 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion5:58:=[Alumnos_Actividades:28]Periodo1_Evaluación5:19 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion6:59:=[Alumnos_Actividades:28]Periodo1_Evaluación6:20 - [Alumnos_Actividades:28]Periodo_Actual_Evaluacion_Final:60:=[Alumnos_Actividades:28]Evaluación_Final_P1:7 - [Alumnos_Actividades:28]P" -"20e12d54180ec71604fa00e34dcc360594d30bfc","4DInfoReports_StartOnServer.4dm",".4dm","4D","//%attributes = {""executedOnServer"":true} - // 4DInfoReports_StartOnServer() - // Por: Alberto Bachler Klein: 19-10-15, 11:09:03 - // --------------------------------------------- - // - // - // --------------------------------------------- -C_BOOLEAN:C305($b_rutaOK) -C_TEXT:C284($t_encabezado;$t_rutaInformes) - -$t_rutaInformes:=SYS_GetServerProperty (XS_DataFileFolder)+""Reportes de ejecución""+Folder separator:K24:12 -If (Test path name:C476($t_rutaInformes)#Is a folder:K24:2) - SYS_CreaCarpetaServidor ($t_rutaInformes) -End if -EXECUTE METHOD:C1007(""aa4D_M_Folder_Rep_SetPath_local"";$b_rutaOK;->$t_rutaInformes) -If ($b_rutaOK) - //EXECUTE METHOD(""aa4D_NP_Util_CreateReport"";*;0) - $t_encabezado:=""Estos son los reportes de la BD que está abierta"" - EXECUTE METHOD:C1007(""aa4D_NP_Schedule_Reports_Server"";*;5;0;->$t_encabezado;-1) -End if " -"05bb3f0f4c90b478fd7918de97bb9d9d4ca4abd1","dbu_FijaIndicadoresAprendizaje.4dm",".4dm","4D","//%attributes = {} - // Método: dbu_FijaIndicadoresAprendizaje - //---------------------------------------------- - // Usuario (OS): Alberto Bachler - // Fecha: 15/10/09, 20:34:39 - // --------------------------------------------- - // Descripción: - // - // Parámetros: - // - //---------------------------------------------- - // Declaraciones e inicializaciones -C_LONGINT:C283($i) - - // Código principal -QUERY:C277([Alumnos_EvaluacionAprendizajes:203];[Alumnos_EvaluacionAprendizajes:203]Año:77=<>gYear) -ARRAY LONGINT:C221($aRecNums;0) -LONGINT ARRAY FROM SELECTION:C647([Alumnos_EvaluacionAprendizajes:203];$aRecNums;"""") -$l_ProgressProcID:=IT_Progress (1;0;$l_ProgressProcID;__ (""Asignando descripción de indicadores..."")) - -For ($i;1;Size of array:C274($aRecNums)) - $l_ProgressProcID:=IT_Progress (0;$l_ProgressProcID;$i/Size of array:C274($aRecNums)) - - READ WRITE:C146([Alumnos_EvaluacionAprendizajes:203]) - GOTO RECORD:C242([Alumnos_EvaluacionAprendizajes:203];$aRecNums{$i}) - Case of - : (" -"212b9f012324500b89334adbac4d514849b72ee0","zcl_wasm_memory.clas.testclasses.abap",".abap","ABAP"," -CLASS ltcl_test DEFINITION FOR TESTING DURATION SHORT RISK LEVEL HARMLESS FINAL. - - PRIVATE SECTION. - METHODS: test FOR TESTING. + : ($evt=On Load:K2:1) + Form:C1466.firstNameLabel:=New Animation + Form:C1466.firstNameLabel.target:=""firstName"" + Form:C1466.firstNameLabel.fontSize:=11 + Form:C1466.firstNameLabel.offset:=-5 + Form:C1466.firstNameLabel.formPath:=""firstName"" +End case -ENDCLASS. +Form:C1466.firstNameLabel.duration:=Form:C1466.duration +Form:C1466.firstNameLabel.animationType:=$animationTypes_ptr->{$animationTypes_ptr->} +Form:C1466.firstNameLabel.floatingLabel()","73","1.0","0.0","0.0" +"070fbe4076c18985d4c76b75ef47f69a0777d97b","bDel.4dm",".4dm","4D","C_TEXT:C284($varName) +C_LONGINT:C283($table;$field) -CLASS ltcl_test IMPLEMENTATION. +RESOLVE POINTER:C394(Focus object:C278;$varName;$table;$field) - METHOD test. - - DATA(lo_memory) = NEW zcl_wasm_memory( ). - - cl_abap_unit_assert=>assert_equals( - act = lo_memory->stack_length( ) - exp = 0 ). - - lo_memory->stack_push( NEW zcl_wasm_i32( 2 ) ). - - cl_abap_unit_assert=>assert_equals( - act = lo_memory->stack_length( ) - exp = 1 ). - - lo_memory->stack_pop( ). - - cl_abap_unit_assert=>assert_equals( - act = lo_memory->stack_length( ) - exp = 0 ). - - ENDMETHOD. - -ENDCLASS. -" -"1c6633c4057b20121d7e703211f915c271154d8b","zcl_abapgit_file_status.clas.abap",".abap","ABAP","CLASS zcl_abapgit_file_status DEFINITION - PUBLIC - FINAL - CREATE PUBLIC . - - PUBLIC SECTION. - - CLASS-METHODS status - IMPORTING io_repo TYPE REF TO zcl_abapgit_repo - io_log TYPE REF TO zcl_abapgit_log OPTIONAL - RETURNING VALUE(rt_results) TYPE zif_abapgit_definitions=>ty_results_tt - RAISING zcx_abapgit_exception. +Case of + : ($varName=""lbElectivas"") + DELETE FROM ARRAY:C228(aPEAsgName;aPEAsgName) + + : ($varName=""lbObligatorias"") + DELETE FROM ARRAY:C228(aPCAsgName;aPCAsgName) + +End case - PRIVATE SECTION. +","73","1.0","0.0","0.0" +"1ec51a40e520a2a9d0f2e4d747167b227c80ee9d","opcionesEnfermeria1.4dm",".4dm","4D","SN3_SetCheckByChecks (->cb_PublicarEnfermeria;""|"";->cb_PublicarVisitas;->cb_PublicarCM)","73","1.0","0.0","0.0" +"00f4dadc29d5a6e89e2739110e90d63e719fe2ad","RM_RefNClosed.4dm",".4dm","4D","//%attributes = {""publishedWeb"":true} + //G-Proc: RM_RefNClosed; RM stands for Reporting Month. + + // Status = ""Referred"" or ""Direct Assistance"" + + // + +C_LONGINT:C283($Insert) +C_TEXT:C284($1) +Case of + : ($1=""A"") + vAInt:=vAInt+1 + vARef:=vARef+1 + vAClosed:=vAClosed+1 + : (($1=""C"") | ($1=""V"")) // COMBINE VOM W/COMMUNITY + + vCInt:=vCInt+1 + vCRef:=vCRef+1 + vCClosed:=vCClosed+1 + : ($1=""F"") + vFInt:=vFInt+1 + vFRef:=vFRef+1 + vFClosed:=vFClosed+1 + : ($1=""J"") + vJInt:=vJInt+1 + vJRef:=vJRef+1 + vJClosed:=vJClosed+1 + : ($1=""L"") + vLInt:=vLInt+1 + vLRef:=vLRef+1 + vLClosed:=vLClosed+1 + : ($1=""T"") // TRUANT - 12/2003 + + vTInt:=vTInt+1 + vTRef:=vTRef+1 + vTClosed:=vTClosed+1 + : ($1=""N"") //LTC + + vMInt:=vMInt+1 + vMRef:=vMRef+1 + vMClosed:=vMClosed+1 + // : ($1=""S"") + + // vSInt:=vSInt+1 + + // vSRef:=vSRef+1 + + //vSClosed:=vSClosed+1 ` 3/97 - ZERO SPECIAL ED + + : ($1=""P"") + vPInt:=vPInt+1 + ","73","1.0","0.0","0.0" +"0a6504444fa3357505dcfbbc321b598f930fca2b","REGEX_SubstituteText.4dm",".4dm","4D","//%attributes = {""invisible"":true,""preemptive"":""capable"",""published4DMobile"":{""scope"":""none""},""publishedSoap"":false,""publishedWeb"":false,""publishedWsdl"":false,""shared"":false,""publishedSql"":false,""executedOnServer"":false} + // ---------------------------------------------------- + // Method : REGEX_SubstituteText + // Created 28/09/07 by Vincent + // ---------------------------------------------------- + // Description + // Alias ""REGEX_SubstituteText"" + // ---------------------------------------------------- + // Paramètres + //$1 = Regular expression + //$2 = Replacement text + //$3 = Target text + //$4 = Regular expression flags + //$0 = Error result + // ---------------------------------------------------- +C_LONGINT:C283($0) +C_TEXT:C284($1) +C_TEXT:C284($2) +C_POINTER:C301($3) +C_LONGINT:C283($4) + +C_BOOLEAN:C305($Boo_OK) +C_LONGINT:C283($Lon_i;$Lon_Index;$Lon_Options;$Lon_Parameters;$Lon_Size;$Lon_Start) +C_TEXT:C284($Txt_Buffer;$Txt_Error_Method;$Txt_Pattern;$Txt_Replacement;$Txt_Target","73","1.0","0.0","0.0" +"17f6c3e51e7034f95413be69dd628b5d30a0cf1d","ydklist.fugr.ydk_list_for_instance.abap",".abap","ABAP","FUNCTION ydk_list_for_instance. +*""---------------------------------------------------------------------- +*""*""Local Interface: +*"" IMPORTING +*"" REFERENCE(INSTANCE) TYPE REF TO OBJECT +*"" REFERENCE(METHOD) TYPE CLIKE +*"" REFERENCE(COL) DEFAULT 5 +*"" REFERENCE(ROW) DEFAULT 5 +*"" REFERENCE(WIDTH) OPTIONAL +*"" REFERENCE(HEIGHT) OPTIONAL +*"" REFERENCE(PARAMS) TYPE YDK_LIST=>TY_PARAM_TAB OPTIONAL +*"" EXCEPTIONS +*"" CANCEL +*""---------------------------------------------------------------------- + + DATA: rcol TYPE i. + DATA: brow TYPE i. + + DATA: linstance TYPE REF TO object. + DATA: lmethod TYPE string. + FIELD-SYMBOLS TYPE ydk_list=>ty_param_tab. + + DATA: lcall_mode TYPE c. + DATA: subrc LIKE sy-subrc. + + CLEAR exit_dlg. + + linstance = rinstance. + lmethod = rmethod. + IF IS ASSIGNED. + ASSIGN TO . + UNASSIGN . + ENDIF. + lcall_mode = gcall_mode. + + rinstance = instance. + rmethod = method. + IF params IS","215","1.0804020100502512","0.0","0.0" +"1354e7e489ec0457c1d5084ccaae9cf21dd62aab","ZTPPVM_BK_W.abap",".abap","ABAP","*&-------------------------------------------------------------* +*& Report ZTPPVM_BK_W +*&-------------------------------------------------------------* +*System name : HMI SYSTEM +*Sub system name : ARCHIVE +*Program name : Archiving : ZTPPVM_BK (Write) +*Program descrition : Generated automatically by the ZHACR00800 +*Created on : 20130521 Created by : T00302 +*Changed on : Changed by : +*Changed descrition : +*""-------------------------------------------------------------* +REPORT ZTPPVM_BK_W . + +***** Include TOP +INCLUDE ZTPPVM_BK_T . + +***** Selection screen. +SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-001. +*SELECT-OPTIONS S_K04PDA FOR ZTPPVM_BK-K04PDAT. +*SELECT-OPTIONS S_K04PLN FOR ZTPPVM_BK-K04PLN. +*SELECT-OPTIONS S_K04SER FOR ZTPPVM_BK-K04SER. +SELECT-OPTIONS S_ZEDAT FOR ZTPPVM_BK-ZEDAT. +SELECTION-SCREEN SKIP 1. +PARAMETERS: TESTRUN AS CHECKBOX, + CREATE DEFAULT 'X' AS CHECKBOX, + ","215","1.0804020100502512","0.0","0.0" +"06c874237bc96bf0c30f7378235f763217db5e58","mdemo_transactiontop.prog.abap",".abap","ABAP","*----------------------------------------------------------------------* +* INCLUDE MTZ10TOP * +*----------------------------------------------------------------------* +PROGRAM sapmdemo_transaction. +TABLES spfli. + +DATA ok_code(4) TYPE c. + +DATA spfli_wa TYPE SPFLI. +","215","1.0804020100502512","0.0","0.0" +"069e4b4a3ba2d9a2760f3d6f26c52aabccdb873d","zimgpath.enho.ade2e79d.abap",".abap","ABAP","""Name: \PR:SAPLSHI01\FO:HANDLE_MENU_SELECT\SE:BEGIN\EI +ENHANCEMENT 0 ZIMGPATH. + CASE g_fcode. + WHEN 'ZZSHOWPATH'. + + DATA: BEGIN OF zz, + lv_nodekey TYPE tv_nodekey , + le_item TYPE shi_item, + le_node TYPE treev_node, + lv_relatkey TYPE tv_nodekey, + lv_relatship_ant TYPE int4, + html TYPE string, + END OF zz. + + CHECK g_tree_data->tree IS NOT INITIAL. + + READ TABLE g_tree_data->nodes INTO zz-le_node WITH KEY node_key = g_tree_data->node_key . + CHECK sy-subrc = 0. + + READ TABLE g_tree_data->items INTO zz-le_item + WITH KEY + node_key = g_tree_data->node_key + item_name = 'TEXT'. + CHECK sy-subrc = 0. + + zz-html = |{ escape( val = zz-le_item-text format = cl_abap_format=>e_html_text ) }|. + + zz-lv_relatkey = zz-le_node-relatkey. + zz-lv_relatship_ant = zz-le_node-relatship. + + WHILE zz-lv_relatkey IS NOT INITIAL. + + ","215","1.0804020100502512","0.0","0.0" +"04b064b37621b363d0a3cf8fb2d96a8eb0f89f3e","zatr_user.fugr.zatr_territory_budget.abap",".abap","ABAP","FUNCTION ZATR_TERRITORY_BUDGET . +*""---------------------------------------------------------------------- +*""*""Local Interface: +*"" IMPORTING +*"" VALUE(IMUSER_TYPE) TYPE ZATR_USER_M-USER_TYPE OPTIONAL +*"" VALUE(IMUSER_ID) TYPE ZATR_USER_M-USER_ID OPTIONAL +*"" VALUE(IMGJAHR) TYPE ZSD_BDG_T-GJAHR OPTIONAL +*"" VALUE(IMSPART) TYPE ZSD_BDG_T-SPART OPTIONAL +*"" EXPORTING +*"" VALUE(STS) TYPE STRING +*"" TABLES +*"" TAB_TERRITORY_BDG_DET STRUCTURE ZATR_STRUC_BUDGET OPTIONAL +*""---------------------------------------------------------------------- + + TYPES : BEGIN OF TY_MARA, + MATNR TYPE MARA-MATNR, + MATKL TYPE MARA-MATKL, + EXTWG TYPE MARA-EXTWG, + END OF TY_MARA. + + DATA : GT_USER TYPE TABLE OF ZATR_USER_TMAP, + GT_ZSD_BDG_T TYPE TABLE OF ZSD_BDG_T, + GT_TAB TYPE TABLE OF ZATR_STRUC_BUDGET, + GT_MARA TYPE TABLE OF TY_MARA, + + GS_USER LIKE LINE OF GT_USER, + GS_ZSD_BDG_T LIKE LINE OF ","215","1.0804020100502512","0.0","0.0" +"0dd51703f407bcebff0244a11ca8cfbdf757e0d1","grid31.0-44.0-32.0-45.0.asc",".asc","AGS Script","ncols 200 +nrows 200 +xllcorner 31.0 +yllcorner 44.0 +cellsize 0.005 +NODATA_value -9999.0 + +301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 203 203 203 203 203 203 203 203 203 203 203 203 203 203 221 221 221 221 221 221 221 221 221 221 221 221 221 221 221 221 221 222 223 223 223 224 224 225 225 226 226 226 227 227 228 228 228 229 229 229 230 230 230 230 231 231 231 232 232 232 232 229 229 229 229 230 230 230 230 231 231 231 231 231 232 232 232 232 232 233 233 233 233 233 233 234 234 234 234 234 234 234 235 235 235 235 235 235 235 235 236 236 236 236 236 236 236 236 236 237 237 248 248 248 248 248 248 248 248 248 249 249 249 249 249 250 250 250 251 251 251 252 252 252 253 253 253 254 254 254 254 256 256 256 257 257 257 257 257 258 258 258 258 259 259 259 259 259 260 260 260 260 260 261 +301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 301 3","605","0.9166666666666666","0.0","0.0" +"00d41980f3d34d6f3d969d831a5d83be0759aab9","B1952+29_hkk98_4850.epn.asc",".asc","AGS Script","Stokes I Q U V + Time (s) Data... + 0.0008332 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.0016664 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00249959994 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.0033328 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00416600006 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00499919988 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00583240017 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.0066656 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00749880029 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00833200011 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.0091652004 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.00999839976 -2.25355634E-05 -5.34016272E-06 -2.89423883E-06 -5.7967336E-06 + 0.0108316001 -2.2535","605","0.9166666666666666","0.0","0.0" +"20d617526dd98294d21f6b2f40271f8b26fed3d9","psiliqL0021N0001.asc",".asc","AGS Script","ncols 104 +nrows 10 +xllcorner -2.000000 +yllcorner 0.000000 +cellsize 1.000000 +NODATA_value -9999.0 +-9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -9999.000 -99","605","0.9166666666666666","0.0","0.0" +"0e44ef5c8b2c5af241150f4e53b16da0471f9a4c","NB14.asc",".asc","AGS Script","ncols 200 +nrows 200 +xllcorner 110000 +yllcorner 940000 +cellsize 50 +-1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6 -1.6","605","0.9166666666666666","0.0","0.0" +"04db358a204b3429377ad5b6074c0425306b3f4a","2016010218_Pres.asc",".asc","AGS Script","ncols 4 +nrows 5 +xllcorner -1210458.76443 +yllcorner 4504093.75781 +cellsize 50996.6881218 +25.2268 24.9433 24.2014 23.3638 +25.1012 24.8436 24.106 23.3425 +24.9898 24.6376 23.6701 23.3625 +24.4035 24.1285 23.674 23.2129 +24.2756 23.7698 23.5373 23.5121 +","605","0.9166666666666666","0.0","0.0" +"1c9a9a13a3af2ea89b412cc28180e87c77b51a22","n2e_d.ash",".ash","AGS Script","; n2e_d.ash -- NRV2E decompression in 68000 assembly +; +; This file is part of the UCL data compression library. +; +; Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer +; All Rights Reserved. +; +; The UCL library 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 of +; the License, or (at your option) any later version. +; +; The UCL library is distributed in the hope that it will be useful, +; but WITHOUT ANY WARRANTY; without even the implied warranty of +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; GNU General Public License for more details. +; +; You should have received a copy of the GNU General Public License +; along with the UCL library; see the file COPYING. +; If not, write to the Free Software Foundation, Inc., +; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +; +; Markus F.X.J. Oberhumer +; +; http:/","19","0.02878787878787879","0.0","0.0" +"0078358bde48f54099248c9607cf30e7397157dc","yz_L09_Q_topping.ash",".ash","AGS Script","import ""quests/council/yz_L09_SQ_bridge.ash""; +import ""quests/council/yz_L09_SQ_oilpeak.ash""; +import ""quests/council/yz_L09_SQ_aboo.ash""; +import ""quests/council/yz_L09_SQ_twin.ash""; - CLASS-METHODS: - calculate_status - IMPORTING iv_devclass TYPE devclass - io_dot TYPE REF TO zcl_abapgit_dot_abapgit - it_local TYPE zif_abapgit_definitions=>ty_files_item_tt - it_remote TYPE zif_abapgit_definitions=>ty_files_tt - it_cur_state TYPE zif_abapgit_definitions=>ty_file_signatures_tt - RETURNING VALUE(rt_results) TYPE zif_abapgit_definitions=>ty_results_tt - RAISING zcx_abapgit_exception, - run_checks - IMPORTING io_log TYPE REF TO zcl_abapgit_log" -"1135fd5d8a710d46741a3255ef24d6ea53af6d39","zgoogle_demo_download_gsheet.prog.abap",".abap","ABAP","*&---------------------------------------------------------------------* -*& Report ZGOOGLE_DEMO_DOWNLAD_TABLE -*&---------------------------------------------------------------------* -*& Download the cell valu content of a google spreadsheet link to copy -*& into a database table -*& p_url: Spreadsheeet link that must contain a table -*& p_range: Range of cells to read the header row from the spreadsheet -*& p_head: Range of cells to read the value rows the the spreadsheet -*& -*&---------------------------------------------------------------------* -REPORT zgoogle_demo_download_gsheet. -""i.e. spreadsheet -*https://docs.google.com/spreadsheets/d/15iWsHbq7Y6JK1RTZD0EGkmxjB_L1u_WXdbiJp9y2rlI/edit#gid=0 +int twinpeak_progress() +{ + int peak = get_property(""twinPeakProgress"").to_int(); + int progress = 0; + if(bit_flag(peak, 0)) + progress += 1; // 4 Stench Resistance + if(bit_flag(peak, 1)) + progress += 1; // +50% Item Drop + if(bit_flag(peak, 2)) + progress += 1; // Jar of Oil + if(bit_flag(peak, 3)) + progress += 1; // +40% initiative -DATA: lv_spreadsheet_id TYPE string, - lt_range_read TYPE zgsheet_string_tt. + return progress; +} +void L09_Q_topping_progress() +{ + if (!quest_active(""questL09Topping"")) return; + int bridge = to_int(get_property(""chasmBridgeProgress"")); + if (bridge < 30) + { + progress(bridge, 30, ""bridge progress""); + return; + } -SELECTION-SCREEN: BEGIN OF BLOCK bl1 WITH FRAME TITLE TEXT-001. + float oil = to_float(get_property(""oilPeakProgress"")); + if (oil > 0) + progress(310.66 - oil, 310.66, wrap($location[oil peak]) + "" pressure""); -SELECTION-SCREEN BEGIN OF LINE. -SELECTION-SCREEN COMMENT (16) TEXT-002. -SELECTION-SCREEN END OF LINE. + int boo = to_int(get_property(""booPeakProgress"")); + if (boo > 0) +","19","0.02878787878787879","0.0","0.0" +"0b0b7200308efc375d789e293c7075835023db2c","test_string_template.ash",".ash","AGS Script","string what_do_I_now_know() +{ + return ""my ABC""; +} -SELECTION-SCREEN BEGIN OF LINE. -PARAMETE" -"2d75a17f15947ffe5d1951a04e46c36bccafb6f6","zcl_abapgit_object_ectd.clas.abap",".abap","ABAP","CLASS zcl_abapgit_object_ectd DEFINITION - PUBLIC - INHERITING FROM zcl_abapgit_objects_super - FINAL - CREATE PUBLIC . +String when = ""Now""; +string who = 'I'; - PUBLIC SECTION. +print( - INTERFACES zif_abapgit_object . + `{//Comment + when - ALIASES mo_files - FOR zif_abapgit_object~mo_files . + } { + who + } {false?""knew"":true?""know"":""knee""}\ + - METHODS: - constructor - IMPORTING - !is_item TYPE zif_abapgit_definitions=>ty_item - !iv_language TYPE spras . + ` - PRIVATE SECTION. - TYPES: BEGIN OF ty_last_changed, - luser TYPE xubname, - ldate TYPE datum, - ltime TYPE uzeit, - END OF ty_last_changed. - - CONSTANTS: - co_default_version TYPE etobj_ver VALUE '1' ##NO_TEXT, - BEGIN OF co_name, - version TYPE string VALUE 'VERSION' ##NO_TEXT, - versions TYPE string VALUE 'VERSIONS' ##NO_TEXT, - END OF co_name. - - DATA: - mv_object_name TYPE etobj_name. - - METHODS: - clear_attributes - CHANGING - ci_document TYPE REF TO if_ixml_document, - - clear_elements - CHANGIN" -"0cb1401c5b91c11babc3fee21a531b9e9e9d368b","ZRSD13R_NON_DEA_ALL_ST_F01.abap",".abap","ABAP","*----------------------------------------------------------------------* -***INCLUDE ZRSD13R_NON_DEA_ALL_ST_F01 . -*----------------------------------------------------------------------* -*&---------------------------------------------------------------------* -*& Form READ_DATA -*&---------------------------------------------------------------------* -FORM READ_DATA. - PERFORM GET_ATINN USING 'P_RP_STATUS'. - - SELECT * - INTO TABLE IT_AUSP - FROM AUSP - WHERE OBJEK IN ( SELECT OBJEK - FROM AUSP - WHERE ATINN = W_ATINN - AND KLART = '002' - AND ATWRT IN ('19', ""C/GATE - '20', ""UNDER BODY COA - '21', ""DEALER ALLO - '22', ""VPC IN - '23', ""VPC OUT - " -"187cf0594c95191dabf014a818a2b6c05595f5e0","2017-05-25_10-30-00.asc",".asc","AGS Script","ncols 139 -nrows 120 -xllcorner 397074.0 -yllcorner 474875.0 -cellsize 250.0 -NODATA_value -9 --9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 --9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 --9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 -9 " -"150ec7bf572283f05ece374126642bbb7873461c","1990.asc",".asc","AGS Script"," 1 1 1 126566 50690 - 1 2 1 105085 70922 - 1 3 0 90772 83440 - 1 4 -1 32352 105682 - 1 5 0 85803 93912 - 1 6 -1 48628 141105 - 2 1 0 167623 110836 - 2 2 -1 116798 121704 - 3 1 -1 43611 150748 - 3 2 1 134152 0 - 3 3 1 150992 0 - 3 4 1 143473 75454 - 3 5 1 110232 101017 - 3 6 1 149284 80177 - 3 7 1 155380 0 - 3 8 1 125479 39310 - 3 9 1 124534 0 - 3 10 1 137805 120217 - 3 11 1 145480 0 - 4 1 0 66176 81684 - 4 2 -1 74829 67063 - 5 1 -1 73131 89963 - 5 2 0 108818 74953 - 6 98 -1 -9 -9 - 11 98 1 116274 58037 - 12 1 0 73522 57801 - 12 2 1 98734 0 - 12 3 1 77709 73451 - 12 4 -1 55454 101508 - 12 5 -1 35010 118101 - 12 6 1 63696 58209 - 12 7 -1 31114 100274 - 12 8 1 55212 0 - 12 9 1 82736 59759 - 12 10 1 42616 9072 - 12 11 -1 47782 95198 - 12 12 0 52498 108173 - 12 13 -1 68286 100537 - 12 14 1 " -"2ae5be7b79e3d4aad6f30f3441930fcde502421a","TL0002N0051.asc",".asc","AGS Script","ncols 8 -nrows 11 -xllcorner 641250.000000 -yllcorner 5005750.000000 -cellsize 500.000000 -NODATA_value -9999.0 --9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 --9999.0 -9999.0 -9999.0 -9999.0 4.414297 -9999.0 -9999.0 -9999.0 --9999.0 -9999.0 4.693606 4.571099 4.458440 4.361418 -9999.0 -9999.0 --9999.0 -9999.0 4.823306 4.737889 4.547151 4.452729 -9999.0 -9999.0 --9999.0 4.848571 4.915534 4.879969 4.687743 4.593245 -9999.0 -9999.0 --9999.0 4.858295 4.884271 4.880097 4.857961 4.864370 -9999.0 -9999.0 --9999.0 4.915093 4.958435 5.004399 5.109713 5.155467 -9999.0 -9999.0 --9999.0 5.015153 5.052406 5.262808 5.324618 5.369994 -9999.0 -9999.0 --9999.0 5.152379 5.235292 5.406582 5.464042 5.508016 -9999.0 -9999.0 --9999.0 -9999.0 -9999.0 5.400481 5.454381 5.478992 -9999.0 -9999.0 --9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0" -"1cbbd13687a86308990adc2cf8a69f58eed8b8b8","psiL0003N1223.asc",".asc","AGS Script","ncols 63 -nrows 48 -xllcorner 598000.000000 -yllcorner 5145000.000000 -cellsize 1000.000000 -NODATA_value -9999.0 --9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 --9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -156.337070 -419.125173 -49.611459 -184.950338 -202.853442 566.774888 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0 -9999.0" -"28adf9ccc472a54fa530218f4c05c73711028136","PredictionLabel.asc",".asc","AGS Script","Version 4 -SHEET 1 880 680 -FLAG 80 240 0 -FLAG 80 160 StartTest -SYMBOL voltage 80 144 R0 -WINDOW 123 0 0 Left 2 -WINDOW 39 0 0 Left 2 -SYMATTR InstName V1 -SYMATTR Value PULSE(0 12 0 .01 .01 7.172 8.172 1) -" -"239810989eaa12780e8d8af5e43688119380ef58","P.MUNUSAMY.ash",".ash","AGS Script","P.MUNUSAMY Dec 16 1952, 06:25:00 AMErode 77.4411.22IST" -"33361b0d68c2d0793858e0f39b16c562d94932e9","autoexec.ash",".ash","AGS Script","t app appmode video -sleep 1 -t app button shutter PR -sleep X -t app button shutter PR -sleep 1 -t app button power P -sleep 2 -t app button power R" -"2d39a3b3d7787ebf19d65ef482d530e5cbb629d2","autoexec.ash",".ash","AGS Script","##buzzer on on boot means autoexec.ash executed -#set buzzer volume 1-150 -t pwm 1 set_level 150 -t pwm 1 enable -sleep 2 -t pwm 1 disable - -#Set file size limit to 4GB: -writew 0xC03AB5A8 0x2004 - -#Bitrate a 40Mbs para todas las resoluciones set 35Mb bitrate for all resolutions -#1280x720 24fps -writew 0xC05C95D2 0x4220 -#1280x720 30fps -writew 0xC05C9182 0x4220 -#1280x720 48fps -writew 0xC05C95A2 0x4220 -#1280x720 60fps -writew 0xC05C9122 0x4220 -#1280x720 120fps -writew 0xC05C9812 0x4220 -#1280x960 24fps -writew 0xC05C9572 0x4220 -#1280x960 30fps -writew 0xC05C92A2 0x4220 -#1280x960 48fps -writew 0xC05C9542 0x4220 -#1280x960 60fps -writew 0xC05C9272 0x4220 -#1600x1200 24fps -writew 0xC05C9512 0x4220 -#1600x1200 30fps -writew 0xC05C90C2 0x4220 -#1600x1200 48fps -writew 0xC05C94E2 0x4220 -#1600x1200 60fps -writew 0xC05C9092 0x4220 -#1920x1080 24fps -writew 0xC05C9482 0x4220 -#1920x1080 30fps -writew 0xC05C8F72 0x4220 -#1920x1080 48fps -writew 0xC05C9452 0x4220 -#1920x1080 60fps -wri" -"1c767eaee179caaa27d6f3f1a4b37e9e2c262e34","fertilizer.ash",".ash","AGS Script","script ""fertilizer.ash"" - -void main(int fertilizer) { - if ( fertilizer <= ($item[Poke-Gro fertilizer].item_amount())) - { - // Check to see if we are on Thanksgarden. Harvest and switch. - string gstatus = cli_execute(""garden""); - print(""GSTATUS: "" + gstatus); - // Ensure if we are starting with Thanksgarden we pick before we switch - if (contains_text(""cornucopias in it"" , gstatus)) - { - cli_execute(""garden pick""); - - } - else - { - print(""Need to start with Thanksgarden""); - cli_execute(""use packet of thanksgarden seeds""); - } - while( fertilizer > 0 ) - { - cli_execute(""use packet of tall grass seeds""); - cli_execute(""use Poke-Gro fertilizer""); - cli_execute(""use packet of thanksgarden seeds""); - buffer test = visit_url(""campground.php?action=garden""); - wait(1); - cli_execute(""garden pick""); - f" -"1719e75021010c4f3a2a1d90fa1512663f6be126","RameshBabu Matching.ash",".ash","AGS Script","Ramesh Babu MatchingFeb 9 1987, 05:15:02 AMTirunelveli 77.4408.43IST" -"0c0ec0a057ce39addece097e89b931f17388578a","IRingtonePlayer.aidl",".aidl","AIDL","/* - * Copyright (C) 2012 The Android Open Source Project - * - * 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 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an ""AS IS"" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + + -package android.media; + ` { what_do_I_now_know() + ""!"" }` -import android.media.AudioAttributes; -import android.media.VolumeShaper; -import android.net.Uri; -import android.os.ParcelFileDescriptor; -import android.os.UserHandle; +); +","19","0.02878787878787879","0.0","0.0" +"005053f117c3b95564cdf413d2bac3bc64135bab","IMPORT.ASH",".ash","AGS Script","xcall macro x + extrn x:near + call x + endm +","19","0.02878787878787879","0.0","0.0" +"0072120931416dfae39e3cbb3e609f1a24a1186e","ICompute.aidl",".aidl","AIDL","// ICompute.aidl +package com.haihua.testthree; + +// Declare any non-default types here with import statements + +interface ICompute { + int add(int a, int b); + int sub(int a, int b); +} +","158","0.8926553672316384","0.0","0.0" +"1e5c4d2ad36d9750a84aefcabdef9d2eb45ad0c5","IBluetoothA2dp.aidl",".aidl","AIDL","// IBluetoothA2dp.aidl +package android.bluetooth; + +// Declare any non-default types here with import statements + +interface IBluetoothA2dp { + boolean connectSink(in BluetoothDevice device); // Pre API 11 only + boolean disconnectSink(in BluetoothDevice device); // Pre API 11 only + boolean connect(in BluetoothDevice device); // API 11 and up only + boolean disconnect(in BluetoothDevice device); // API 11 and up only + boolean suspendSink(in BluetoothDevice device); // all + boolean resumeSink(in BluetoothDevice device); // all + BluetoothDevice[] getConnectedSinks(); // change to Set<> once AIDL supports, pre API 11 only + BluetoothDevice[] getNonDisconnectedSinks(); // change to Set<> once AIDL supports, + int getSinkState(in BluetoothDevice device); // pre API 11 only + int getConnectionState(in BluetoothDevice device); // API 11 and up + boolean setSinkPriority(in BluetoothDevice device, int priority); // Pre API 11 only + boolean setPriority(in BluetoothDe","158","0.8926553672316384","0.0","0.0" +"0eb3be1ccc60e3bc2964f48758011f4f487b92a1","INStreamService.aidl",".aidl","AIDL","package net.khhq.android.audio; + +interface INStreamService +{ + void start(String url); + String errors(); + void pause(); + void stop(); + int state(); +}","158","0.8926553672316384","0.0","0.0" +"0750a79e9168eb68b8665a7ec28a6516a0208023","IPackageManager.aidl",".aidl","AIDL","/* +** +** Copyright 2007, The Android Open Source Project +** +** 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 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an ""AS IS"" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ -/** - * @hide - */ -interface IRingtonePlayer { - /** Used for Ringtone.java playback */ - @UnsupportedAppUsage - oneway void play(IBinder token, in Uri uri, in AudioAttributes aa, flo" -"074491be7619f9a5300b0e1fe9fd29b57e707934","IBookListener.aidl",".aidl","AIDL","package com.intent.aidl; -import com.intent.aidl.Book; -interface IBookListener{ -void onNewBook(in Book book); -}" -"12d6b04e7d44a9218bc3749e581199ee6ed8f713","IMyServiceSetGetClass.aidl",".aidl","AIDL","package com.hxuehh.appCore.aidl; - -import com.hxuehh.appCore.aidl.BytesClassAidl; - -interface IMyServiceSetGetClass{ -BytesClassAidl getValue(int key); -BytesClassAidl putValue(in BytesClassAidl mBytesClassAidl); -BytesClassAidl getReMoveValue(int key,int meOrFile); -int getMemoryCacheSize(); -}" -"2b225727919ce7b800e5eba22aff355ee71b5a64","IOpenVPNAPIService.aidl",".aidl","AIDL","// IOpenVPNAPIService.aidl -package com.amdexa.openvpn.api; - -import com.amdexa.openvpn.api.APIVpnProfile; -import com.amdexa.openvpn.api.IOpenVPNStatusCallback; +package android.content.pm; +import android.content.ComponentName; import android.content.Intent; -import android.os.ParcelFileDescriptor; - -interface IOpenVPNAPIService { - List getProfiles(); - - void startProfile (String profileUUID); - - /** Use a profile with all certificates etc. embedded, - * old version which does not return the UUID of the addded profile, see - * below for a version that return the UUID on add */ - boolean addVPNProfile (String name, String config); - - /** start a profile using a config as inline string. Make sure that all needed data is inlined, - * e.g., using ... or ... - * See the OpenVPN manual page for more on inlining files */ - void startVPN (in String inlineconfig); - - /** This permission framework is used to avoid confused deputy style attack to the VPN - * calling this will give null if the app is allowed t" -"1cfb84afcac87a12f28b8e09850b296ea81d0bfe","IBinderPoolManager.aidl",".aidl","AIDL","// IBinderPoolManager.aidl -package com.android.binderpool; - -interface IBinderPoolManager { - IBinder queryCode(int code); -} -" -"34f091ba6621eb8551e184077e35897d4ff7dcb1","Table50012.ItemCertificate.al",".al","AL","table 50012 ""Item Certificate"" +import android.content.IntentFilter; +import android.content.pm.ActivityInfo; +import android.content.pm.ApplicationInfo; +import android.content.pm.ContainerEncryptionParams; +import android.content.pm.FeatureInfo; +import android.content.pm.IPackageInstallObserver; +import android.conte","158","0.8926553672316384","0.0","0.0" +"140ec3a67d33a89301a3485261f8ce371b186391","ITranslateCallback.aidl",".aidl","AIDL","// ITranslateCallback.aidl +package com.insightsurfface.myword.aidl; + +// Declare any non-default types here with import statements +import com.insightsurfface.myword.aidl.TranslateWraper; +interface ITranslateCallback { + void onResponse(in TranslateWraper translate); + void onFailure(String message); +} +","158","0.8926553672316384","0.0","0.0" +"0e9b2e38650a56e28d4c81f65920b5683dc1a7cd","ALIssue.Table.al",".al","AL","table 50115 ""WLD ALIssue"" { - Caption = 'Item Certificate'; - DataClassification = CustomerContent; - Description = 'ARQNRSH'; fields { - field(1; ""No.""; Code[20]) + field(1; id; Integer) { - Caption = 'No.'; - DataClassification = CustomerContent; + dataclassification = CustomerContent; + Caption = 'ID'; } - field(2; ""CA Code""; Code[20]) + field(2; number; Integer) { - Caption = 'CA Code'; - DataClassification = CustomerContent; - TableRelation = ""Certification Authority""; + dataclassification = CustomerContent; + Caption = 'Number'; } - field(3; ""Item No.""; Code[20]) + field(3; title; Text[250]) { - Caption = 'Item No.'; - DataClassification = CustomerContent; - TableRelation = Item.""No."" where(Type = const(Inventory)); + dataclassification = CustomerContent; + Caption = 'Title'; } - field(4; ""Issued Date""; Date) + field(5; ""created_at""; DateTime) { - Caption = 'Issued Date'; - Editable = false; - FieldClass = FlowField; - CalcFormula = lookup (""Item Certificate Action"".""Action Date"" where(""Certificate No."" = field(""No.""), ""Action Type"" = const(Issued))); - " -"2b22176fcff8281a1640a277a6a1ec27481ef1d5","Table 50029 - Packing List Header.al",".al","AL","table 50029 ""Packing List Header"" -{ - // version Packing List Samadhan - - - fields - { - field(1; No; Code[20]) + dataclassification = CustomerContent; + Caption = 'Created at'; + } + field(6; user; text[50]) { - Editable = false; + dataclassification = CustomerContent; + Caption = 'User'; } - field(2; ""Prod. Order No.""; Code[20]) + field(7; state; text[30]) { - TableRelation = ""Production Order"".""No."" WHERE (Status = FILTER (Released | Finished)); - - trigger OnValidate() - begin - TestField(Status, Status::Open); - if ""Prod. Order No."" <> xRec.""Prod. Order No."" then begin - PackingLine.Reset; - PackingLine.SetRange(PackingLine.""Packing List No."", No); - if PackingLine.FindFirst then - Error('The Packing Line for the Document %1 exists. Please delete all lines to proceed', No) - end; - Validate(""Prod. Order Line No.""); - end; + dataclassification = CustomerContent; + Caption = 'State'; } - field(3; ""Prod. Order Line No.""; Integer) + field(8; ""html_url""; text[250]) { - InitValue = 10000; - TableRelati" -"1c9f48ed59edc2516acb95d7f2f08d0b544cdb5c","SyncDepFldTransShptHdr.Codeunit.al",".al","AL","#if not CLEAN18 -#pragma warning disable AL0432, AA0072 -codeunit 31232 ""Sync.Dep.Fld-TransShptHdr CZA"" + dataclassification = CustomerContent; + Caption = 'URL'; + } +","238","1.1609756097560975","0.0","0.0" +"1856a59fd4e92ceefbc7425cca541404a78fc48c","ERMMIRReports.Codeunit.al",".al","AL","codeunit 134928 ""ERM MIR Reports"" { - Access = Internal; - - [EventSubscriber(ObjectType::Table, Database::""Transfer Shipment Header"", 'OnBeforeInsertEvent', '', false, false)] - local procedure SyncOnBeforeInsertTransferShipmentHeader(var Rec: Record ""Transfer Shipment Header"") - begin - SyncDeprecatedFields(Rec); - end; + Subtype = Test; + TestPermissions = Disabled; - [EventSubscriber(ObjectType::Table, Database::""Transfer Shipment Header"", 'OnBeforeModifyEvent', '', false, false)] - local procedure SyncOnBeforeModifyTransferShipmentHeader(var Rec: Record ""Transfer Shipment Header"") + trigger OnRun() begin - SyncDeprecatedFields(Rec); + // [FEATURE] [ERM] [Fin. Charge Memo] [Multiple Interest Rates] end; - local procedure SyncDeprecatedFields(var Rec: Record ""Transfer Shipment Header"") var - PreviousRecord: Record ""Transfer Shipment Header""; - SyncDepFldUtilities: Codeunit ""Sync.Dep.Fld-Utilities""; - PreviousRecordRef: RecordRef; - DepFieldTxt, NewFieldTxt : Text; - begin - " -"1c14822706fbe44ba3988fca59d1b2d0eade0270","GraphMgtShipmentMethod.Codeunit.al",".al","AL","codeunit 5491 ""Graph Mgt - Shipment Method"" + LibraryRandom: Codeunit ""Library - Random""; + LibraryERM: Codeunit ""Library - ERM""; + LibrarySales: Codeunit ""Library - Sales""; + LibraryVariableStorage: Codeunit ""Library - Variable Storage""; + LibraryReportDataset: Codeunit ""Library - Report Dataset""; + LibraryUtility: Codeunit ""Library - Utility""; + LibraryReportValidation: Codeunit ""Library - Report Validation""; + LibraryFinanceChargeMemo: Codeunit ""Library - Finance Charge Memo""; + Assert: Codeunit Assert; + LibraryTestInitialize: Codeunit ""Library - Test Initialize""; + WrongRowErr: Label 'Line should be hidden.'; + IsInitialized: Boolean; + AmountNotFoundErr: Label 'Amount not found.'; + + [Test] + [HandlerFunctions('FinChargeMemoRequestHandle","238","1.1609756097560975","0.0","0.0" +"03e8c76d4e24608521fca02d50433bdbebefe9fa","Pag-Ext37072402.PageExtansion45.al",".al","AL","pageextension 37072402 ""PageExtansion45"" extends ""Sales List"" { - ObsoleteState = Pending; - ObsoleteReason = 'This codeunit will be removed. The functionality was replaced with systemId'; - ObsoleteTag = '18.0'; + var + AJShippingLine: Record ""AJE Shipping Log Line""; + LookupforAJShipping: Boolean; - trigger OnRun() + procedure SetLookupForAJShipping(AJShippingLine2: Record ""AJE Shipping Log Line"") begin + LookupforAJShipping := true; + AJShippingLine := AJShippingLine2; end; - [Obsolete('Integration Records will be replaced by SystemID and SystemModifiedAt ', '17.0')] - procedure UpdateIntegrationRecords(OnlyItemsWithoutId: Boolean) + trigger OnQueryClosePage(CloseAction: Action): Boolean var - ShipmentMethod: Record ""Shipment Method""; - GraphMgtGeneralTools: Codeunit ""Graph Mgt - General Tools""; - ShipmentMethodRecordRef: RecordRef; + FromSalesHeader: Record ""Sales Header""; + AJShippingHeader: Record ""AJE Shipping Log""; + AJFillShippingLine: Codeunit ""AJ Fill Shipping Process""; + AJShippingCheck: Codeunit ""AJ Shipping Check""; + HaveBadDocuments: Boolean; begin - ShipmentMethodRecordRef.Open(DATABASE::""Shipment Method""); - GraphMgtGeneralTools.UpdateIntegrationRecords(ShipmentMethodRecordRef, ShipmentMethod.FieldNo(Id), OnlyItemsWithoutId); - end; - - [EventSubscriber(ObjectType::Codeunit, Codeunit::""Graph Mgt - General Tools"", 'ApiSetup', '', false, false)] - local procedure HandleApiSetup() - begin - UpdateIntegrationRecords(false); - end" -"1cd1629e8704485afe7cf178bb0e6b3f70204553","BusinessUnitInformation.Table.al",".al","AL","table 1828 ""Business Unit Information"" -{ - Caption = 'Business Unit Information'; - - fields + if LookupforAJShipping and (CloseAction = Action::LookupOK) then begin + AJShippingHeader.Get(AJShippingLine.""Shipping No.""); + + FromSalesHeader.Copy(Rec); + CurrPage.SetSelectionFilter(FromSalesHeader); + HaveBadDocuments := false; + if FromSalesHeader.Fi","238","1.1609756097560975","0.0","0.0" +"1c0957fde93f66ed89c2d1cfa9df773753b224f6","Rep50080.INT_FixedAssetAnalysis2.al",".al","AL","report 50080 ""INT_Fixed Asset - Analysis 2"" +{ + DefaultLayout = RDLC; + RDLCLayout = 'rdlc/FixedAssetAnalysis.rdl'; + ApplicationArea = FixedAssets; + Caption = 'Fixed Asset Analysis 2'; + UsageCategory = ReportsAndAnalysis; + + dataset { - field(1; ""Code""; Code[20]) - { - Caption = 'Code'; - } - field(2; Name; Text[30]) - { - Caption = 'Name'; - } - field(3; ""Company Name""; Text[30]) - { - Caption = 'Company Name'; - } - field(4; ""Currency Code""; Code[10]) + dataitem(""Fixed Asset""; ""Fixed Asset"") { - Caption = 'Currency Code'; - } - field(5; ""Currency Exchange Rate Table""; Option) - { - Caption = 'Currency Exchange Rate Table'; - OptionCaption = 'Local,Business Unit'; - OptionMembers = ""Local"",""Business Unit""; - } - field(6; ""Starting Date""; Date) - { - Caption = 'Starting Date'; - } - field(7; ""Ending Date""; Date) - { - Caption = 'Ending Date'; - } - field(8; ""Exch. Rate Gains Acc.""; Code[20]) + RequestFilterFields = ""No."", ""FA Class Code"", ""FA Subclass Code"", ""Budgeted Asset""; + column(MainHeadLineText; MainHeadLineText) + { + } + column(CompanyName; COMPANYPROPERTY.DisplayName) + { + } + column(TodayFormatted; Format(Today, 0, 4)) + { + } + column(DeprBookText; DeprBookText) + { + } + column(TblCptnFAFilter; TableCaption + ': ' + FAFilter) + { + } + column(FAFilter; FAFilter) + { + } + column(HeadLineText1; HeadLineText[1]) + { + } + column(G","238","1.1609756097560975","0.0","0.0" +"0dec547a6e3a8defa3a927375dc734b0c0143d5b","EmployeeList.Page.al",".al","AL","page 5201 ""Employee List"" +{ + ApplicationArea = BasicHR; + Caption = 'Employees'; + CardPageID = ""Employee Card""; + Editable = false; + PageType = List; + SourceTable = Employee; + UsageCategory = Lists; + + layout + { + area(content) { - Caption = 'Exch. Rate G" -"139e207a9d4cd14b4bea0c70e9df0425de867e0a","144490_nmda_andr.mod",".mod","AMPL","COMMENT - -AMPA synapse with two decay time constants based on the exp2syn.mod -mechanism from the NEURON distribution. - -We use the time constants measured by Andrasfalvy & Magee (2001) from -patches excised from different parts of the stratum radiatum at -22\degC. These are in broad agreement with the time constants measured -by Spruston &al (1995), epecially when the age-dependent change in -receptor properties (Hestrin &al., 1992) is taken into account. -Although they are considerably slower than the time constants measured -using whole-cell recordings from hippocampal cells (Hestrin & al., 1990), -this might be accounted for by the more depolarised potentials used in -these recordings. We corrected the time constants recorded at 22\degC -to 34\degC using a \Qten of 3 (Hestrin & al., 1990). This gave a -rise time of 1.7\ms and a dual exponential decay comprising a fast -component fast time constant of 67\ms and a slow component with a time -constant of 428\ms in the ratio 0.61 to 0.39. - -Refere" -"0d8211eaecfc2e0bb80cc0684f69025e85f2728b","antenna.mod",".mod","AMPL","# Objective: linear -# Constraints: convex quadratic -# Feasible set: convex + repeater(Control1) + { + ShowCaption = false; + field(""No.""; ""No."") + { + ApplicationArea = BasicHR; + ToolTip = 'Specifies the number of the involved entry or record, according to the specified number series.'; + } + field(FullName; FullName) + { + ApplicationArea = BasicHR; + Caption = 'Full Name'; + ToolTip = 'Specifies the full name of the employee.'; + Visible = false; + } + field(""First Name""; ""First Name"") + { + ApplicationArea = BasicHR; + ","238","1.1609756097560975","0.0","0.0" +"055413942a656e897a4b2b35776ccf45d31c4a46","98005_na_ch.mod",".mod","AMPL","COMMENT +NA_CH.MOD -################################################################ -# This is the linear array beam pattern problem described in: -# H. Lebret and S. Boyd, ""Antenna Array Pattern Synthesis via -# Convex Optimization"", IEEE Trans on Signal Processing, 45, -# 526-532, 1997. -################################################################ +c1 - c2 - c3 - c4 - c5 - o - is1 +| | | | | | +i1 - i2 - i3 - i4 - i5 - i6 - is2 + +SLOW + +6/18/2003 -param pi := 4*atan(1); -param rpd := 2*pi/360; - -param lambda; # wavelength -param spacing, default 1; - -param n; -set N := {1 .. n}; -param y {N}; - -set DEGS0 := {-20 .. -4 by 0.5}; # sidelobe -set DEGS1 := {-3.5 .. 0 by 0.5}; # min lobe -set DEGS2 := {0.5 .. 27.5 by 0.5}; # mainlobe -set DEGS3 := {28 .. 60 by 0.5}; # sidelobe -set DEGS023 := DEGS0 union DEGS2 union DEGS3; -set DEGS_EQUALITY := {10, 15, 20, 26}; -set DEGS := {-20 .. 60 by 0.5}; -param theta0, in DEGS; - -param up_bnd {DEGS023}; - -param w0_real {N}; -param " -"12760048410d661ba5b7850e5f5adc3b51257441","ex7_3_6.mod",".mod","AMPL","# NLP written by GAMS Convert at 06/20/02 11:57:00 -# -# Equation counts -# Total E G L N X -# 18 11 0 7 0 0 -# -# Variable counts -# x b i s1s s2s sc si -# Total cont binary integer sos1 sos2 scont sint -# 18 18 0 0 0 0 0 0 -# FX 0 0 0 0 0 0 0 0 -# -# Nonzero counts -# Total const NL DLL -# 80 26 54 0 -# -# Reformualtion has removed 1 variable and 1 equation - - -var x1 <= 3.4329; -var x2 <= 0.1627; -var x3 <= 0.1139; -var x4 := 0.2539, >= 0.2539; -var x5 <= 0.0208; -var x6 := 2.0247, >= 2.0247; -var x7 := 1, >= 1; -var x8 >= 0, <= 10; -var x9 >= 0, <= 1; -var x10; -var x11; -var x12; -var x13; -var x14; -var x15; -var x16; -var x17; - -minimize obj: x9; - -subject to - -e2: x14*x8^4 - x16*x8^6 - x12*x8^2 +" -"08246e41c5fcb4ffb8dc533f06d033ad2a3894e4","module_mpp_land.mod",".mod","AMPL","GFORTRAN module version '10' created from mpp_land.F -MD5:af1aa3a1433a066cc93f09f1d36a34fd -- If you edit this, you'll get what you deserve. +ENDCOMMENT + + + + +NEURON { + SUFFIX na_ch + USEION na READ ena WRITE ina + RANGE g, ina, gbar, a + GLOBAL Con, Coff, Oon, Ooff + GLOBAL a0, vha, vca + GLOBAL b0, vhb, vcb + GLOBAL g0 + GLOBAL d0 + GLOBAL aS1, aS2, bS +} + +UNITS { + (mV) = (millivolt) + (mA) = (milliamp) + (S) = (siemens) +} + +PARAMETER { + gbar = 1 (S/cm2) + + a0 = 37 (1/ms) : alpha + vha = 45 (mV) + vca = 40 (mV) + + b0 = 10 (1/ms) : beta + vhb = -50 (mV) + vcb = -20 (mV) + + g0 = 40 (1/ms) : gamma + + d0 = 30 (1/ms) : delta + + aS1 = 0.0025 (1/ms) + aS2 = 0.0002 (1/ms) + bS = 0.00017 (1/ms) + + Con = 0.001 (1/ms) + Coff = 0.1 (1/ms) + Oon = .7 (1/ms) + Ooff = 0.01 (1/ms) +} + +ASSIGNED { + v (mV) + ena (mV) + g (S/cm2) + ina (mA/cm2) + alpha (1/ms) + beta (1/ms) + gamma (1/ms) + delta (1/ms) + a +} + +STATE { + c1 : closed + c2 + c3 + c4 + c5 + ct : total closed + o","381","1.0214477211796247","0.2152230971128609","0.0" +"0ea2cfb68f8856c9a269b7d3aa597b899e2de118","main.mod",".mod","AMPL","param m, integer, >= 0; # qtd. de elementos +param n, integer, >= 0; # qtd. de subconjuntos +param V{1..n}; # custo de cada subconjunto +param R{1..m,1..n}, binary; # se elemento i está no subconjunto j +var S{1..n}, binary; # se subconjunto i faz parte da solução + +s.t. map{i in 1..m}: sum{j in 1..n} S[j]*R[i,j] >= 1; # cada elemento pelo menos em um subcojunto +minimize obj: sum{j in 1..n} S[j]*V[j]; #minimiza o custo da cobertura + +end; +","381","1.0214477211796247","0.2152230971128609","0.0" +"06eda9785f2c6990894a8698fca960b039c2ec32","newleak.mod",".mod","AMPL","TITLE Leak current including GABA_A receptor current + + +UNITS { + (pA) = (picoamp) + (molar) = (1/liter) + (mV) = (millivolt) + (S) = (siemens) + (mA) = (milliamp) + (mM) = (millimolar) + F = (faraday) (coulomb) + R = (mole k) (mV-coulomb/degC) +} + + +INDEPENDENT {v FROM -100 TO 50 WITH 50 (mV)} + +NEURON { + SUFFIX leak + USEION ca WRITE ica + USEION na READ nai,ena WRITE ina + USEION k WRITE ik +: NTC cl valence should be -1 +: USEION cl WRITE icl VALENCE 1 + USEION cl WRITE icl VALENCE -1 + RANGE gcabar,ileak,ina,ica,ik,gnabar,gkbar,nai,ggabaa + +} + +PARAMETER { + dt (ms) + ena (mV) + nai (mM) + celsius = 35 (degC) + gkbar = 5.5e-6 (S/cm2) + gnabar = 2.375e-6 (S/cm2) + gcabar = 0.0136e-6 (S/cm2) + ggabaa = 0.0e-6 (S/cm2) + eca = 120 (mV) + ecl = -70 (mV) + ek = -90.0 (mV) + nao = 145 (mM) + +} + +ASSIGNED { + ica (mA/cm2) + ina (mA/","381","1.0214477211796247","0.2152230971128609","0.0" +"17059338a535e739b2a39361f6759102536384f5","ejor-sched-model-1.mod",".mod","AMPL","/********************************************* + * OPL 12.3 Model + * Author: cgarcia + * Creation Date: Sep 23, 2016 at 1:48:23 PM + *********************************************/ + + int numResourceTypes = ...; + int numResources = ...; + int numTasks = ...; + + range K = 1..numResourceTypes; + range R = 1..numResources; + range T = 1..numTasks; + int r[R][K] = ...; + int D[K][T] = ...; + float d[K][K][T] = ...; + float S[K][T] = ...; + int y[R][T] = ...; + float mP[R][T] = ...; + float mM[R][T] = ...; + int A[R][T] = ...; + int u[R][T][T] = ...; + + dvar int+ x[R][T] in 0..1; + dvar int+ wP[R][T] in 0..1; + dvar int+ wM[R][T] in 0..1; + + minimize (sum (j in K) sum (k in T) S[j][k] * D[j][k]) - + (sum (i in R) sum(j in K) sum (k in T) S[j][k] * r[i][j] * x[i][k]) + + (sum (i in R) sum (k in T) ((mP[i][k] * wP[i][k]) + (mM[i][k] * wM[i][k]))); + + constraints { + forall (i in R, k in T) { + x[i][k] <= A[i][k]; // Constraint 2 + x[i][k] - y[i][k] <= wP[i][k]; // Constraint ","381","1.0214477211796247","0.2152230971128609","0.0" +"0dfbd59b3eb9ee729968187f85d30315ed4fddfb","quadrature.mod",".mod","AMPL","GFORTRAN module version '6' created from quadrature3.f90 on Wed May 7 15:49:42 2014 +MD5:94ec23e659d011e5e447734ef5e5c54d -- If you edit this, you'll get what you deserve. (() () () () () () () () () () () () () () () () () () () () () () () () () () ()) () -(('check_land' 'module_mpp_land' 2 3 4 5) ('mpp_land_bcast' -'module_mpp_land' 6 7 8 9 10 11 12 13 14) ('write_io_land' -'module_mpp_land' 15)) - -(('mpifcmb1' 16 1 0 '') ('mpifcmb2' 17 1 0 '') ('mpifcmb3' 18 1 0 '') ( -'mpifcmb4' 19 1 0 '') ('mpifcmb5' 20 1 0 '') ('mpifcmb6' 21 1 0 '') ( -'mpifcmb7' 22 1 0 '') ('mpifcmb8' 23 1 0 '') ('mpifcmb9' 24 1 0 '')) - () () -(25 '__convert_i4_i8' '(intrinsic)' '' 1 ((PROCEDURE UNKNOWN-INTENT -UNKNOWN-PROC UNKNOWN UNKNOWN 0 0 FUNCTION ELEMENTAL PURE) (INTEGER 8 0 0 -0 INTEGER ()) 0 0 () () 25 () () () 0 0) -26 'calculate_start_p' 'module_mpp_land' '' 1 ((PROCEDURE UNKNOWN-INTENT -MODULE-PROC DECL UNKNOWN 0 0 SUBROUTINE) (UNKNOWN 0 0 0 0 UNKNOWN ()) 0 -0 () () 0 () () () 0 0) -27 'cartgridcomm' 'module_cpl_land' '' 1 ((VARIABLE UNKNO" -"2c6f3e47b2b36940bd44d9164d482a8cdc6c4056","java.mod",".mod","AMPL","module! PAIR[X :: TRIV, Y :: TRIV] { - signature { - [ Pair ] - - op <_,_> : Elt.X Elt.Y -> Pair - op fst_ : Pair -> Elt.X - op snd_ : Pair -> Elt.Y - } +() - axioms { - var x : Elt.X - var y : Elt.Y +() - eq fst < x, y > = x . - eq snd < x, y > = y . - } -} +(2 'error_table' 'quadrature' 'error_table' 1 ((PROCEDURE UNKNOWN-INTENT +MODULE-PROC DECL UNKNOWN 0 0 SUBROUTINE ALWAYS_EXPLICIT) (UNKNOWN 0 0 0 +UNKNOWN ()) 3 0 (4 5 6 7 8) () 0 () () () 0 0) +9 'pi' 'quadrature' 'pi' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC +UNKNOWN IMPLICIT-SAVE 0 0) (REAL 4 0 0 REAL ()) 0 0 () (CONSTANT (REAL 4 +0 0 REAL ()) 0 '0.3243f6c@1') () 0 () () () 0 0) +10 'quadrature' 'quadrature' 'quadrature' 1 ((MODULE UNKNOWN-INTENT +UNKNOWN-PROC UNKNOWN UNKNOWN 0 0) (UNKNOWN 0 0 0 UNKNOWN ()) 0 0 () () 0 +() () () 0 0) +11 'trapezoid' 'quadrature' 'trapezoid' 1 ((PROCEDURE UNKNOWN-INTENT +MODULE-PROC DECL UNKNOWN 0 0 FUNCTION) (REAL 8 0 0 REAL ()) 12 0 (13 14 +15 16) () 11 () () () 0 0) +13 'f' '' 'f' 12 ((","381","1.0214477211796247","0.2152230971128609","0.0" +"1872a9ed1d30f3132c450453352c9356094ff6df","Bnf.g4",".g4","ANTLR","grammar Bnf; + +bnf + : bnfrule* EOF ; +bnfrule + : nt '=' alternatives ';' ; +alternatives + : sequence ('|' sequence)* ; +sequence + : element+ ; +element + : nt + | keyword + | type + | optional + | zeroormore + | precedence ; +optional + : '[' alternatives ']' ; +zeroormore + : '{' alternatives '}' ; +precedence + : '(' alternatives ')' ; +nt + : NT ; +keyword + : KEYWORD ; +type + : TYPE ; +NT + : '<'('a'..'z')('a'..'z'|'A'..'Z')+'>' ; +KEYWORD + : '\''('a'..'z'|'A'..'Z')+'\'' ; +TYPE + : ('a'..'z'|'A'..'Z')+ ; +","149","1.1037037037037036","0.0","0.0" +"07abed6e0a1784d2bfa00058fd71b739c995c6cb","LITTLE.g4",".g4","ANTLR","grammar LITTLE; + +tokens: .* EOF; + +COMMENT: '--'~[\n]*'\n' -> skip; + +STRINGLITERAL: '""'~[""]*'""'; +INTLITERAL: [0-9]+; +FLOATLITERAL: ([0-9]+'.'[0-9]+)|'.'[0-9]+; + +/*Keywords are now given their own dedicated token:*/ + +PROGRAM: 'PROGRAM'; +BEGIN: 'BEGIN'; +ENDIF: 'ENDIF'; +ENDWHILE: 'ENDWHILE'; +END: 'END'; +FUNCTION: 'FUNCTION'; +READ: 'READ'; +WRITE: 'WRITE'; +IF: 'IF'; +ELSE: 'ELSE'; +WHILE: 'WHILE'; +CONTINUE: 'CONTINUE'; +BREAK: 'BREAK'; +RETURN: 'RETURN'; +INT: 'INT'; +VOID: 'VOID'; +STRING: 'STRING'; +FLOAT: 'FLOAT'; + +/* Remove operatorts, let parser take care of them */ +/*OPERATOR: ':='|'!='|'<='|'>='|'+'|'-'|'*'|'='|'<'|'>'|'/'|','|'('|')'|';';*/ + +IDENTIFIER: [A-z][A-z0-9]*; + +WHITESPACE: [ \n\r\t] -> skip; + +program: PROGRAM id BEGIN pgm_body END; +id: IDENTIFIER; +pgm_body: decl func_declarations; +decl: string_decl decl | var_decl decl | ; + +string_decl: STRING id ':=' str ';'; +str: STRINGLITERAL; + +var_decl: var_type id_list ';'; +var_type: FLOAT | INT; +any_type: var_type | VOID; +","149","1.1037037037037036","0.0","0.0" +"1edadccf9a287a9e116a221b1df3f2e474589bda","test1.g4",".g4","ANTLR","grammar test1; + +example: + left=integer '*' right=integer #integerExample + | left=string '+' right=string #stringExample + ; +integer: IDENTIFIER; +string: INTEGER; -module! SET[X :: TRIV] { - signature { - [ Elt.X < Set ] +STRING: [a-zA-Z]; +INTEGER: [a-zA-Z];","149","1.1037037037037036","0.0","0.0" +"1364a6befa33dca7dc094293fb3192fe7b5b83b3","PostgreSQLBase.g4",".g4","ANTLR","grammar PostgreSQLBase; - op empty : -> Set { constr } - op __ : Set Set -> Set { constr assoc comm id: empty } - op _in_ : Elt.X Set -> Bool - op _-_ : Set Set -> Set - } +import PostgreSQLKeyword, DataType, Keyword, Symbol, BaseRule; - axioms { - vars e e' : Elt.X - vars m m' : Set +columnDefinition + : columnName dataType collateClause? columnConstraint* + ; + +dataType + : typeName intervalFields? dataTypeLength? (WITHOUT TIME ZONE | WITH TIME ZONE)? (LBT_ RBT_)* + | ID + ; + +typeName + : DOUBLE PRECISION | CHARACTER VARYING? | BIT VARYING? | ID + ; + +typeNames + : typeName (COMMA typeName)* + ; + +intervalFields + : intervalField (TO intervalField)? + ; + +intervalField + : YEAR + | MONTH + | DAY + | HOUR + | MINUTE + | SECOND + ; + +collateClause + : COLLATE collationName + ; + +usingIndexType: + USING (BTREE | HASH | GIST | SPGIST | GIN | BRIN) + ; + +columnConstraint + : constraintClause? columnConstraintOption constraintOptionalParam + ; + +constraintClause + : CONSTRAINT constraintName + ; + +columnConstraintOption + : NOT? NULL + | checkOption + | DEFAULT defaultExpr + | GENERATED (ALWAY","149","1.1037037037037036","0.0","0.0" +"03b456e90b6dc864f48e29017e7984550ce75e1f","RML.g4",".g4","ANTLR","grammar RML; + +// generated parser will end up in this package +@header { package rml.parser; } + +// a specification is made up of event type declarations followed by equations +// ignore unused warning: this is the entry point +specification: eventTypeDeclaration* equation+ ; + +// either derive an event type from existing ones or define a eventExpression for JSON events +eventTypeDeclaration: declared=evtype NOT? 'matches' parents+=evtype ('|' parents+=evtype)* ('with' dataExp)? ';' # derivedEvtypeDecl + | evtype NOT? 'matches' eventExp ('with' dataExp)? ';' # directEvtypeDecl + ; + +// event types are parametric +evtype: evtypeId ('(' evtypeParam (',' evtypeParam)* ')')? ; +evtypeParam: evtypeVar # evtypeVarParam + | dataExp # evtypeDataExpParam + | eventExp # evtypeEventExpParam + ; + +// patterns for JSON events from the underlying event domain +// basically JSON objects with '|' +eventExp: eventExp ('|' eventExp) # patternEventExp + ","149","1.1037037037037036","0.0","0.0" +"0d5c8c2dfed61a20afeb4e977253f7e3243b0b54","apiary.apib",".apib","API Blueprint","FORMAT: 1A +HOST: https://api.profiles.crowdflower.com + +# Contributor Profiles API +Contributor Profiles API lets you interact with contributor consequences. + +## Versioning +The current version of the API is **v1**. You must specify the version in the path to the various resources described below. + +# Group Personal Profiles +A personal profile is identified by an **akon user id**. Ideally, one personal profile corresponds to one person. + +## Personal Profiles Collection [/personal_profiles] +### List all Profiles [GET] ++ Response 200 (application/json) - eq (e m) (e m') = e m m' . + [{ + ""id"": 1, ""title"": ""Jogging in park"" + }, { + ""id"": 2, ""title"": ""Pick-up posters from post-office"" + }] - eq e in empty = false . - eq e in (e' m) = if (e == e') - then true - else e in m - fi . +### Create a Note [POST] ++ Request (application/json) - cq (e m) - m' = m - m' - if (e in m') . - cq (e m) - m' = e (m - m') - if (not (e in m')) . - eq empty - m' = empty . - } -} + { ""title"": ""Buy cheese and bread for breakfast."" } ++ Response 201 (application/json) -module! LIST[X :: TRIV] { - import { - protecting (NAT) - } + { ""id"": 3, ""title"": ""Buy cheese and bread for breakfast."" } - signature { - " -"0d89d8c54785fa4a99b91d301fa7b60e3c0d289c","Hplsql.g4",".g4","ANTLR","/** - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You 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 +## Note [/notes/{id}] +A single Note object with all its details - http://www.apache.org/licenses/LICENSE-2.0 ++ Parameters + ","56","0.9824561403508771","0.0","0.0" +"18ffdfa948e4a456b9d9f597e42dfcdbe7ef0d33","index.apib",".apib","API Blueprint","# Group Reference Reads +","56","0.9824561403508771","0.0","0.0" +"0bdf38c8664746065e61ea74555e55f6b7e92118","generatePDF.apib",".apib","API Blueprint","## Generar documento [/generatePDF] - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an ""AS IS"" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ +### generarDocumento [POST] ++ Request Request -// HPL/SQL Procedural SQL Extension Grammar -grammar Hplsql; - -program : block EOF; - -block : ((begin_end_block | stmt) T_GO?)+ ; // Multiple consecutive blocks/statements - -begin_end_blo" -"365a66c1eb4907196b31fff7e63969340a56442f","PS.g4",".g4","ANTLR","grammar PS; - -options { - language=Python3; -} - -WS: [ \t\r\n]+ -> skip; -SPACE: '\\ ' -> skip; - -ADD: '+'; -SUB: '-'; -MUL: '*'; -DIV: '/'; - -L_PAREN: '(' | '\\left('; -R_PAREN: ')' | '\\right)'; -L_BRACKET: '[' | '\\left['; -R_BRACKET: ']' | '\\right]'; -L_BRACED: '\\{' | '\\left\\{'; -R_BRACED: '\\}' | '\\right\\{'; - -L_BRACE: '{'; -R_BRACE: '}'; - -BAR: '|'; - -FUNC_LIM: '\\lim'; -LIM_APPROACH_SYM: '\\to' | '\\rightarrow' | '\\Rightarrow' | '\\longrightarrow' | '\\Longrightarrow'; -FUNC_INT: '\\int'; -FUNC_SUM: '\\sum'; -FUNC_PROD: '\\prod'; - -FUNC_LOG: '\\log'; -FUNC_LN: '\\ln'; -FUNC_SIN: '\\sin'; -FUNC_COS: '\\cos'; -FUNC_TAN: '\\tan'; -FUNC_CSC: '\\csc'; -FUNC_SEC: '\\sec'; -FUNC_COT: '\\cot'; - -FUNC_ARCSIN: '\\arcsin'; -FUNC_ARCCOS: '\\arccos'; -FUNC_ARCTAN: '\\arctan'; -FUNC_ARCCSC: '\\arccsc'; -FUNC_ARCSEC: '\\arcsec'; -FUNC_ARCCOT: '\\arccot'; - -FUNC_SINH: '\\sinh'; -FUNC_COSH: '\\cosh'; -FUNC_TANH: '\\tanh'; -FUNC_ARSINH: '\\arsinh'; -FUNC_ARCOSH: '\\arcosh'; -FUNC_ARTANH: '\\artanh'; - -FUNC_SQRT: '\\sq" -"36722c6790d697d9bde2c5a3c2fb37b8fea266bb","output_dos.dat.g4",".g4","ANTLR"," 0.000000000000000E+00 5.723836836194021E-07 - 9.575899261553075E-01 1.023022160886226E-06 - 1.915179852310615E+00 2.136780486489338E-06 - 2.872769778465922E+00 4.047371597262250E-06 - 3.830359704621230E+00 6.528154254881456E-06 - 4.787949630776537E+00 9.885808138647020E-06 - 5.745539556931845E+00 1.461100703419048E-05 - 6.703129483087152E+00 2.002576672292837E-05 - 7.660719409242460E+00 2.542420577918779E-05 - 8.618309335397766E+00 3.138237896309186E-05 - 9.575899261553074E+00 3.810136288672949E-05 - 1.053348918770838E+01 4.552443036113276E-05 - 1.149107911386369E+01 5.480080780896642E-05 - 1.244866904001900E+01 6.558397851125023E-05 - 1.340625896617430E+01 7.560904668158794E-05 - 1.436384889232961E+01 8.550050019195021E-05 - 1.5321438818484" -"2d07733436213cfd3cf748079f00ef6d6ffd20cd","WDLLexer.g4",".g4","ANTLR","lexer grammar WDLLexer; - -NEWLINE: '\r'? '\n' -> skip; -WS : [ \t\n\r]+ -> skip ; - -ID: [a-zA-Z0-9_]+ ; - -OPEN: '{'; -CLOSE: '}'; -WORKFLOW: 'workflow'; -CALL: 'call' ; -AS: 'AS' ; -TASK: 'task' ; -KEY: ID ':' ; -VALUES: ID '=' ~','+ (',' ID '=' ~','+ )* ; - -COMMAND: 'command' WS* OPEN -> mode(BLOCK); -OUTPUT: 'output' WS* OPEN -> mode(BLOCK); - -mode BLOCK; - -BLOCK_CONTENT: ~'}'+ ; -BLOCK_CLOSE: '}' -> mode(DEFAULT_MODE); -" -"0da84cecc6187bb30468d0778264dd6bd067ec3d","MiniJava.g4",".g4","ANTLR","grammar MiniJava; - -goal: mainClass (classDeclaration)* EOF ; - -mainClass: 'class' IDENTIFIER '{' 'public' 'static' 'void' 'main' '(' 'String[]' IDENTIFIER ')' '{' statement '}' '}' ; - -classDeclaration: 'class' IDENTIFIER ('extends' IDENTIFIER)? '{' (varDeclaration)* (methodDeclaration)* '}' ; - -varDeclaration: type IDENTIFIER ';' ; - -methodDeclaration: 'public' type IDENTIFIER '(' (type IDENTIFIER (',' type IDENTIFIER)*)? ')' '{' (varDeclaration)* (statement)* 'return' expression ';' '}' ; - -type: 'int[]' - | 'boolean' - | 'int' - | IDENTIFIER ; - -statement: '{' (statement)* '}' - | 'if' '(' expression ')' statement 'else' statement - | 'while' '(' expression ')' statement - | 'System.out.println' '(' expression ')' ';' - | IDENTIFIER '=' expression ';' - | IDENTIFIER '[' expression ']' '=' expression ';' ; - -expression: expression ('&&' | '<' | '+' | '-' | '*') expression - | expression '[' expression ']' - | expression '.' 'length' - | expression '.' IDENTIFIER '(' (e" -"0d48fb8ddf904eede0d1bd90d4f6a44d7300398d","request-fields.apib",".apib","API Blueprint","| Attribute (TagName) | Type | Description | -| --- | --- | --- | -| \* Header(Hdr) | [1..1] Container | Header of the message | -| \*\* MessageFunction(MsgFctn) | [1..1] CodeSet | Identifies the type of the message

__NOTE__: Fixed value - “CCAQ” = Cancellation Request | -| \*\* ProtocolVersion(PrtcolVrsn) | [1..1] Text | Protocol version | -| \* CancellationRequest (CxlReq) | [1..1] CodeSet | Data related to the cancellation request | -| \*\* Environment(Envt) | [1..1] Container | Transaction environment data | -| \*\*\* Merchant (Mrchnt) | [1..1] CodeSet | Information about the device/system that is communicating with SumUp | -| \*\*\*\* Identification (Id) | [1..1] CodeSet | Identifies the device/system that is communicating with SumUp | -| \*\*\*\*\*Identification (Id) | [1..1] Text | Identification of the device/system that is communicating with SumUp | -| \*\* Transaction(Tx) | [1..1] Container | Transaction data | -| \*\*\* TransactionCapture(TxCaptr) | [1..1] Bool | Indicate " -"3639dac0c90dba658feb02040b9a18be556e507b","apiary.apib",".apib","API Blueprint","FORMAT: 1A + + Body + { + 'PGRpdiBjbGFzcz0idmF1Y2hlciI+CiAgICA8ZGl2IGNsYXNzPSJib2R5IGNvbXByb2JhbnRlIj4KICAgICAgICA8ZGl2IGNsYXNzPSJjb250YWluZXIiPgogICAgICAgICAgICA8ZGl2IGNsYXNzPSJpdGVtIHRpdGxlIj4KICAgICAgICAgICAgICAgIDx0YWJsZT4KICAgICAgICAgICAgICAgICAgICA8dHIgY2xhc3M9InRleHQtY2VudGVyIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHRkPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz0iYWJzb2x1dGUgaW1nLWxvZ28tbXVsdGl2YSI+PC9kaXY+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+CiAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMj5DT01QUk9CQU5URSBERSBWQUxJREFDScOTTgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPkJhbmNvIE11bHRpdmEsIFMuQS4sIEluc3RpdHVjacOzbiBkZQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEJhbmNhIE3Dumx0aXBsZSwgR3J1cG8gRmluYW5jaWVybyBNdWx0aXZhCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+CiAgICAgICAgICAgIC","56","0.9824561403508771","0.0","0.0" +"02c3cf9f20ed854674b0475f0216d0b7321a5270","apiary.apib",".apib","API Blueprint","FORMAT: 1A HOST: http://polls.apiblueprint.org/ -# doloreskelly17 +# RAPI Polls is a simple API allowing consumers to view polls and vote in them. -## Questions Collection [/questions] - -### List All Questions [GET] - -+ Response 200 (application/json) - - [ - { - ""question"": ""Favourite programming language?"", - ""published_at"": ""2015-08-05T08:40:51.620Z"", - ""choices"": [ - { - ""choice"": ""Swift"", - ""votes"": 2048 - }, { - ""choice"": ""Python"", - ""votes"": 1024 - }, { - ""choice"": ""Objective-C"", - ""votes"": 512 - }, { - ""choice"": ""Ruby"", - ""votes"": 256 - } - ] - } - ] - -### Create a New Question [POST] +# Polls API Root [/] -You may create your own question using this action. It t" -"1b0e054b7a3f5d099e9911cbc2ea571fe398c8b0","data-structures.apib",".apib","API Blueprint"," -# Data Structures +This resource does not have any attributes. Instead it offers the initial +API affordances in the form of the links in the JSON body. -## searchInitRQPickUpDropOffAirportCode -+ include currencyRQ -+ include posId -+ criteria (criteriaPickUpDropOffAirportCode, required) - Contains the list of search criteria that must be used to search for cars that are available for pick up and drop off at the same airport (round trip). -+ include searchFilters -+ include vendorSpecificOptions +It is recommend to follow the “url” link values, +[Link](https://tools.ietf.org/html/rfc5988) or Location headers where +applicable to retrieve resources. Instead of constructing your own URLs, +to keep your client decoupled from implementation details. -## searchInitRQPickUpDropOffAirportCodeDiff -+ include currencyRQ -+ include posId -+ criteria (criteriaPickUpDropOffAirportCodeDiff, required) - Contains the list of search criteria that must be used to search for cars that are available for pick up at the airport and drop off at a different airport (one-way trip). -+ include searchFilters -+ include vendorSpecificOptions +## Retrieve the Entry Point [GET] -## searchInitRQPickUpAirportCodeDropOffCircle -+ include currencyRQ -+ include posId -+ criteria (criteriaPickUpAirportCodeDropOffCircle, required) - Contains the list of search criteria that must be used to search for cars that are available for pick up at the airpo" -"33e7de2d5927b25864cf5fd00048bafe48c87e6b","header-no-value.apib",".apib","API Blueprint","FORMAT: 1A ++ Response 200 (application/json) -# API Documentation + { + ""questions_url"": ""/questions"" + } -### / +## Group Question -#### GET +Resources related to questions in the API. -+ Request +## Question [/questions/{question_id}] - + Headers +A Question object has the following attributes: - Accept: ++ question ++ published_at - An ISO8601 date when the question was published. ++ url ++ choices - An array of Choice objects. -+ Response 204 -" -"31f1bfca11e6b16b53f7bf7276dd46b0db087d70","apiary.apib",".apib","API Blueprint","FORMAT: 1A -HOST: http://lore.odl.mit.edu/api/v1/ ++ Parameters + + question_id: 1 (required, number)","56","0.9824561403508771","0.0","0.0" +"1e418eaaadcd7cd38a6ab518cafc8c70460a7d95","network.apib",".apib","API Blueprint","# Group Network -# LORE +All API calls are contextual to the User that is making the request, and all User accounts are associated with the +Network that they are created on. Each network has a unique `application_user_key`. -The Learning Objects Repository for Education (LORE) project seeks to build a library of online “learning objects” that will enable the efficient reuse of resources from previous MITx courses by professors and instructional staff. See https://github.com/mitodl/lore +## Network [/network] -This API exposes the LORE application as a RESTful web service. ++ Attributes (object) + + network_id: 1l1000003 - ID of the network + + network_name: PHG - Name of the network + + network_description: PHG Network - Description of the network + + network_notes: Internal PHG Network - Any additional notes for the network + + network_application_id: 2 + + auto_approve_publishers (YesOrNo) + + default_campaign_id + + cm_client_id: b4d0d85c2cff813cdce092c261b2b200 + + network_contact_email + + network_locale (Locale) -# URL -URL Structure is `https://{domain}/api/v1/{resource}/{resource_id}/` +### List Networks [GET] -| Code | Description | -| --- | --- | -|`{domain}` | The domain of the LORE service. `private-b0103d-lore.apiary-mock.com/` is the Apiary mock server. | -|`/api/v1/` | The service endpoint includes the current version (v1). | -|`{resource}` | The resource endpoint for a specific set of items in the system. | -|`{resource_id}` |The `resource_id` sets the unique identifier (name or numerical) for a specific item to reference. | +Retrieve the details of the authenticated Network. -*Example: `http://lore.odl.mit.edu/api/v1/repositories/` will return a JSON representation of a" -"0a4861d99197bc8511072dcaaacec14c7cb297fe","fork.apl",".apl","APL","integer main() ++ Response 200 (application/json; charset=utf-8) + + Attributes + + networks (array[Network Wrapper]) +","56","0.9824561403508771","0.0","0.0" +"0e0c2519236f6e940e78c91eae86bf503d9de503","REPSRUN.apl",".apl","APL"," ∇ Z←REPSRUN X;P;M;S;R;O;U;G;H;head;I;J;F;T;W;K;Y;E;B;N;futuregrids;futurepath [1] ⍝Fill out calls with reps for BLOCKRUN, TABLERUN, and WATERSHEDRUN [2] ⍝Arguments ⍵: [3] ⍝ P systems, (block size or table rows), reps file [4] ⍝ M metric name [5] ⍝ S source grids [6] ⍝ E settings table name [7] ⍝ R result grids [8] ⍝ B buffer size [9] ⍝ O override pars [10] ⍝ N include grid [11] ⍝Results: [12] ⍝ Z call [13] ⍝ U result grids [14] ⍝B. Compton, 5 and 14 Mar 2013 [15] ⍝Note: not sure if this will take care of settings variables, though I think so [16] ⍝16 May 2013: work if there are no variables set; I forgot include grid before [17] ⍝10 Apr 2014: make sure _m substitution happens in the end [18] [19] [20] [21] P M S E R B O N ← X [22] G←(⊂,''),1 TABLE 3⊃P ⍝Read reps file [23] H←',' MATRIFY head [24] I←1+H MATIOTA MATRIFY 'input settings results' [25] J←(⍳1↑⍴H)~H MATI","16","0.45714285714285713","0.0","0.0" +"0e1c41730d1abff64b19e55617795f1228e092a3","subd.apl",".apl","APL","3.4 - 1.5 +","16","0.45714285714285713","0.0","0.0" +"13aded8a19d9b4e9a7a5103b79fda622a6d85e3d","create7.apl",".apl","APL","decl + integer status; +enddecl +integer main() { - integer pid; - print (""Before Fork""); - pid = Fork(); - print (""After Fork""); - return 0; + print(""in init ..""); + status = Create(""viva.dat""); + print(status); + print("".. out init""); + return 0; } -" +","16","0.45714285714285713","0.0","0.0" "015df4ee8638f1018f5e1bd19ccd12619f9f8a4a","create.apl",".apl","APL","decl integer status; string file; @@ -1508,142 +1503,52 @@ integer main() status = Create(file); print(status); return 0; -}" -"07243e8fbcfaf0a6ef672ec883785045fc5474aa","even.apl",".apl","APL","integer main() -{ -integer i; -i=0; -while i<=50 do -print(i); -i=i+2; -endwhile; -return 0; -} - -" -"126fa827aa12683fce5bd949acd7f2b93a4a5af2","ap_radio.apl",".apl","APL","# generated by APBuild 3.0 - -# full path of HEX filename. -hexfile=.\Obj\ap_radio.hex -mask=0x0 -# now supports srec & ihex, default to srec -hextype=intel - -# full path of MAP filename. -mapfile=.\Obj\ap_radio.map - -# full path of output AP filename. -apfile=.\radio.ap - -# entry of AP. -entry=main - -# segments define. - -linkcfg0=begin -NOOVERLAY -NODEFAULTLIBRARY -CLASSES(BIT(0x21-0x2f)) -CLASSES(ECODE(0x800000-0xFFFFFF)) -CLASSES(HCONST(0x800000-0xFFFFFF)) -CLASSES(HCONST(0x800000-0xFFFFFF)) -CLASSES(SROM(0xFEC000-0xFFFFFF)) -linkcfg0=end - -#常驻代码段 -seg_text(0xff2000-0xff21ff)=API30,?PR?COM_MSG,?PR?COM_EQTOOL_RCODE,C_RESERVE0 -seg_text(0xfea000)=?C_INITEDATA -seg_text(0xffF000)=?C_C51STARTUP - -#常驻数据段 -seg_data(0x680-0xa7f)=?ED?COM_COM,?ED?AP_MAIN,?ED?MOD_BS_FMRADIO,?ED?FM_DRV_RCODE,?ED?MW_CC_AD_DEC_R,?ED?MW_ANALOG_DEC,?ED?MW_DEC_EFFECT,D_RESERVE0 - -#未初始化数据段 -#seg_bss(0xF000)=?ED?DATA_BUFFER?MW_EH_LRC_SUB4 -#seg_bss(0x9000)=?ED?RESULT_BUFFER?MW_EH_LRC_SUB1 - -#CTRL bank grou" -"2b2ce69c4efa61afc213df06b3a03a3ac9bf0cc8","DOWNSTREAM.apl",".apl","APL"," ∇ Z←D DOWNSTREAM G;F;I;J;Q;K [1] ⍝AQCONNECT subroutine: if downstream option (⍺) is true, give only cells in 1⊃⍵ upstream of 3 4⊃⍵ in flow grid 2⊃⍵ [2] ⍝Selects upstream cells, thus giving downstream connectivity from each point [3] ⍝For Yoichiro [4] ⍝B. Compton, 20 Jun 2013 [5] [6] [7] [8] ⍎(0=⎕NC'D')/'D←1' ⍝Default: do it [9] Z←1⊃G [10] →(~D)/0 [11] G F I J ← G [12] Q←I J⍪F FLOWINTO I J ⍝Cells upstream of focal cell [13] K←1 [14] L1:→((K←K+1)>1↑⍴Q)/L2 ⍝While there are still cells to look at [15] Q←Q⍪F FLOWINTO Q[K;] ⍝ Keep looking upstream [16] →L1 [17] [18] L2:Z←((⍴Z)⍴0) SCATR Q (Z SCATI Q) ∇ " -"2ad0eaa3f32cf949ca6fe900c9194c62abec05f3","ejTreeViewAdvanced.dyalog",".dyalog","APL"," msg←ejTreeViewAdvanced;text;pages;output;ok - - Click'Add' - Click'tv_0' ⍝ Select the new node - - Click'Chk' ⍝ Turn checkbox on - output←Find'output' - :If {'1 nodes checked.'≢output.Text}Retry ⍬ ⍝ Wait to see if it gets populated - msg←'Node Add & Check Failed.' - :EndIf - - Click'Del' ⍝ Delete the added node again (or models won't match :() - - Click'Mod' ⍝ Display model - :If {38=('CssSelectors'Find'#tvModel td').Count}Retry 0 - text←('CssSelectors'Find'#tvModel td')[0].Text - msg←(text≢'Server≡Browser')/'Server and Browser model did not match.' - :Else - msg←'Display Model button did not work, or models do not agree.' - :EndIf" -"2f23bf3d4b6b982cb15dbafca26df7a5bf019be1","ejdatetimepicker.dyalog",".dyalog","APL",":Class ejDateTimePicker : #._SF._ejWidget -⍝ Description:: Syncfusion DateTimePicker widget -⍝ Constructor:: [datetime [format]] -⍝ datetime - datetime in either JavaScript format or n↑⎕TS (see: http://www.w3schools.com/js/js_dates.asp) (default 6↑⎕TS) -⍝ format - datetime format, a combination of a date format and a time format (default 'dd-MMM-yyyy hh:mm:ss') -⍝ Public Fields:: -⍝ DateTime - Datetime in either JavaScript format or n↑⎕TS -⍝ Format - Datetime format, a combination of a date format and a time format (default 'dd-MMM-yyyy hh:mm:ss') -⍝ Examples:: -⍝ ejDateTimePicker -⍝ ejDateTimePicker '17:53:59 11/27/66 (GMT-5)' -⍝ ejDateTimePicker (1999 12 31 23 59 59)('dd-MMM-yyyy hh:mm:ss') - - :Field Public Shared Readonly DocBase←'http://help.syncfusion.com/js/api/ejDateTimePicker.html' - :Field Public Shared Readonly ApiLevel←2 - :Field Public Shared Readonly DocDyalog←'/Documentation/DyalogAPIs/Syncfusion/ejDateTimePicker.html' - :Field Public Shared ReadO" -"17264abdfda9b2fcca5ed9f5b50c94874129a99a","ejtab.dyalog",".dyalog","APL",":class ejTab : #._SF._ejWidget -⍝ Description:: Syncfusion Tab widget -⍝ Constructor:: [titles [sections]] | [titles_sections] -⍝ titles - vector of char vectors containing titles to appear on tabbed sections -⍝ sections - vector of vectors containing HTML content for each section -⍝ or URL pointing to content to load dynamically -⍝ titles_sections - 2-column matrix of titles [;1] and sections [;2] as above -⍝ or vector of 2 element title/section vectors -⍝ Public Fields:: -⍝ Titles - vector of char vectors containing titles to appear on tabbed sections -⍝ Sections - vector of vectors containing HTML content for each section -⍝ IsURL - scalar or vector indicating if a section is a URL default is 0 -⍝ Examples:: -⍝ ejTab 'Title1' 'Title2' -⍝ ejTab ('Title1' 'Title2')('Section1' 'Section2') -⍝ ejTab 2 2⍴'Title1' 'Section1' 'Title2' 'Section2' - - :field public shared readonly DocBase←'http://help.syncfusion.com/js/api/ejTab" -"367af78603d8dde8fd2f86546eeb309dc42567f3","genokey_RP1.dyalog",".dyalog","APL","⌷RP1← -2 -2 -11 -3373 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -15 -1Editing File ',Loaded,'' + html,←'Save As: ',('FileName'Edit FileName),' ',('Action'Submit'Save'),' ',('Action'Submit'Reload') + html,←(0≠⍴Message)/'

',Message,'
' + html,←'
Edit Source: (and click HERE to test after saving)
' + + html,←'Contents'MultiEdit(100 100)Contents'class=apl' ⍝ An ""Edit"" called ""Name"" containing the N","11","0.3142857142857143","0.0","0.0" "0453ece80c4775b47c82e5a5f0bf12ca3e9da993","TestTelnetServer.dyalog",".dyalog","APL"," TestTelnetServer;cmd2;rc;cmd1;port;host;i;cmds;cmd;prompt;CR ⍝ Test the Telnet Server @@ -1670,66 +1575,65 @@ seg_data(0x680-0xa7f)=?ED?COM_COM,?ED?AP_MAIN,?ED?MOD_BS_FMRADIO,?ED?FM_DRV_RCOD ##.DRC.Send(1⊃cmds)(')END',CR) ⎕DL 2 ##.DRC.Close¨cmds -" -"082e89079fe153471998ddead01ca512bf4fcb16","DECL.asl",".asl","ASL","/* - * Some or all of this work - Copyright (c) 2006 - 2016, Intel Corp. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS " -"21ff93415475bfc50ba1417309ad1025b2069618","coach.asl",".asl","ASL","{ include(""mod.loadAgents.asl"") } - -/* - * Maintenance goals: posicionar sobre vertices pivot (sentinelas), manter-se dentro de uma area boa sem sair da mesma - */ - -!start. - -+!start <- - .my_name(Me); - - !!loadAgentNames; - - makeArtifact(grMain,""ora4mas.nopl.GroupBoard"",[""src/org/org.xml"", team, false, false ],IDGrMain); - setOwner(Me); - focus(IDGrMain); - +artifact(grMain, IDGrMain); - - makeArtifact(grAlpha,""ora4mas.nopl.GroupBoard"",[""src/org/org.xml"", subTeam, false, false ],IDGrAlpha); - setOwner(Me); - focus(IDGrAlpha); - +artifact(grAlpha, IDGrAlpha); - - makeArtifact(grBeta,""ora4mas.nopl.GroupBoard"",[""src/org/org.xml"", subTeam, false, false ],IDGrBeta); - setOwner(Me); - focus(IDGrBeta); - +artifact(grBeta, IDGrBeta); - - makeArtifact(grPivots,""ora4mas.nopl.GroupBoard"",[""src/org/org.xml"", pivotsGroup, false, false ],IDGrPivots); - setOwner(Me); - focus(IDGrPivots); - +artifact(grPivots, IDGrPivots); - - adoptRole(leader)[artifact_id(IDGrMain)]; - - setParentGroup(grMain)[artifact_id(IDGrAlpha)]" -"0e6436c094851a6fa1d2d3e15af78b63e3367739","graphics.asl",".asl","ASL","/* +","11","0.3142857142857143","0.0","0.0" +"21a2cc76aff488eca02dde30d49f17a83d341f66","Strings.dyalog",".dyalog","APL",":Namespace Strings + + ∇ r←lc r;m;upper + lower←'abcdefghijklmnopqrstuvwxyzæøå' + m←r∊upper←⎕A,'ÆØÅ' + (m/r)←lower[upper⍳m/r] + ∇ + + ∇ r←{sep}vtom x;max;len;m + ⍝ Vector to Matrix with optional separator + :If 0=⎕NC'sep' ⋄ sep←' ' ⋄ :EndIf + max←⌈/len←¯1+{(⍵,1+⍴x)-0,⍵}{⍵/⍳⍴⍵}sep=x←,x + r←((0≠⍴x)×⍴m)⍴(,m←len∘.≥⍳max)\,x~sep + ∇ + + ∇ r←dlb x + ⍝ Delete Leading Blanks + r←(+/∧\' '=x)↓x + ∇ + + ∇ r←dtb x + ⍝ Delete Trailing Blanks + r←(-+/∧\' '=⌽x)↓x + ∇ + + ∇ r←deb x + ⍝ Delete extraneous blanks + r←{1↓¯1↓(~' '⍷⍵)/⍵}' ',x,' ' + ∇ + + ∇ r←dmb x;m + ⍝ Delete multiple blanks + r←(m⍲1⌽m←' '=x)/x + ∇ + + ∇ str←str subst(from to);m;⎕IO;i + ⍝ simple string substitution + ⎕IO←0 + :Trap 0 + str←((esc from)⎕R(esc to))str + :Else + →(∨/m←from⍷str)↓0 + i←m⍳1 + str←((i↑str),to,(i+⍴from)↓str)subst(from to) + :EndTrap + ∇ + + esc←{⎕ML","11","0.3142857142857143","0.0","0.0" +"008709f5a7c1b80391ae07cf8e3953027449feca","LessThanOrEqualTo.dyalog",".dyalog","APL"," LessThanOrEqualTo←{ ⍝ ≤ according to TAO and with type as default left arg + ⍺←⊃0⍴⊂⍵ + 1=≡⍺ ⍵:0 1 1[⊃1↓⍋⍺ ⍵ ⍺] + ⍺ ∇¨⍵ + } +","11","0.3142857142857143","0.0","0.0" +"17b00098ad149a26b20b380b576542dd52e88503","superio.asl",".asl","ASL","/* * This file is part of the coreboot project. * - * Copyright (C) 2018 Google Inc. + * Copyright (C) 2012 Google Inc. * * 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 @@ -1739,26 +1643,20 @@ seg_data(0x680-0xa7f)=?ED?COM_COM,?ED?AP_MAIN,?ED?MOD_BS_FMRADIO,?ED?FM_DRV_RCOD * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc. */ -Scope (\_SB.PCI0.GFX0) -{ - Device (LCD) - { - Method (_ADR, 0, Serialized) - { - Return (0x1F) - } +/* mainboard configuration */ +#include - Method (_BCL, 0, NotSerialized) - { - Return (Package (0x12) - { - 0x0A, - 0x0F, - 0x00, - " -"2ac493680a9d3003a287177e4f4270d459d61ad9","device_abbu.asl",".asl","ASL","/* +#define SIO_EC_MEMMAP_ENABLE // EC Memory Map Resources +#define SIO_EC_HOST_ENABLE // EC Host Interface Resources +#define SIO_EC_ENABLE_PS2K // Enable PS/2 Keyboard +#define SIO_EC_ENABLE_COM1 // Enable Seria","139","0.6096491228070176","0.0","0.0" +"1ed492851a98ac23c252ca3b4577f28749f85090","DECL.asl",".asl","ASL","/* * Some or all of this work - Copyright (c) 2006 - 2017, Intel Corp. * All rights reserved. * @@ -1776,363 +1674,411 @@ Scope (\_SB.PCI0.GFX0) * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS " -"36a05ebc42f26e71672a4a8b706d44829902f740","MAIN.asl",".asl","ASL","/* - * Some or all of this work - Copyright (c) 2006 - 2013, Intel Corp. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS ","139","0.6096491228070176","0.0","0.0" +"03eda52c15eb3fdd015fe5595bcdec912c9af861","Ether_One_Load_Remover.asl",".asl","ASL"," +state(""UDK"", ""1.00"") +{ + bool addressone: 0x2C8606C; + bool addresstwo: 0x2C87324; + bool addressthree: 0x2C604B4; + bool addressfor: 0x2C603F0; + bool addressfive: ""UDK.exe"",0x2BBD7F0; +} +state(""EtherOne-Win64-Shipping"", ""2.00"") +{ + bool addresssix: 0x2B380C0; + bool addressseven: 0x2DAF85C; +} +startup +{ + settings.Add(""working"", false, ""If you see this its working""); + +} + +isLoading +{ + + if ( game.ProcessName.ToString() == ""EtherOne-Win64-Shipping"" ) + { + if ( current.addresssix == true || current.addressseven == true ) + { + return true; + } + else + { + return false; + } + } + if ( game.ProcessName.ToString() == ""UDK"" ) + { + if ( current.addressone == true || current.addresstwo == true || current.addressthree == true || current.addressfor == true || current.addressfive == true) + { + return true; + } + else + { + return false; + } + } + ","139","0.6096491228070176","0.0","0.0" +"05e9fa29704089c765495c91e3bf414ec645292f","chromeos.asl",".asl","ASL","/* + * This file is part of the coreboot project. * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS " -"16215cc9dfc555adc22cc3ace8b38e41e1dfd584","APIC.dsl",".dsl","ASL","/* - * Intel ACPI Component Architecture - * AML Disassembler version 20130117-64 [Jan 19 2013] - * Copyright (c) 2000 - 2013 Intel Corporation - * - * Disassembly of AML/APIC.aml, Mon Jan 6 22:30:12 2014 + * Copyright (C) 2015 Google Inc. * - * ACPI Data Table [APIC] + * 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; version 2 of the License. * - * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ -[000h 0000 4] Signature : ""APIC"" [Multiple APIC Description Table (MADT)] -[004h 0004 4] Table Length : 000000BC -[008h 0008 1] Revision : 02 -[009h 0009 1] Checksum : 00 /* Incorrect checksum, should be 6D */ -[00Ah 0010 6] Oem ID : ""APPLE "" -[010h 0016 8] Oem Table ID : ""Apple00"" -[018h 0024 4] Oem Revision : 00000001 -[01Ch 0028 4] Asl Compiler ID : ""Loki"" -[020h 0032 4] Asl Compiler Revision : 0000005F - -[024h 0036 4] Local Apic Address : FEE00000 -[028h 0040 4] Flags (decoded below) : 00000001 -" -"1cdab82b53d67052da380d658392c0b04a3146c7","SSDT10.dsl",".dsl","ASL","/* - * Intel ACPI Component Architecture - * AML/ASL+ Disassembler version 20141107-64 [Dec 2 2014] - * Copyright (c) 2000 - 2014 Intel Corporation - * - * Disassembling to symbolic ASL+ operators +Name(OIPG, Package() { + Package () { 0x0001, 0, 0xFFFFFFFF, ""PCH-LP"" }, // no recovery button + Package () { 0x0003, 1, 58, ""PCH-LP"" }, // firmware write protect +}) +","139","0.6096491228070176","0.0","0.0" +"03342bd1810fd97a3b8e845594602b63874d0f36","dsdt.asl",".asl","ASL","/* + * This file is part of the coreboot project. * - * Disassembly of SSDT10, Fri Feb 13 14:12:02 2015 + * Copyright (C) 2008 Advanced Micro Devices, Inc. * - * Original Table Header: - * Signature ""SSDT"" - * Length 0x000041AC (16812) - * Revision 0x02 - * Checksum 0x21 - * OEM ID ""SaSsdt"" - * OEM Table ID ""SaSsdt "" - * OEM Revision 0x00003000 (12288) - * Compiler ID ""INTL"" - * Compiler Version 0x20120913 (538052883) + * 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; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ -DefinitionBlock (""SSDT10.aml"", ""SSDT"", 2, ""SaSsdt"", ""SaSsdt "", 0x00003000) -{ - /* - * iASL Warning: There were 3 external control methods found during - * disassembly, but additional ACPI tables to resolve these externals - * were not specified. This resulting disassembler output file may not - * compile because the disassembler did not know how many arguments - * to assign to th" -"2cfe4c3667211c3ae1df4da37819ab2bd3f4910c","SSDT-XHC2.dsl",".dsl","ASL","DefinitionBlock ("""", ""SSDT"", 2, ""DRTNIA"", ""_XHCX"", 0x00000000) -{ - External (_SB_.PCI0.GP13, DeviceObj) // Partial path to controller - External (_SB_.PCI0.GP13.XHC0, DeviceObj) // Full path to controller - External (DTGP, MethodObj) // 5 Arguments - - Scope (\_SB.PCI0.GP13) // Full path to controller - { - Scope (XHC0) //Replace with the controller you want to rename - { - Name (_STA, Zero) // _STA: Status - } - Device (XHC2) - { - Name (_ADR, Zero) // _ADR: Address - Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method - { - If ((Arg2 == Zero)) - { - Return (Buffer (One) - { - 0x03 // . - }) - } +/* DefinitionBlock Statement */ +DefinitionBlock ( + ""DSDT.AML"", /* Output filename */ + ""DSDT"", /* Signature */ + 0x02, /* DSDT Revision, needs to be 2 for 64bit */ + ""AMD "", /* OEMID */ + ""COREBOOT"", /* TABLE ID */ + 0x00010001 /* OEM Revision */ + ) +{ /* Start of ASL file */ + /* #include */ /* Include global debug methods if needed */ + + /* Data to be patc","139","0.6096491228070176","0.0","0.0" +"18547afbd30f2762da5c649cc2f1b1e350ff6a0a","matrix.dsl",".dsl","ASL","// generate a combinatorial explosion of the provided variables +// example: + +matrix code { + param letter = tokens( a b c ) + param digit = tokens( 1 2 3 ) + param symbol = tokens( ! @ # ) +} + +// output will be 27 combinations: +// a 1 !, a 1 @, a 1 # +// a 2 !, a 2 @, a 2 # +// a 3 !, a 3 @, a 3 # +// b 1 !, b 1 @, b 1 # +// b 2 !, b 2 @, b 2 # +// b 3 !, b 3 @, b 3 # +// c 1 !, c 1 @, c 1 # +// c 2 !, c 2 @, c 2 # +// c 3 !, c 3 @, c 3 # + +// except sometimes you don't need to test every combination, just each combination of two values +// so I really only need to test ""a 1"", ""1 !"", and ""a !"" one time each +// the matrix will by default automatically try and accomplish this, and give you results more like this: + +// a 1 # +// a 2 @, a 2 # +// a 3 !, a 3 @, a 3 # +// b 1 @, b 1 # +// b 2 ! +// b 3 ! +// c 1 !, c 1 @, c 1 # +// c 2 ! +// c 3 ! + +// a is tested 6 times, instead of 9 times +// b is tested 4 times +// c is tested 5 times +// 1 is tested 6 times +// 2 is tested 4","90","0.39473684210526316","0.0","0.0" +"1483a9f4c8c487d47e87d72769de65499ea2aed1","DerivativeTest1.dsl",".dsl","ASL","model (y) = DerivativeTest1() + + state x = 0 + equation x' = 1 + + output y = (x, x') + + solver=forwardeuler{dt=1} - Local0 = Package (0x1B){} - DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) - Return (Local0" -"21d4fb348a63c39e7f8777e33f7236da22f4a301","dsdt.dsl",".dsl","ASL","/* - * Intel ACPI Component Architecture - * AML/ASL+ Disassembler version 20181213 (64-bit version) - * Copyright (c) 2000 - 2018 Intel Corporation - * - * Disassembling to symbolic ASL+ operators - * - * Disassembly of ./dsdt.aml, Mon Jun 24 11:06:46 2019 +end +","90","0.39473684210526316","0.0","0.0" +"0d4035521b92118571d84ff317a3a90ea67ef755","SSDT-BAT.dsl",".dsl","ASL","/* + * Base for SSDT-BAT was taken from midi1996 with ACPI Hotpatch changes * - * Original Table Header: - * Signature ""DSDT"" - * Length 0x0000AF79 (44921) - * Revision 0x02 - * Checksum 0xE1 - * OEM ID ""INTEL "" - * OEM Table ID ""EDK2 "" - * OEM Revision 0x00000005 (5) - * Compiler ID ""INTL"" - * Compiler Version 0x20190509 (538510601) + * Source: + * https://github.com/midi1996/X2G2-opencore-hackintosh/blob/master/files/ACPI/SSDT-BAT.aml + * + * BTIF and BTIX method rewrites are written and maintained by Khronokernel */ -DefinitionBlock ("""", ""DSDT"", 2, ""INTEL "", ""EDK2 "", 0x00000005) -{ - External (_PR_.CPU0._PPC, UnknownObj) - External (_SB_.PCI0.LPCB.TPM_.PTS_, MethodObj) // 1 Arguments - External (CFGD, IntObj) - External (MDBG, MethodObj) // 1 Arguments - External (NDN3, MethodObj) // 1 Arguments - External (PDC0, IntObj) - External (PDC1, IntObj) - External (PDC2, IntObj) - Exter" -"30812f739994329ac1435c09371e9d09993c5146","SSDT-PNLF.dsl",".dsl","ASL","/* +DefinitionBlock ("""", ""SSDT"", 2, ""Khrono"", ""BATTERY"", 0x00000000) +{ + External (_SB_.NBST, PkgObj) + External (_SB_.NBTI, PkgObj) + External (_SB_.NDBS, PkgObj) + External (_SB_.PCI0.LPCB.EC0_, DeviceObj) + External (_SB_.PCI0.LPCB.EC0_.BATN, FieldUnitObj) + External (_SB_.PCI0.LPCB.EC0_.BRCC, FieldUnitObj) + External (_SB_.PCI0.LPCB.EC0_.BRCV, FieldUnitObj) + External (_SB_.PCI0.LPCB.EC0_.BSEL, FieldUnitObj) + External (_SB_.PCI0.LPCB.EC0_.BST_, FieldUnitObj) + External (_SB_.PCI0.LPCB.EC0_.BSTA, MethodObj) // 1 Arguments + External (_SB_.PCI0.LPCB.EC0_.BTDR, MethodObj) // 1 Arguments + External (_SB_.PCI0.LPCB.EC0_.BTMX, MutexObj) + External (_SB_.PCI0.LPCB.EC0_.CRZN, FieldUnitObj) + Exter","90","0.39473684210526316","0.0","0.0" +"1dea7d3b65da9a3dd412906c7bf8549ce57c525c","SSDT-4.dsl",".dsl","ASL","/* * Intel ACPI Component Architecture - * AML/ASL+ Disassembler version 20160422-64(RM) - * Copyright (c) 2000 - 2016 Intel Corporation + * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM) + * Copyright (c) 2000 - 2018 Intel Corporation * * Disassembling to non-symbolic legacy ASL operators * - * Disassembly of SSDT-PNLF.aml, Sun Feb 24 04:22:23 2019 + * Disassembly of ../origin-rom2/SSDT-4.aml, Sat Oct 5 10:19:54 2019 * * Original Table Header: * Signature ""SSDT"" - * Length 0x00000404 (1028) + * Length 0x000014E2 (5346) * Revision 0x02 - * Checksum 0x71 - * OEM ID ""LENOVO"" - * OEM Table ID ""_PNLF"" + * Checksum 0xFE + * OEM ID ""DELL\x"" + * OEM Table ID ""TbtTypeC"" * OEM Revision 0x00000000 (0) * Compiler ID ""INTL"" - * Compiler Version 0x20190108 (538509576) + * Compiler Version 0x20160527 (538314023) */ -DefinitionBlock ("""", ""SSDT"", 2, ""LENOVO"", ""_PNLF"", 0x00000000) +DefinitionBlock ("""", ""SSDT"", 2, ""DELL\x"", ""TbtTypeC"", 0x00000000) +{ + External (_SB_.PCI0.RP01.PXSX, DeviceObj) // (from opcode) + External (_SB_.PCI0.RP05.PXSX, DeviceObj) // (from opcode) + External (_SB_.PCI0.RP09.PXSX, DeviceObj) // (from opcode) + External (_SB_.PCI0.RP21.PXSX, DeviceObj) // (from opcode) + External (_SB_.UBTC.RUCC, MethodOb","90","0.39473684210526316","0.0","0.0" +"06e072921a37dcb374821a689c3ec9c39b240a6e","Story.dsl",".dsl","ASL","story(1) +{ + local() + { + @var1(0); + }; + onmessage(""start"") + { + wait(1900); + publishlogicevent(""ge_set_story_state"",""game"",0); + loop(1) + { + createnpc(1001+$$); + }; + wait(5000); + if(@var1 < 1) + { + loop(6) + { + createnpc(1101+$$); + }; + }; + wait(1000); + setblockedshader(0x0000ff90,0.5,0,0xff000090,0.5,0); + }; + onmessage(""allnpckilled"") + { + inc(@var1); + wait(600); + publishlogicevent(""ge_area_clear"", ""game"",0); + wait(1500); + showwall(""AtoB"",false); + wait(100); + restartareamonitor(2); + }; + onmessage(""anyuserenterarea"",2) + { + showwall(""BDoor"",true); + startstory(2); + terminate(); + }; + onmessage(""missionfailed"") + { + changescene(0); + terminate(); + }; +}; +story(2) { - External (_SB_.PCI0.IGPU, DeviceObj) // (from opcode) - External (RMCF.BKLT, IntObj) // (from opcode) - External (RMCF.FBTP, IntObj) // (from opcode) - External (RMCF.GRAN, IntObj) // (from opcode) - External (RMCF.LEVW, IntObj) // (from opcode) - External (RMCF.LMAX, IntObj) // (from opcode) + local() + { + @var1(0); + }; + onmessage(""start"") + { + wait(100); + loop(5) + { + createnpc(2001+$$); + }; + wait(5000); + if(@var1 < 1) + { + loop(6) + { + createnpc(2101+$$); + }; + }; + wait(1000); + setblockedshader(0x0000ff90,0.5,0,0xff000090,0.5,0); + }; + onmessage(""allnpckilled"") + { + inc(","90","0.39473684210526316","0.0","0.0" +"03e1eafeea1b37370710b9b82555fd20096ce210","metalengmsggenasn.asn",".asn","ASN.1","0‚ú ClassnameMessagesAliasMessages0k ClassnameMessageAliasm1TextDNº Error: %C. Existe una cadena de caracteres detrás del último END.0j ClassnameMessageAliasm2TextCNº Error: %C. Existe más de un espacio en blanco después del BEGIN.0€ ClassnameMessageAliasm3TextYNº Error: %C. Existe más de un espacio en blanco después de la declaración del objeto %O.0r ClassnameMessageAliasm4TextKNº Error: %C. El objeto %O tiene en el alias un espacio en blanco o \\ o /.0` ClassnameMessageAliasm5Text9Nº Error: %C. El objeto %O no puede ser contenido por %A.0Q ClassnameMessageAliasm6Text*Nº Error: %C. El objeto %O no tiene alias.0Q ClassnameMessageAliasm7Text*Nº Error: %C. El objeto %O no es correcto.0y ClassnameMessageAliasm8TextRNº Error: %C. Existe más de un espacio en blanco o el objeto no ha sido declarado.0T ClassnameMessageAliasm9Text-Nº Error: %C. El objeto no ha sido declarado.0o ClassnameMessag","60","0.759493670886076","0.0","0.0" +"13bef14ed74f03994f7f52ec7122b6a3c7e6ce63","Internode-definitions.asn",".asn","ASN.1","-- 3GPP TS 25.331 V11.7.0 (2013-09) +-- $Id: Internode-definitions.asn 52202 2013-09-24 17:56:17Z pascal $ +-- +Internode-definitions DEFINITIONS AUTOMATIC TAGS ::= - Sco" -"1c0d3969902fd98c84811063fd8be1a726507547","h245.asn",".asn","ASN.1","MULTIMEDIA-SYSTEM-CONTROL DEFINITIONS AUTOMATIC TAGS ::= BEGIN --- Export all symbols - --- ======================================================================= --- Top level Messages --- ======================================================================= - -MultimediaSystemControlMessage ::=CHOICE -{ - request RequestMessage, - response ResponseMessage, - command CommandMessage, - indication IndicationMessage, - ... -} - --- A RequestMessage results in action and requires an immediate response - -RequestMessage ::=CHOICE -{ - nonStandard NonStandardMessage, - - masterSlaveDetermination MasterSlaveDetermination, - - terminalCapabilitySet TerminalCapabilitySet, - - openLogicalChannel OpenLogicalChannel, - closeLogicalChannel CloseLogicalChannel, - - requestChannelClose RequestChannelClose, - - multiplexEntrySend MultiplexEntrySend, - - requestMultiplexEntry RequestMultiplexEntry, - - requestMode RequestMode, +IMPORTS - roundTripDelayRequest Roun" -"0e68ec3070c4961504e18660a654a8eefd8dc41e","Test43.asn",".asn","ASN.1","--///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2020 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v2.0 --- which accompanies this distribution, and is available at --- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html + HandoverToUTRANCommand, + MeasurementReport, + PhysicalChannelReconfiguration, + RadioBearerReconfiguration, + RadioBearerRelease, + RadioBearerSetup, + RRCConnectionSetupComplete-r3-add-ext-IEs, + RRC-FailureInfo, + TransportChannelReconfiguration, + UECapabilityInformation-r3-add-ext-IEs +FROM PDU-definitions + +-- Core Network IEs : + CN-DomainIdentity, + CN-DomainInformationList, + CN-DomainInformationListFull, + CN-DRX-CycleLengthCoefficient, + NAS-SystemInformationGSM-MAP, +-- UTRAN Mobility IEs : + CellIdentity, + URA-Identity, +-- User Equipment IEs : + AccessStratumReleaseIndicator, + C-RNTI, + ChipRateCapability, + DL-CapabilityWithSimultaneousHS-DSCHConfig, + DL-PhysChCapabilityFDD-v380ext, + DL-PhysChCapabilityTDD, + DL-PhysChCapabilityTDD-LCR-r4, + GSM-Measurements, + HSDSCH-physical-layer-category, + FailureCauseWithProtErr, +","60","0.759493670886076","0.0","0.0" +"06d23e55d2889130fc4b39ba76cf106a96b7efc2","UMGSMMAP_T_BcsmCamelTDPData.asn",".asn","ASN.1","T-BcsmCamelTDPData ::= SEQUENCE { + t-BcsmTriggerDetectionPoint T-BcsmTriggerDetectionPoint, + serviceKey ServiceKey, + gsmSCF-Address [0] ISDN-AddressString, + defaultCallHandling [1] DefaultCallHandling, + extensionContainer [2] ExtensionContainer OPTIONAL, + ...} + +","60","0.759493670886076","0.0","0.0" +"00823779956751cbe0a52fc6ca7e0b63d6674134","F1AP-PDU-Contents.asn",".asn","ASN.1","-- 3GPP TS 38.473 V16.4.0 (2021-01) +-- 9.4.4 PDU Definitions +-- ************************************************************** -- --- Contributors: --- Balasko, Jeno --- Kulcsar, Endre --- Szabados, Kristof +-- PDU definitions for F1AP. -- ---///////////////////////////////////////////////////////////////////////////// -Test43 -DEFINITIONS +-- ************************************************************** -IMPLICIT TAGS +F1AP-PDU-Contents { +itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) +ngran-access (22) modules (3) f1ap (3) version1 (1) f1ap-PDU-Contents (1) } -::= +DEFINITIONS AUTOMATIC TAGS ::= BEGIN -endlessCircularReferenceValue1 INTEGER ::= endlessCircularReferenceValue2 - -endlessCircularReferenceValue2 INTEGER ::= endlessCircularReferenceValue1 - -END -" -"0a115fe7acd7a192543ee14c8c2e4295d78da3d1","set-of-good.asn",".asn","ASN.1","-- Test case covers --- 1. Basic Set-of syntax --- 2. Value definition for Set-of - -SetOf1 DEFINITIONS ::= -BEGIN - -S1 ::= SET OF INTEGER - -S2 ::= SET OF i1 INTEGER - -S3 ::= SEQUENCE { i1 INTEGER, i2 INTEGER } - -S4 ::= SET OF S3 - -S5 ::= SET OF s3 S3 - -v1 S1 ::= { } - -v2 S1 ::= { 1, 2 } - -v3 S2 ::= { i1 1, i1 2 } - -v4 S4 ::= { {i1 1, i2 1}, {i1 4, i2 5}, {i1 10, i2 11} } - -v5 S5 ::= { s3 {i1 1, i2 1}, s3 {i1 4, i2 5}, s3 {i1 10, i2 11} } - -END -" -"1ba17337f1c04186a2acf09ab34e88b0dda2291b","CAP-GPRS-ReferenceNumber.asn",".asn","ASN.1","-- 3GPP TS 29.078 29.078 11.0.0 (2011-09) --- 8.1.1 GPRS Reference Number - -CAP-GPRS-ReferenceNumber {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) -umts-network(1) modules(3) cap-dialogueInformation(111) version8(7)} --- Module CAP-GPRS-ReferenceNumber is updated to version8(7) for Rel-6. The definitions --- in this module are not modified, compared to Rel-5. - -DEFINITIONS ::= BEGIN - -EXPORTS - id-CAP-GPRS-ReferenceNumber, - cAP-GPRS-ReferenceNumber-Abstract-Syntax; +-- ************************************************************** +-- +-- IE parameter types from other modules. +-- +-- ************************************************************** IMPORTS + Candidate-SpCell-Item, + Cause, + Cells-Failed-to-be-Activated-List-Item, + Cells-Status-Item, + Cells-to-be-Activated-List-Item, + Cells-to-be-Deactivated-List-Item, + CellULConfigured, + CriticalityDiagnostics, + C-RNTI, + CUtoDURRCInformation, + DRB-Activity-Item, + DRBID, + DRBs-FailedToBeModified-Item, + DRBs-FailedToBeSetup-Item, + DRBs-FailedToBeSetupMod-Item, + DRB-Notify-Item, + ","60","0.759493670886076","0.0","0.0" +"1456e0f681304d312d694900af9b8d67b3db862a","UMGSMMAP_cug_Reject ERROR.asn",".asn","ASN.1","cug-Reject ERROR ::= { +PARAMETER Cug-RejectParam +CODE local:15 +} - Integer4 -FROM CS1-DataTypes {itu-t(0) identified-organization(4) etsi(0) inDomain(1) in-network(1) -modules(0) cs1-datatypes(2) version1(0)} -; - -id-CAP-GPRS-ReferenceNumber OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) as(1) cap-GPRS-ReferenceNumber(5) version3(2)} - -cAP-GPRS-ReferenceNumber-Abstract-Syntax ABSTRACT-SYNTAX ::= {CAP-GPRS-ReferenceNumber IDENTIFIED BY id-CAP-GPRS-ReferenceNumber} +","60","0.759493670886076","0.0","0.0" +"06f02ba6dae77e50a64a9961cb3be5760fa7577d","005.asn1",".asn1","ASN.1","--RUN_SPARK +TEST-CASE DEFINITIONS AUTOMATIC TAGS::= BEGIN -CAP-GPRS-ReferenceNumber ::= SEQUENCE { - destinationReference " -"311c365ba3ba90267125dad2e6c03f9b69112782","BER_EncDecA_106.asn",".asn","ASN.1"," ---///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2021 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v2.0 --- which accompanies this distribution, and is available at --- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html --- --- Contributors: --- Kristof, Szabados --- ---///////////////////////////////////////////////////////////////////////////// -BER-EncDecA-106 + MyPDU ::= INTEGER(1..256,...,400..800) + + pdu1 MyPDU ::= 100 + + +END +--TCLS MyPDU[] +","13","0.16455696202531644","0.0","0.0" +"047b4273a93e72d2e17060d23b93b9fb1096769e","UpperBounds.asn1",".asn1","ASN.1","UpperBounds -- {joint-iso-itu-t ds(5) module(1) upperBounds(10) 4} DEFINITIONS ::= + BEGIN -BERPDU ::= OBJECT IDENTIFIER -b BERPDU ::= {1 2 a(2) b(3)} -END +-- EXPORTS All -- +-- The types and values defined in this module are exported for use in the other ASN.1 modules contained +-- within the Directory Specifications, and for the use of other applications which will use them to access +-- Directory services. Other applications may use them for their own purposes, but this will not constrain +-- extensions and modifications needed to maintain or improve the Directory service. -" -"1cacdb33fe7dd65f54f26378f296ece47168a3af","001.asn1",".asn1","ASN.1","TEST-CASE DEFINITIONS AUTOMATIC TAGS::= BEGIN - - - MyPDU ::= SEQUENCE (SIZE(0..20)) OF SEQUENCE { - int1 INTEGER(0..15), - int2 INTEGER(0..65535), - enm ENUMERATED { - one(1), two(2), three(3), - four(4), thousand(1000) - }, - buf OCTET STRING (SIZE(10)), - gg SEQUENCE { - int1 INTEGER(0..15), - int2 INTEGER(0..65535), - enm ENUMERATED { - pone(1), ptwo(2), pthree(3), - pfour(4), pthousand(1000) - }, - buf [APPLICATION 104] OCTET STRING (SIZE(10)) - } OPTIONAL - } - - pdu1 MyPDU ::= { - {int1 10, int2 200, enm one, buf '00112233445566778899'H} - } -END - - ---TCLFC MyPDU[size 20] $$$ File:sample1.acn, line:4, The size constraints of the ASN.1 allows multiple items (0 .. 20). Therefore, you should either remove the size property (in which case the size determinant will be encoded automatically exactly like uPER), or use a an Integer field as size determinant ---TCLFC MyPDU[] {dummy[], dummy2[] } $$$ File:sample1.ac" -"2020fd07fffc38bdc0ee81afeb585c6ccbb5f748","002.asn1",".asn1","ASN.1","TEST-CASE DEFINITIONS AUTOMATIC TAGS::= BEGIN - - MyPDU ::= SEQUENCE { - a INTEGER(1..20), - b BIT STRING (SIZE(1..20)) - } - - POS-INT ::= INTEGER(0..100) - pdu1 MyPDU ::= {a 16, b'ABCD'H} - -END - ---TCLS MyPDU[] {a[], b[]} ---TCLS MyPDU[] ---TCLS POS-INT[size 13, encoding pos-int] MyPDU[] {a[], insertedInAcn POS-INT[], b[size insertedInAcn, align-to-next word]} -" -"0faf41fef0b1f90e96e42251b93622477ae570e1","PUS-3-6.asn1",".asn1","ASN.1","--! +ub-answerback INTEGER ::= 8 +ub-business-category INTEGER ::= 128 +ub-common-name INTEGER ::= 64 +ub-content INTEGER ::= 32768 +ub-country-code INTEGER ::= 4 +ub-description INTEGER ::= 1024 +ub-destination-indicator INTEGER ::= 128 +ub-directory-string-first-component-match INTEGER ::= 32768 +ub-domainLocalID INTEGER ::= 64 +ub-international-isdn-number INTEGER ::= 16 +ub-knowledge-information INTEGER ::= 32768 +ub-localeContextS","13","0.16455696202531644","0.0","0.0" +"15e2cacedb8eabd0dc2d5ef76b87ab9e05b19390","LogicalDevice.asn1",".asn1","ASN.1","--! --! Copyright (C) 2017-2019 N7 Space sp. z o. o. --! Contact: http://n7space.com --! @@ -2155,571 +2101,474 @@ END --! along with this program. If not, see . --! -PUS-3-6 DEFINITIONS AUTOMATIC TAGS ::= BEGIN +LogicalDevice DEFINITIONS AUTOMATIC TAGS ::= BEGIN EXPORTS ALL; -IMPORTS - HousekeepingParameterRep" -"296925e6ed9b40fa05bd8d706c1f1fd72bc0dea1","DistributedOperations.asn1",".asn1","ASN.1","-- Module DistributedOperations (X.518 TC2:08/1997) -DistributedOperations {joint-iso-itu-t ds(5) module(1) distributedOperations(3) - 3} DEFINITIONS ::= -BEGIN +LogicalDevice-ID ::= ENUMERAT","13","0.16455696202531644","0.0","0.0" +"0d6a21297c436e561b91aadbb658cd6045bd0761","test.asn1",".asn1","ASN.1","-- $Id$ -- --- EXPORTS All --- The types and values defined in this module are exported for use in the other ASN.1 modules contained --- within the Directory Specifications, and for the use of other applications which will use them to access --- Directory services. Other applications may use them for their own purposes, but this will not constrain --- extensions and modifications needed to maintain or improve the Directory service. -IMPORTS - informationFramework, directoryAbstractService, distributedOperations, - selectedAttributeTypes, basicAccessControl, dap, enhancedSecurity - FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1) - usefulDefinitions(0) 3} - DistinguishedName, Name, RDNSequence, SearchRuleId, MRMapping - FROM InformationFramework informationFramework - PresentationAddress, ProtocolInformation, UniqueIdentifier" -"29187dfeb8b632b202bac610b32d5b6950714823","MAP-MS-DataTypes.asn1",".asn1","ASN.1","-- $Id: MAP-MS-DataTypes.asn 34814 2010-11-08 23:15:16Z etxrab $ --- 3GPP TS 29.002 V9.3.0 (2010-09) --- 17.7.1 Mobile Service data types +TEST DEFINITIONS ::= -MAP-MS-DataTypes { - itu-t identified-organization (4) etsi (0) mobileDomain (0) - gsm-Network (1) modules (3) map-MS-DataTypes (11) version12 (12)} +BEGIN -DEFINITIONS +IMPORTS heim_any FROM heim; -IMPLICIT TAGS +TESTuint32 ::= INTEGER (0..4294967295) -::= +TESTLargeTag ::= SEQUENCE { + foo[127] INTEGER (-2147483648..2147483647), + bar[128] INTEGER (-2147483648..2147483647) +} -BEGIN +TESTSeq ::= SEQUENCE { + tag0[0] INTEGER (-2147483648..2147483647), + tag1[1] TESTLargeTag, + tagless INTEGER (-2147483648..2147483647), + tag3[2] INTEGER (-2147483648..2147483647) +} -EXPORTS - - -- location registration types - UpdateLocationArg, - UpdateLocationRes, - CancelLocationArg, - CancelLocationRes, - PurgeMS-Arg, - PurgeMS-Res, - SendIdentificationArg, - SendIdentificationRes, - UpdateGprsLocationArg, - UpdateGprsLocationRes, - IST-SupportIndicator, - SupportedLCS-CapabilitySets, - - - -- handover types - ForwardAccessSignalling-Arg, - PrepareHO-Arg, - PrepareHO-Res, - PrepareSubsequentHO-Arg, - PrepareSubsequentHO-Res, - ProcessAccessSignalling-Arg, - SendEndSignal-Arg, - SendEndSignal-Res, - - -- authentication management types - SendAuthenticationInfoArg, - SendAuthenticationInfoRes, - AuthenticationFailureReportArg, -AuthenticationFailureReportRes, - - -" -"36569d2b7c2c7c6408bcedbda5421edfae12e489","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""GASP.MvcApplication"" Language=""C#"" %> -" -"1bb94d6c0f89740e4b254f2d62e6c9f0524bf548","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""asp_ajax.MvcApplication"" Language=""C#"" %> -" -"1cbb4acd0c726c685dd63a4957c968d5413f620a","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""ActivityLogger.Global"" Language=""C#"" %> -" -"1f8a15374074e1c656828924d232c5d1eae946cc","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""PhoneMVCUsingEditorTemplates.MvcApplication"" Language=""C#"" %> -" -"0d54e0339aea608f9f52573e22d98165dd3a9307","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""ProductWebsite.MvcApplication"" Language=""C#"" %> -" -"0d15653cf38d1807c83b8ddaeef40da00a6339dc","UpImg.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" AutoEventWireup=""true"" CodeFile=""UpImg.ascx.cs"" Inherits=""controls_UpImg"" %> - - - - - -
- - - - -
-" -"052770471cc679db557efac3cebc017d2892d85a","Header.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" AutoEventWireup=""true"" CodeBehind=""Header.ascx.cs"" Inherits=""UniversityGradeManager.Views.Template.Header"" %> - +TESTChoice1 ::= CHOICE { + i1[1] INTEGER (-2147483648..2147483647), + i2[2] INTEGER (-2147483648..2147483647), + ... +} - +TESTChoice2 ::= CHOICE { + i1[1] INTEGER (-2147483648..2147483647), + ... +} - - <%= TitlePage %> +TESTInteger ::= INTEGER (-2147483648..2147483647) - - - +TESTInteger2 ::= [4] IMPLICIT TESTInteger +TESTInteger3 ::= [5] IMPLICIT TESTInteger2 - +TESTImplicit ::= SEQUENCE { + ti1[0] IMPLICIT INTEGER (-2147483648..2147483647), + ti2[1] IMPLICIT SEQUENCE { + foo[127] INTEGER (-2147483648..2147483647) + }, + ti3[2] IMPLICIT [5] IMPLICIT [4] IMPLICIT INTEGER (-2147483648..2147483647) +} +TESTImplicit2 ::= SEQUEN","13","0.16455696202531644","0.0","0.0" +"03ad6a420cdfd2fdadbc8f0c5bf05debd40925ca","d2dconnectionrelease.asn1",".asn1","ASN.1","EUTRA-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::= + +BEGIN +RRCConnectionRelease::= SEQUENCE { + + ue-Identity INTEGER(0..maxUeId), + releaseCause ENUMERATED {normal, other} +} + +maxUeId INTEGER ::= 8 + +END + +","13","0.16455696202531644","0.0","0.0" +"055302c8e9007a3a74d1e2fda06d75315e8ffd4d","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""ClassManagment.MvcApplication"" Language=""C#"" %> +","1106","0.11887360275150473","0.0","0.0" +"1ca3206e4c24d5993c0ade77b60ffa10eea2708e","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""Marcos.EstudoTddDdd.Web.MvcApplication"" Language=""C#"" %> +","1106","0.11887360275150473","0.0","0.0" +"09767ce591e7a7d81421f849f77caabcca27fdd3","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""AdDataProject.WebApiApplication"" Language=""C#"" %> +","1106","0.11887360275150473","0.0","0.0" +"007f3c8794966b3471431249471819af881fece4","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""BooksStorage.Global"" Language=""C#"" %> +","1106","0.11887360275150473","0.0","0.0" +"0534f4d766e3ed208b9d9d171293098cc2a0cbe0","Global.asax",".asax","ASP.NET","<%@ Application Codebehind=""Global.asax.cs"" Inherits=""BellumGens.Api.WebApiApplication"" Language=""C#"" %> +","1106","0.11887360275150473","0.0","0.0" +"187a41280c7195dfeeed37e0023463b7e167406b","HR_TimeLogs.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" AutoEventWireup=""true"" CodeFile=""HR_TimeLogs.ascx.cs"" Inherits=""DynamicData_QuickAdd_HR_TimeLogs"" %> +
+ +
","1150","0.12360275150472914","0.0","0.0" +"0d9d4c6d2d2ac94d98759650c00fe063c0347668","UpdateRequest.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" AutoEventWireup=""true"" CodeBehind=""UpdateRequest.ascx.cs"" Inherits=""EHR.Recruitment.UpdateRequest"" %> + +
+ + + + + + + ","1150","0.12360275150472914","0.0","0.0" +"14d44354950d9410deb4a485b3be15e93b9e785c","MyJobs.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" CodeFile=""MyJobs.ascx.cs"" Inherits=""MyJobs_ascx"" %> + + + + + + + + + +
+ +<%@ Register TagPrefix=""jenzabar"" assembly=""Jenzabar.Common"" namespace=""Jenzabar.Common.Web.UI.Controls"" %> +<%@ Import namespace=""Jenzabar.ICS.Web.Portlets.BookmarkPortlet"" %> +<%@ Import namespace=""Jenzabar.Common.Globalization"" %> +<%@ Register TagPrefix=""web"" Assembly=""Jenzabar.Portal.Framework.Web"" Namespace=""Jenzabar.Portal.Framework.Web.UI.Controls"" %> +
+ + + <%# DataBinder.Eval( Container.DataItem, ""Name"" )%> + + + <%# DataBinder.Eval( Container.DataItem, ""Description"" )%> + + + "" %> + + - -
-" -"1506c0805df5b086aef55e0f8df4af13d568fede","OpenAuthProviders.ascx",".ascx","ASP.NET","<%@ Control Language=""C#"" AutoEventWireup=""true"" CodeBehind=""OpenAuthProviders.ascx.cs"" Inherits=""GetITdone.Account.OpenAuthProviders"" %> -
-

Use another service to log in.

-
- - -

- -

-
- -
-

There are no external authentication services configured. See this article for details on setting up this ASP.NET application to support logging in via external services.

-
- " -"04c458fb96362690bdfae56b044a3e76100c4370","useredit.ascx",".ascx","ASP.NET","<%@ Control Language=""c#"" Inherits=""Asi.Web.UI.Common.SecurityAdmin.UserEdit"" AutoEventWireup=""true"" Codebehind=""UserEdit.ascx.cs"" %> + +
+
    - -
+

  EHR - Recruitment Form

+
+ Request Form ID : + + + Request Date: +
- - - - - - - - - -
-
- *
-
- -
-

- Welcome to Phisherman's Guide! -

-

- Here is your sign in information: -

-

- User Name: - -

-
-

- Password: - -

-
- Login Here! -
-
-

- If you have any questions or problems contact us at - -

-
-" -"0eb9dd1d719e8656f02a7f2fe4ece4be1873bf16","sele_xzbm.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" CodeBehind=""sele_xzbm.ashx.cs"" Class=""webApp.handler.sele_xzbm"" %> -" -"33b25abd668ded7051d58cb0c703195913c039d7","cookieprivacy.ashx",".ashx","ASP.NET"," - - - - - - - - - - - - - - - - - - - - -" -"28b9d0b5764a971f67988907dd2818a979213e55","PCHandler.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" CodeBehind=""PCHandler.ashx.cs"" Class=""ZentCloud.JubitIMP.Web.Handler.WangBang.PCHandler"" %> -" -"1c02b11d2590c3aebd0591e31463814fe28efca7","WebAPI.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" Class=""WebAPI"" %> +Public Class proses : Implements IHttpHandler + + Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest + Dim con As New SqlConnection + Dim cmd As New SqlCommand() + + con.ConnectionString = ""Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\dumas.mdf;Integrated Security=SSPI;User Instance=True"" + con.Open() + + cmd.CommandText = ""update pengaduan set status='Selesai' where id_pengaduan =@IID"" + cmd.CommandType = System.Data.CommandType.Text + cmd.Connection = con + + Dim ImageID As New SqlParameter(""@IID"", System.Data.SqlDbType.Int) + ImageID.Value = context.Request.QueryString(""ID"") + cmd.Parameters.Add(ImageID) + Dim dReader As SqlDataReader = cmd.ExecuteReader() + dReader.Read() + + context.Response.","233","0.02504299226139295","0.0","0.0" +"09201d8c0e9bc45f1af3c083e17717ccaa024a03","Srv_MCE_GetMCEContractList.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" CodeBehind=""Srv_MCE_GetMCEContractList.ashx.cs"" Class=""Ipedf.Hrp.Web.service.Srv_MCE_GetMCEContractList"" %> +","233","0.02504299226139295","0.0","0.0" +"18cff22da0cfe8fa10f74a04d416b81209e9813f","rsd.ashx",".ashx","ASP.NET","<%@ WebHandler Class=""Zdevo.Page.Xmlrpc.Rsd"" %>","233","0.02504299226139295","0.0","0.0" +"03809b5f76da746bea3553e45ed17da9da374345","AlarmReciver.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" CodeBehind=""AlarmReciver.ashx.cs"" Class=""FusionDirectorPlugin.WebServer.AlarmReciver"" %> +","233","0.02504299226139295","0.0","0.0" +"0bd21e740481a5601d6edc1349b225e6c0a00ad5","Song.ashx",".ashx","ASP.NET","<%@ WebHandler Language=""C#"" Class=""Song"" %> using System; using System.Web; -using System.Web.SessionState; -using System.Collections.Generic; -using Newtonsoft.Json.Linq; +using System.IO; -public class WebAPI : IHttpHandler, IRequiresSessionState +public class Song : IHttpHandler { - string userID = """"; - public void ProcessRequest(HttpContext context) + private HttpRequest Request = null; + private HttpResponse Response = null; + + public void ProcessRequest (HttpContext context) { - HttpRequest request = context.Request; - HttpResponse response = context.Response; - System.Web.SessionState.HttpSessionState session = context.Session; - - if (session[GlobalSetting.SessionKey.LoginID] != null) - userID = session[GlobalSetting.SessionKey.LoginID].ToString(); + this.Request = context.Request; + this.Response = context.Response; - string result = """"; - Newtonsoft.Json.Converters.IsoDateTimeConverter IsoDateTimeConverter = new Newtonsoft.Json.Converters.IsoDateTimeConverter { DateTimeFormat = GlobalSetting.DateTimeFormat }; + string songFilePath = this.Request.QueryString[0]; + if (songFilePath == null || songFilePath.Length == 0) + { + this.Response.StatusCode = 500; + this.Response.ContentType = ""text/html""; + this.Response.Write(""Song file is not specified.""); + return; + } - try + FileInfo songFileInfo = new FileInfo(songFilePath); + if (!songFileInfo.Exists) { - string action = request.Form[""action""]; - switch (action) - { - //Introducer - " -"1c573a755e65a0a337479896f9d617b075da0b92","Slideshow.asmx",".asmx","ASP.NET","<%@ WebService Language=""C#"" CodeBehind=""~/App_Code/Slideshow.cs"" Class=""Slideshow"" %> -" -"0d986862a762ec5ab8a353e88f17693c0c175566","wspLiquidaciones.asmx",".asmx","ASP.NET","<%@ WebService Language=""C#"" CodeBehind=""wspLiquidaciones.asmx.cs"" Class=""webSignusL.Servicios.wspLiquidaciones"" %> -" -"0ef8fb34b876ff10731582c06046faf97eb96113","FachadaInstructoresFrontOffice.asmx",".asmx","ASP.NET","<%@ WebService Language=""C#"" CodeBehind=""FachadaInstructoresFrontOffice.asmx.cs"" Class=""PuiPuiCapaLogicaDeNegocios.Servicios.FrontOffice.FachadaInstructores"" %> -" -"0d53ab9c551f5d4df112aa9f1a9537b867b8b439","CSMSWebservice.asmx",".asmx","ASP.NET","<%@ WebService Language=""C#"" CodeBehind=""CSMSWebservice.asmx.cs"" Class=""CSMSWebservice.CSMSWebservice"" %> -" -"0da2170467d4e7eb887de0ec113a19f6a1822bde","PalindromeWorkerService.asmx",".asmx","ASP.NET","<%@ WebService Language=""C#"" CodeBehind=""PalindromeWorkerService.asmx.cs"" Class=""PalindromeChecker.Service.PalindromeWorkerService"" %> -" -"07feeb0f2a2912fd7ce091eb22b3ac2e5baaa2cd","ListStatus.aspx",".aspx","ASP.NET","<%@ Page Title=""Status List"" Language=""C#"" MasterPageFile=""~/PavanCourier.master"" - AutoEventWireup=""true"" CodeFile=""ListStatus.aspx.cs"" Inherits=""ListStatus"" %> - - - - - - - - - +
+
+
+
+

+ Demo (Basic Implementation) of Using MySqlBackup With ASP.NET C#

+
+ +
+ + + ","6728","0.7231298366294067","0.0","0.0" +"13e57d971310e8424f8eec1b21dcdad64061f46b","TableInfo_Export.aspx",".aspx","ASP.NET","<%@ Page Language=""C#"" AutoEventWireup=""true"" CodeBehind=""TableInfo_Export.aspx.cs"" Inherits=""eFrameWork.Manage.TableInfo_Export"" %> + - - - + + + - - - + + - - - - - -
-
- -
-
-
-