Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 1937) sorted by relevance

12345678910>>...78

/plugin/404manager/_test/
H A Dconstant_parameters.php57 self::$PLUGIN_BASE = self::$INFO_PLUGIN['base'];
59 self::$MANAGER404_NAMESPACE = self::$INFO_PLUGIN['base'];
61 self::$PAGE_EXIST_ID = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'page_exist';
70self::$REDIRECT_BEST_PAGE_NAME_SOURCE = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . self:…
72self::$REDIRECT_BEST_PAGE_NAME_TARGET_SAME_BRANCH = self::$MANAGER404_NAMESPACE . self::PATH_SEPAR…
73self::$REDIRECT_BEST_PAGE_NAME_TARGET_OTHER_BRANCH = self::$MANAGER404_NAMESPACE . self::PATH_SEPA…
77self::$REDIRECT_TO_NAMESPACE_START_PAGE_SOURCE = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATO…
78self::$REDIRECT_TO_NAMESPACE_START_PAGE_BAD_TARGET = self::$MANAGER404_NAMESPACE . self::PATH_SEPA…
79self::$REDIRECT_TO_NAMESPACE_START_PAGE_GOOD_TARGET = self::$MANAGER404_NAMESPACE . self::PATH_SEP…
85self::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_BAD_TARGET = self::$MANAGER404_NAMESPACE . self::PA…
[all …]
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js176 self._disableObject(self.sounds[self.soundIDs[i]]);
179 self._disableObject(self);
297 self._writeDebug(self.sounds[self.soundIDs[i]].sID+' | '+self.sounds[self.soundIDs[i]].url);
323 self._createMovie(self.id,self.url);
324 self.o = self.getMovie(self.id);
391 if (self.sounds[self.soundIDs[i]].readyState == 1) self.sounds[self.soundIDs[i]].unload();
577 if (self.readyState != 3 && self.options.whileloading) self.options.whileloading.apply(self);
591 if (self.options.onid3) self.options.onid3.apply(self);
599 …if (self.loaded && self.options.onbeforefinish && self.options.onbeforefinishtime && !self.didBefo…
612 if (self.options.onload) self.options.onload.apply(self);
[all …]
/plugin/ahrefmenu/
H A Dgenerate_map.py11 self.full_url = self.merge_url(i_url, i_root)
24 self.netloc = urlparse.urlparse(self.full_url).netloc
143 self.loop_counter = self.loop_counter + 1
177 self.feed(s)
178 self.close()
225 self.curr_ahref = self.url + self.curr_ahref
233 res_from = p_from.create("", self.url, self.negative_regexp, self.curr_title)
235 res_to = p_to.create(self.curr_ahref, self.url, self.negative_regexp)
252 self.curr_title = string.join(self.tag_value, "").strip()
327 self.export_item(self.network.links[0].place_from, self.network.links[0].caption, 1)
[all …]
/plugin/codehighlight/cp/
H A Dcodepress.js17 self.style.height = self.textarea.clientHeight +'px';
18 self.style.width = self.textarea.clientWidth +'px';
24 self.options = self.textarea.className;
27 self.editor = self.contentWindow.CodePress;
29 self.editor.setCode(self.textarea.value);
42 self.language = language ? language : self.getLanguage();
44 if(self.attachEvent) self.attachEvent('onload',self.initialize);
61 return self.textarea.disabled ? self.editor.getCode() : self.textarea.value;
65 self.textarea.disabled ? self.editor.setCode(code) : self.textarea.value = code;
85 self.textarea.value = self.getCode();
[all …]
/plugin/layeranimation/
H A Dscript.js4 var self = this;
36 …if ( !self.layer[layerNr] || !self.layer[layerNr].items[itemNr] ) { self.isRunning = false; return…
75 self.layer[layerNr].elem.css('z-index', self.zIndex);
107 if ( ! self.isPlaying || self.layer.length == 1 ) {
123 …var currentLayer = alsoCurrent ? ( self.currentLayer-1 < 0 ? self.layer.length-1 : self.currentLay…
190 self.resetLayer(self.currentLayer);
208 self.layer[self.currentLayer].elem.css({'z-index': self.zIndex, 'left':0});
213 self.resetLayer(self.currentLayer-1);
282 if ( !self.isRunning ) self.layerPlayingTimeOut = window.setTimeout( self.run, 2000);
369 new self.layerClick(layerListItem, self);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php111 $type = self::indic_get_categories($u);
120 $cat = self::OT_X;
123 if ($cat == self::OT_X && self::in_range($u, 0x17CB, 0x17D3)) { /* Khmer Various signs */
125 $cat = self::OT_M;
126 $pos = self::POS_ABOVE_C;
130 $cat = self::OT_N;
134 $cat = self::OT_COENG;
145 //if ($u == 0x0952) $cat = self::OT_A;
146 if (self
[all...]
H A DMyanmar.php116 $type = self::myanmar_get_categories($u);
123 if (self::in_range($u, 0xFE00, 0xFE0F)) {
124 $cat = self::OT_VS;
126 $cat = self::OT_ZWNJ;
128 $cat = self::OT_ZWJ;
145 $cat = self::OT_GB;
151 $cat = self::OT_RA;
156 $cat = self::OT_A;
160 $cat = self::OT_AS;
182 $cat = self
[all...]
/plugin/chat/
H A Dscript.js60 if (self.lastmousex != 0 && self.lastmousey != 0) {
87 addEvent(self.document, 'mousemove', self.mouseEvent);
97 removeEvent(self.document, 'mousemove', self.mouseEvent);
258 self.send_sack.oldOnError = self.send_sack.onError;
262 self.send_sack.onError = self.send_sack.oldOnError;
276 self.send_sack.onError = self.send_sack.oldOnError;
311 self.send_sack.oldOnError = self.send_sack.onError;
317 self.send_sack.onError = self.send_sack.oldOnError;
413 if (true == self.clearing || true == self.sending) {
458 self.check_sack.encVar('pageId', self.pageId);
[all …]
/plugin/combo/ComboStrap/
H A DIconDownloader.php39 self::ANT_DESIGN => "https://raw.githubusercontent.com/ant-design/ant-design-icons/master/packages/icons-svg/svg",
40 self::BOOTSTRAP => "https://raw.githubusercontent.com/twbs/icons/main/icons",
41 self::CARBON => "https://raw.githubusercontent.com/carbon-design-system/carbon/main/packages/icons/src/svg/32",
42 self::CLARITY => "https://raw.githubusercontent.com/vmware/clarity-assets/master/icons/essential",
43 self::CODE_ICON => "https://raw.githubusercontent.com/microsoft/vscode-codicons/main/src/icons",
44 self::ELEGANT_THEME => "https://raw.githubusercontent.com/pprince/etlinefont-bower/master/images/svg/individual_icons",
45 self::ENTYPO => "https://raw.githubusercontent.com/hypermodules/entypo/master/src/Entypo",
46 self::ENTYPO_SOCIAL => "https://raw.githubusercontent.com/hypermodules/entypo/master/src/Entypo%20Social%20Extension",
47 self::EVA => "https://raw.githubusercontent.com/akveo/eva-icons/master/package/icons",
48 self
[all...]
/plugin/combo/renderer/
H A Danalytics.php59 self::RULE_CANONICAL_PRESENT,
60 self::RULE_DESCRIPTION_PRESENT,
61 self::RULE_FIXME,
62 self::RULE_INTERNAL_BACKLINKS_MIN,
63 self::RULE_INTERNAL_BROKEN_LINKS_MAX,
64 self::RULE_INTERNAL_LINKS_MIN,
65 self::RULE_OUTLINE_STRUCTURE,
66 self::RULE_TITLE_PRESENT,
67 self::RULE_WORDS_MINIMAL,
68 self
[all...]
/plugin/galleryv1.5/
H A Dscript.js159 self._box = self._createBoxOn(body,option);
306 var orig = { w:self._imgs[self._open].w, h:self._imgs[self._open].h };
341 if (self._open == -1 || !self._expandable) return;
344 obj.src = (self._expanded) ? self._shrink : self._expand;
363 imag.width = self._imgs[self._open].w;
364 imag.height = self._imgs[self._open].h;
413 if (self._imgs[self._open].w == -1) {
415 self._imgs[self._open].w = imag.width;
416 self._imgs[self._open].h = imag.height;
423 self._box.firstChild.setAttribute('title',self._imgs[self._open].title);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php50 case self::ENGINE_LIBSODIUM:
62 case self::ENGINE_OPENSSL:
90 if ($this->engine == self::ENGINE_LIBSODIUM) {
112 if ($this->engine == self::ENGINE_LIBSODIUM) {
287 $a+= $b; $d = self::leftRotate($d ^ $a, 16);
288 $c+= $d; $b = self::leftRotate($b ^ $c, 12);
289 $a+= $b; $d = self::leftRotate($d ^ $a, 8);
290 $c+= $d; $b = self::leftRotate($b ^ $c, 7);
368 $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7);
373 $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7);
[all …]
/plugin/autolink4/
H A Dhelper.php23 return self::$subs; //TODO: Remove this later?
33 return io_saveFile(self::CONFIG_FILE, cleanText($config));
41 if (file_exists(self::CONFIG_FILE)) {
42 return io_readFile(self::CONFIG_FILE);
52 if (self::$didInit) {
55 self::$didInit = true;
57 if (!file_exists(self::CONFIG_FILE)) {
61 $cfg = io_readFile(self::CONFIG_FILE);
74 $data = array_pad(str_getcsv($line), self::$MAX_VAL, '');
75 if (!strlen($data[self
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py43 def __init__(self, context=None): argument
49 self.context = context
52 def getZopeRootContext(self): argument
54 self.zopeRootContext = self.context.getPhysicalRoot()
55 return self.zopeRootContext
57 def getZopeUploadContext(self): argument
60 c = self.getZopeRootContext()
64 self.zopeUploadContext = c
65 return self.zopeUploadContext
161 self.request = r
[all …]
H A Dfckconnector.py43 self.environ = environ
45 self.environ = os.environ
49 def setHeader(self, key, value): argument
55 def __init__(self, environ): argument
60 self.environ = environ
62 self.environ = os.environ
64 if 'REQUEST_METHOD' in self.environ and 'QUERY_STRING' in self.environ:
75 self.get_request={}
77 def has_key(self, key): argument
78 return self.request.has_key(key) or self.get_request.has_key(key)
[all …]
H A Dconnector.py43 def doResponse(self): argument
51 if not self.request.has_key (key):
54 command = self.request.get("Command")
55 resourceType = self.request.get("Type")
59 return self.sendError(102, "")
77 self.userFilesFolder = mapServerPath(self.environ,
78 self.webUserFilesFolder)
82 self.createServerFoldercreateServerFolder( self.userFilesFolder )
96 selector = {"GetFolders": self.getFolders,
98 "CreateFolder": self.createFolder,
[all …]
/plugin/yalist/
H A Dsyntax.php413 self::$odt_table_stack [self::$odt_table_stack_index] = array();
414 self::$odt_table_stack [self::$odt_table_stack_index]['itemOpen'] = false;
415 self::$odt_table_stack [self::$odt_table_stack_index]['dtState'] = 0;
416 self::$odt_table_stack [self::$odt_table_stack_index]['ddState'] = 0;
451 unset(self::$odt_table_stack [self::$odt_table_stack_index]);
519 self::$odt_table_stack [self::$odt_table_stack_index - 1]['dtState'] = 1;
520 self::$odt_table_stack [self::$odt_table_stack_index - 1]['ddState'] = 0;
560 self::$odt_table_stack [self::$odt_table_stack_index - 1]['dtState'] = 0;
561 self::$odt_table_stack [self::$odt_table_stack_index - 1]['ddState'] = 1;
646 self::$odt_table_stack [self::$odt_table_stack_index - 1]['dtState'] = 0;
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js145 var self = this;
164 case "G" : return self.getIsoYear();
166 case "I" : return (self.getHours()>12?self.getHours()-12:self.getHours()).padLeft(2,spacer);
172 …ase "r" : return self.toFormatString("%I", spacer)+":"+self.toFormatString("%M", spacer)+":"+self.…
173 case "R" : return self.toFormatString("%H", spacer)+":"+self.toFormatString("%M", spacer);
176 …case "T" : return self.toFormatString("%H", spacer)+":"+self.toFormatString("%M", spacer)+":"+self
177 case "u" : return self.getIsoDay();
178 …case "U" : return String(parseInt((self.getDayOfYear() - 1 - self.getIsoDay() + 13) / 7 - 1)).padL…
180 case "w" : return self.getDay();
181 …case "W" : return String(parseInt((self.getDayOfYear() - 1 - self.getDay() + 13) / 7 - 1)).padLeft…
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php215 self::$encoded = $encoded;
432 case self::TYPE_NULL:
439 case self::TYPE_SET:
670 case self::TYPE_SET:
793 case self::TYPE_NULL:
861 self::$location = [];
1080 case self::TYPE_ANY:
1227 $oid = isset(self::$reverseOIDs[$source]) ? self::$reverseOIDs[$source] : false;
1324 self::$format = $format;
1339 self::$oids = array_flip(self::$reverseOIDs);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php124 array('b', self::ADDED)
187 array(17, self::OLD),
197 array(2, self::ADDED),
198 array('b', self::OLD),
205 array(17, self::OLD),
206 array(2, self::OLD),
209 array(5, self::ADDED),
210 array('x', self::OLD),
244 self::OLD,
248 self::OLD,
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php231 if (!isset(self::$virama)) {
574 $n = self::INITIAL_N;
577 $bias = self::INITIAL_BIAS;
600 for ($k = self::BASE; /* no condition */; $k += self::BASE) {
662 $n = self::INITIAL_N;
688 $m = self::MAX_INT;
711 for ($k = self::BASE; /* no condition */; $k += self::BASE) {
762 while ($delta > ((self::BASE - self::TMIN) * self::TMAX) >> 1) {
763 $delta = intdiv($delta, self::BASE - self::TMIN);
764 $k += self::BASE;
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py48 self.Width = '100%'
49 self.Height = '200'
51 self.Value = '';
53 self.Config = {}
55 def Create(self): argument
58 def CreateHtml(self): argument
65 self.BasePath,
67 self.InstanceName
74 self.InstanceName,
89 self.Width,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js23 var self = this;
36 self.next();
80 self._init();
85 self.next();
111 self.next();
191 self.play(self.current);
193 self.select(self.current);
209 self.playlist[i] = self.original[i];
223 $(self.cssSelector.playlist + " ul").append(self._createListItem(self.playlist[i]));
234 $this.append(self._createListItem(self.playlist[i]));
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js23 var self = this;
36 self.next();
80 self._init();
85 self.next();
111 self.next();
191 self.play(self.current);
193 self.select(self.current);
209 self.playlist[i] = self.original[i];
223 $(self.cssSelector.playlist + " ul").append(self._createListItem(self.playlist[i]));
234 $this.append(self._createListItem(self.playlist[i]));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php76 $type = self::NAME_TYPE;
121 case self::EOF_TYPE:
124 case self::TEXT_TYPE:
139 case self::NAME_TYPE:
142 case self::NUMBER_TYPE:
145 case self::STRING_TYPE:
177 case self::EOF_TYPE:
179 case self::TEXT_TYPE:
189 case self::NAME_TYPE:
191 case self::NUMBER_TYPE:
[all …]

12345678910>>...78