| /plugin/combo/ComboStrap/ |
| H A D | ColorRgb.php | 260 private $name; variable in ComboStrap\\ColorRgb 349 public static function createFromHex(string $color): ColorRgb 430 function mix($color, ?int $weight = 50): ColorRgb 447 function unmix($color, ?int $weight = 50): ColorRgb 548 static function createFromString(string $color): ColorRgb 561 static function createFromName(string $color): ColorRgb 732 …function toMinimumContrastRatio(string $color, float $minimum = self::MINIMUM_CONTRAST_RATIO, $dar… 790 function setHex(string $color): ColorRgb 837 function setName(string $name): ColorRgb
|
| H A D | FetcherSvg.php | 126 private ?ColorRgb $color = null; variable in ComboStrap\\FetcherSvg 135 private string $name; variable in ComboStrap\\FetcherSvg 169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg 658 public function setRequestedColor(ColorRgb $color): FetcherSvg 711 function setRequestedName(string $name): FetcherSvg 814 private function setMarkup(string $markup, string $name): FetcherSvg
|
| /plugin/labeled/db/ |
| D | update0001.sql | 2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); field
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
| D | Svg.php | 19 public function output(QrCode $qrCode, $size = 100, $background = 'white', $color = 'black') 152 public function addChild(SimpleXMLElement $svg, $name, array $attributes = [])
|
| /plugin/labeled/ |
| D | admin.php | 120 private function validateColor($color) { 133 private function validateName($name) {
|
| D | helper.php | 225 public function changeOrder($name, $order) { 259 public function createLabel($name, $color, $order = false, $ns = '') {
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 87 protected function fileExists($name) { 1043 protected function lib_rgbahex($color) { 1053 protected function lib_argb($color){ 1238 protected function lib_hue($color) { 1243 protected function lib_saturation($color) { 1248 protected function lib_lightness($color) { 1351 protected function lib_luma($color) { 1368 public function assertArgs($value, $expectedArgs, $name="") { 1387 public function assertMinArgs($value, $expectedMinArgs, $name="") { 1402 protected function toHSL($color) { [all …]
|
| /plugin/projects/lib/ |
| D | tools.php | 5 function wiki_debug($name, $obj = "", $hsc = false) { 35 function html_color_to_RGB($color) { 44 function has_extension($name, $ext) { 51 function replace_extension($name, $from, $to) { 100 function button_add($button_name, $tag, $name="") {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
| D | ResultPrinter.php | 601 protected function formatWithColor($color, $buffer) 634 protected function writeWithColor($color, $buffer, $lf = true) 649 protected function writeProgressWithColor($color, $buffer) 661 private function writeCountString($count, $name, $color, $always = false)
|
| /plugin/struct/types/ |
| H A D | Color.php | 64 public function valueEditor($name, $rawvalue, $htmlID) 115 protected function getHue($color)
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
| D | Label.php | 47 public $name; variable in Google\\Service\\Gmail\\Label 64 public function setColor(LabelColor $color) 148 public function setName($name)
|
| /plugin/davcal/ |
| H A D | helper.php | 290 public function setCalendarColorForPage($color, $id = null) 327 public function setCalendarNameForPage($name, $description, $id = null, $userid = null) 367 public function updateCalendarName($calid, $name) 616 public function createCalendarForPage($name, $description, $id = null, $userid = null) 968 …public function getEventsWithinDateRange($id, $user, $startDate, $endDate, $timezone, $color = nul… 1070 …private function convertIcalDataToEntry($event, $page, $timezone, $uid, $color, $recurring = false)
|
| /plugin/fckg/fckeditor/ |
| D | fckconfig.js | 27 function test_cookie(name, value) { argument 334 Styles : { 'color' : '#("Color","color")' }, property 335 Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] property 340 …'SelectionHighlight' : { Element : 'span', Styles : { 'background-color' : 'navy', 'color' : 'whit… property
|
| /plugin/eventline/timeline_js/scripts/ |
| D | sources.js | 58 color: node.getAttribute("color"), property 70 evt.getProperty = function(name) { argument 131 color: evnt.color, property 225 color: bindings["color"], property 463 getProperty: function(name) { return null; }, argument
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Dialogs.js | 28 var ColorDialog = function(editorUi, color, apply, cancelFn) argument 340 return mxUtils.bind(this, function(color) argument 366 ColorDialog.addRecentColor = function(color, max) argument 1264 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid) argument 1386 var addRemoveButton = function(text, name) argument 1411 var removeAttrFn = (function(name) argument 1443 var addTextArea = function(index, name, value) argument 1469 temp.push({name: attrs[i].nodeName, value: attrs[i].nodeValue}); property
|
| D | Format.js | 331 Format.prototype.isSpecialColor = function(color) argument 1171 var apply = function(color, disableUpdate, forceUpdate) argument 1339 }, function(color, realValue) argument 3583 }, function(color) argument 3594 mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, 'default', null, function(color) argument 3612 }, function(color) argument 3627 color: tmp[i].getAttribute('color') property 3684 mxConstants.STYLE_FONTCOLOR, 'default', function(color) argument 3696 }, function(color) argument 4348 function hasParentOrOnlyChild(name) argument [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 103 function optimizeColors(name, value, compatibility) { argument 118 .replace(/(^|[^='"])#([0-9a-f]{6})/gi, function (match, prefix, color, at, inputValue) { argument 129 .replace(/(^|[^='"])#([0-9a-f]{3})/gi, function (match, prefix, color) { argument 285 function optimizeUnits(name, value, unitsRegexp) { argument 303 function optimizeWhitespace(name, value) { argument 332 function optimizeZeroUnits(name, value) { argument 353 function removeQuotes(name, value) { argument
|
| /plugin/issuelinks/classes/ |
| D | Issue.php | 516 public function setAssignee($name, $avatar_url) 689 public function setLabelData($labelName, $color) 707 private function calculateColor($color)
|
| /plugin/diagramsnet/lib/plugins/ |
| D | voice.js | 2308 name: function(color) { argument 2345 hsl: function (color) { argument 2373 rgb: function(color) { argument
|
| /plugin/diagramsnet/lib/js/onedrive/ |
| D | mxODPicker.js | 252 color: '#000', // #rgb or #rrggbb property 630 breadcrumb = [{name: mxResources.get('recent', null, 'Recent'), driveId: driveId}]; property 644 … breadcrumb = [{name: mxResources.get('sharedWithMe', null, 'Shared With Me'), driveId: driveId}]; property 648 …breadcrumb = [{name: mxResources.get('sharepointSites', null, 'Sharepoint Sites'), driveId: driveI… property 652 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId}); property 657 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId}); property 662 breadcrumb = [{driveId: driveId, name: mxResources.get('back', null, 'Back')}]; property 673 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId}); property
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | P2PCollab.js | 78 color: clr property 211 socket.emit('join', {name: channelId}); property
|
| /plugin/snippets/ |
| D | script.js | 262 …jQuery(span_id).css({'color':'gray', 'text-decoration':'none', 'cursor': 'initial','pointer-events… property 311 'name': 'snippets', property
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_FusiontablesService.php | 399 public function importTable($name, $optParams = array()) { 651 public $color; variable in Google_Bucket 657 public function setColor( $color) { 701 public $name; variable in Google_Column 721 public function setName( $name) { 1098 public $color; variable in Google_StyleFunctionGradientColors 1100 public function setColor( $color) { 1119 public $name; variable in Google_StyleSetting 1140 public function setName( $name) { 1216 public $name; variable in Google_Table [all …]
|
| /plugin/bez/db/ |
| H A D | update0001.sql | 78 name TEXT UNIQUE NOT NULL, field 79 color TEXT NULL, -- color of the label, hex RGB: xxxxxx field 128 name TEXT UNIQUE NOT NULL, field
|
| /plugin/diagramsnet/lib/math/extensions/ |
| D | MathMenu.js | 19 …Jax.Localization,[["MathMenu",u]].concat([].slice.call(arguments,1)))};var i=MathJax.Object.isArra… property
|