Home
last modified time | relevance | path

Searched refs:Directory (Results 1 – 25 of 218) sorted by last modified time

123456789

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1628 // Number of Directory Sectors
1635 // First Directory Sector Location
1671 sector_list[dir_start].name = "!Directory";
1677 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
1855 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
2233 /* 2.6.1 Compound File Directory Entry */
19250 var Directory = {}; variable
19444 Directory[val.pos] = val;
19498 Directory[fakebs8.pos] = fakebs8;
19732 …wb.SheetNames=keys(Directory).sort(function(a,b) { return Number(a) - Number(b); }).map(function(x…
[all …]
/plugin/api/
H A DREADME.md46 ### Base Directory
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt28 The **Animal Directory** is where a new directory is created for each Animal you create. This directory has to be
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md10 Directory Structure
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md20 Directory Structure
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md18 Directory Structure
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php14 class Directory extends Node implements DAV\ICollection, DAV\IQuota { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget { class
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php5 use Sabre\DAV\FSExt\Directory as BaseCollection;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php43 return new FS\Directory(SABRE_TEMPDIR);
H A DCopyTest.php23 $dir = new FS\Directory(SABRE_TEMPDIR);
H A DIssue33Test.php88 $dir = new FS\Directory(SABRE_TEMPDIR . '/issue33');
H A DObjectTreeTest.php18 $rootNode = new FSExt\Directory(SABRE_TEMPDIR . '/root');
H A DServerCopyMoveTest.php20 $dir = new FS\Directory(SABRE_TEMPDIR);
H A DServerRangeTest.php12 return new FSExt\Directory(SABRE_TEMPDIR);
H A DServerPropsInfiniteDepthTest.php12 return new FSExt\Directory(SABRE_TEMPDIR);
H A DServerPropsTest.php13 return new FSExt\Directory(SABRE_TEMPDIR);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php14 return new Directory($this->tempDir);
224 new DAV\FS\Directory($this->tempDir . '/tree1'),
225 new DAV\FSExt\Directory($this->tempDir . '/tree2'),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php16 $tree = new DAV\FS\Directory(SABRE_TEMPDIR . '/mstest');
H A DPlugin2Test.php13 $this->tree = new \Sabre\DAV\FS\Directory(SABRE_TEMPDIR);
H A DPluginTest.php908 $tree = new DAV\Tree(new DAV\FSExt\Directory(SABRE_TEMPDIR));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php45 $root = new DAV\FS\Directory(getcwd());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DListPrinterModelsResponse.php18 namespace Google\Service\Directory;
H A DListPrintersResponse.php18 namespace Google\Service\Directory;
H A DMember.php18 namespace Google\Service\Directory;

123456789