Home
last modified time | relevance | path

Searched refs:find (Results 751 – 775 of 860) sorted by path

1...<<3132333435

/plugin/struct/jsoneditor/
H A Dsetup.js12 $schema_editor.find('textarea.config').each(function () {
36 $schema_editor.find('td.class select').change(function () {
38 var $editor = jQuery(this).parents('tr').find('textarea.config');
/plugin/struct/script/
H A DAggregationEditor.js20 $table.find('tr').each(function () {
24 if ($me.find('th.action, td.action').length) {
59 sectok: $me.parents('.structaggregationeditor').find('.struct_entry_form input[name=sectok]').val()
109 var $errors = $form.find('div.err').hide();
120 var $tbody = $table.find('tbody');
H A DEntryEditor.js14 $form.find('.struct .hashint').tooltip();
22 $form.find('input.struct_date').filter(ftypetext).datepicker({
32 $form.find('input.struct_datetime').filter(ftypetext).each(function (index, element) {
54 $form.find('button.struct_media').click(function () {
68 $form.find('input.struct_autocomplete').autocomplete({
71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
83 $form.find('.multiwrap input.struct_autocomplete').autocomplete('option', {
105 $form.find('.newtemplate').each(function () {
115 $copy.find('*[id]').each(function () {
130 $form.find('
[all...]
H A DInlineEditor.js15 var field = $self.parents('table').find('tr th').eq($self.index()).data('field');
21 var $form = $div.find('form');
22 var $errors = $div.find('div.err').hide();
61 $form.find('input, textarea').first().focus();
81 $self.parents('table').find('tr.summarize').remove();
H A DSchemaEditor.js6 jQuery('#plugin__struct_tabs').find('a').click(function (e) {
12 $me.parent().parent().find('li').removeClass('active');
22 jQuery('#plugin__struct_editor').find('td.isenabled input').change(function () {
31 var schema = jQuery(this).closest('tr').find('td:nth-child(2)').text();
32 var page = jQuery(this).closest('tr').find('td:nth-child(1)').text();
/plugin/structautolink/_test/
H A DRendererTest.php76 $this->assertEquals(2, $pq->find('a')->count());
77 $this->assertEquals('Künstliche Intelligenz', $pq->find('a')->eq(0)->text());
78 $this->assertEquals('Machine Learning', $pq->find('a')->eq(1)->text());
/plugin/structcombolookup/
H A Dscript.js8 $targetSelect.find("option").show();
10 $targetSelect.find("option").removeAttr("selected");
11 $targetSelect.find("option").first().attr("selected", "selected");
15 $targetSelect.find("option[data-parent!='"+option+"']").hide();
/plugin/structodt/
H A Dscript.js24 $table.find('tr').each(function () {
28 if ($me.find('th.actionodt, td.actionodt').length) {
/plugin/structsection/lib/
H A Dbundle.js1find(".editbutton_table").remove(),jQuery("#plugin__structsection_output").on("submit","form.btn_s…
/plugin/structsection/script/
H A Dmain.js10 jQuery('#plugin__structsection_output').find('.editbutton_table').remove();
18 const $self = jQuery(this).parent().prev().find('div.level2'); // fixme: too fragile!
29 const $form = $div.find('form');
30 const $errors = $div.find('div.err').hide();
69 $form.find('input, textarea').first().focus();
/plugin/structsection/
H A Dyarn.lock665 find-cache-dir "^3.3.1"
1344 find-cache-dir "^3.3.1"
1535 find-cache-dir@^3.3.1:
1544 find-up@^2.0.0, find-up@^2.1.0:
1546 …resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920…
1551 find-up@^4.0.0:
1559 find-up@^5.0.0:
2294 find-up "^2.1.0"
2301 find-up "^4.0.0"
2308 find-up "^5.0.0"
[all …]
/plugin/structstatus/
H A Dscript.js5 jQuery('.structstatus-full.editable').find('button.struct_status')
33 …jQuery('#plugin__struct_output').find('td[data-struct="' + $self.parent().data('field') + '"]').ht…
50 $full.find('button.struct_status').each(function () {
74 $full.find('button.struct_status').not('.disabled').each(function () {
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do
52 find "${DW_PATH}" -mindepth 1 -type d | \
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13093 That you should try to find my errorAnd for my sin you should keep looking?
13116 Can you find out the deep things of God,Or can you find out to the very limit of the Almighty?
14200 Your hand will find all your enemies;Your own right hand will find those hating you.
14294 …oncerning you my heart has said: "Seek to find my face, YOU people."Your face, O Jehovah, I shall …
16414 Let us find all sorts of precious valuables. Let us fill our houses with spoil.
16460 and so find favor and good insight in the eyes of God and of earthling man.
17454 What has come to be is far off and exceedingly deep. Who can find it out?
17476find out the work that has been done under the sun; however much mankind keep working hard to seek…
21911 … these able-bodied men were saying: "We shall find in this Daniel no pretext at all, except we hav…
24754 in order that when he arrives suddenly, he does not find YOU sleeping.
[all …]
/plugin/subjectindex/
H A Dreadme.md3 …ect Index page, listed A-Z, by headings, then entries/links. I personally find that this well repl…
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee35 shelljs.find(dir)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2429 …if (_typeof(regexList[i]) === 'object') result = result.concat((0, _matches.find)(code, regexList[…
2448 exports.find = find;
2464 function find(code, regexInfo) {
H A Dsyntaxhighlighter.js.map1find","compact","removeNested","regexInfo","defaultAdd","func","resultMatch","sortMatchesCallback"…
/plugin/tabbox/
H A Dscript.js13 $box.find('.tabboxtab').hide();
14 $box.find('.tabs li').removeClass('active');
17 var $open = $box.find('#tab_'+tabid);
20 $open = $box.find('.tabboxtab').first();
24 $box.find('#lnk_'+id).addClass('active');
39 $box.find('.tabboxtab .hl').each(function(){
/plugin/tabinclude/
H A Dscript.js7 var content = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-content');
8 var loading = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-loading');
/plugin/tablefilterjs/
H A Dscript.js9 $table.find('th').each(function() {
18 $table = jQuery(this).find("table");
34 $table.find("tr:has(td)").each(function() {
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
/plugin/tablelayout/_jstest/
H A DcolWidths.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
11 var $table = $fixture.find( 'table' );
38 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
39 var $table = $fixture.find( 'table' );
66 var $table = jQuery( '#qunit-fixture' ).find('#smallTable').find( 'table' );
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' );
H A DfreezeRows.tests.js10 var $fixture = jQuery( '#qunit-fixture').find('#smallTable' );
11 var $table = $fixture.find( 'table' );
H A Dsort.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
11 var $tableRows = $fixture.find( 'table tr' ).slice(1);
22 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
23 var $tableRows = $fixture.find( 'table tr' ).slice(1);

1...<<3132333435