Home
last modified time | relevance | path

Searched refs:flag (Results 26 – 50 of 189) sorted by last modified time

12345678

/plugin/blog/syntax/
H A Darchive.php33 foreach($flags as $i=>$flag) {
34 if(preg_match('/(\w+)\s*=(.+)/', $flag, $temp) == 1) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1216f8f7367df3aa823012cef310c08a.asciidoc14 'source' => 'ctx._source.tag = ctx._source.remove("flag")',
H A D1577e6e806b3283c9e99f1596d310754.asciidoc10 'flag' => 'foo',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc28 responsibility into your code. To enable future mode, set the `future` flag in
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc242 $params['owner'] = (boolean) flag to query API keys owned by the currently authenticated user (Default = false)
H A DClusterNamespace.asciidoc47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md615 - added support for the "explain" flag of AnalyzeAPI [#1254](https://github.com/ruflin/Elastica/pull/1254)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1633 …ethod-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag.
/plugin/tagfilter/helper/
H A Dsyntax.php249 foreach ($flags as $flag) {
250 list($flag, $value) = array_pad(explode('=', $flag, 2), 2, '');
251 $flag = trim($flag);
253 switch ($flag) {
/plugin/bootswrapper/exe/help/
H A Dnav.txt221 Use Include Plugin with ''inline'' flag to prevent unexpected behavior.
230 [...] Don't close/open sections when including a page. This flag should be used when the include sy…
/plugin/discussion/syntax/
H A Dthreads.php61 foreach($flags as $key => $flag) {
62 if (substr($flag, 0, 5) == "count") {
63 $tmp = explode('=', $flag);
66 } elseif (substr($flag, 0, 9) == "skipempty") {
69 } elseif (substr($flag, 0, 15) == "nonewthreadform") {
/plugin/changes/
H A Dsyntax.php485 foreach ($flags as $flag) {
486 if (array_key_exists($flag, $outFlags)) {
487 $outFlags[$flag] = true;
488 } elseif (substr($flag, 0, 2) == 'no') {
489 $flag = substr($flag, 2);
490 if (array_key_exists($flag, $outFlags)) {
491 $outFlags[$flag] = false;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css276 .oi[data-glyph=flag]:before { content:'\e069'; }
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
428 * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3123 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php772 * @param bool $flag
776 private static function encodeDigit($d, $flag) argument
778 return \chr($d + 22 + 75 * ($d < 26 ? 1 : 0) - (($flag ? 1 : 0) << 5));
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md31 - Optional `$recursive` flag to `all`
/plugin/tablelayout/
H A Dyarn.lock1132 has-flag@^3.0.0:
1134 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a0…
2330 has-flag "^3.0.0"
/plugin/include/
H A Dhelper.php70 foreach ($setflags as $flag) {
72 if (strpos($flag, '=') !== false) {
73 list($flag, $value) = explode('=', $flag, 2);
75 switch ($flag) {
/plugin/passpolicy/
H A Dwords.txt1304 flag
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 … cloned, so the new\n // response doesn't contain the `redirected` flag. See:\n // h…
H A Delectron.js516 … fs.writeFileSync(realFileName, data, format == 'vsdx'? 'base64' : null, { flag: 'wx' });
H A Dworkbox-bed83ea8.js.map1 … cloned, so the new\n // response doesn't contain the `redirected` flag. See:\n // h…

12345678