Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/epub/
Drenderer.php249 $orig = "";
250 $name = $this->local_name($link,$orig,$frag);
251 if(!$this->is_epubid($orig)) {
254 $fnote = DOKU_URL . "doku.php?id=$orig";
261 $wfn = wikiFN($orig);
267 $orig = "";
268 $name = $this->local_name($link,$orig);
272 $orig = preg_replace('/^(' . $this->audio_nmsp . ')_/', "$1:", $orig);
273 … $orig = preg_replace('/^(' . $this->audio_nmsp_orig . ')_/', "$1:", $orig); //two levels deep
276 $orig = preg_replace('/^(' . $this->video_nmsp . ')_/', "$1:", $orig);
[all …]
/plugin/picasawebalbum/
DMakefile2 cp orig/jquery.pwi.js .
3 patch < orig/jquery.pwi.js.patch
4 cp orig/jquery.slimbox2.css .
5 patch < orig/jquery.slimbox2.css.patch
/plugin/redirect2/
Dadmin.php114 list($datetime, $caller, $status, $orig, $dest) = $line;
115 if (!isset($logData[$orig])) {
116 $logData[$orig] = array(
124 $logData[$orig]['count'] ++;
125 if ($datetime > $logData[$orig]['last']) {
126 $logData[$orig]['last'] = $datetime;
Daction.php315 * @param string $orig page id of redirect origin
319 protected function _show_message($format, $orig=NULL, $dest=NULL, $status=302) argument
331 foreach (array($orig, $dest) as $id) {
345 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), -1);
354 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), 0);
365 protected function _log_redirection($status, $orig, $dest='') argument
375 $s.= "\t".$status."\t".$orig."\t".$dest;
378 $s.= "\t".$status."\t".$orig."\t".$dest;
/plugin/strata/
Daction.php53 $orig = p_read_metadata($ID);
56 $METADATA_RENDERERS[$ID] =& $orig;
59 $orig['page'] = $ID;
60 $evt = new Doku_Event('STRATA_PREVIEW_METADATA_RENDER', $orig);
71 $renderer->meta =& $orig['current'];
72 $renderer->persistent =& $orig['persistent'];
/plugin/magnifier/
Dsyntax.php35 $orig = substr($match, 12, -2);
37 list($id, $param) = explode('?', $orig, 2); // find ID + Params
40 $p1 = Doku_Handler_Parse_Media($orig);
41 return array(trim($id), $w, $h, $orig, $p1);
47 list($id, $w, $h, $orig, $p1) = $data;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js151 var orig = this.originalSpellings[txtid];
152 if( !orig ) break;
157 for( var i = 0; i < orig.length; i++ ) {
162 begin_idx = wordtxt.indexOf( orig[i], end_idx );
163 end_idx = begin_idx + orig[i].length;
185 d.write( this._wordInputStr( orig[i] ));
188 if( i == orig.length-1 ){
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js151 var orig = this.originalSpellings[txtid];
152 if( !orig ) break;
157 for( var i = 0; i < orig.length; i++ ) {
162 begin_idx = wordtxt.indexOf( orig[i], end_idx );
163 end_idx = begin_idx + orig[i].length;
185 d.write( this._wordInputStr( orig[i] ));
188 if( i == orig.length-1 ){
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js151 var orig = this.originalSpellings[txtid];
152 if( !orig ) break;
157 for( var i = 0; i < orig.length; i++ ) {
162 begin_idx = wordtxt.indexOf( orig[i], end_idx );
163 end_idx = begin_idx + orig[i].length;
185 d.write( this._wordInputStr( orig[i] ));
188 if( i == orig.length-1 ){
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dsourcemap.js51 orig : null, property
60 var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);
62 if (orig_map && Array.isArray(options.orig.sources)) {
/plugin/autolink4/
Dhelper.php79 $orig = trim($data[self::$ORIG]);
87 $s[self::$ORIG] = $orig;
97 $s[self::$MATCH] = preg_replace('/ /', '\s', $orig);
100 $s[self::$MATCH] = '\b' . preg_replace('/ /', '\s', $orig) . '\b';
105 if (preg_match('/[\\\[?.+*^$]/', $orig)) {
111 $s = $this->cacheMatch($orig, $s);
/plugin/abc2/
Dsyntax.php237 * @param bool $orig original source (not a transposition)
241 function _getClasses($orig) { argument
261 if ($orig && $this->getConf('showSource')) {
311 * @param bool $orig original source (not a transposition)
315 function _renderAbcBlock($renderer, $src, $orig) { argument
316 $classes = $this->_getClasses($orig);
/plugin/popupviewer/syntax/
Dviewer.php43 $orig = substr($match, $close ? 13 : 8, -2);
44 $partId = explode('|', $orig, 2); // find ID/Params + Name Extension
74 $p1 = Doku_Handler_Parse_Media($orig);
75 return array($id, $name, $title, $w, $h, $orig, $close, null, $keepOpen, $exists, $p1);
83 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data;
188 list($id, $name, $title, $w, $h, $orig, $close) = $data;
207 …('plugin', array('popupviewer_viewer', array($id, $name, $title, $w, $h, $orig, $close, array('sha…
/plugin/translation3/
Dhelper.php395 list($orig,$name) = $this->buildTransID($this->defaultlang,$idpart);
396 $origfn = wikiFN($orig);
401 $revs = getRevisions($orig,0,100);
410 if($orev && !page_exists($orig,$orev)) $orev=0;
413 $orig = cleanID($orig);
414 $msg = sprintf($this->getLang('outdated'),wl($orig));
417 wl($orig,array('do'=>'diff','rev'=>$orev)));
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dsourcemap.js99 if (options.orig) Object.keys(options.orig).forEach(function(name) {
100 var map = options.orig[name];
102 options.orig[name] = {
126 add: options.orig ? function(source, gen_line, gen_col, orig_line, orig_col, name) {
127 var map = options.orig[source];
Dscope.js46 function SymbolDef(id, scope, orig, init) { argument
53 this.name = orig.name;
54 this.orig = [ orig ]; property in SymbolDef
63 this.orig.forEach(fn);
90 || self.orig[0] instanceof AST_SymbolConst && find_if(function(def) {
101 var sym = this.orig[0];
122 return def.orig[0] instanceof AST_SymbolFunarg || def.orig[1] instanceof AST_SymbolFunarg;
250 self.make_def = function(orig, init) { argument
251 return new SymbolDef(++next_def_id, this, orig, init);
303 redef.orig.push(node);
[all …]
/plugin/remotescript/lib/JsHttpRequest/
Dcompile.bat10 my $orig = "$debugDir/JsHttpRequest.js";
13 my $source = readFile($orig);
28 minify($orig, "JsHttpRequest.js");
29 minify($orig, $miniDir . "/JsHttpRequest.js");
/plugin/translate/
Dscript.js39 var orig = document.getElementById('wrapper__sourcetext');
41 if (!edit || !orig) { return; }
42 edit.className=orig.className=cycle[edit.className];
Dhelper.php188 list ($orig) = array_keys($meta['relation']['istranslationof']);
189 return $orig;
236 $orig = $this->getOriginal();
237 $origlang = $this->getPageLanguage($orig);
244 $langs = array_values($this->getTranslations($orig));
271 $orig = $this->getOriginal();
272 $origlang = $this->getPageLanguage($orig);
273 $langs = array_values($this->getTranslations($orig));
294 $url = wl($orig, 'do=translate');
/plugin/autotranslation/
Dhelper.php429 list($orig, $name) = $this->buildTransID($this->defaultlang, $idpart);
430 $origfn = wikiFN($orig);
435 $changelog = new PageChangelog($orig);
445 if($orev && !page_exists($orig, $orev)) $orev = 0;
448 $orig = cleanID($orig);
449 $msg = sprintf($this->getLang('outdated'), wl($orig));
451 $difflink = $this->getOldDiffLink($orig, $INFO['lastmod']);
Daction.php82 $orig = (string) $_REQUEST['fromlang'];
83 if(!$orig) $orig = array_shift(array_keys($translations));
86 $origfile = $translations[$orig];
104 $this->helper->getLocalName($orig),
/plugin/translation/
Daction.php223 $orig = (string)$_REQUEST['fromlang'];
224 if (!$orig) $orig = array_key_first($translations);
227 $origfile = $translations[$orig];
247 $this->helper->getLocalName($orig),
Dhelper.php336 [$orig, ] = $this->buildTransID($this->defaultlang, $idpart);
337 $origfn = wikiFN($orig);
341 $orig = cleanID($orig);
342 $msg = sprintf($this->getLang('outdated'), wl($orig));
344 $difflink = $this->getOldDiffLink($orig, $INFO['lastmod']);
/plugin/galleryv1.5/
Dscript.js306 var orig = { w:self._imgs[self._open].w, h:self._imgs[self._open].h }; variable
309 if ((orig.w >= targ.w || orig.h >= targ.h) && orig.h && orig.w)
310 ratio = ((targ.w / orig.w) < (targ.h / orig.h)) ? targ.w / orig.w : targ.h / orig.h;
311 imag.width = Math.floor(orig.w * ratio);
312 imag.height = Math.floor(orig.h * ratio);
/plugin/templateconfhelper/action/
Dfetchaction.php56 $orig = $file;
69 $data['orig'] = $orig;

1234