/plugin/tabtables/ |
H A D | action.php | 33 var $original; variable in action_plugin_tabtables 70 $this->original = explode("\n",$event->data); 71 $this->wikified = $this->original; 83 for($l=0; $l<count($this->original); $l++) { 84 $line = $this->original[$l]; 139 unset($this->original); 157 function _replace($original) argument 162 $_has_row_headers = (strpos($original[0],"\t")==0) ? true : false; 165 $cells = count(split("\t",$original[0])); 169 for($r=0; $r<count($original); $r++) { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/ |
H A D | Static.php | 159 * @param object $original 163 protected function cloneObject($original) argument 166 $object = new ReflectionObject($original); 177 if ($original instanceof $class) { 199 return clone $original; 201 return $original; 204 return $original;
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jplayer.playlist.min.js | 2 …original=[],this._initPlaylist(c),this.cssSelector.details=this.cssSelector.cssSelectorAncestor+" …
|
H A D | jplayer.playlist.js | 58 this.original = []; // Array of Objects: The original playlist 208 $.each(this.original, function(i) { 209 self.playlist[i] = self.original[i]; 345 this.original.push(media); 351 if(this.original.length === 1) { 379 $.each(self.original, function(i) { 380 if(self.original[i] === item) { 381 self.original.splice(i, 1); 387 self.original.splice(index, 1); 391 if(self.original.length) { [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jplayer.playlist.js | 58 this.original = []; // Array of Objects: The original playlist 208 $.each(this.original, function(i) { 209 self.playlist[i] = self.original[i]; 345 this.original.push(media); 351 if(this.original.length === 1) { 379 $.each(self.original, function(i) { 380 if(self.original[i] === item) { 381 self.original.splice(i, 1); 387 self.original.splice(index, 1); 391 if(self.original.length) { [all …]
|
/plugin/odt/ODT/ |
H A D | ODTExport.php | 113 $original = XMLUtil::getElement('office:styles', $value); 114 $value = str_replace($original, $commonstyles, $value); 210 $original = XMLUtil::getElement('office:automatic-styles', $value); 211 self::replaceInFile($original, $autostyles, $tempDir.'/content.xml'); 214 $original = XMLUtil::getElement('office:automatic-styles', $value); 215 self::replaceInFile($original, $autostyles, $tempDir.'/styles.xml'); 218 $original = XMLUtil::getElement('office:styles', $value); 219 self::replaceInFile($original, $commonstyles, $tempDir.'/styles.xml');
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 26 …original){var input=$('<input type="hidden"></input>');$(this).append(input);return(input);},conte… argument 30 reset.apply(form,[settings,original]);return false;});}}},text:{element:function(settings,original)… argument 32 …his).append(input);return(input);}},textarea:{element:function(settings,original){var textarea=$('… argument 34 …function(settings,original){var select=$('<select />');$(this).append(select);return(select);},con… argument 38 …h(function(){if($(this).val()==json['selected']||$(this).text()==$.trim(original.revert)){$(this).…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/ |
H A D | autoload.php | 68 foreach ($classesToAlias as $original => $alias) { 70 class_alias($original, $alias);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | Builder.php | 232 $original = array_keys($files); 233 $max = count($original); 236 $files[implode('/', $paths[$i])] = $files[$original[$i]]; 237 unset($files[$original[$i]]);
|
/plugin/const/ |
H A D | action.php | 56 $original = $event->data; 57 $wikified = $original; 174 $original = explode("\n", $original); 188 $text_offset += strlen($wikified[$l]) - strlen($original[$l]);
|
/plugin/diagrams/action/ |
H A D | embed.php | 115 $original = rawWiki($id); 116 $new = substr($original, 0, $pos) . $svg . substr($original, $pos + $len);
|
/plugin/captcha/lang/en/audio/ |
H A D | README | 11 Note: The original high quality wave files were downsampled and converted 13 the link above for the original files.
|
/plugin/iptrust2/ |
H A D | README.md | 3 …is a fork of the original Plugin by Andriy Lesyuk. It has been modified by Gero Gothe <gero.gothe …
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 250 const original = tableMap.get(table) 252 if (original === undefined) { 261 for (let cell of original.querySelectorAll("td, th")) { 269 dummy.replaceWith(original)
|
/plugin/openas/ |
H A D | README | 2 under a new name without deleting the original) and creating new pages from templates. 21 it is not updated until the user with the lock exits the page. The original page remains in place u… 23 he original page is removed.
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
H A D | README.md | 14 …aracter, and removed the other invalid mappings. This original font was saved as danielbd-original…
|
/plugin/move/helper/ |
H A D | handler.php | 41 * @param string $original The name of the original ID of this page. Same as $id if this page wasn't moved 42 * @param array $page_moves Moves that shall be considered in the form [[$old,$new],...] ($old can be $original) 46 public function init($id, $original, $page_moves, $media_moves, $handlers) { argument 49 $this->origID = $original; 50 $this->origNS = getNS($original); 73 // resolve_pageid does a lot more here, but we can't really assume this as the original pages might have been 117 * Uses a relative link only if the original was relative, too. This function is for
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 292 * @param string $file path to the original file 293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original 300 * @param string $file path to the original file 301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original 1005 * @param $original 1008 protected function encodeFilename($original) argument 1010 $cp437 = $this->utf8ToCp($original); 1011 if ($cp437 === $original) { 1012 return array($original, ''); 1018 strlen($original) [all...] |
/plugin/extendpage/ |
H A D | README.md | 21 appended to the original content or if it should replace the original content
|
/plugin/revealjs/ |
H A D | dev information.md | 1 Changes to original reveal.js code
|
/plugin/tindexmenu/ |
H A D | changelog | 4 For previous changelogs see the original indexmenu plugin
|
/plugin/news/lang/de/ |
H A D | settings.php | 17 $lang['createtime'] = 'Bei der Bearbeitung eines Feed-Eintrags das original Erstellungsd…
|
/plugin/ckgdoku/ |
H A D | README | 1 This is an updated dversion fckgLite. It uses the much the same parser as the original fckgLite, b…
|
/plugin/groupmanager/ |
H A D | plugin.info.txt | 8 original author Alex Forencich
|
/plugin/goto/ |
H A D | README.md | 5 Transferred from https://www.dokuwiki.org/plugin:goto to GitHub, original author Allen Ormond
|