Home
last modified time | relevance | path

Searched refs:find (Results 251 – 275 of 860) sorted by relevance

1...<<11121314151617181920>>...35

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php229 $find = array(
235 $nextClass = $phpcsFile->findNext($find, ($className + 2), ($openingBrace - 1));
238 $nextClass = $phpcsFile->findNext($find, ($nextClass + 1), ($openingBrace - 1));
/plugin/metaeditor/
H A Djstree.js520 .find("li").addBack()
562 .find("[class^='jstree']")
749 col = this.element.find('.jstree-anchor').filter(':visible'),
2670 dom = this.is_closed(obj) ? dom.find('.jstree-closed').addBack() : dom.find('.jstree-closed');
2678 if(original_obj.find('.jstree-closed').length === 0) {
2707 dom = this.is_open(obj) ? dom.find('.jstree-open').addBack() : dom.find('.jstree-open');
5645 vakata_context.element.hide().find("ul").hide().end().find(':focus').blur().end().detach();
5679 .siblings().find("ul").hide().end().end()
5716 …vakata_context.element.find(".vakata-context-hover").last().closest("li").first().find("ul").hide(…
5775 vakata_context.element.find("ul").hide().end();
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dindex.rst14 for Twig. You can find it's code at `GitHub.com/twigphp/Twig-extensions`_.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php35 public function find(Example $example) function in phpDocumentor\\Reflection\\DocBlock\\ExampleFinder
/plugin/confmanager/lang/en/
H A Dmime.txt9 You can find any file extension with it's mime at http://filext.com/
/plugin/fedauth/js/
H A Dadmin.js188 jQuery(sender).parent().parent().find('input[type="button"]').removeAttr('disabled');
200 jQuery(sender).parent().parent().find('input[type="button"]').attr('disabled','disabled');
/plugin/imapmarkers/
H A Dscript.js241 object.find("img").css("z-index", "0");
244 _g.a_maps[index].find("area").each(function (area_index, object) {
312 … let imagemapster_div = _g.a_imap_div[imap_div_index].find("div.imapmarkers\\-image");
332 let imagemapster_div = _g.a_imap_div[imap_div_index].find("div.imapmarkers\\-image");
/plugin/orphanmedia/
H A DREADME11 Use this plugin to find orphan and missing media files within your DokuWiki.
/plugin/orphanmedia2/
H A DREADME11 Use this plugin to find orphan and missing media files within your DokuWiki.
/plugin/copycode/
H A Dscript.js223 .find("ol > li")
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py119 position = realPath.find(selfPath)
/plugin/acmenu/
H A Dscript.js126 var item = trim_url(jQuery(this).find("a").attr("href"));
/plugin/dyncontent/
H A Dscript.js109 dw_linkwiz_v2.resultClick($obj.find('a')[0]);
140 return jQuery(dw_linkwiz_v2.result).find('div').eq(num);
/plugin/referrers/lang/en/
H A Dintro.txt19 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php97 public function find($id) function in Mustache_Context
/plugin/txt2tags/
H A Dconfig.t2t10 % So we use the preproc below to take into account this mark which we can find in our
/plugin/givemeyouremail/
H A DREADME.txt29 Alternatively, you can also find the adresses in data/meta/[a md5 hash].givemeyouremail
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc27 Unknown parameters throw an exception, to help the user find potential problems.
H A Dconfiguration.asciidoc9 the ClientBuilder helper object. You can find all the configuration options and
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2find("."+b.options.playlistOptions.itemClass).click(),b.blur(this)}),a(this.cssSelector.playlist).…
H A Djplayer.playlist.js297 $(this).parent().parent().find("." + self.options.playlistOptions.itemClass).click();
334 …t + " li:nth-child(" + (index + 1) + ")").addClass("jp-playlist-current").find(".jp-playlist-item"…
343 …$(this.cssSelector.playlist + " ul").append(this._createListItem(media)).find("li:last-child").hid…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js297 $(this).parent().parent().find("." + self.options.playlistOptions.itemClass).click();
334 …t + " li:nth-child(" + (index + 1) + ")").addClass("jp-playlist-current").find(".jp-playlist-item"…
343 …$(this.cssSelector.playlist + " ul").append(this._createListItem(media)).find("li:last-child").hid…
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1find();if(d){b.push(c);return a.setSelection(d.from,d.to)}}};b.prevBookmark=function(a){var b=a.st…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php93 $object = $objectManager->find($metadata->name, $identifierList);
/plugin/autolink4/lang/en/
H A Dadmin_help.txt5 * Text to find. This can include certain regular expression characters, like square brackets and question marks. Pipe (|) and parentheses are not allowed.

1...<<11121314151617181920>>...35