Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 25 of 58) sorted by relevance

123

/plugin/asciidocjs/node_modules/jake/lib/utils/
Dindex.js139 this.uuid = function (length, radix) { method
141 , uuid = []
151 uuid[i] = chars[0 | Math.random()*radix];
157 uuid[8] = uuid[13] = uuid[18] = uuid[23] = '-';
158 uuid[14] = '4';
164 if (!uuid[i]) {
166 uuid[i] = chars[(i == 19) ? (r & 0x3) | 0x8 : r];
171 return uuid.join('');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
DEnvironment.php47 public $uuid; variable in Google\\Service\\CloudComposer\\Environment
136 public function setUuid($uuid) argument
138 $this->uuid = $uuid;
145 return $this->uuid;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DCustomEmoji.php53 public $uuid; variable in Google\\Service\\CloudSearch\\CustomEmoji
170 public function setUuid($uuid) argument
172 $this->uuid = $uuid;
179 return $this->uuid;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
DVmwareVmDetails.php65 public $uuid; variable in Google\\Service\\VMMigrationService\\VmwareVmDetails
214 public function setUuid($uuid) argument
216 $this->uuid = $uuid;
223 return $this->uuid;
/plugin/webdav/vendor/sabre/vobject/lib/
DUUIDUtil.php55 * @param string $uuid
59 public static function validateUUID($uuid) argument
63 $uuid
/plugin/icalevents/vendor/sabre/vobject/lib/
DUUIDUtil.php56 * @param string $uuid
60 static function validateUUID($uuid) { argument
64 $uuid
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php52 * @param string $uuid
55 static function validateUUID($uuid) { argument
59 $uuid
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DUUIDUtil.php52 * @param string $uuid
55 static function validateUUID($uuid) { argument
59 $uuid
/plugin/davcard/vendor/sabre/vobject/lib/
DUUIDUtil.php55 * @param string $uuid
58 static public function validateUUID($uuid) { argument
62 $uuid
/plugin/webdavclient/vendor/sabre/vobject/lib/
DUUIDUtil.php55 * @param string $uuid
58 static public function validateUUID($uuid) { argument
62 $uuid
/plugin/davcal/vendor/sabre/vobject/lib/
H A DUUIDUtil.php55 * @param string $uuid
58 static public function validateUUID($uuid) { argument
62 $uuid
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DBatch.php74 public $uuid; variable in Google\\Service\\Dataproc\\Batch
303 public function setUuid($uuid) argument
305 $this->uuid = $uuid;
312 return $this->uuid;
/plugin/netlogo/inc/
Dservefile.php23 $uuid = file_get_contents($uuidfile); variable
25 $expectedtoken=hash('sha256',$uuid.$src.$expires); // debugging [Rik, 2012-10-06] - replace crypt()…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DMetadataWriter.php60 …$uuid = sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', random_int(0, 0xffff), random_int(0, 0xfff…
66 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"…
73 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:xmp="http://ns.adobe.com/xap/1.0/"…
83 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:dc="http://purl.org/dc/elements/1.…
121 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3…
130 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:pdfaid="http://www.aiim.org/pdfa/n…
139 …$m .= ' <rdf:Description rdf:about="uuid:' . $uuid . '" xmlns:xmpMM="http://ns.adobe.com/xap/1.0…
140 $m .= ' <xmpMM:DocumentID>uuid:' . $uuid . '</xmpMM:DocumentID>' . "\n";
/plugin/asciidocjs/node_modules/jake/lib/
Dapi.js18 let { uuid } = require('./utils'); variable
391 let seriesName = uuid();
402 Object.defineProperty(res, 'name', {value: uuid(),
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DConsistency.php304 ->when($result = SUT::uuid())
317 $uuids[] = SUT::uuid();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php92 private $uuid = ''; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer
151 if ($this->isFeatureSupported(self::ADDED_UNICODE_SMP, $this->uuid)) {
206 $uuid = $this->readUUID();
208 if (!\in_array($uuid, self::SUPPORTED_UUIDS, true)) {
211 $uuid,
216 $this->uuid = $uuid;
/plugin/findologicxmlexport/vendor/webmozart/assert/
DCHANGELOG.md59 * added `Assert::uuid()`
/plugin/findologicxmlexport/vendor/hoa/consistency/
DConsistency.php261 public static function uuid() function in Hoa\\Consistency\\Consistency
/plugin/netlogo/syntax/
Dapplet.php274 …$token=hash('sha256',$uuid.$src.$expires); // replace crypt() for more than first 8 chars [Rik, 20…
/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php571 $uuid = md5(uniqid(mt_rand(), true));
572 $guid = $prefix.substr($uuid,0,8)."-".
573 substr($uuid,8,4)."-".
574 substr($uuid,12,4)."-".
575 substr($uuid,16,4)."-".
576 substr($uuid,20,12);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php571 $uuid = md5(uniqid(mt_rand(), true));
572 $guid = $prefix.substr($uuid,0,8)."-".
573 substr($uuid,8,4)."-".
574 substr($uuid,12,4)."-".
575 substr($uuid,16,4)."-".
576 substr($uuid,20,12);
/plugin/openlayersmap/ol/
Dol-layerswitcher.js415 const checkboxId = LayerSwitcher.uuid();
528 static uuid() { method in anonymousFunction1599584f0200.LayerSwitcher
/plugin/stlviewer/stlviewer/
Dthree.min.js2uuid=st.generateUUID(),this.name="",this.image=void 0!==t?t:gt.DEFAULT_IMAGE,this.mipmaps=[],this.… property
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js309 this.uuid = widgetUuid++;
310 this.eventNamespace = "." + this.widgetName + this.uuid;
1426 var uuid = 0;
1431 this.id = "ui-id-" + ( ++uuid );

123