Home
last modified time | relevance | path

Searched refs:allowed (Results 651 – 675 of 724) sorted by relevance

1...<<212223242526272829

/plugin/ckgdoku/ckeditor/
H A DLICENSE.md77 of this license document, but changing it is not allowed.
221 allowed only for noncommercial distribution and only if you
363 of this license document, but changing it is not allowed.
448 allowed to use the library. A more frequent case is that a free
/plugin/ckgedit/ckeditor/
H A DLICENSE.md77 of this license document, but changing it is not allowed.
221 allowed only for noncommercial distribution and only if you
363 of this license document, but changing it is not allowed.
448 allowed to use the library. A more frequent case is that a free
H A DCHANGES.md42 …s://ckeditor.com/cke4/addon/tabletools) plugin shows styles that are not allowed through [`config.…
906 …to another widget's nested editable. Note that unless nested editable's [allowed content](https://…
935 …element.html#method-hasClass) methods. Note: The previous implementation allowed passing multiple …
1014 …/ticket/12501): Allowed dashes in element names in the [string format of allowed content rules](ht…
1112 …t/12132): Fixed: Image is inserted with `width` and `height` styles even when they are not allowed.
1115 …//dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags should be allowed everywhere, inclu…
1209 …docs/ckeditor4/latest/api/CKEDITOR.filter.html) to translate a style to [allowed content rules](ht…
1384 …t change non-editable content and are applied in nested editable only if allowed by its type and c…
1582 * [#10191](https://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the …
1600 … and the editor features (toolbar items, commands, keystrokes) will be enabled if they are allowed.
/plugin/jmol2/jmol/
H A DCHANGES.txt1543 # parenthetical parameters are allowed provided .min, .max, .all are not used
1995 # new feature: wildcard at beginning for draw/pmesh/isosurface/etc. *xxx on/off/delete allowed
2053 # code: compiler flags for allowed number of parameters removed (not consistent with Jmol math)
2637 # multiple matches are allowed -- implied AND:
2958 # bug fix: .max/.min not allowed in context: "select resno=@{{visible}.resno.max}"
3483 # bug fix: return command not allowed in simple context
3730 # The following statement was allowed:
3797 # bug fix: set xxxCallback not allowed
5111 # //non-numeric formatting allowed but not necessary
5133 # is to be allowed, simply remove the MAYSCRIPT parameter, which
/plugin/diagramsnet/lib/resources/
H A Ddia_fil.txt614 relativeUrlNotAllowed=Relative URL not allowed
817 oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # % * : < > ? / \ { | }
H A Ddia_ro.txt614 relativeUrlNotAllowed=Relative URL not allowed
817 oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # % * : < > ? / \ { | }
H A Ddia_hu.txt614 relativeUrlNotAllowed=Relative URL not allowed
817 oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # % * : < > ? / \ { | }
H A Ddia_uk.txt817 oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # % * : < > ? / \ { | }
H A Ddia_vi.txt614 relativeUrlNotAllowed=Relative URL not allowed
817 oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # % * : < > ? / \ { | }
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md454 which define different rules for which elements are allowed to interrupt a paragraph.
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md519 * `FIX`: don't close editor on allowed value add
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md317 * Added the ability to limit which protocols are allowed for redirects by
321 * `"0"` is now an allowed URI path. See
667 * Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …*/, { token: 'comment.quote', next: '@push' }], // nested comment not allowed :-(\n …
H A D40.40.js.map1 …*/, { token: 'comment.quote', next: '@push' }], // nested comment not allowed :-(\n …
H A D61.61.js.map1 …*/, { token: 'comment.quote', next: '@push' }], // nested comment not allowed :-(\n …
H A D3.3.js.map1allowed to render diagnostics with this tag faded out instead of having\n * an error squiggle.…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …of:reset|prof:report|prof:invoke|prof:eval|prof:enable|prof:disable|prof:allowed|ppt:clean|pki:tem…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md59 * #363: Repair script and de-duplicate properties that are only allowed once,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md470 Read a line from the stream up to the maximum allowed buffer length.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md886 * Fixed: Issue #382. Stricter checking if calendar-query is allowed to run.
1147 * Fixed: The browser plugin potentially allowed people to open any arbitrary
1311 * Fixed: The browser plugin potentially allowed people to open any arbitrary
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1allowed\",\"nowrap\",\"ns-resize\",\"numbers\",\"numeric\",\"nw-resize\",\"nwse-resize\",\"oblique…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt372 (code was already mostly present, just was not allowed format)
1530 list of allowed domains defaults to the current
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md191 * Added `auth_type` parameter in the client class config to specify the type of authentication (allowed values are `basic, digest, gssnegotiate, ntlm`) [#1790](https://github.com/ruflin/Elastica/pull/1790)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
1408 - Elastica/Aggregations/GlobalAggragation not allowed as sub aggragation [#555](https://github.com/ruflin/Elastica/issues/555/)
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt547 …name> can be any of the 4-character (3-character in ID3v2.2) frame names allowed in the ID3v2 spec…

1...<<212223242526272829