Home
last modified time | relevance | path

Searched refs:token (Results 101 – 125 of 922) sorted by path

12345678910>>...37

/plugin/bible/bible_douayRheims/
H A DNumbers.txt649 …ron into the tabernacle of the testimony, that it may be kept there for a token of the rebellious …
H A DPsalms.txt1419 …85:17. Shew me a token for good: that they who hate me may see, and be confounded, because thou, O…
H A DTobias.txt98 …et this money, I cannot tell; he knoweth not me, and I know not him: what token shall I give him? …
/plugin/box/
H A Dsyntax.php171 foreach ($tokens as $token) {
172 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
173 $styles['width'] = $token;
181 )$/x', $token)
183 $styles['colour'][] = $token;
188 if (preg_match('/[^A-Za-z0-9_-]/', $token)) {
191 $styles['class'] = (isset($styles['class']) ? $styles['class'] . ' ' : '') . $token;
/plugin/box2/
H A Dsyntax.php197 foreach ($tokens as $token) {
198 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
199 $styles['width'] = $token;
206 )$/x', $token)) {
207 if (preg_match('/^#[A-Za-z0-9_-]+$/', $token)) {
208 $styles['id'] = substr($token, 1);
212 $styles['colour'][] = $token;
216 …_match('/^(margin|padding)(-(left|right|top|bottom))?:\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
217 $styles['spacing'][] = $token;
221 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
[all …]
/plugin/btable2/
H A DREADME.md60 - implement dokuwiki security token (dokuwiki security guideline)
/plugin/callflow/
H A Draphael.js5643 R.format = function (token, params) { argument
5645token && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str,…
5648 return token || E;
/plugin/canvas/
H A Dcanvas.php242 foreach ($tokens as $token) {
243 if (preg_match('/^(?:!|not?)(.+)/',$token, $matches)) {
246 } elseif (preg_match('/^[A-Za-z]/',$token)) {
247 $arg[$token] = true;
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md255 ….ckeditor.com/#!/api/CKEDITOR.tools-method-getCsrfToken) method. The CSRF token is now automatical…
446 * [#13454](http://dev.ckeditor.com/ticket/13454): Removed unused `lang.image.alertUrl` token from t…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md675 …tor4/latest/api/CKEDITOR_tools.html#method-getCsrfToken) method. The CSRF token is now automatical…
866 * [#13454](https://dev.ckeditor.com/ticket/13454): Removed unused `lang.image.alertUrl` token from …
/plugin/code3/
H A Dscript.js8token);break;case'com':var w=v[X].token.split(/\r\n|\r|\n/);for(var W=0,s=w.length;W<s;W++){if(w[W…
11token=i;this.style=I}PR_Token.prototype.toString=function(){return'[PR_Token '+this.token+(this.st…
/plugin/code3/src/
H A Dpsyhi.js110 s[s.length] = escapeHtml(t[i].token);
113 var comm = t[i].token.split(/\r\n|\r|\n/);
122 … s[s.length] = "<span class=\""+t[i].style+"\">"+escapeHtml(t[i].token)+"</span>";
H A Dtz.js145 function PR_Token(token, style) { argument
147 this.token = token;
405 var s = chunk.token;
508 new PR_Token(chunk.token.substring(posChunk, chunk.token.length),
572 k += chunk.token.length;
575 var s = chunk.token;
725 k += chunk.token.length;
750 var s = chunk.token;
1011 var s = tok.token;
1142 var s = tok.token;
[all …]
/plugin/code3/styles/schemes/
H A Ddefault.css37 /* unrecognized token */
H A Didea_alloy.css1 /* unrecognized token */
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1token","getTokenAt","after","start","end","string","newPos","getPrefix","precise","digits","state"…
H A Dvim.min.js3 …(f);return f}function tb(a){if(a.source.charAt(0)=="^"){var b=true}return{token:function(c){if(b&&…
H A Dvim.min.js.map1token","lineCount","curCh","lineLen","findWord","emptyLineIsWord","charTests","stop","foundWord","…
/plugin/codemirror/dist/modes/
H A Dapl.min.js1 …ction(){return{prev:false,func:false,op:false,string:false,escape:false}},token:function(i,j){var …
H A Dapl.min.js.map1token","stream","state","ch","funcName","eatSpace","next","eatWhile","test","skipToEnd","peek","de…
H A Dasciiarmor.min.js1 …ToEnd();return b?"error":null}a.defineMode("asciiarmor",function(){return{token:function(a,c){var …
H A Dasciiarmor.min.js.map1token","state","m","sol","type","result","eatWhile","next","blankLine","startState","defineMIME"],…
H A Dasn.1.min.js1 …:null,context:new r((a||0)-c,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
H A Dasn.1.min.js.map1token","ctx","sol","indentation","eatSpace","style","electricChars","lineComment","fold","words","…
H A Dasterisk.min.js1 …clude:false,extenExten:false,extenPriority:false,extenApplication:false}},token:function(a,b){var …

12345678910>>...37