Home
last modified time | relevance | path

Searched refs:placeholder (Results 51 – 75 of 272) sorted by relevance

1234567891011

/plugin/tagfilter/script/select2/
H A Dselect2.js109 var placeholder = $(document.createTextNode(''));
111 element.before(placeholder);
112 placeholder.before(element);
113 placeholder.remove();
812 this.search.attr("placeholder", opts.searchInputPlaceholder);
975 // ignore the placeholder option if there is one
1794 return this.opts.element.attr("placeholder") ||
1795 this.opts.element.attr("data-placeholder") || // jquery 1.4 compat
1796 this.opts.element.data("placeholder") ||
1797 this.opts.placeholder ||
[all...]
/plugin/geonav/tpl/startermap/
H A Dstyle.ini44 ; This section is used to configure some placeholder values used in
/plugin/issuelinks/services/
H A DJira.service.php172 ->attr('placeholder', 'username@company.com');
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1078 function countHolders(array, placeholder) { argument
1083 if (array[length] === placeholder) {
1211 function replaceHolders(array, placeholder) { argument
5023 placeholder = getHolder(wrapper);
5028 var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)
5030 : replaceHolders(args, placeholder);
5161 var placeholder = getHolder(wrapper),
5403 result.placeholder = placeholder;
5909 return object.placeholder;
10201 result.placeholder = curry.placeholder;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1078 function countHolders(array, placeholder) { argument
1083 if (array[length] === placeholder) {
1211 function replaceHolders(array, placeholder) { argument
5023 placeholder = getHolder(wrapper);
5028 var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)
5030 : replaceHolders(args, placeholder);
5161 var placeholder = getHolder(wrapper),
5403 result.placeholder = placeholder;
5909 return object.placeholder;
10201 result.placeholder = curry.placeholder;
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc144 * @cfg {String} [image_previewText='Lorem ipsum dolor...' (placeholder text)]
/plugin/vshare/
H A Dsites.ini2 ; url = the URL that will be loaded into an iframe, should contain at least @VIDEO@ placeholder
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc144 * @cfg {String} [image_previewText='Lorem ipsum dolor...' (placeholder text)]
/plugin/mytemplate/
H A DREADME25 - "x" is the "pass" during which the placeholder should be replaced. This will be 0 most of the
36 VAR - This is your basic placeholder replacement. Takes one parameter that will be replaced b…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js81 _.partial.placeholder = obj;
85 _.partial.placeholder = {};
89 _.partial.placeholder = _;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js242 assert.strictEqual(lodash.placeholder, lodash);
243 assert.strictEqual(lodash.add.placeholder, lodash);
624 fp.placeholder = ph;
652 assert.ok(_.isObject(func.placeholder));
653 assert.strictEqual(func.placeholder, fp.__);
1678 ph = par.placeholder;
/plugin/strata/
H A Dscript.js519 placeholder: "ui-state-default ui-state-disabled ui-drop-target",
521 jQuery(ui.placeholder).css('min-width', jQuery(ui.item).width() + 'px');
/plugin/groupmanager/
H A DREADME59 When the config namespace is used, a placeholder tag (~~groupmanager~~) can be used
/plugin/pdfjs/pdfjs/web/locale/ml/
H A Dviewer.properties125 find_input.placeholder=ഡോക്യുമെന്റില്‍ കണ്ടെത്തുക…
/plugin/pdfjs/pdfjs/web/locale/km/
H A Dviewer.properties125 find_input.placeholder=រក​នៅ​ក្នុង​ឯកសារ...
/plugin/tagfilter/
H A Dscript.js324 placeholder: "",
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js753 var placeholder = _.partial.placeholder;
758 args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];
766 _.partial.placeholder = _;
/plugin/pdfjs/pdfjs/web/locale/ne-NP/
H A Dviewer.properties125 find_input.placeholder=कागजातमा फेला पार्नुहोस्…
/plugin/pdfjs/pdfjs/web/locale/kn/
H A Dviewer.properties134 find_input.placeholder=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md197 * `FEAT`: allow placeholder for ContentEditable ([`79369fbf`](https://github.com/bpmn-io/dmn-js/com…
238 * `FEAT`: center placeholder for empty input rules ([#533](https://github.com/bpmn-io/dmn-js/issues…
297 * `FIX(decision-table)`: do not show misleading `-` placeholder for output cells
325 * `FIX(decision-table)`: do not show misleading `-` placeholder for output cells
/plugin/linkbonus/syntax/
H A Dinterwiki.txt216 //replace placeholder
/plugin/pdfjs/pdfjs/web/locale/sr/
H A Dviewer.properties161 find_input.placeholder=Пронађи у документу…
/plugin/pdfjs/pdfjs/web/locale/ta/
H A Dviewer.properties142 find_input.placeholder=ஆவணத்தில் கண்டறி…
/plugin/pdfjs/pdfjs/web/locale/hy-AM/
H A Dviewer.properties142 find_input.placeholder=Գտնել փաստաթղթում...
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties141 find_input.placeholder=دستاویز… میں ڈھونڈیں

1234567891011