Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/plugin/tabtables/
H A Daction.php33 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 DStatic.php159 * @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 Djplayer.playlist.min.js2original=[],this._initPlaylist(c),this.cssSelector.details=this.cssSelector.cssSelectorAncestor+" …
H A Djplayer.playlist.js58 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 Djplayer.playlist.js58 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 DODTExport.php113 $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 Djquery.jeditable.mini.js26original){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 Dautoload.php68 foreach ($classesToAlias as $original => $alias) {
70 class_alias($original, $alias);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php232 $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 Daction.php56 $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 Dembed.php115 $original = rawWiki($id);
116 $new = substr($original, 0, $pos) . $svg . substr($original, $pos + $len);
/plugin/captcha/lang/en/audio/
H A DREADME11 Note: The original high quality wave files were downsampled and converted
13 the link above for the original files.
/plugin/iptrust2/
H A DREADME.md3 …is a fork of the original Plugin by Andriy Lesyuk. It has been modified by Gero Gothe <gero.gothe …
/plugin/mobiletable/
H A DmobileTable.js250 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 DREADME2 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 DREADME.md14 …aracter, and removed the other invalid mappings. This original font was saved as danielbd-original
/plugin/move/helper/
H A Dhandler.php41 …* @param string $original The name of the original ID of this page. Same as $id if this page wa…
46 public function init($id, $original, $page_moves, $media_moves, $handlers) { argument
49 $this->origID = $original;
50 $this->origNS = getNS($original);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php292 * @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 DREADME.md21 appended to the original content or if it should replace the original content
/plugin/revealjs/
H A Ddev information.md1 Changes to original reveal.js code
/plugin/tindexmenu/
H A Dchangelog4 For previous changelogs see the original indexmenu plugin
/plugin/news/lang/de/
H A Dsettings.php17 $lang['createtime'] = 'Bei der Bearbeitung eines Feed-Eintrags das original Erstellungsd…
/plugin/ckgdoku/
H A DREADME1 This is an updated dversion fckgLite. It uses the much the same parser as the original fckgLite, b…
/plugin/groupmanager/
H A Dplugin.info.txt8 original author Alex Forencich
/plugin/goto/
H A DREADME.md5 Transferred from https://www.dokuwiki.org/plugin:goto to GitHub, original author Allen Ormond

12345678910>>...32