Home
last modified time | relevance | path

Searched refs:name (Results 6801 – 6825 of 8094) sorted by relevance

1...<<271272273274275276277278279280>>...324

/plugin/dx/skel/_test/
H A DGeneralTest.php.skel32 self::assertArrayHasKey('name', $info);
/plugin/commonmark/vendor/league/commonmark/
H A DLICENSE15 * Neither the name of the copyright holder nor the names of its
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc51 // Reference to the plugin command name.
/plugin/btable2/
H A DREADME.md45 - colongroups (if colon found in name - use it as group)
/plugin/combo/action/
H A Dmetatwitter.php39 * The handle name
150 $name = str_replace("@", "", $siteTwitterHandle);
151 $event->data['link'][] = array("rel" => "me", "href" => "https://twitter.com/$name");
202 $event->data['meta'][] = array("name" => $key, "content" => $content);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1533 * @param string $name
1536 public static function getOID($name) argument
1538 return isset(self::$reverseOIDs[$name]) ? self::$reverseOIDs[$name] : $name;
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js902 function getParam(name,url){ argument
903 name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
904 var regexS = "[\\?&]"+name+"=([^&#]*)";
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php856 foreach ($record as $name) {
858 $metadata = Meta\Api\MetadataSystem::getForName($name);
860 LogUtility::internalError("The metadata ($name) is unknown", self::CANONICAL);
863 $metaRecord[$name] = $metadata
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1name:e,kind:t,location:{uri:i,range:n}};return r&&(a.containerName=r),a}}(K||(K={})),function(e){e… property in e.create.a
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties111 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
112 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
113 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/davcard/
H A Dscript.js449 var name = entry['structuredname'].split(';');
450 jQuery('#dw_davcard__lastname_edit').val(name[0]);
451 jQuery('#dw_davcard__firstname_edit').val(name[1]);
/plugin/pdfjs/pdfjs/web/locale/ach/
H A Dviewer.properties108 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
109 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
110 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties95 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
96 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
97 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/bs/
H A Dviewer.properties106 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
107 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
108 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/ltg/
H A Dviewer.properties120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
122 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/include/
H A Dhelper.php57 'name' => 'get_flags',
552 // resolve relative ids, but without cleaning in order to preserve the name
875 // Take user's name if possible, login name otherwise
876 if (!empty($USERINFO['name'])) {
877 $name = $USERINFO['name'];
879 $name = $user;
922 '@NAME@' => cleanID($name),
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js233 var meta = {id: id, name: fileNameObj.title, nameField: fileNameObj.key}; property in NotionClient.getFile.AnonymousFunction48905f370f00.meta
285 var meta = {id: fileInfo.id, name: fileNameObj.title, nameField: fileNameObj.key}; property in NotionClient.insertFile.AnonymousFunction48905f371000.AnonymousFunction48905f371100.AnonymousFunction48905f371200.meta
312 name: this.xmlField, property in folderObj.schema.properties
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/
H A Dfontdata.js19 …Size1"],bold:true}},RANGES:[{name:"alpha",low:97,high:122,offset:"A",add:32},{name:"number",low:48…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php272 $this->writer->write('<</F ' . $this->writer->string($file['name']));
284 $this->writer->write('/UF ' . $this->writer->string($file['name']));
392 $names[] = $this->writer->string($file['name']) . ' ' . $file['_root'] . ' 0 R';
/plugin/openlayersmap/
H A Dscript.js518 if (selFeature.get('name') !== undefined) {
519 pContent += '<span class="txt">' + selFeature.get('name') + '</span>';
520 // locDesc = selFeature.get('name');
522 // locDesc = selFeature.get('name').split(/\s+/).slice(0,2).join('+');
549 '&name=' + selFeature.get('alt') +
593 title: overlay.name,
606 title: overlay.name,
637 title: overlay.name,
647 title: overlay.name,
734 // overlay.name,
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js26904 var name = value.name ? ': ' + value.name : '';
26928 var n = value.name ? ': ' + value.name : '';
27065 name = name.substr(1, name.length - 2);
27066 name = ctx.stylize(name, 'name');
27068 name = name.replace(/'/g, "\\'")
27071 name = ctx.stylize(name, 'string');
29206 this.name = this.font.name.postscriptName;
29330 this.name = name;
29784 entry.name = name.fontName[0].raw;
31571 name = this.font.name.encode();
[all …]
/plugin/codemirror/dist/modes/
H A Dtextile.min.js.map1name","makeRe","choiceRe","pattern","arg","parts","unshift","apply","blockType","newMode","parseIn…
/plugin/structsection/
H A Dyarn.lock42 "@babel/helper-function-name@^7.12.11":
162 "@babel/helper-function-name" "^7.12.11"
571 babel-helper-function-name "^6.24.1"
585 babel-helper-function-name@^6.24.1:
634 babel-helper-function-name "^6.24.1"
739 babel-helper-function-name "^6.24.1"
783 babel-helper-function-name "^6.24.1"
1120 color-name "1.1.3"
1127 color-name "~1.1.4"
1129 color-name@1.1.3:
[all …]
/plugin/tline/
H A DLICENSE.txt15 * 3. The name of the author may not be used to endorse or promote products

1...<<271272273274275276277278279280>>...324