mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@4372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2349fa2f9c
commit
e11c0cfd2a
15 changed files with 39 additions and 0 deletions
2
uppdev/AccessKey/[Content_Types].xml
Normal file
2
uppdev/AccessKey/[Content_Types].xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/><Default Extension="xml" ContentType="application/xml"/><Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"/><Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/><Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml"/><Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"/><Override PartName="/xl/sharedStrings.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"/><Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml"/><Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"/></Types>
|
||||
2
uppdev/AccessKey/_rels/.rels
Normal file
2
uppdev/AccessKey/_rels/.rels
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>
|
||||
2
uppdev/AccessKey/docProps/app.xml
Normal file
2
uppdev/AccessKey/docProps/app.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"><Application>Microsoft Excel</Application><DocSecurity>0</DocSecurity><ScaleCrop>false</ScaleCrop><HeadingPairs><vt:vector size="2" baseType="variant"><vt:variant><vt:lpstr>listy</vt:lpstr></vt:variant><vt:variant><vt:i4>1</vt:i4></vt:variant></vt:vector></HeadingPairs><TitlesOfParts><vt:vector size="1" baseType="lpstr"><vt:lpstr>test</vt:lpstr></vt:vector></TitlesOfParts><LinksUpToDate>false</LinksUpToDate><SharedDoc>false</SharedDoc><HyperlinksChanged>false</HyperlinksChanged><AppVersion>14.0300</AppVersion></Properties>
|
||||
2
uppdev/AccessKey/docProps/core.xml
Normal file
2
uppdev/AccessKey/docProps/core.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:creator>cxl</dc:creator><cp:lastModifiedBy>cxl</cp:lastModifiedBy><dcterms:created xsi:type="dcterms:W3CDTF">2011-11-09T13:03:21Z</dcterms:created><dcterms:modified xsi:type="dcterms:W3CDTF">2011-11-09T13:03:21Z</dcterms:modified></cp:coreProperties>
|
||||
9
uppdev/AccessKey/test.cpp
Normal file
9
uppdev/AccessKey/test.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "AccessKey.h"
|
||||
|
||||
void test()
|
||||
{
|
||||
if(a( && b)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
BIN
uppdev/AccessKey/test.zip
Normal file
BIN
uppdev/AccessKey/test.zip
Normal file
Binary file not shown.
2
uppdev/AccessKey/testing.icpp
Normal file
2
uppdev/AccessKey/testing.icpp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include "AccessKey.h"
|
||||
;akslkjasdfj
|
||||
2
uppdev/AccessKey/xl/_rels/workbook.xml.rels
Normal file
2
uppdev/AccessKey/xl/_rels/workbook.xml.rels
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml"/><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedStrings.xml"/></Relationships>
|
||||
2
uppdev/AccessKey/xl/sharedStrings.xml
Normal file
2
uppdev/AccessKey/xl/sharedStrings.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="50" uniqueCount="49"><si><t>Account information</t></si><si><t>Product Information:</t></si><si><t>Performance Information</t></si><si><t>Report information</t></si><si><t>Google Client Account Information</t></si><si><t>Click Pack</t></si><si><t>Facebook Client Account Information</t></si><si><t>Admin fee</t></si><si><t>Client Name</t></si><si><t>Campaing Name</t></si><si><t>Time zone</t></si><si><t>Country</t></si><si><t>Currency</t></si><si><t>Responsible planner</t></si><si><t>REO</t></si><si><t>Default Destination URL</t></si><si><t>Default Display URL</t></si><si><t>Customer reg. ID</t></si><si><t>Order number</t></si><si><t>Users (separate with a comma)</t></si><si><t>Product</t></si><si><t>Type</t></si><si><t>Start date</t></si><si><t>Stop date</t></si><si><t>Regional targeting location</t></si><si><t>Regional targeting radius</t></si><si><t>Google Budget</t></si><si><t>Facebook Budget</t></si><si><t>Guaranteed position</t></si><si><t>Report should be emailed to (separate with a comma):</t></si><si><t>Client account number</t></si><si><t>Target margin</t></si><si><t>Guaranteed clicks</t></si><si><t>Facebook Login</t></si><si><t>Facebook Password</t></si><si><t>Facebook Campaign Name</t></si><si><t>Setup fee</t></si><si><t>Management fee</t></si><si><t>25664723_KP/GAR_AARON TRADE, spol. s r.o.</t></si><si><t>195_25664723_AARON TRADE, spol. s r.o.</t></si><si><t>Prague</t></si><si><t>CZ</t></si><si><t>CZK</t></si><si><t>Fidler Mirek</t></si><si><t>http://www.ultimatepp.org/forum</t></si><si><t>http://ultimatepp.org</t></si><si><t>Admin Fee (KP)</t></si><si><t>GAR</t></si><si><t>cxl@ntllib.org</t></si></sst>
|
||||
2
uppdev/AccessKey/xl/styles.xml
Normal file
2
uppdev/AccessKey/xl/styles.xml
Normal file
File diff suppressed because one or more lines are too long
2
uppdev/AccessKey/xl/theme/theme1.xml
Normal file
2
uppdev/AccessKey/xl/theme/theme1.xml
Normal file
File diff suppressed because one or more lines are too long
2
uppdev/AccessKey/xl/workbook.xml
Normal file
2
uppdev/AccessKey/xl/workbook.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><fileVersion appName="xl" lastEdited="5" lowestEdited="5" rupBuild="9302"/><workbookPr defaultThemeVersion="124226"/><bookViews><workbookView xWindow="360" yWindow="120" windowWidth="20115" windowHeight="10035"/></bookViews><sheets><sheet name="test" sheetId="1" r:id="rId1"/></sheets><calcPr calcId="0"/></workbook>
|
||||
2
uppdev/AccessKey/xl/worksheets/sheet1.xml
Normal file
2
uppdev/AccessKey/xl/worksheets/sheet1.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"><dimension ref="A1:AD3"/><sheetViews><sheetView tabSelected="1" workbookViewId="0"><selection activeCell="N1" sqref="N1"/></sheetView></sheetViews><sheetFormatPr defaultRowHeight="15" x14ac:dyDescent="0.25"/><cols><col min="23" max="23" width="27.140625" customWidth="1"/><col min="24" max="24" width="14.140625" customWidth="1"/><col min="25" max="25" width="21" customWidth="1"/></cols><sheetData><row r="1" spans="1:30" x14ac:dyDescent="0.25"><c r="A1" t="s"><v>0</v></c><c r="M1" t="s"><v>1</v></c><c r="S1" t="s"><v>2</v></c><c r="V1" t="s"><v>3</v></c><c r="W1" t="s"><v>4</v></c><c r="X1" t="s"><v>5</v></c><c r="Z1" t="s"><v>6</v></c><c r="AC1" t="s"><v>7</v></c></row><row r="2" spans="1:30" x14ac:dyDescent="0.25"><c r="A2" t="s"><v>8</v></c><c r="B2" t="s"><v>9</v></c><c r="C2" t="s"><v>10</v></c><c r="D2" t="s"><v>11</v></c><c r="E2" t="s"><v>12</v></c><c r="F2" t="s"><v>13</v></c><c r="G2" t="s"><v>14</v></c><c r="H2" t="s"><v>15</v></c><c r="I2" t="s"><v>16</v></c><c r="J2" t="s"><v>17</v></c><c r="K2" t="s"><v>18</v></c><c r="L2" t="s"><v>19</v></c><c r="M2" t="s"><v>20</v></c><c r="N2" t="s"><v>21</v></c><c r="O2" t="s"><v>22</v></c><c r="P2" t="s"><v>23</v></c><c r="Q2" t="s"><v>24</v></c><c r="R2" t="s"><v>25</v></c><c r="S2" t="s"><v>26</v></c><c r="T2" t="s"><v>27</v></c><c r="U2" t="s"><v>28</v></c><c r="V2" t="s"><v>29</v></c><c r="W2" t="s"><v>30</v></c><c r="X2" t="s"><v>31</v></c><c r="Y2" t="s"><v>32</v></c><c r="Z2" t="s"><v>33</v></c><c r="AA2" t="s"><v>34</v></c><c r="AB2" t="s"><v>35</v></c><c r="AC2" t="s"><v>36</v></c><c r="AD2" t="s"><v>37</v></c></row><row r="3" spans="1:30" x14ac:dyDescent="0.25"><c r="A3" t="s"><v>38</v></c><c r="B3" t="s"><v>39</v></c><c r="C3" t="s"><v>40</v></c><c r="D3" t="s"><v>41</v></c><c r="E3" t="s"><v>42</v></c><c r="F3" t="s"><v>43</v></c><c r="G3"><v>0</v></c><c r="H3" t="s"><v>44</v></c><c r="I3" t="s"><v>45</v></c><c r="J3"><v>25664723</v></c><c r="K3"><v>195</v></c><c r="L3" t="s"><v>43</v></c><c r="M3" t="s"><v>46</v></c><c r="N3" t="s"><v>47</v></c><c r="O3" s="1"><v>40856</v></c><c r="P3" s="1"><v>40856</v></c><c r="S3"><v>0</v></c><c r="T3"><v>0</v></c><c r="V3" t="s"><v>48</v></c><c r="W3"><v>1231231234</v></c><c r="AC3"><v>12</v></c><c r="AD3"><v>12</v></c></row></sheetData><pageMargins left="0.7" right="0.7" top="0.78740157499999996" bottom="0.78740157499999996" header="0.3" footer="0.3"/></worksheet>
|
||||
4
uppdev/ArrayCtrlEdit/init
Normal file
4
uppdev/ArrayCtrlEdit/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _ArrayCtrlEdit_icpp_init_stub
|
||||
#define _ArrayCtrlEdit_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#endif
|
||||
4
uppdev/ArrayCtrlMSel/init
Normal file
4
uppdev/ArrayCtrlMSel/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _ArrayCtrlMSel_icpp_init_stub
|
||||
#define _ArrayCtrlMSel_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue