Home
last modified time | relevance | path

Searched refs:type (Results 3876 – 3900 of 4303) sorted by path

1...<<151152153154155156157158159160>>...173

/plugin/swarmwebhook/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt9 - Choose ''POST'' as the the request type
/plugin/swiftmail/
H A DSwift.php137 foreach ($this->listeners as $type => $arr)
139 if (isset($arr[$id])) return $this->listeners[$type][$id];
149 foreach ($this->listeners as $type => $arr)
153 $this->listeners[$type][$id] = null;
154 unset($this->listeners[$type][$id]);
163 public function notifyListeners($e, $type) argument
166 …if (!empty($this->listeners[$type]) && $notifyMethod = Swift_Events_ListenerMapper::getNotifyMetho…
169 foreach ($this->listeners[$type] as $k => $listener)
/plugin/swiftmail/Swift/
H A DLog.php75 abstract public function add($text, $type = self::NORMAL); argument
H A DMessage.php70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=… argument
91 $this->setContentType($type);
597 protected function moveBranchIn($type, $nested_type, $from, $old_branch, $new_branch, $tag) argument
600 $new->setContentType($type);
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php33 public function add($text, $type = self::NORMAL) argument
35 $this->entries[] = $type . " " . $text;
/plugin/swiftmail/Swift/Message/
H A DAttachment.php33 …public function __construct($data=null, $name=null, $type="application/octet-stream", $encoding="b… argument
37 $this->setContentType($type);
H A DEmbeddedFile.php36 …public function __construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $… argument
38 parent::__construct($data, $name, $type, $encoding, "inline");
H A DImage.php30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $… argument
32 parent::__construct($data, $name, $type, $cid, $encoding);
51 $type = image_type_to_mime_type($img_data[2]);
52 $this->setContentType($type);
H A DMime.php183 public function setContentType($type) argument
185 $this->headers->set("Content-Type", $type);
H A DPart.php29 public function __construct($data=null, $type="text/plain", $encoding=null, $charset=null) argument
33 $this->setContentType($type);
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php74 public function addPermittedType($type) argument
76 $type = strtolower($type);
77 $this->permittedTypes[$type] = 1;
83 public function removePermittedType($type) argument
85 unset($this->permittedTypes[$type]);
100 public function isPermittedType($type) argument
102 return array_key_exists(strtolower($type), $this->permittedTypes);
H A DFileEmbedder.php117 public function addType($ext, $type) argument
119 $this->mimeTypes[strtolower($ext)] = strtolower($type);
/plugin/switchpanel/
H A DREADME.md291 ==line:number=(number of cases),color=(backgroud color of the line case),case=(type of the line cas…
297 …d color),text=(text of popup message),link=(url of link),case=(type of case),target=(type of link …
/plugin/symbols4odt/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
H A Ddokuwiki_plugin_page.wiki7 type : syntax
56 "substitute4XHTML" => "<input type='checkbox' checked/>",
/plugin/sympaauth/
H A Dadmin.php74 ptln('<p> <input type="hidden" name="action_" value="uninstall" />');
75 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_uninstall…
80 ptln('<p> <input type="hidden" name="action_" value="install" />');
81 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_install')…
83 ptln(' <p> <input type="hidden" name="do" value="admin" />');
84 ptln(' <input type="hidden" name="page" value="sympaauth" /> </p>');
/plugin/sympaauth/lang/en/
H A Dintro.txt6 type, and fill the field matching with the address of the sympa-soap server to use.
/plugin/sync/
H A Dadmin.php388 function _sync(&$synclist,$type){ argument
393 if($type == 'pages')
405 if($type == 'pages'){
419 if($type == 'pages'){
430 if($type == 'pages'){
444 if($type == 'pages'){
466 if($type == 'pages'){
482 if($type == 'pages'){
615 if($type == 'pages'){
652 if($type == 'pages'){
[all …]
H A Dscript.js22 function sync_select(type){ argument
23 jQuery('input[class=sync'+type+']').prop('checked',true);
H A Dstyle.css32 div.dokuwiki form.sync_profile fieldset div.type {
35 div.dokuwiki form.sync_profile fieldset div.type label{
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js107 script.type = 'text/javascript';
H A DshCore.js200 function isType(value, type) { argument
201 return Object.prototype.toString.call(value).toLowerCase() === "[object " + type + "]";
1882 function attachEvent(obj, type, func, scope) argument
1902 obj.attachEvent('on' + type, handler);
1906 obj.addEventListener(type, handler, false);
2351 if (tags[i].type == 'syntaxhighlighter')
H A DshCore.min.js17 …ByTagName("script"),t=[],n=0,r=e.length;r>n;n++)"syntaxhighlighter"==e[n].type&&t.push(e[n]);retur…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js91 script.type = 'text/javascript';

1...<<151152153154155156157158159160>>...173