Home
last modified time | relevance | path

Searched +full:- +full:eq (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/plugin/tagfilter/_test/
Dsyntax.test.php17 $this->_createPages();
29 $form = pq('form[data-plugin=tagfilter]', $doc);
33 $this->assertTrue($select->count() === 3);
34 $this->assertEquals('T1', $select->eq(0)->attr('name'));
35 $this->assertEquals('T2', $select->eq(1)->attr('name'));
36 $this->assertEquals('T3', $select->eq(2)->attr('name'));
38 $this->assertEquals('T1 selection', $select->eq(0)->attr('data-placeholder'));
39 $this->assertEquals('T2 selection', $select->eq(1)->attr('data-placeholder'));
40 $this->assertEquals('T3 selection', $select->eq(2)->attr('data-placeholder'));
42 $this->assertNull($select->eq(0)->attr('multiple'));
[all …]
/plugin/datepicker/_test/
Dsyntax.test.php10 $this->pluginsEnabled[] = 'datepicker';
11 $this->pluginsEnabled[] = 'ajaxedit';
13 $this->plugin = plugin_load('action', 'datepicker');
31 $this->assertTrue($mselector->length === 0);
33 $this->assertTrue($mselector->length === 1);
34 $this->assertEquals(
35 $this->plugin->getConf('emptyStringDate').DOKU_LF.
36 $this->plugin->getConf('emptyStringDate').DOKU_LF.
37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
45 $this->assertTrue($mselector->length === 3);
[all …]
/plugin/tablefilterjs/
Dscript.js8 var eq = -1;
11 eq = jQuery(this).index();
13 return eq;
26 var eq = tablefilterjs.find_th_eq( col, $table );
27 if( eq == -1)
31 var eq = parseInt( col ) - 1;
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
/plugin/asciidocjs/node_modules/lodash/
Deq.js3 * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
18 * _.eq(object, object);
21 * _.eq(object, other);
24 * _.eq('a', 'a');
27 * _.eq('a', Object('a'));
30 * _.eq(NaN, NaN);
33 function eq(value, other) { function
37 module.exports = eq;
D_assocIndexOf.js1 var eq = require('./eq'); variable
4 * Gets the index at which the `key` is found in `array` of key-value pairs.
9 * @returns {number} Returns the index of the matched value, else `-1`.
13 while (length--) {
14 if (eq(array[length][0], key)) {
18 return -1;
DsortedLastIndexOf.js2 eq = require('./eq'); variable
14 * @returns {number} Returns the index of the matched value, else `-1`.
23 var index = baseSortedIndex(array, value, true) - 1;
24 if (eq(array[index], value)) {
28 return -1;
D_assignValue.js2 eq = require('./eq'); variable
4 /** Used for built-in method references. */
12 * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
22 if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
DsortedIndexOf.js2 eq = require('./eq'); variable
14 * @returns {number} Returns the index of the matched value, else `-1`.
24 if (index < length && eq(array[index], value)) {
28 return -1;
D_baseSortedUniq.js1 var eq = require('./eq'); variable
13 var index = -1,
22 if (!index || !eq(computed, seen)) {
D_customDefaultsAssignIn.js1 var eq = require('./eq'); variable
3 /** Used for built-in method references. */
23 (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) {
/plugin/multiselect/_test/
Dsyntax.test.php9 $this->pluginsEnabled[] = 'multiselect';
10 $this->pluginsEnabled[] = 'ajaxedit';
25 $this->assertTrue($mselector->length === 1);
26 $this->assertTrue(pq("span",$mselector)->length === 4);
27 $this->assertEquals('a',trim(pq("span",$mselector)->eq(0)->text()));
28 $this->assertEquals('b',trim(pq("span",$mselector)->eq(1)->text()));
29 $this->assertEquals('c',trim(pq("span",$mselector)->eq(2)->text()));
30 $this->assertEquals('d',trim(pq("span",$mselector)->eq(3)->text()));
32 $this->assertEquals('a',trim(pq("span.multismiley",$doc)->text()));
39 saveWikiText('test:plugin_multiselect:syntax2','<multiselect "a a" "üöäß" ä_ :-)>','test');
[all …]
/plugin/const/_test/
Dfix_section.test.php9 $this->pluginsEnabled[] = 'const';
10 $this->pluginsEnabled[] = 'include';
11 $this->_createPages();
17 $response = $request->get(array('id' => 'test:plugin_const:start'), '/doku.php');
19 … $first_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
20 … $second_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
21 … $third_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
23 $this->assertEquals('57-87', $first_sec);
24 $this->assertEquals('88-118', $second_sec);
25 $this->assertEquals('119-', $third_sec);
[all …]
/plugin/photogallery/lightGallery/js/
Dlightgallery.min.js1 /*! lightgallery - v1.3.9 - 2017-02-05
4-slide",cssEasing:"ease",easing:"linear",speed:600,height:"100%",width:"100%",addClass:"",startCla…
Dlightgallery.js1 /*! lightgallery - v1.3.9 - 2017-02-05
13 // only CommonJS-like environments that support module.exports,
26 mode: 'lg-slide',
37 startClass: 'lg-start-zoom',
54 // .lg-item || '.lg-sub-html'
55 appendSubHtmlTo: '.lg-sub-html',
82 appendCounterTo: '.lg-toolbar',
145 // .lg-item
148 // .lg-outer
171 $('body').addClass('lg-from-hash');
[all …]
Dlg-video.min.js1 /*! lg-video - v1.0.0 - 2016-09-20
4eq(c).find(".lg-video").append(b.loadVideo(d,"lg-object",!0,c,e)),e)if(b.core.s.videojs)try{videoj…
Dlg-share.min.js1 /*! lg-share - v1.0.2 - 2016-11-26
4-share" class="lg-icon"><ul class="lg-dropdown" style="position: absolute;">';c+=b.core.s.facebook…
Dlg-video.js1 /*! lg-video - v1.0.0 - 2016-09-20
13 // only CommonJS-like environments that support module.exports,
53 …_this.core.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index…
57 …videojs(_this.core.$slide.eq(index).find('.lg-html5').get(0), _this.core.s.videojsOptions, functio…
66 _this.core.$slide.eq(index).find('.lg-html5').get(0).play();
73 … _this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth);
79 … if ($el.find('.lg-object').hasClass('lg-has-poster') && $el.find('.lg-object').is(':visible')) {
82 if (!$el.hasClass('lg-has-video')) {
84 $el.addClass('lg-video-playing lg-has-video');
90 … $el.find('.lg-video').append(_this.loadVideo(_src, '', false, _this.core.index, _html));
[all …]
Dlg-share.js1 /*! lg-share - v1.0.2 - 2016-11-26
13 // only CommonJS-like environments that support module.exports,
51 var shareHtml = '<span id="lg-share" class="lg-icon">' +
52 '<ul class="lg-dropdown" style="position: absolute;">';
53 ….core.s.facebook ? '<li><a id="lg-share-facebook" target="_blank"><span class="lg-icon"></span><sp…
54 …s.core.s.twitter ? '<li><a id="lg-share-twitter" target="_blank"><span class="lg-icon"></span><spa…
55 …re.s.googlePlus ? '<li><a id="lg-share-googleplus" target="_blank"><span class="lg-icon"></span><s…
56 …ore.s.pinterest ? '<li><a id="lg-share-pinterest" target="_blank"><span class="lg-icon"></span><sp…
59 this.core.$outer.find('.lg-toolbar').append(shareHtml);
60 this.core.$outer.find('.lg').append('<div id="lg-dropdown-overlay"></div>');
[all …]
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dconnector.cgi4 # FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 # Copyright (C) 2003-2007 Frederico Caldeira Knabben
12 # - GNU General Public License Version 2 or later (the "GPL")
15 # - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
18 # - Mozilla Public License Version 1.1 or later (the "MPL")
19 # http://www.mozilla.org/MPL/MPL-1.1.html
40 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
87 if($FORM{'Command'} eq "" || $FORM{'Type'} eq "" || $FORM{'CurrentFolder'} eq "") {
109 if($sCommand eq 'FileUpload') {
115 Content-Type:text/xml; charset=utf-8
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dconnector.cgi4 # FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 # Copyright (C) 2003-2007 Frederico Caldeira Knabben
12 # - GNU General Public License Version 2 or later (the "GPL")
15 # - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
18 # - Mozilla Public License Version 1.1 or later (the "MPL")
19 # http://www.mozilla.org/MPL/MPL-1.1.html
40 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
87 if($FORM{'Command'} eq "" || $FORM{'Type'} eq "" || $FORM{'CurrentFolder'} eq "") {
109 if($sCommand eq 'FileUpload') {
115 Content-Type:text/xml; charset=utf-8
[all …]
/plugin/tableplot/
Dtable2Plot.js3 * jquery.graphTable2-0.1.js
19 * - jquery.js (http://jquery.com) -- tested with 1.4.2
20 * - jquery.jqplot (https://bitbucket.org/cleonello/jqplot/wiki/Home)
26 * - both arguments are optional; defaults will work in most cases
29 * - for details on tablePlot options and defaults, see below.
30 * - for details on jqlot options and defaults, see
35 * - this isn't going to work well with tables that use rowspan or colspan
36 * - make sure to use the transform args to transform your cell contents into
37 * something flot can understand -- especially important if your cells
48 * options for reading the table -- defaults will work in most cases except
[all …]
/plugin/struct/_test/action/
H A DDiffTest.php9 * Tests for the diff-view of the struct plugin
25 $this->loadSchemaJSON('schema1');
33 $assignment->addPattern($page, $schema);
46 $request->setPost('struct_schema_data', $structData);
47 $request->setPost('wikitext', $wikitext);
48 $request->setPost('summary', 'content and struct data saved');
49 $request->post(['id' => $page, 'do' => 'save'], '/doku.php');
51 $this->waitForTick(true);
53 // second save - only struct data
63 $request->setPost('struct_schema_data', $structData);
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_connector.cfm2 <!---
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
11 * - GNU General Public License Version 2 or later (the "GPL")
14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
17 * - Mozilla Public License Version 1.1 or later (the "MPL")
18 * http://www.mozilla.org/MPL/MPL-1.1.html
23 * (based on the original CF connector by Hendrik Kramer - hk@lwd.de)
25 --->
31 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
[all …]
Dcf5_upload.cfm2 <!---
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
11 * - GNU General Public License Version 2 or later (the "GPL")
14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
17 * - Mozilla Public License Version 1.1 or later (the "MPL")
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 * FCKeditor requires that the connector responds with UTF-8 encoded XML.
27 * As ColdFusion 5 does not fully support UTF-8 encoding, we force ASCII
28 * file and folder names in this connector to allow CF5 send a UTF-8
[all …]
/plugin/condition/
H A Dbase_tester.php.orig.php14 …* if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?', '\~\='); // pcre regexp list of allowed te…
22 * case 'eq' :
63 …foreach($this->getkeys() as $m) $ops = array_merge($ops, call_user_func(array($this, 'test_'.$m), …
68 // -------------
72 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
77 case 'eq' :
91 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
97 case 'eq' :
114 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
122 case 'eq' :
[all …]

12345678910>>...16