Home
last modified time | relevance | path

Searched refs:white (Results 526 – 550 of 614) sorted by relevance

1...<<2122232425

/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc449 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1 …>=!%&+\\-*/|~^]/, 'operator']\n ],\n whitespace: [[/\\s+/, 'white']],\n comme…
H A D52.52.js.map1 … /^(\\s*)([a-z_]\\w*[!?=]?)/,\n [\n 'white',\n …
H A D12.12.js.map1 … ]\n ],\n whitespace: [\n [/[\\s,]+/, 'white'],\n [/…
H A D43.43.js.map1 … [/[,;]/, 'delimiter']\n ],\n whitespace: [[/\\s+/, 'white']],\n comme…
H A D35.35.js.map1 …>=!%&+\\-*/|~^]/, 'operator']\n ],\n whitespace: [[/\\s+/, 'white']],\n comme…
H A D40.40.js.map1 …>=!%&+\\-*/|~^]/, 'operator']\n ],\n whitespace: [[/\\s+/, 'white']],\n comme…
H A D61.61.js.map1 …>=!%&+\\-*/|~^]/, 'operator']\n ],\n whitespace: [[/\\s+/, 'white']],\n comme…
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5 …ve:before{content:""}.ra-battery-positive:before{content:""}.ra-battery-white:before{content:""…
/plugin/bible/bible_douayRheims/
H A DCanticles.txt70 5:10. My beloved is white and ruddy, chosen out of thousands.
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt744 …InfoText: '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #c…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst476 ``\Twig\Sandbox\SecurityPolicy``. This class allows you to white-list some
/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt744 …InfoText: '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #c…
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js15 …k(a,q,b,/margin|text\-align|padding|list\-style\-type|width|height|border|white\-space|vertical\-a…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt809 where <c> is the target hex color to white balance
810 on, this color is what "should be" white, or light
1001 white, every darker pixel is set to black
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js16 …k(a,p,b,/margin|text\-align|padding|list\-style\-type|width|height|border|white\-space|vertical\-a…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md316 - fix DeleteByQuery param white list (#748) [[8d963c6]](http://github.com/elasticsearch/elasticsearch-php/commit/8d963c6)
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js286 }}var e=addEntityMapToList,white="whitespace",text="text",attr="attributes",css="css",editor="edito… variable
299 e(160,"nbsp",attr,text,white,editor);
300 e(8194,"ensp",attr,text,white,editor);
301 e(8195,"emsp",attr,text,white,editor);
302 e(8201,"thinsp",attr,text,white,editor);
303 e(8204,"zwnj",attr,text,white,editor);
304 e(8205,"zwj",attr,text,white,editor);
305 e(8206,"lrm",attr,text,white,editor);
306 e(8207,"rlm",attr,text,white,editor);
307 e(8203,"#8203",attr,text,white,editor);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js826 white = 'whitespace', variable
847 e(0x00a0, 'nbsp', attr, text, white, editor);
848 e(0x2002, 'ensp', attr, text, white, editor);
849 e(0x2003, 'emsp', attr, text, white, editor);
850 e(0x2009, 'thinsp', attr, text, white, editor);
851 e(0x200c, 'zwnj', attr, text, white, editor);
852 e(0x200d, 'zwj', attr, text, white, editor);
853 e(0x200e, 'lrm', attr, text, white, editor);
854 e(0x200f, 'rlm', attr, text, white, editor);
855 e(0x200b, '#8203', attr, text, white, editor); // zero-width space (ZWSP)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js297 }}var e=addEntityMapToList,white="whitespace",text="text",attr="attributes",css="css",editor="editor"; variable
310 e(160,"nbsp",attr,text,white,editor);
311 e(8194,"ensp",attr,text,white,editor);
312 e(8195,"emsp",attr,text,white,editor);
313 e(8201,"thinsp",attr,text,white,editor);
314 e(8204,"zwnj",attr,text,white,editor);
315 e(8205,"zwj",attr,text,white,editor);
316 e(8206,"lrm",attr,text,white,editor);
317 e(8207,"rlm",attr,text,white,editor);
318 e(8203,"#8203",attr,text,white,edito
[all...]
/plugin/flowplay2/flowplayer/
H A DREADME.txt362 - Two new skins included (black & white)
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14573 var white = 0xFFFFFFFF;
14590 dest32[destPos++] = srcByte & 128 ? white : black;
14591 dest32[destPos++] = srcByte & 64 ? white : black;
14592 dest32[destPos++] = srcByte & 32 ? white : black;
14593 dest32[destPos++] = srcByte & 16 ? white : black;
14594 dest32[destPos++] = srcByte & 8 ? white : black;
14595 dest32[destPos++] = srcByte & 4 ? white : black;
14596 dest32[destPos++] = srcByte & 2 ? white : black;
14597 dest32[destPos++] = srcByte & 1 ? white : black;
14606 dest32[destPos++] = srcByte & mask ? white : black;
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1 …v.dokuwiki div#wiki__editbar div.summary{float:left;}div.dokuwiki .nowrap{white-space:nowrap;}div.…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt627 * http://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf
/plugin/passpolicy/
H A Dwords.txt3991 white

1...<<2122232425