/dokuwiki/inc/ChangeLog/ |
D | MediaChangeLog.php | 59 io_saveFile(mediaMetaFN($this->id, '.changes'), $logline, $append = true); 60 io_saveFile($conf['media_changelog'], $logline, $append = true); //global changelog cache
|
D | RevisionInfo.php | 94 public function append(array $info) function in dokuwiki\\ChangeLog\\RevisionInfo
|
/dokuwiki/lib/scripts/ |
D | media.js | 190 $p.append($l); 203 $btn.append($img); 204 $p.append($btn); 207 dw_mediamanager.$popup.append($p); 212 dw_mediamanager.$popup.append($insp); 219 $insp.append($insbtn); 540 $label.append('<span>' + LANG.media_diff + '</span> '); 545 $select.append(new Option(LANG.media_diff_both, "both")); 546 $select.append(new Option(LANG.media_diff_opacity, "opacity")); 547 $select.append(new Option(LANG.media_diff_portions, "portions")); [all …]
|
D | edit.js | 53 $btn.append($ico); 118 jQuery('body').append($picker);
|
D | tree.js | 81 $listitem.append($sublist);
|
D | toolbar.js | 48 $toolbar.append($btn); 57 $toolbar.append($btn);
|
D | page.js | 89 jQuery('.dokuwiki:first').append($fndiv);
|
D | fileuploaderextended.js | 193 jQuery('#mediamanager__uploader').append(button); 248 jQuery(form).append(owCheckbox);
|
/dokuwiki/inc/ |
D | io.php | 248 * @param bool $append 253 function _io_saveFile($file, $content, $append) argument 256 $mode = ($append) ? 'ab' : 'wb'; 267 if ($append) { 300 * @param bool $append 305 function io_saveFile($file, $content, $append = false) argument 309 if (!_io_saveFile($file, $content, $append)) {
|
D | fulltext.php | 527 … $append = ($start < $end) ? $end : false; // still the end of the previous context snippet 530 if ($append) { 531 … $snippets[count($snippets) - 1] .= PhpString::substr($text, $append, $end - $append);
|
/dokuwiki/lib/plugins/styling/ |
D | script.js | 32 target.jQuery('body').append($loader);
|
/dokuwiki/lib/plugins/extension/ |
D | script.js | 87 $label.append(' ' + LANG.plugins.extension.filter);
|
/dokuwiki/inc/Ui/ |
D | PageDiff.php | 71 $this->RevInfo1->append([ 78 $this->RevInfo2->append([ 157 $RevInfo->append(['text' => $text]);
|
D | MediaDiff.php | 99 $RevInfo->append([
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Parser.php | 210 $this->append(['assign', $key, $value], $s); 245 $this->append(['directive', $dirName, $dirValue]); 266 $this->append(['assign', $var, $value], $s); 273 $this->append($importValue, $s); 328 $this->append(['block', $block], $s); 342 $this->append(['mixin', $tags, $argv, $suffix], $s); 1360 $this->append(['comment', $m[1]]); 1454 protected function append($prop, $pos = null) function in LesserPHP\\Parser
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e…
|
D | jquery.min.js | 2 …append:function(){return $e(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==… method
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 2609 pq($deepest)->append($this); 2626 ->append($this); 2752 ->replaceWith($markup->clone()->append($content)); 3052 public function append( $content) { function in phpQueryObject
|