Home
last modified time | relevance | path

Searched defs:text (Results 576 – 600 of 848) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js794 showLoadingText: function(text) { argument
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … method in mxJsCanvas
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1112 …public function WatermarkText(&$gdimg, $text, $size, $alignment, $hex_color='000000', $ttffont='',…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... reflect/ org/apache/commons/lang3/text/ org/apache/commons/lang3/text ...
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.J
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.M
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.K
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.K
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.K
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.K
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.J
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.M
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.K
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.K
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.K
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.K
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument
H A Dsequence-diagram-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js331 'props': 'plugins/props.js', 'text': 'plugins/text.js', property in App.pluginRegistry
3417 this.loadTemplate(value, function(text) argument
5196 this.loadTemplate(url, mxUtils.bind(this, function(text) argument
5590 this.loadTemplate(url, mxUtils.bind(this, function(text) argument
H A DEditorUi.js1334 EditorUi.prototype.anonymizeString = function(text, zeros) argument
4168 EditorUi.prototype.showBanner = function(id, text, onclick, doNotShowAgainOnClose) argument
4383 EditorUi.prototype.showTextDialog = function(title, text) argument
7789 EditorUi.prototype.insertAsPreText = function(text, x, y) argument
7813 …EditorUi.prototype.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages, addNew… argument
9062 obj.data, function(text) argument
9118 obj.data, function(text) argument
12862 EditorUi.prototype.importCsv = function(text, done) argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1934 insert_text_callback: function(text, pfcp) argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… method in mxVsdxCanvas2D
/plugin/tagfilter/script/select2/
H A Dselect2.js370 function markMatch(text, term, markup, escapeMarkup) { argument
486 text = function (item) { return ""+item.text; }; // function used to retrieve the text portion of a data item that is matched against the search global() function
504 text = function (item) { return item[dataText]; }; global() function
1009 var obj = { id: this, text: this }, global() property in AnonymousFunctionbb87bed02d00.obj
2248 AnonymousFunctionbb87bed07b00(term, text, el) global() argument
2518 AnonymousFunctionbb87bed08e00(term, text, el) global() argument
3346 matcher(term, text) global() argument
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1534 public $text; variable in Google_BooksLayerDictDataDictWordsDerivatives
1541 public function setText( $text) {
1570 public $text; variable in Google_BooksLayerDictDataDictWordsExamples
1577 public function setText( $text) {
1713 public $text; variable in Google_BooksLayerDictDataDictWordsSensesDefinitionsExamples
1720 public function setText( $text) {
1766 public $text; variable in Google_BooksLayerDictDataDictWordsSensesSynonyms
1773 public function setText( $text) {
/plugin/callflow/
H A Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunctionaefe14e80600.elements
3791 paperproto.text = function (x, y, text) { argument
6947 R._engine.text = function (svg, x, y, text) { argument
6955 text: text, property in res.attrs
7934 R._engine.text = function (vml, x, y, text) { argument
7953 text: text property in AnonymousFunctionaefe14e812500.attr
/plugin/advrack/
H A Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunctionfecc8d700600.elements
3791 paperproto.text = function (x, y, text) { argument
6953 R._engine.text = function (svg, x, y, text) { argument
6961 text: text, property in res.attrs
7940 R._engine.text = function (vml, x, y, text) { argument
7959 text: text property in AnonymousFunctionfecc8d7012500.attr
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php370 function show_xy($text, $x, $y) {
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js715 Sidebar.prototype.addTagIndex = function(text) argument
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …h;T++){for(var S=0;S<W[T].length;S++){if(W[T][S].rowspan>0){var V=W[T][S].text;U.push({row:T,colum… property in parse_wikitext.AnonymousFunction169c93430400.current_row
/plugin/combo/ComboStrap/
H A DTagAttributes.php1484 public function setInnerText(string $text): TagAttributes argument
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js979 mxShapeIOS7Actiondialog.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
987 mxShapeIOS7Actiondialog.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor) argument
/plugin/securelogin/
H A Drsalib.js893 function RSAEncrypt(text) { argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1386 var addRemoveButton = function(text, name) argument
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …h;T++){for(var S=0;S<W[T].length;S++){if(W[T][S].rowspan>0){var V=W[T][S].text;U.push({row:T,colum… property in parse_wikitext.AnonymousFunction1af69cb60400.current_row

1...<<21222324252627282930>>...34