Home
last modified time | relevance | path

Searched refs:find (Results 176 – 200 of 860) sorted by last modified time

12345678910>>...35

/plugin/tagfilter/
H A Dscript.js145 jQuery('#__tagfilter_'+id).find('.tagfilter_count_number').text(
150 jQuery('#__tagfilter_'+id).find('.tagfilter_count_number').text(
196 jQuery(v).find('select')[0].onchange();
200 jQuery(v).find('select.chosen').select2({
223 $tagfilter.find('select').each(function(i,dd){
320 jQuery(v).find('select').select2({
/plugin/tagfilter/script/select2/
H A Drelease.sh47 find . -name "$js" | xargs -I{} sed -e "$tokens" -i -- {}
48 find . -name "$css" | xargs -I{} sed -e "$tokens" -i -- {}
H A Dselect2.js621 if (index < 0) break; // did not find any token separator in the input string, bail
717 this.dropdown = this.container.find(".select2-drop");
725 this.results = results = this.container.find(resultsSelector);
726 this.search = search = this.container.find("input.select2-input");
1448 children = this.findHighlightableChoices().find('.select2-result-label');
1456 more = results.find("li.select2-more-results");
1476 return this.results.find(".select2-result-selectable:not(.select2-disabled):not(.select2-selected)");
1513 this.search.attr("aria-activedescendant", choice.find(".select2-result-label").attr("id"));
1526 this.results.find(".select2-highlighted").removeClass("select2-highlighted");
1557 more = results.find("l
[all...]
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt141 is a work based on the Library, and explaining where to find the
/plugin/sectiontoggle/
H A Dscript.js246 $page.find('div.level' + i).show();
247 $page.find('h' + i).click(function toggleSection() {
/plugin/bootswrapper/exe/
H A Dpopup.js45 if ($attribute.find('input:checked').val()) {
49 if ($attribute.find('input,select').val()) {
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
/plugin/bootswrapper/
H A Dscript.js60 var $nav = $nav_wrap.find('.nav');
62 $nav.find('div.li > *').unwrap();
63 $nav.find('li').attr('role', 'presentation');
68 $nav.find('li ul')
86 if ($nav_wrap.find('.tab-pane').length) {
98 $nav.find('a:first').tab('show');
125 $btn_link = $btn_wrap.find('a'),
206 if ($list_wrap.find('a').length) {
216 var $link = $list.find('a');
271 $images = $carousel.find('img'),
[all …]
/plugin/publish/
H A Dscript.js34 var id = jQuery(this).find('a').first().text();
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …ValueTypeName;if("bool"===i||"string"===i)return"continue";var o=t.tracks.find((function(t){return…
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md46 3. Inside that section (function), find: if (field.form.prefix) {
H A Dscript.js98 if(dw_locktimer.draft && jQuery('#dw__editform').find('textarea[name=wikitext]').length > 0){
106 params += jQuery('#dw__editform').find('input[name=prefix], ' +
232 alert("failed to find element id " + elemid);
242 alert("unable to find key for lock " + lock);
298 alert("unable to find close of " + tag + " tag"); return(false);
322 // alert("unable to find close of " + tag + " tag"); return(false);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js219 els.find('> *').each(function (i, innerEl) {
7376 this.rowEls = this.el.find('.fc-row');
12892 this.bottomRuleEl = this.el.find('hr');
12901 this.slatEls = this.slatContainerEl.find('tr');
13947 .find('table')
14004 trEl = skeletonEl.find('tr');
14201 var tbodyEl = tableEl.find('tbody');
14619 this.el.find('h2').text(text);
14624 this.el.find('.fc-' + buttonName + '-button')
14630 this.el.find('.fc-' + buttonName + '-button')
[all …]
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js808 .find('.xdsoft_month span')
811 .find('.xdsoft_year span')
825 .find('.xdsoft_select')
846 .find('.xdsoft_select')
1040 .find('.xdsoft_today_button')
1044 .find('.' + options.prev)
1048 .find('.' + options.next)
1368 .find('.xdsoft_today_button')
1390 .find('.xdsoft_prev,.xdsoft_next')
1417 .find('.xdsoft_prev,.xdsoft_next')
[all …]
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md177 * Added: VCalendar::getBaseComponent to find the 'master' component in a
199 * Expanded the vobject cli tool validation output to make it easier to find
304 * Added: VCard::preferred() to find a preferred email, phone number, etc for a
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md15 you may find out quickly if the feature makes sense to us, and we can give
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js167 jQuery('#indexmenu__wiz').find('.ui-dialog-titlebar-close').on('click', indexmenu_wiz.hide);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/Resource/
H A DFullHashes.php41 public function find(GoogleSecuritySafebrowsingV4FindFullHashesRequest $postBody, $optParams = []) function in Google\\Service\\Safebrowsing\\Resource\\FullHashes
H A DThreatMatches.php41 …public function find(GoogleSecuritySafebrowsingV4FindThreatMatchesRequest $postBody, $optParams = … function in Google\\Service\\Safebrowsing\\Resource\\ThreatMatches
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DFindReplaceRequest.php29 public $find; variable in Google\\Service\\Sheets\\FindReplaceRequest
74 public function setFind($find) argument
76 $this->find = $find;
83 return $this->find;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSafebrowsing.php129 'find' => [
130 'path' => 'v4/fullHashes:find',
185 'find' => [
186 'path' => 'v4/threatMatches:find',
/plugin/foldablelist/
H A Dscript.js31 var $act_bt = $list.parent().find('.toggle_foldablelist');
/plugin/c3chart/assets/
H A Dd3.min.js2 …[1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},yl.find=function(t,n,e){var… method in ca
/plugin/vshare/
H A Dsites.ini7 ; nfo = a hint on how to find the right URL to paste
/plugin/translate/
H A Dscript.js24 var c=$ctl.find('img');
/plugin/tablelayout/_jstest/
H A DfloatTable.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
11 var $table = $fixture.find( 'table' );
39 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
40 var $table = $fixture.find( 'table' );

12345678910>>...35