Home
last modified time | relevance | path

Searched refs:each (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/lib/scripts/
H A Dhotkeys.js52 t.each(anchors, function(a) {
66 t.each(inputs, function(i) {
80 t.each(buttons, function(b) {
189 t.each(t.explode(pa, '+'), function(v) {
220 this.each = function(o, cb, s) { method in Hotkeys
274 t.each(t.shortcuts, function(o) {
H A Dcookie.js34 jQuery.each(_this.data, function (key, val) {
H A Dpage.js27 .each(function () {
118 jQuery('[id]', $content).each(function(){
H A Dbehaviour.js33 return this.each(function() {
201 $checked.each(function(i) {
H A Dedit.js93 jQuery.each(props.list, function (key, item) {
170 jQuery.each(opts, function (_, opt) {
H A Dfileuploaderextended.js151 jQuery(".qq-upload-name-input").each(function (i) {
220 jQuery(".qq-upload-spinner").each(function (i) {
337 jQuery(".qq-upload-spinner").each(function (i) {
H A Dmedia.js129 $both.find('label').each(function () {
179 jQuery.each(opts, function (_, opt) {
192 jQuery.each(opt.btns, function (i, text) {
501 $resizables.each(function () {
783 jQuery.each(opts,
884 jQuery.each(dw_mediamanager.forbidden_opts,
H A Dqsearch.js131 $links.each(function () {
H A Deditor.js55 jQuery.each([
H A Dtoolbar.js34 jQuery.each(tb, function (k, val) {
/dokuwiki/lib/plugins/logviewer/
H A Dscript.js14 $dl.find('dt').each(function (idx, elem) {
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt9 A password will be generated and emailed to each successfully imported user.
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2each:function(e){return ce.each(this,e)},map:function(n){return this.pushStack(ce.map(this,functio… method
H A Djquery-ui.min.js6each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return…
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE43 Also, for each author's protection and ours, we want to make certain
81 conspicuously and appropriately publish on each copy an appropriate
122 entire whole, and thus to each and every part regardless of who wrote it.
289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DCHANGELOG5 it by each one (if there's nobody listed as suggesting it I dreamed it up :)). Users
9 Language files listed under each version were made by the author beside them, and then
151 - Fixed two bugs within contrib scripts included with each release (BenBE)
968 - You can now specify an array of object splitters, and each
969 type of method separated by each object splitter can be highlighted
/dokuwiki/
H A DCOPYING43 Also, for each author's protection and ours, we want to make certain
81 conspicuously and appropriately publish on each copy an appropriate
122 entire whole, and thus to each and every part regardless of who wrote it.
289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE52 To protect each distributor, we want to make it very clear that
152 you conspicuously and appropriately publish on each copy an
198 entire whole, and thus to each and every part regardless of who wrote
278 You must give prominent notice with each copy of the work that the
469 safest to attach them to the start of each source file to most effectively
470 convey the exclusion of warranty; and each file should have at least the
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md109 widths, the second contains the texts to fill into the columns. Between each column a border is pri…
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dcontent.less87 /* div around each table */
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE52 To protect each distributor, we want to make it very clear that
152 you conspicuously and appropriately publish on each copy an
198 entire whole, and thus to each and every part regardless of who wrote
278 You must give prominent notice with each copy of the work that the
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE240 appropriately publish on each copy an appropriate copyright notice;
246 You may charge any price or no price for each copy that you convey,
271 d) If the work has interactive user interfaces, each must display
497 work results from an entity transaction, each party to that
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3994 public function each($callback, $param1 = null, $param2 = null, $param3 = null) { function in phpQueryObject
5385 … public static function each($object, $callback, $param1 = null, $param2 = null, $param3 = null) { function in phpQuery