Home
last modified time | relevance | path

Searched refs:code (Results 2251 – 2275 of 2534) sorted by path

1...<<919293949596979899100>>...102

/plugin/swarmwebhook/
H A D.travis.yml23 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
H A DLICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt7 * **body**: <code>
16 </code>
/plugin/swarmwebhook/meta/
H A DResponse.php8 public $code; variable in dokuwiki\\plugin\\swarmwebhook\\meta\\Response
11 public function __construct($code, $content = '') argument
13 $this->code = $code;
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php37 http_status($verificationResult->code, $verificationResult->content);
44 http_status($verificationResult->code, $verificationResult->content);
/plugin/swiftmail/
H A DSwift.php288 public function command($command, $code=null) argument
294 $command_event = new Swift_Events_CommandEvent($command, $code);
297 …if ($log->hasLevel(Swift_Log::LOG_NETWORK) && $code != -1) $log->add($command_event->getString(), …
298 $end = ($code != -1) ? "\r\n" : null;
303 if ($code == -1) return null;
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php29 protected $code = null; variable in Swift_Events_CommandEvent
36 public function __construct($string, $code=null) argument
39 $this->setCode($code);
61 public function setCode($code) argument
63 if ($code === null) $this->code = null;
64 else $this->code = (int) $code;
72 return $this->code;
H A DResponseEvent.php28 protected $code = null; variable in Swift_Events_ResponseEvent
59 public function setCode($code) argument
61 $this->code = (int) $code;
69 return $this->code;
/plugin/swiftmail/Swift/
H A DException.php27 public function __construct($message, $code = 0) argument
29 parent::__construct($message, $code);
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php40 $code = $e->getCode();
42 if ($code != -1) $add = 2;
/plugin/switchpanel/
H A DREADME.md9 ### Example code :
34 ### Example code :
53 ### Example code :
93 ### Example code :
114 ### Example code :
131 ### Example code :
153 ### Example code :
177 ### Example code :
194 ### Example code :
211 ### Example code :
[all …]
H A Daction.php45 $code = '\n<switchpanel showEars=false>\n'.$code_msg.$rj01_24a;
46 $code.= '\n</switchpanel>\n';
50 $code.= '\n</switchpanel>\n';
54 $code.= '\n'.$rj25_48a.'\n</switchpanel>\n';
58 … $code.= '\n==text\n'.$this->getLang('name_2x24b').'\n'.$rj25_48a.'\n</switchpanel>\n';
62 $code.= '\n</switchpanel>\n';
66 … $code.= '\n==text\n'.$this->getLang('name_4x12b').'\n'.$rj25_48b.'\n</switchpanel>\n';
70 $code.= '\n</switchpanel>\n';
74 $code.= '\n</switchpanel>\n';
77 $code = '';
[all …]
/plugin/symbols4odt/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
H A Ddokuwiki_plugin_page.wiki41 | <code>{{utf8symbol>CODE}}</code> | Generic function to insert a hexadecimal code of an UTF8 symbo…
42 | <code><checkbox></code> | Creates an empty checkbox. | <code><CHECKBOX></code> |
43 | <code><checkbox_checked></code> | Creates a checked checkbox. | <code><CHECKBOX_CHECKED></code> |
44code><shy></code> | Create a soft hyphen, functional in wiki pages and ODT files. If inserted in t…
50 On the code level, the plugin is readily extendible by inserting patterns into the ''getPatterns()'…
54 <code>"checkbox_filled" => array(
58 ),</code>
65 | <code>"pattern"</code> | Maps to an array of strings that will be used within the [[https://www.d…
66 | <code>"substitute4XHTML"</code> | In case of a match (see "pattern"), the string defined in ''sub…
67 | <code>"substitute4XODT"</code> | In case of a match (see "pattern"), the string defined in ''subs…
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js13 …([:\\w-\.]+)\\s*=\\s*(".*?"|\'.*?\'|\\w+)*|(\\w+)','gm');while((match=regex.exec(this.code))!=null)
18 …gex=new RegExp('(?:\&lt;|<)/*\\?*\\s*([:\\w-\.]+)','gm');while((match=regex.exec(this.code))!=null)
H A DshCore.js12 {window.clipboardData.setData('text',code);}
49 {var index=0;var match=null;while((match=regex.exec(this.code))!=null)
72 dp.sh.Highlighter.prototype.ProcessSmartTabs=function(code) argument
73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos…
95 dp.sh.Highlighter.prototype.Highlight=function(code) argument
110 var pos=0;if(code==null)
111 code='';this.originalCode=code;this.code=Chop(Unindent(code));this.div=this.CreateElement('DIV');th…
115 this.code=this.ProcessSmartTabs(this.code);this.ProcessRegexList();if(this.matches.length==0)
116 {this.AddBit(this.code,null);this.SwitchToList();this.div.appendChild(this.bar);this.div.appendChil…
121 continue;this.AddBit(Copy(this.code,pos,match.index),null);this.AddBit(match.value,match.css);pos=m…
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js43 while((match = regex.exec(this.code)) != null)
66 while((match = regex.exec(this.code)) != null)
H A DshCore.js81 window.clipboardData.setData('text', code);
258 while((match = regex.exec(this.code)) != null)
339 var lines = code.split('\n');
438 dp.sh.Highlighter.prototype.Highlight = function(code) argument
485 if(code == null)
486 code = '';
488 this.originalCode = code;
489 this.code = Chop(Unindent(code));
514 this.code = this.ProcessSmartTabs(this.code);
521 this.AddBit(this.code, null);
[all …]
/plugin/syntaxhighlighter/syntax/
H A Dcode.php62 …$this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</code>)',$mode,'plugin_syntaxhighlighter_code…
/plugin/syntaxhighlighter3/
H A DREADME.md14 This plugin is an alternative to GeSHi server-side code highlighting of DokuWiki with client-side […
28 * Does not use `<code>` tags, enables parallell use with DokuWikis own server side syntax highlight…
34 ... code/text ...
48 > Do not collapse code and hide the toolbar at the same time, title will not show.
57 * **html-script**: Allows you to highlight a mixture of HTML/XML code and a script which is very co…
108 Double click anywhere inside SyntaxHighlighter code area to highlight the text and then copy it usi…
109 Click outside the code area to restore highlighting.
H A Dall.css4 .syntaxhighlighter code,
H A Dplugin.info.txt6 desc Alternative to GeSHi server-side code highlighting with client-side SyntaxHighlighter. More …
/plugin/syntaxhighlighter3/sxh3/
H A DGPL-LICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
H A DREADME.md4 2004 and it's used virtually everywhere to seamlessly highlight code for presentation.
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee18 {code, map} = uglify.minify source, fromString: true
19 callback null, code

1...<<919293949596979899100>>...102