| /plugin/asciidocjs/node_modules/jake/lib/utils/ |
| D | index.js | 139 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/ |
| D | Environment.php | 47 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/ |
| D | CustomEmoji.php | 53 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/ |
| D | VmwareVmDetails.php | 65 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/ |
| D | UUIDUtil.php | 55 * @param string $uuid 59 public static function validateUUID($uuid) argument 63 $uuid
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | UUIDUtil.php | 56 * @param string $uuid 60 static function validateUUID($uuid) { argument 64 $uuid
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | UUIDUtil.php | 52 * @param string $uuid 55 static function validateUUID($uuid) { argument 59 $uuid
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | UUIDUtil.php | 52 * @param string $uuid 55 static function validateUUID($uuid) { argument 59 $uuid
|
| /plugin/davcard/vendor/sabre/vobject/lib/ |
| D | UUIDUtil.php | 55 * @param string $uuid 58 static public function validateUUID($uuid) { argument 62 $uuid
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ |
| D | UUIDUtil.php | 55 * @param string $uuid 58 static public function validateUUID($uuid) { argument 62 $uuid
|
| /plugin/davcal/vendor/sabre/vobject/lib/ |
| H A D | UUIDUtil.php | 55 * @param string $uuid 58 static public function validateUUID($uuid) { argument 62 $uuid
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
| D | Batch.php | 74 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/ |
| D | servefile.php | 23 $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/ |
| D | MetadataWriter.php | 60 …$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/ |
| D | api.js | 18 let { uuid } = require('./utils'); variable 391 let seriesName = uuid(); 402 Object.defineProperty(res, 'name', {value: uuid(),
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
| D | Consistency.php | 304 ->when($result = SUT::uuid()) 317 $uuids[] = SUT::uuid();
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 92 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/ |
| D | CHANGELOG.md | 59 * added `Assert::uuid()`
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | Consistency.php | 261 public static function uuid() function in Hoa\\Consistency\\Consistency
|
| /plugin/netlogo/syntax/ |
| D | applet.php | 274 …$token=hash('sha256',$uuid.$src.$expires); // replace crypt() for more than first 8 chars [Rik, 20…
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 571 $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/ |
| D | xmlseclibs.php | 571 $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/ |
| D | ol-layerswitcher.js | 415 const checkboxId = LayerSwitcher.uuid(); 528 static uuid() { method in anonymousFunction1599584f0200.LayerSwitcher
|
| /plugin/stlviewer/stlviewer/ |
| D | three.min.js | 2 …uuid=st.generateUUID(),this.name="",this.image=void 0!==t?t:gt.DEFAULT_IMAGE,this.mipmaps=[],this.… property
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.ui-deps.js | 309 this.uuid = widgetUuid++; 310 this.eventNamespace = "." + this.widgetName + this.uuid; 1426 var uuid = 0; 1431 this.id = "ui-id-" + ( ++uuid );
|