Home
last modified time | relevance | path

Searched refs:text (Results 2576 – 2600 of 3150) sorted by relevance

1...<<101102103104105106107108109110>>...126

/plugin/diagram/
H A Dprint.css45 text-align: center;
H A Dstyle.css45 text-align: center;
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use [[wp>Wiki]], mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css90 text-overflow: ellipsis;
/plugin/confmanager/
H A Dscript.js111 let defaultKey = $row.find('.default_key').text();
/plugin/openid/Auth/Yadis/
H A DXRDS.php220 $expires_string = $expires_element->text;
/plugin/vkeyboard/
H A Dvkeyboard.js.unc11 * Add a script-driven keyboard interface to text fields, password
1546 for (var z = 0; z < text.length; z++) {
1571 * Insert text at the cursor
1580 this.VKI_insert = function(text) {
1589 strPos = range.text.length;
1595 this.textarea.value=front+text+back;
1596 strPos = strPos + text.length;
1614 else this.VKI_insert = function(text) {
1624 this.VKI_target.setSelectionRange(rng[0] + text.length, rng[0] + text.length);
1629 this.VKI_target.range.text = text;
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js126text:RegExp.$1};else{if(!e.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/)){e… property in rough.c
1101text&&null!=a.text.boundingBox&&(0<a.text.boundingBox.x&&(c.x=a.text.boundingBox.x),0<a.text.bound…
1118text.opacity=mxUtils.getValue(a.style,mxConstants.STYLE_TEXT_OPACITY,100);a.text.dialect=d?mxConst…
1131 …sible";null==a.text||a.text.wrap==e&&a.text.clipped==f&&a.text.overflow==k&&a.text.dialect==g||(a.
1132text||null!=d&&0!=d.length||(a.text.destroy(),a.text=null);if(null!=a.text){b&&(null!=a.text.lastV…
1133text.bounds||!a.text.bounds.equals(c))a.text.dialect=g,a.text.value=d,a.text.bounds=c,a.text.scale…
1591text.originalPointerEvents=e.text.pointerEvents),e.text.pointerEvents=!1)),this.graph.model.isVert…
1783text&&null!=this.state.text.node&&null!=this.state.text.node.nextSibling||null!=this.state.shape&&…
2396text.node&&(b.text.node.style.opacity=l)}}),stop:mxUtils.bind(this,function(){null!=b.shape&&(b.sh…
4958text(.5*b,.3795*c,0,0,"J",mxConstants.ALIGN_CENTER,mxConstants.ALIGN_MIDDLE,0,null,0,0,0);a.text(.…
[all …]
/plugin/swiftmail/Swift/
H A DMessage.php499 public function setMimeWarning($text) argument
501 $this->mimeWarning = (string) $text;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
269 <script type="text/javascript">
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php144 function &create($text, $encoding, &$pipeline) { argument
146 $box->add_subword($text, $encoding, array());
/plugin/combo/ComboStrap/
H A DMediaMarkup.php223 return "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
653 static function isInternalMediaSyntax($text) argument
655 return preg_match(' / ' . syntax_plugin_combo_media::MEDIA_PATTERN . ' / msSi', $text);
/plugin/pagequery/
H A Dreadme.md25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page and full-text [[:search]] functions available in DokuWiki, so there's no new search syntax to learn. However it does bring a little something new to the mix by providing powerful sorting and grouping options.
30 * Listing pages that discuss a particular subject (via full-text search)
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14725 message.innerHTML = "<div>" + text.text + "</div>";
14872 text = {text: text, type: type, callback: callback}; property in module.exports.box_params.text
14874 return text;
14879 text = {text: text, type: type, expire: expire, id: id};
14880 text.id = text.id || utils.uid();
14881 text.expire = text.expire || messageBox.expire;
14882 return text;
14887 text.type = text.type || "confirm";
14892 text.type = text.type || "alert";
14897 text.type = text.type || "alert";
[all …]
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md152 * `FEAT`: enable connect tool for text annotation ([#628](https://github.com/bpmn-io/dmn-js/pull/62…
261 * `FIX`: allow to connect text annotations in both directions ([#519](https://github.com/bpmn-io/dm…
280 * `FEAT(drd)`: activate direct editing after text annotation create ([#185](https://github.com/bpmn…
312 * `FEAT(drd)`: activate direct editing after text annotation create ([#185](https://github.com/bpmn…
361 * `FIX(drd)`: do not move `biodi:Edge` elements to text annotation targets ([#436](https://github.c…
499 * `FIX(decision-table)`: be able to edit inputs without text ([#347](https://github.com/bpmn-io/dmn…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js694 text.style.marginTop = '10px';
695 text.style.resize = 'none';
696 text.style.height = '150px';
697 text.style.width = '440px';
700 div.appendChild(text);
709 text.value = result;
710 text.focus();
714 text.select();
897 text.focus();
901 text.select();
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidValves.js357 …c.text(w * 0.5, h * 0.25, 0, 0, m, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null, 0,…
399 …c.text(w * 0.305, h * 0.23, 0, 0, 'S', mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null…
403 …c.text(w * 0.78, h * 0.6, 0, 0, 'R', mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null, …
474 …c.text(w * 0.885, h * 0.23, 0, 0, 'P', mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null…
523 …c.text(w * 0.5, h * 0.25, 0, 0, m, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null, 0,…
/plugin/icons/assets/typicons/
H A Dtypicons.css22 text-decoration: inherit;
26 text-align: center;
29 text-rendering: optimizeLegibility;
327 .typcn-document-text:before {
/plugin/offline/
H A Drenderer.php50 $this->offline_init($text);
/plugin/farmsync/script/
H A Dresults.js130 …var link = jQuery('<li class="conflict" data-line="'+index+'"></li>').text(lines[index+1].substrin…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
/plugin/wrapadd/
H A Dstyle.css67 text-align: left;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md94 …m --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format=text
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt14 * HTML2FPDF is a php script to read a HTML text and generate a PDF file. *
/plugin/batchedit/
H A Dinterface.js289 $progress.text(data.operation).width((data.progress / 10) + "%");

1...<<101102103104105106107108109110>>...126