├── .vs └── IttırgecliGoturgec │ ├── FileContentIndex │ ├── 196cb48c-2b29-4e13-96b6-a5a2adc19c1d.vsidx │ ├── 1c75d639-9bfc-4970-8049-200b46a28395.vsidx │ ├── 37cc0beb-deb7-4ba2-b685-56d3fa231d1c.vsidx │ ├── 5fbd07c0-3e12-45dc-815e-ac60f34f71e6.vsidx │ └── 7547b410-64a2-4794-80b7-f1fc2af99987.vsidx │ ├── config │ └── applicationhost.config │ └── v17 │ └── .suo ├── DataAccessLayer ├── ConnectionStrings.cs ├── DataAccessLayer.csproj ├── DataModel.cs ├── Kategori.cs ├── Makale.cs ├── Properties │ └── AssemblyInfo.cs ├── Uye.cs ├── Yonetici.cs ├── Yorum.cs ├── bin │ └── Debug │ │ ├── DataAccessLayer.dll │ │ └── DataAccessLayer.pdb └── obj │ └── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── DataAccessLayer.csproj.AssemblyReference.cache │ ├── DataAccessLayer.csproj.CoreCompileInputs.cache │ ├── DataAccessLayer.csproj.FileListAbsolute.txt │ ├── DataAccessLayer.dll │ ├── DataAccessLayer.pdb │ ├── DesignTimeResolveAssemblyReferences.cache │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── IttirgecliGoturgec_DB.sql ├── IttırgecliGoturgec.sln ├── IttırgecliGoturgec ├── .vs │ └── IttırgecliGoturgec │ │ ├── config │ │ └── applicationhost.config │ │ └── v17 │ │ └── .suo ├── Assets │ ├── SayfaResimleri │ │ ├── 160x600.gif │ │ └── logo.png │ └── css │ │ └── Arayuz.css ├── Default.aspx ├── Default.aspx.cs ├── Default.aspx.designer.cs ├── IttırgecliGoturgec.csproj ├── IttırgecliGoturgec.csproj.user ├── MakaleDetay.aspx ├── MakaleDetay.aspx.cs ├── MakaleDetay.aspx.designer.cs ├── MakaleResimleri │ ├── 04367f5f-e15b-4708-93e0-3d6e839a2638.jpg │ ├── 19bb5a27-2595-4c30-b3b9-9fe94cf53b62.jpg │ └── none.jpg ├── MasterPage.Master ├── MasterPage.Master.cs ├── MasterPage.Master.designer.cs ├── Properties │ └── AssemblyInfo.cs ├── UyeGiris.aspx ├── UyeGiris.aspx.cs ├── UyeGiris.aspx.designer.cs ├── UyeOl.aspx ├── UyeOl.aspx.cs ├── UyeOl.aspx.designer.cs ├── Web.Debug.config ├── Web.Release.config ├── Web.config ├── YoneticiPanel │ ├── Anasayfa.aspx │ ├── Anasayfa.aspx.cs │ ├── Anasayfa.aspx.designer.cs │ ├── Assets │ │ ├── Resim │ │ │ ├── JB1z4UykFG.gif │ │ │ └── login_bg.jpg │ │ ├── ckeditor │ │ │ ├── CHANGES.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── SECURITY.md │ │ │ ├── adapters │ │ │ │ └── jquery.js │ │ │ ├── build-config.js │ │ │ ├── ckeditor.js │ │ │ ├── config.js │ │ │ ├── contents.css │ │ │ ├── lang │ │ │ │ ├── en.js │ │ │ │ └── tr.js │ │ │ ├── plugins │ │ │ │ ├── a11yhelp │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── a11yhelp.js │ │ │ │ │ │ └── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de-ch.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-au.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es-mx.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fo.js │ │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── gu.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── mn.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── oc.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── si.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sr-latn.js │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ ├── about │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── about.js │ │ │ │ │ │ ├── hidpi │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ ├── clipboard │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── paste.js │ │ │ │ ├── dialog │ │ │ │ │ ├── dialogDefinition.js │ │ │ │ │ └── styles │ │ │ │ │ │ └── dialog.css │ │ │ │ ├── icons.png │ │ │ │ ├── icons_hidpi.png │ │ │ │ ├── image │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── image.js │ │ │ │ │ └── images │ │ │ │ │ │ └── noimage.png │ │ │ │ ├── link │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── anchor.js │ │ │ │ │ │ └── link.js │ │ │ │ │ └── images │ │ │ │ │ │ ├── anchor.png │ │ │ │ │ │ └── hidpi │ │ │ │ │ │ └── anchor.png │ │ │ │ ├── magicline │ │ │ │ │ └── images │ │ │ │ │ │ ├── hidpi │ │ │ │ │ │ ├── icon-rtl.png │ │ │ │ │ │ └── icon.png │ │ │ │ │ │ ├── icon-rtl.png │ │ │ │ │ │ └── icon.png │ │ │ │ ├── pastefromgdocs │ │ │ │ │ └── filter │ │ │ │ │ │ └── default.js │ │ │ │ ├── pastefromlibreoffice │ │ │ │ │ └── filter │ │ │ │ │ │ └── default.js │ │ │ │ ├── pastefromword │ │ │ │ │ └── filter │ │ │ │ │ │ └── default.js │ │ │ │ ├── pastetools │ │ │ │ │ └── filter │ │ │ │ │ │ ├── common.js │ │ │ │ │ │ └── image.js │ │ │ │ ├── scayt │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── dialog.css │ │ │ │ │ │ ├── options.js │ │ │ │ │ │ └── toolbar.css │ │ │ │ │ └── skins │ │ │ │ │ │ └── moono-lisa │ │ │ │ │ │ └── scayt.css │ │ │ │ ├── specialchar │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de-ch.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-au.js │ │ │ │ │ │ ├── en-ca.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es-mx.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── oc.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── si.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sr-latn.js │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ │ │ └── specialchar.js │ │ │ │ ├── table │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── table.js │ │ │ │ ├── tableselection │ │ │ │ │ └── styles │ │ │ │ │ │ └── tableselection.css │ │ │ │ ├── tabletools │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── tableCell.js │ │ │ │ ├── widget │ │ │ │ │ └── images │ │ │ │ │ │ └── handle.png │ │ │ │ └── youtube │ │ │ │ │ └── images │ │ │ │ │ ├── icon-hdpi.png │ │ │ │ │ └── icon.png │ │ │ ├── samples │ │ │ │ ├── css │ │ │ │ │ └── samples.css │ │ │ │ ├── img │ │ │ │ │ ├── github-top.png │ │ │ │ │ ├── header-bg.png │ │ │ │ │ ├── header-separator.png │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── logo.svg │ │ │ │ │ └── navigation-tip.png │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── sample.js │ │ │ │ │ └── sf.js │ │ │ │ ├── old │ │ │ │ │ ├── ajax.html │ │ │ │ │ ├── api.html │ │ │ │ │ ├── appendto.html │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── inlineall │ │ │ │ │ │ │ └── logo.png │ │ │ │ │ │ ├── outputxhtml │ │ │ │ │ │ │ └── outputxhtml.css │ │ │ │ │ │ ├── posteddata.php │ │ │ │ │ │ ├── sample.jpg │ │ │ │ │ │ └── uilanguages │ │ │ │ │ │ │ └── languages.js │ │ │ │ │ ├── datafiltering.html │ │ │ │ │ ├── dialog │ │ │ │ │ │ ├── assets │ │ │ │ │ │ │ └── my_dialog.js │ │ │ │ │ │ └── dialog.html │ │ │ │ │ ├── divreplace.html │ │ │ │ │ ├── enterkey │ │ │ │ │ │ └── enterkey.html │ │ │ │ │ ├── htmlwriter │ │ │ │ │ │ └── outputhtml.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── inlineall.html │ │ │ │ │ ├── inlinebycode.html │ │ │ │ │ ├── inlinetextarea.html │ │ │ │ │ ├── jquery.html │ │ │ │ │ ├── magicline │ │ │ │ │ │ └── magicline.html │ │ │ │ │ ├── readonly.html │ │ │ │ │ ├── replacebyclass.html │ │ │ │ │ ├── replacebycode.html │ │ │ │ │ ├── sample.css │ │ │ │ │ ├── sample.js │ │ │ │ │ ├── sample_posteddata.php │ │ │ │ │ ├── tabindex.html │ │ │ │ │ ├── toolbar │ │ │ │ │ │ └── toolbar.html │ │ │ │ │ ├── uicolor.html │ │ │ │ │ ├── uilanguages.html │ │ │ │ │ ├── wysiwygarea │ │ │ │ │ │ └── fullpage.html │ │ │ │ │ └── xhtmlstyle.html │ │ │ │ └── toolbarconfigurator │ │ │ │ │ ├── css │ │ │ │ │ └── fontello.css │ │ │ │ │ ├── font │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── config.json │ │ │ │ │ ├── fontello.eot │ │ │ │ │ ├── fontello.svg │ │ │ │ │ ├── fontello.ttf │ │ │ │ │ └── fontello.woff │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ ├── abstracttoolbarmodifier.js │ │ │ │ │ ├── fulltoolbareditor.js │ │ │ │ │ ├── toolbarmodifier.js │ │ │ │ │ └── toolbartextmodifier.js │ │ │ │ │ └── lib │ │ │ │ │ └── codemirror │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── codemirror.css │ │ │ │ │ ├── codemirror.js │ │ │ │ │ ├── javascript.js │ │ │ │ │ ├── neo.css │ │ │ │ │ ├── show-hint.css │ │ │ │ │ └── show-hint.js │ │ │ ├── skins │ │ │ │ └── moono-lisa │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── dialog_ie.css │ │ │ │ │ ├── dialog_ie8.css │ │ │ │ │ ├── dialog_iequirks.css │ │ │ │ │ ├── editor.css │ │ │ │ │ ├── editor_gecko.css │ │ │ │ │ ├── editor_ie.css │ │ │ │ │ ├── editor_ie8.css │ │ │ │ │ ├── editor_iequirks.css │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_hidpi.png │ │ │ │ │ ├── images │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── hidpi │ │ │ │ │ │ ├── close.png │ │ │ │ │ │ ├── lock-open.png │ │ │ │ │ │ ├── lock.png │ │ │ │ │ │ └── refresh.png │ │ │ │ │ ├── lock-open.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ └── spinner.gif │ │ │ │ │ └── readme.md │ │ │ ├── styles.js │ │ │ └── vendor │ │ │ │ └── promise.js │ │ └── css │ │ │ ├── AnaStil.css │ │ │ └── GirisCss.css │ ├── Giris.aspx │ ├── Giris.aspx.cs │ ├── Giris.aspx.designer.cs │ ├── KategoriDuzenle.aspx │ ├── KategoriDuzenle.aspx.cs │ ├── KategoriDuzenle.aspx.designer.cs │ ├── KategoriEkle.aspx │ ├── KategoriEkle.aspx.cs │ ├── KategoriEkle.aspx.designer.cs │ ├── KategoriListele.aspx │ ├── KategoriListele.aspx.cs │ ├── KategoriListele.aspx.designer.cs │ ├── MakaleDuzenle.aspx │ ├── MakaleDuzenle.aspx.cs │ ├── MakaleDuzenle.aspx.designer.cs │ ├── MakaleEkle.aspx │ ├── MakaleEkle.aspx.cs │ ├── MakaleEkle.aspx.designer.cs │ ├── MakaleListele.aspx │ ├── MakaleListele.aspx.cs │ ├── MakaleListele.aspx.designer.cs │ ├── UyeListele.aspx │ ├── UyeListele.aspx.cs │ ├── UyeListele.aspx.designer.cs │ ├── YoneticiMaster.Master │ ├── YoneticiMaster.Master.cs │ └── YoneticiMaster.Master.designer.cs ├── bin │ ├── DataAccessLayer.dll │ ├── DataAccessLayer.pdb │ ├── IttırgecliGoturgec.dll │ ├── IttırgecliGoturgec.dll.config │ ├── IttırgecliGoturgec.pdb │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml │ └── roslyn │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll │ │ ├── Microsoft.CSharp.Core.targets │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.dll │ │ ├── Microsoft.CodeAnalysis.Scripting.dll │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll │ │ ├── Microsoft.CodeAnalysis.dll │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ │ ├── Microsoft.DiaSymReader.Native.x86.dll │ │ ├── Microsoft.Managed.Core.targets │ │ ├── Microsoft.VisualBasic.Core.targets │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── System.AppContext.dll │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Console.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.Net.Http.dll │ │ ├── System.Net.Sockets.dll │ │ ├── System.Reflection.Metadata.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Text.Encoding.CodePages.dll │ │ ├── System.Threading.Tasks.Extensions.dll │ │ ├── System.ValueTuple.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── System.Xml.XPath.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── VBCSCompiler.exe │ │ ├── VBCSCompiler.exe.config │ │ ├── csc.exe │ │ ├── csc.exe.config │ │ ├── csc.rsp │ │ ├── csi.exe │ │ ├── csi.exe.config │ │ ├── csi.rsp │ │ ├── vbc.exe │ │ ├── vbc.exe.config │ │ └── vbc.rsp ├── obj │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── IttırgecliGoturgec.csproj.AssemblyReference.cache │ │ ├── IttırgecliGoturgec.csproj.CopyComplete │ │ ├── IttırgecliGoturgec.csproj.CoreCompileInputs.cache │ │ ├── IttırgecliGoturgec.csproj.FileListAbsolute.txt │ │ ├── IttırgecliGoturgec.dll │ │ └── IttırgecliGoturgec.pdb └── packages.config ├── Kalitim ├── .vs │ └── Kalitim │ │ ├── FileContentIndex │ │ ├── 0bf35adf-6f14-4f13-ac4f-23f1a6380b46.vsidx │ │ ├── 4a74e912-bdb3-4785-934a-1d14a4cd67ec.vsidx │ │ ├── 8b43723b-f97c-442a-a96e-6bd432782d57.vsidx │ │ ├── 99b51dd9-2463-433a-b1a1-c0750799c8c3.vsidx │ │ └── a82a5ada-e051-49aa-98db-cdbc1409c7fa.vsidx │ │ └── v17 │ │ └── .suo ├── Kalitim.sln └── Kalitim │ ├── App.config │ ├── Insan.cs │ ├── Kalitim.csproj │ ├── Ogrenci.cs │ ├── Personel.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── obj │ └── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ └── Kalitim.csproj.AssemblyReference.cache ├── README.md └── packages └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1 ├── .signature.p7s ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg ├── build ├── net45 │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props └── net46 │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props ├── content ├── net45 │ ├── app.config.install.xdt │ ├── app.config.uninstall.xdt │ ├── web.config.install.xdt │ └── web.config.uninstall.xdt └── net46 │ ├── app.config.install.xdt │ ├── app.config.uninstall.xdt │ ├── web.config.install.xdt │ └── web.config.uninstall.xdt ├── lib └── net45 │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml └── tools ├── Roslyn45 ├── Microsoft.Build.Tasks.CodeAnalysis.dll ├── Microsoft.CSharp.Core.targets ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll ├── Microsoft.CodeAnalysis.CSharp.dll ├── Microsoft.CodeAnalysis.Scripting.dll ├── Microsoft.CodeAnalysis.VisualBasic.dll ├── Microsoft.CodeAnalysis.dll ├── Microsoft.DiaSymReader.Native.amd64.dll ├── Microsoft.DiaSymReader.Native.x86.dll ├── Microsoft.VisualBasic.Core.targets ├── System.AppContext.dll ├── System.Collections.Immutable.dll ├── System.Diagnostics.StackTrace.dll ├── System.IO.FileSystem.Primitives.dll ├── System.IO.FileSystem.dll ├── System.Reflection.Metadata.dll ├── VBCSCompiler.exe ├── VBCSCompiler.exe.config ├── csc.exe ├── csc.exe.config ├── csc.rsp ├── csi.exe ├── csi.rsp ├── vbc.exe ├── vbc.exe.config └── vbc.rsp ├── RoslynLatest ├── Microsoft.Build.Tasks.CodeAnalysis.dll ├── Microsoft.CSharp.Core.targets ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll ├── Microsoft.CodeAnalysis.CSharp.dll ├── Microsoft.CodeAnalysis.Scripting.dll ├── Microsoft.CodeAnalysis.VisualBasic.dll ├── Microsoft.CodeAnalysis.dll ├── Microsoft.DiaSymReader.Native.amd64.dll ├── Microsoft.DiaSymReader.Native.x86.dll ├── Microsoft.Managed.Core.targets ├── Microsoft.VisualBasic.Core.targets ├── Microsoft.Win32.Primitives.dll ├── System.AppContext.dll ├── System.Collections.Immutable.dll ├── System.Console.dll ├── System.Diagnostics.DiagnosticSource.dll ├── System.Diagnostics.FileVersionInfo.dll ├── System.Diagnostics.StackTrace.dll ├── System.Globalization.Calendars.dll ├── System.IO.Compression.ZipFile.dll ├── System.IO.Compression.dll ├── System.IO.FileSystem.Primitives.dll ├── System.IO.FileSystem.dll ├── System.Net.Http.dll ├── System.Net.Sockets.dll ├── System.Reflection.Metadata.dll ├── System.Runtime.InteropServices.RuntimeInformation.dll ├── System.Security.Cryptography.Algorithms.dll ├── System.Security.Cryptography.Encoding.dll ├── System.Security.Cryptography.Primitives.dll ├── System.Security.Cryptography.X509Certificates.dll ├── System.Text.Encoding.CodePages.dll ├── System.Threading.Tasks.Extensions.dll ├── System.ValueTuple.dll ├── System.Xml.ReaderWriter.dll ├── System.Xml.XPath.XDocument.dll ├── System.Xml.XPath.dll ├── System.Xml.XmlDocument.dll ├── VBCSCompiler.exe ├── VBCSCompiler.exe.config ├── csc.exe ├── csc.exe.config ├── csc.rsp ├── csi.exe ├── csi.exe.config ├── csi.rsp ├── vbc.exe ├── vbc.exe.config └── vbc.rsp └── net45 ├── install.ps1 └── uninstall.ps1 /.vs/IttırgecliGoturgec/FileContentIndex/196cb48c-2b29-4e13-96b6-a5a2adc19c1d.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/FileContentIndex/196cb48c-2b29-4e13-96b6-a5a2adc19c1d.vsidx -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/FileContentIndex/1c75d639-9bfc-4970-8049-200b46a28395.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/FileContentIndex/1c75d639-9bfc-4970-8049-200b46a28395.vsidx -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/FileContentIndex/37cc0beb-deb7-4ba2-b685-56d3fa231d1c.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/FileContentIndex/37cc0beb-deb7-4ba2-b685-56d3fa231d1c.vsidx -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/FileContentIndex/5fbd07c0-3e12-45dc-815e-ac60f34f71e6.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/FileContentIndex/5fbd07c0-3e12-45dc-815e-ac60f34f71e6.vsidx -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/FileContentIndex/7547b410-64a2-4794-80b7-f1fc2af99987.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/FileContentIndex/7547b410-64a2-4794-80b7-f1fc2af99987.vsidx -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/config/applicationhost.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/config/applicationhost.config -------------------------------------------------------------------------------- /.vs/IttırgecliGoturgec/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/.vs/IttırgecliGoturgec/v17/.suo -------------------------------------------------------------------------------- /DataAccessLayer/ConnectionStrings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/ConnectionStrings.cs -------------------------------------------------------------------------------- /DataAccessLayer/DataAccessLayer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/DataAccessLayer.csproj -------------------------------------------------------------------------------- /DataAccessLayer/DataModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/DataModel.cs -------------------------------------------------------------------------------- /DataAccessLayer/Kategori.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Kategori.cs -------------------------------------------------------------------------------- /DataAccessLayer/Makale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Makale.cs -------------------------------------------------------------------------------- /DataAccessLayer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DataAccessLayer/Uye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Uye.cs -------------------------------------------------------------------------------- /DataAccessLayer/Yonetici.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Yonetici.cs -------------------------------------------------------------------------------- /DataAccessLayer/Yorum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/Yorum.cs -------------------------------------------------------------------------------- /DataAccessLayer/bin/Debug/DataAccessLayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/bin/Debug/DataAccessLayer.dll -------------------------------------------------------------------------------- /DataAccessLayer/bin/Debug/DataAccessLayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/bin/Debug/DataAccessLayer.pdb -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DataAccessLayer.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DataAccessLayer.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DataAccessLayer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 36d886418df8d9eb4146a4bddb6578ff06aa7858 2 | -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DataAccessLayer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DataAccessLayer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DataAccessLayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DataAccessLayer.dll -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DataAccessLayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DataAccessLayer.pdb -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /DataAccessLayer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/DataAccessLayer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /IttirgecliGoturgec_DB.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttirgecliGoturgec_DB.sql -------------------------------------------------------------------------------- /IttırgecliGoturgec.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec.sln -------------------------------------------------------------------------------- /IttırgecliGoturgec/.vs/IttırgecliGoturgec/config/applicationhost.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/.vs/IttırgecliGoturgec/config/applicationhost.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/.vs/IttırgecliGoturgec/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/.vs/IttırgecliGoturgec/v17/.suo -------------------------------------------------------------------------------- /IttırgecliGoturgec/Assets/SayfaResimleri/160x600.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Assets/SayfaResimleri/160x600.gif -------------------------------------------------------------------------------- /IttırgecliGoturgec/Assets/SayfaResimleri/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Assets/SayfaResimleri/logo.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/Assets/css/Arayuz.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Assets/css/Arayuz.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Default.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Default.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/Default.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Default.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/IttırgecliGoturgec.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/IttırgecliGoturgec.csproj -------------------------------------------------------------------------------- /IttırgecliGoturgec/IttırgecliGoturgec.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/IttırgecliGoturgec.csproj.user -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleDetay.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleDetay.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleDetay.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleDetay.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleDetay.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleDetay.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleResimleri/04367f5f-e15b-4708-93e0-3d6e839a2638.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleResimleri/04367f5f-e15b-4708-93e0-3d6e839a2638.jpg -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleResimleri/19bb5a27-2595-4c30-b3b9-9fe94cf53b62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleResimleri/19bb5a27-2595-4c30-b3b9-9fe94cf53b62.jpg -------------------------------------------------------------------------------- /IttırgecliGoturgec/MakaleResimleri/none.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MakaleResimleri/none.jpg -------------------------------------------------------------------------------- /IttırgecliGoturgec/MasterPage.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MasterPage.Master -------------------------------------------------------------------------------- /IttırgecliGoturgec/MasterPage.Master.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MasterPage.Master.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/MasterPage.Master.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/MasterPage.Master.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeGiris.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeGiris.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeGiris.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeGiris.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeGiris.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeGiris.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeOl.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeOl.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeOl.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeOl.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/UyeOl.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/UyeOl.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Web.Debug.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Web.Release.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/Web.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Anasayfa.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/Resim/JB1z4UykFG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/Resim/JB1z4UykFG.gif -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/Resim/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/Resim/login_bg.jpg -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/CHANGES.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/LICENSE.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/README.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/SECURITY.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/adapters/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/adapters/jquery.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/build-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/build-config.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/ckeditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/ckeditor.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/config.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/contents.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/contents.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/lang/en.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/lang/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/lang/tr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/az.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/about.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/about.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/clipboard/dialogs/paste.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/clipboard/dialogs/paste.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/dialog/dialogDefinition.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/dialog/styles/dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/dialog/styles/dialog.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/icons.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/icons_hidpi.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/image/dialogs/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/image/dialogs/image.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/image/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/image/images/noimage.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/dialogs/anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/dialogs/anchor.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/dialogs/link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/dialogs/link.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/images/anchor.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/icon-rtl.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/magicline/images/icon.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromgdocs/filter/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromgdocs/filter/default.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromlibreoffice/filter/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromlibreoffice/filter/default.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromword/filter/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastefromword/filter/default.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastetools/filter/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastetools/filter/common.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastetools/filter/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/pastetools/filter/image.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/CHANGELOG.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/LICENSE.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/README.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/dialog.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/options.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/toolbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/dialogs/toolbar.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/af.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/az.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/da.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/de.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/el.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/en.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/es.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/et.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/he.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/id.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/it.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/km.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/no.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/oc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/oc.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ro.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/si.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/th.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/specialchar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/specialchar/dialogs/specialchar.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/table/dialogs/table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/table/dialogs/table.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/tableselection/styles/tableselection.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/tableselection/styles/tableselection.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/tabletools/dialogs/tableCell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/tabletools/dialogs/tableCell.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/widget/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/widget/images/handle.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/youtube/images/icon-hdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/youtube/images/icon-hdpi.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/youtube/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/plugins/youtube/images/icon.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/css/samples.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/css/samples.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/github-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/github-top.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/header-bg.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/header-separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/header-separator.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/logo.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/logo.svg -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/navigation-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/img/navigation-tip.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/index.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/js/sample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/js/sample.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/js/sf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/js/sf.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/ajax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/ajax.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/api.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/appendto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/appendto.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/inlineall/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/inlineall/logo.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/posteddata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/posteddata.php -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/sample.jpg -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/uilanguages/languages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/assets/uilanguages/languages.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/datafiltering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/datafiltering.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/dialog/assets/my_dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/dialog/assets/my_dialog.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/dialog/dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/dialog/dialog.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/divreplace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/divreplace.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/enterkey/enterkey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/enterkey/enterkey.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/htmlwriter/outputhtml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/htmlwriter/outputhtml.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/index.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlineall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlineall.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlinebycode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlinebycode.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlinetextarea.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/inlinetextarea.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/jquery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/jquery.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/magicline/magicline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/magicline/magicline.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/readonly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/readonly.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/replacebyclass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/replacebyclass.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/replacebycode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/replacebycode.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample_posteddata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/sample_posteddata.php -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/tabindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/tabindex.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/toolbar/toolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/toolbar/toolbar.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/uicolor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/uicolor.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/uilanguages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/uilanguages.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/wysiwygarea/fullpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/wysiwygarea/fullpage.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/xhtmlstyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/old/xhtmlstyle.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/css/fontello.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/css/fontello.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/config.json -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/index.html -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_ie.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_ie8.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_ie8.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_iequirks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/dialog_iequirks.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_gecko.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_gecko.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_ie.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_ie8.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_ie8.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_iequirks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/editor_iequirks.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/icons.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/icons_hidpi.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/arrow.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/close.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/close.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/lock.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/hidpi/refresh.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/lock-open.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/lock.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/refresh.png -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/images/spinner.gif -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/skins/moono-lisa/readme.md -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/styles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/styles.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/vendor/promise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/ckeditor/vendor/promise.js -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/css/AnaStil.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/css/AnaStil.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Assets/css/GirisCss.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Assets/css/GirisCss.css -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Giris.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Giris.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Giris.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Giris.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/Giris.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/Giris.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriDuzenle.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriEkle.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/KategoriListele.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleDuzenle.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleEkle.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/MakaleListele.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/UyeListele.aspx.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/YoneticiPanel/YoneticiMaster.Master.designer.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/DataAccessLayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/DataAccessLayer.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/DataAccessLayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/DataAccessLayer.pdb -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/IttırgecliGoturgec.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/IttırgecliGoturgec.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/IttırgecliGoturgec.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/IttırgecliGoturgec.dll.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/IttırgecliGoturgec.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/IttırgecliGoturgec.pdb -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CSharp.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CSharp.Core.targets -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.Managed.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.Managed.Core.targets -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.VisualBasic.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.VisualBasic.Core.targets -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.AppContext.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Console.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.IO.Compression.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Net.Http.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Net.Sockets.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.ValueTuple.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Xml.XPath.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/VBCSCompiler.exe -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/VBCSCompiler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/VBCSCompiler.exe.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csc.exe -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csc.exe.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csc.rsp -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csi.exe -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csi.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csi.exe.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/csi.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/csi.rsp -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/vbc.exe -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/vbc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/vbc.exe.config -------------------------------------------------------------------------------- /IttırgecliGoturgec/bin/roslyn/vbc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/bin/roslyn/vbc.rsp -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 5a07ebb4f75bd0802c64eb4a0585366e54686341 2 | -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.dll -------------------------------------------------------------------------------- /IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/obj/Debug/IttırgecliGoturgec.pdb -------------------------------------------------------------------------------- /IttırgecliGoturgec/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/IttırgecliGoturgec/packages.config -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/FileContentIndex/0bf35adf-6f14-4f13-ac4f-23f1a6380b46.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/FileContentIndex/0bf35adf-6f14-4f13-ac4f-23f1a6380b46.vsidx -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/FileContentIndex/4a74e912-bdb3-4785-934a-1d14a4cd67ec.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/FileContentIndex/4a74e912-bdb3-4785-934a-1d14a4cd67ec.vsidx -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/FileContentIndex/8b43723b-f97c-442a-a96e-6bd432782d57.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/FileContentIndex/8b43723b-f97c-442a-a96e-6bd432782d57.vsidx -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/FileContentIndex/99b51dd9-2463-433a-b1a1-c0750799c8c3.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/FileContentIndex/99b51dd9-2463-433a-b1a1-c0750799c8c3.vsidx -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/FileContentIndex/a82a5ada-e051-49aa-98db-cdbc1409c7fa.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/FileContentIndex/a82a5ada-e051-49aa-98db-cdbc1409c7fa.vsidx -------------------------------------------------------------------------------- /Kalitim/.vs/Kalitim/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/.vs/Kalitim/v17/.suo -------------------------------------------------------------------------------- /Kalitim/Kalitim.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim.sln -------------------------------------------------------------------------------- /Kalitim/Kalitim/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/App.config -------------------------------------------------------------------------------- /Kalitim/Kalitim/Insan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Insan.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/Kalitim.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Kalitim.csproj -------------------------------------------------------------------------------- /Kalitim/Kalitim/Ogrenci.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Ogrenci.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/Personel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Personel.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Program.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Kalitim/Kalitim/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Kalitim/Kalitim/obj/Debug/Kalitim.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/Kalitim/Kalitim/obj/Debug/Kalitim.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/README.md -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/.signature.p7s -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/app.config.install.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/app.config.install.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/app.config.uninstall.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/app.config.uninstall.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/web.config.install.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/web.config.install.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/web.config.uninstall.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/web.config.uninstall.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/app.config.install.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/app.config.install.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/app.config.uninstall.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/app.config.uninstall.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/web.config.install.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/web.config.install.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/web.config.uninstall.xdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/web.config.uninstall.xdt -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CSharp.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CSharp.Core.targets -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.VisualBasic.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/Microsoft.VisualBasic.Core.targets -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.AppContext.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/VBCSCompiler.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/VBCSCompiler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/VBCSCompiler.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csc.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csi.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csi.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/csi.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/vbc.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CSharp.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CSharp.Core.targets -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Managed.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Managed.Core.targets -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.VisualBasic.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.VisualBasic.Core.targets -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.AppContext.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Console.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.Compression.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Net.Http.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Net.Sockets.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.ValueTuple.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XPath.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/VBCSCompiler.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/VBCSCompiler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/VBCSCompiler.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csc.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/csi.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.exe -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.exe.config -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/RoslynLatest/vbc.rsp -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/install.ps1 -------------------------------------------------------------------------------- /packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/IttirgecliGoturgec/HEAD/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/uninstall.ps1 --------------------------------------------------------------------------------